/*
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: hsla(0deg, 0%, 100%, 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-face {
  font-family: SofiaProBlackItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Black_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProBlack;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Black.otf") format("opentype");
}
@font-face {
  font-family: SofiaProBoldItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Bold_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProBold;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Bold.otf") format("opentype");
}
@font-face {
  font-family: SofiaProExtraLightItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_ExtraLight_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProExtraLight;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_ExtraLight.otf") format("opentype");
}
@font-face {
  font-family: SofiaProLightItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Light_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProLight;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Light.otf") format("opentype");
}
@font-face {
  font-family: SofiaProMediumItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Medium_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProMedium;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Medium.otf") format("opentype");
}
@font-face {
  font-family: SofiaProRegularItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Regular_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProRegular;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Regular.otf") format("opentype");
}
@font-face {
  font-family: SofiaProSemiBoldItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Semi_Bold_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProSemiBold;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_Semi_Bold.otf") format("opentype");
}
@font-face {
  font-family: SofiaProUltraLightItalic;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_UltraLight_Italic.otf") format("opentype");
}
@font-face {
  font-family: SofiaProUltraLight;
  src: url("stylesheets/fonts/Sofia/Sofia_Pro_UltraLight.otf") format("opentype");
}
@font-face {
  font-family: "CircularStd-Book";
  src: url("stylesheets/fonts/CircularStd/CircularStd-Book.eot") format("embedded-opentype"), url("stylesheets/fonts/CircularStd/CircularStd-Book.woff") format("woff"), url("stylesheets/fonts/CircularStd/CircularStd-Book.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CircularStd-Bold";
  src: url("stylesheets/fonts/CircularStd/CircularStd-Bold.eot") format("embedded-opentype"), url("stylesheets/fonts/CircularStd/CircularStd-Bold.woff") format("woff"), url("stylesheets/fonts/CircularStd/CircularStd-Bold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ABCDiatype-Regular";
  src: url("stylesheets/fonts/DinamoDiatype/ABCDiatype-Regular.woff") format("woff"), url("stylesheets/fonts/DinamoDiatype/ABCDiatype-Regular.woff2") format("woff2");
}
/*-----------------------------------*/
/*  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: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

/*-----------------------------------*/
/*  Single Post Type Styles
/*-----------------------------------*/
.post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  margin-bottom: 20px;
}
.post .thumbnail {
  display: -webkit-box;
  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-box-flex: 1;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -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-box-flex: 0;
  -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-box;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
.post[data-layout=news] .info {
  -webkit-box-flex: 0;
  -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-box-flex: 1;
    -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: rgb(77, 77, 77);
}

[data-section=on-the-market] .type a {
  color: rgb(108, 36, 17);
}

[data-section=homes] .type a {
  color: rgb(249, 203, 8);
}

[data-section=gardens] .type a {
  color: rgb(6, 96, 47);
}

[data-section=creative-people] .type a {
  color: rgb(50, 147, 201);
}

[data-section=food] .type a {
  color: rgb(248, 180, 171);
}

[data-section=shopping] .type a {
  color: rgb(61, 173, 168);
}

[data-section=fine-art] .type a {
  color: rgb(226, 32, 111);
}

[data-section=travel] .type a {
  color: rgb(4, 80, 188);
}

[data-section=giveaway] .type a {
  color: rgb(242, 83, 28);
}

[data-section=events] .type a {
  color: rgb(159, 210, 211);
}

[data-section=podcast] .type a {
  color: rgb(219, 151, 142);
}

[data-section=tdf-films] .type a {
  color: white;
}

.ad-unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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;
}
@media (max-width: 768px) {
  .ad-unit.medrect {
    display: none;
  }
}
.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-box;
    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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
  }
}

section.listing .ad-unit.half-page {
  display: -webkit-box;
  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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
div.cookies-modal .message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #E1E1DE;
}
@media (max-width: 1200px) {
  .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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header.desktop .container .top .social > a {
  display: -webkit-box;
  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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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: 1200px) {
  .header.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header.mobile .container {
  height: 50px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin-left: auto;
}
.menu .container .sections .section .posts .item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1;
  -ms-flex: 0 1;
  flex: 0 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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 {
  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 {
  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 {
  border-color: white !important;
}
body.post-type-archive-tdf_videos .header .search input,
body.single-tdf_videos .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 {
  background-image: url("images/icons/header-search-white.svg") !important;
}
body.post-type-archive-tdf_videos .header .hamburger,
body.single-tdf_videos .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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  color: white !important;
}
body.post-type-archive-tdf_videos .menu .arrow,
body.single-tdf_videos .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 {
  background-color: #262626 !important;
}

.footer {
  background-color: #262626;
  background-color: #262626;
}
.footer .logo {
  background-image: url("images/logos/tdf-logo-horizontal-white-noline.svg") !important;
}
.footer a, .footer p {
  color: white !important;
}
.footer .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.footer .container .left a.logo {
  display: -webkit-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -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-box-align: start;
    -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;
}

.first-nations {
  border-top: 1px solid #eee;
}
.first-nations .container .message {
  padding: 70px 325px 50px;
}
@media (max-width: 1024px) {
  .first-nations .container .message {
    padding: 70px 20% 50px;
  }
}
.first-nations .container .message p {
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  line-height: 20px;
  color: #4D4D4D;
  text-align: center;
  margin-bottom: 20px;
}
.first-nations .container .message p a {
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.first-nations .container .message p a:hover {
  opacity: 0.7;
}
.first-nations.black {
  border-top: 1px solid #666;
  background-color: #262626;
}
.first-nations.black .message {
  padding-bottom: 20px;
}
.first-nations.black .message p, .first-nations.black .message a {
  color: #ccc;
}

body.post-type-archive-tdf_videos .first-nations,
body.single-tdf_videos .first-nations {
  background-color: #3B3B3B;
}
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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -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-box;
  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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box;
  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.page-template-on-the-market section.instagram,
body.single-news section.instagram,
body.single-onthemarket section.instagram {
  padding-top: 55px;
  padding-bottom: 64px;
}

.mailchimp-modal {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 12;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.mailchimp-modal .modal .container {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 582px;
  -ms-flex: 0 1 582px;
  flex: 0 1 582px;
}
@media (max-width: 1023px) {
  .mailchimp-modal .modal form {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
.mailchimp-modal .modal form .error {
  color: white;
  font-family: "sofia-pro";
  font-size: 12px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-top: 8px;
}
.mailchimp-modal .modal form .options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
  .mailchimp-modal .modal form .options {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.mailchimp-modal .modal form .options .field {
  display: -webkit-box;
  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 .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.page-template-on-the-market section.social,
body.single-news section.social,
body.single-onthemarket section.social {
  padding-top: 80px;
  padding-bottom: 64px;
}
body.home section.social .icons,
body.page-template-news section.social .icons,
body.page-template-on-the-market section.social .icons,
body.single-news section.social .icons,
body.single-onthemarket section.social .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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.page-template-on-the-market section.social .icons > a,
body.single-news section.social .icons > a,
body.single-onthemarket section.social .icons > a {
  display: -webkit-box;
  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.page-template-on-the-market section.social .icons > a:hover,
body.single-news section.social .icons > a:hover,
body.single-onthemarket 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.page-template-on-the-market section.social .icons > a:not(:last-child),
body.single-news section.social .icons > a:not(:last-child),
body.single-onthemarket 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.page-template-on-the-market section.social .icons > a.twitter,
body.single-news section.social .icons > a.twitter,
body.single-onthemarket 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.page-template-on-the-market section.social .icons > a.facebook,
body.single-news section.social .icons > a.facebook,
body.single-onthemarket 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.page-template-on-the-market section.social .icons > a.instagram,
body.single-news section.social .icons > a.instagram,
body.single-onthemarket 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.page-template-on-the-market section.social .icons > a.pinterest,
body.single-news section.social .icons > a.pinterest,
body.single-onthemarket 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.page-template-on-the-market section.social .connect,
body.single-news section.social .connect,
body.single-onthemarket 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.page-template-on-the-market section.social,
body.single-news section.social,
body.single-onthemarket section.social {
  padding-top: 42px;
  padding-bottom: 0;
}

body.home .stories-top .right,
body.home .stories-bottom .right,
body.page-template-news .right,
body.page-template-on-the-market .right,
body.single-news .right,
body.single-onthemarket .right,
body.single-post .block.text .gutter:last-child,
body.single-onthemarket .block.text .gutter:last-child {
  -webkit-box-flex: 0;
  -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.page-template-on-the-market .right,
body.single-news .right,
body.single-onthemarket .right,
body.single-post .block.text .gutter:last-child,
body.single-onthemarket .block.text .gutter:last-child {
    -webkit-box-flex: 0;
    -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.page-template-on-the-market .right .ad-unit,
body.single-news .right .ad-unit,
body.single-onthemarket .right .ad-unit,
body.single-post .block.text .gutter:last-child .ad-unit,
body.single-onthemarket .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.page-template-on-the-market .right .post .info,
body.single-news .right .post .info,
body.single-onthemarket .right .post .info,
body.single-post .block.text .gutter:last-child .post .info,
body.single-onthemarket .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.page-template-on-the-market .right .post .info .description,
body.single-news .right .post .info .description,
body.single-onthemarket .right .post .info .description,
body.single-post .block.text .gutter:last-child .post .info .description,
body.single-onthemarket .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.page-template-on-the-market .right .most-read,
body.page-template-on-the-market .right .this-week.desktop,
body.single-news .right .most-read,
body.single-news .right .this-week.desktop,
body.single-onthemarket .right .most-read,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read,
body.single-onthemarket .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.page-template-on-the-market .right .most-read,
body.page-template-on-the-market .right .this-week.desktop,
body.single-news .right .most-read,
body.single-news .right .this-week.desktop,
body.single-onthemarket .right .most-read,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read,
body.single-onthemarket .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.page-template-on-the-market .right .most-read h2.section-title,
body.page-template-on-the-market .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-onthemarket .right .most-read h2.section-title,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read h2.section-title,
body.single-onthemarket .block.text .gutter:last-child .this-week.desktop h2.section-title {
  font-family: "GT-Walsheim-Regular";
}
@media (max-width: 768px) {
  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.page-template-on-the-market .right .most-read h2.section-title,
body.page-template-on-the-market .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-onthemarket .right .most-read h2.section-title,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read h2.section-title,
body.single-onthemarket .block.text .gutter:last-child .this-week.desktop h2.section-title {
    padding-left: 8px;
  }
}
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.page-template-on-the-market .right .most-read > h4,
body.page-template-on-the-market .right .this-week.desktop > h4,
body.single-news .right .most-read > h4,
body.single-news .right .this-week.desktop > h4,
body.single-onthemarket .right .most-read > h4,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read > h4,
body.single-onthemarket .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.page-template-on-the-market .right .most-read > h4,
body.page-template-on-the-market .right .this-week.desktop > h4,
body.single-news .right .most-read > h4,
body.single-news .right .this-week.desktop > h4,
body.single-onthemarket .right .most-read > h4,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read > h4,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post,
body.page-template-on-the-market .right .this-week.desktop .post,
body.single-news .right .most-read .post,
body.single-news .right .this-week.desktop .post,
body.single-onthemarket .right .most-read .post,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post,
body.page-template-on-the-market .right .this-week.desktop .post,
body.single-news .right .most-read .post,
body.single-news .right .this-week.desktop .post,
body.single-onthemarket .right .most-read .post,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post,
body.single-onthemarket .block.text .gutter:last-child .this-week.desktop .post {
    -webkit-box-flex: 0;
    -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.page-template-on-the-market .right .most-read .post:not(:first-of-type),
body.page-template-on-the-market .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-onthemarket .right .most-read .post:not(:first-of-type),
body.single-onthemarket .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),
body.single-onthemarket .block.text .gutter:last-child .most-read .post:not(:first-of-type),
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post:not(:first-of-type),
body.page-template-on-the-market .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-onthemarket .right .most-read .post:not(:first-of-type),
body.single-onthemarket .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),
body.single-onthemarket .block.text .gutter:last-child .most-read .post:not(:first-of-type),
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post:last-of-type,
body.page-template-on-the-market .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-onthemarket .right .most-read .post:last-of-type,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post:last-of-type,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post:last-of-type,
body.page-template-on-the-market .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-onthemarket .right .most-read .post:last-of-type,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post:last-of-type,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post .thumbnail,
body.page-template-on-the-market .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-onthemarket .right .most-read .post .thumbnail,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post .thumbnail,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post .thumbnail,
body.page-template-on-the-market .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-onthemarket .right .most-read .post .thumbnail,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post .thumbnail,
body.single-onthemarket .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.page-template-on-the-market .right .most-read .post .info,
body.page-template-on-the-market .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-onthemarket .right .most-read .post .info,
body.single-onthemarket .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,
body.single-onthemarket .block.text .gutter:last-child .most-read .post .info,
body.single-onthemarket .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,
body.single-onthemarket .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,
body.single-onthemarket .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-box;
    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-box-flex: 0;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}
@media (max-width: 768px) {
  body.home section.hero-container .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
body.home section.hero-container .container .hero-post-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  body.home section.hero-container .container .hero-post-image {
    -webkit-box-flex: 0;
    -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-box-flex: 0;
  -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-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: none;
  }
}

section.stories-top .container,
section.stories-bottom .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  section.stories-top .container,
section.stories-bottom .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
}
section.stories-top .container .left,
section.stories-bottom .container .left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 768px) {
  section.stories-top .container .left,
section.stories-bottom .container .left {
    -webkit-box-flex: 0;
    -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-box;
  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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  body.home section.stories-top .left .secondary-posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.home section.stories-top .left .secondary-posts .post {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
    -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-box;
  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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
section.stories-mobile .small .thumbnail {
  -webkit-box-flex: 0;
  -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-box-flex: 0;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -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-box-flex: 0;
  -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-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
body.home section.search-bar form {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 640px;
  -ms-flex: 0 1 640px;
  flex: 0 1 640px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -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-box-flex: 1;
  -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: 0.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: 0.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: 0.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.featured-categories {
  background: #EAEAE8;
}
@media (max-width: 768px) {
  body.home section.featured-categories {
    display: none;
  }
}
body.home section.featured-categories .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 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-box-flex: 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-box-flex: 1;
    -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-box-flex: 0;
  -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-box-flex: 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(even) .post:nth-child(3) {
    -webkit-box-flex: 1;
    -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-box-flex: 1;
    -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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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;
  }
}
@media (max-width: 768px) {
  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";
  }
}
@media (max-width: 768px) {
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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.home .shop-promo-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 67px;
  padding-top: 2px;
}
@media (max-width: 768px) {
  body.home .shop-promo-banner .container {
    height: 30px;
  }
}
body.home .shop-promo-banner .container .text {
  padding: 0 50px;
  font-size: 32px;
}
@media (max-width: 1023px) {
  body.home .shop-promo-banner .container .text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.home .shop-promo-banner .container .text {
    font-size: 14px;
    padding: 0 5px;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  body.home .shop-promo-banner .container .asterisk {
    display: none;
  }
}

body.home .shop-promo-slider-banner {
  border-top-width: 5px;
  border-top-style: solid;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
}
body.home .shop-promo-slider-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  padding-bottom: 21px;
}
@media (max-width: 768px) {
  body.home .shop-promo-slider-banner .container {
    padding-top: 8px;
    padding-bottom: 14px;
  }
}
body.home .shop-promo-slider-banner .container .info {
  width: 275px;
  margin-top: 16px;
  margin-right: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  body.home .shop-promo-slider-banner .container .info {
    width: 200px;
    margin-top: 35px;
    margin-right: 9px;
  }
}
body.home .shop-promo-slider-banner .container .info .message {
  font-family: "Feijoa";
  font-size: 26px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.home .shop-promo-slider-banner .container .info .message {
    font-size: 18px;
  }
}
body.home .shop-promo-slider-banner .container .info .cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
}
body.home .shop-promo-slider-banner .container .info .cta .text {
  font-family: "SofiaProLight";
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
}
body.home .shop-promo-slider-banner .container .slider {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.home .shop-promo-slider-banner .container .slider .slide {
  width: 122px;
  height: 165px;
  margin-right: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: none;
  transform: none;
}
@media (max-width: 768px) {
  body.home .shop-promo-slider-banner .container .slider .slide {
    width: 118px;
    height: 160px;
  }
}

body.home section.podcasts {
  background-color: #EFE9DA;
  padding-top: 100px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  body.home section.podcasts {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
body.home section.podcasts .text {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.home section.podcasts .text {
    margin-bottom: 54px;
  }
}
body.home section.podcasts .text p {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  max-width: 723px;
  text-align: center;
  color: #f8b64b;
}
@media (max-width: 768px) {
  body.home section.podcasts .text p {
    font-size: 20px;
  }
}
body.home section.podcasts .text p:not(:last-child) {
  margin-bottom: 1em;
}
body.home section.podcasts .podcasts-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.home section.podcasts .podcasts-link {
    margin-bottom: 72px;
  }
}
body.home section.podcasts .podcasts-link .logo {
  margin: 0 auto;
  width: 384px;
  height: auto;
}
@media (max-width: 768px) {
  body.home section.podcasts .podcasts-link .logo {
    width: 294px;
  }
}
body.home section.podcasts .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px -50px;
}
@media (max-width: 768px) {
  body.home section.podcasts .items {
    margin: 0 -5px -30px;
  }
}
body.home section.podcasts .post {
  width: 20%;
  margin-bottom: 50px;
  padding: 0 8px;
  box-sizing: border-box;
  background: transparent;
}
@media (max-width: 768px) {
  body.home section.podcasts .post {
    width: 33.33%;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  body.home section.podcasts .post {
    width: 50%;
  }
}
body.home section.podcasts .post .thumbnail {
  min-height: 263px;
}
@media (max-width: 1023px) {
  body.home section.podcasts .post .thumbnail {
    min-height: 195px;
  }
}
body.home section.podcasts .post .info {
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  body.home section.podcasts .post .info {
    padding-top: 15px;
  }
}
body.home section.podcasts .post .info .title, body.home section.podcasts .post .info .title *, body.home section.podcasts .post .info .description, body.home section.podcasts .post .info .description *, body.home section.podcasts .post .info .credit, body.home section.podcasts .post .info .credit * {
  color: black;
}
body.home section.podcasts .view-all {
  margin-top: 80px;
}
@media (max-width: 768px) {
  body.home section.podcasts .view-all {
    margin-top: 64px;
    text-align: center;
  }
}
body.home section.podcasts .view-all a {
  text-transform: uppercase;
  font-family: "GT-Walsheim-Regular";
  font-weight: normal;
  font-size: 19px;
  color: black;
}

body.page-template-news section.content .container,
body.page-template-news section.stories .container,
body.page-template-on-the-market section.content .container,
body.page-template-on-the-market section.stories .container,
body.single-news section.content .container,
body.single-news section.stories .container,
body.single-onthemarket .wrapper.news section.content .container,
body.single-onthemarket .wrapper.news section.stories .container {
  display: -webkit-box;
  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.page-template-on-the-market section.content .container,
body.page-template-on-the-market section.stories .container,
body.single-news section.content .container,
body.single-news section.stories .container,
body.single-onthemarket .wrapper.news section.content .container,
body.single-onthemarket .wrapper.news section.stories .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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.page-template-on-the-market section.content .container .left,
body.page-template-on-the-market section.stories .container .left,
body.single-news section.content .container .left,
body.single-news section.stories .container .left,
body.single-onthemarket .wrapper.news section.content .container .left,
body.single-onthemarket .wrapper.news section.stories .container .left {
  -webkit-box-flex: 1;
  -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.page-template-on-the-market section.content .container .left,
body.page-template-on-the-market section.stories .container .left,
body.single-news section.content .container .left,
body.single-news section.stories .container .left,
body.single-onthemarket .wrapper.news section.content .container .left,
body.single-onthemarket .wrapper.news section.stories .container .left {
    -webkit-box-flex: 0;
    -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.page-template-on-the-market section.content .container .left,
body.page-template-on-the-market section.stories .container .left,
body.single-news section.content .container .left,
body.single-news section.stories .container .left,
body.single-onthemarket .wrapper.news section.content .container .left,
body.single-onthemarket .wrapper.news section.stories .container .left {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-template-news section.heading-block,
body.page-template-on-the-market section.heading-block,
body.single-news section.heading-block,
body.single-onthemarket section.heading-block {
  background-color: #1A1A1A;
}
body.page-template-news section.heading-block .container,
body.page-template-on-the-market section.heading-block .container,
body.single-news section.heading-block .container,
body.single-onthemarket section.heading-block .container {
  padding: 40px 0 32px 44px;
}
@media (max-width: 1024px) {
  body.page-template-news section.heading-block .container,
body.page-template-on-the-market section.heading-block .container,
body.single-news section.heading-block .container,
body.single-onthemarket 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.page-template-on-the-market section.heading-block .container,
body.single-news section.heading-block .container,
body.single-onthemarket section.heading-block .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  body.page-template-news section.heading-block .container,
body.page-template-on-the-market section.heading-block .container,
body.single-news section.heading-block .container,
body.single-onthemarket section.heading-block .container {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
body.page-template-news section.heading-block .text,
body.page-template-on-the-market section.heading-block .text,
body.single-news section.heading-block .text,
body.single-onthemarket section.heading-block .text {
  width: 686px;
  max-width: 100%;
}
body.page-template-news section.heading-block .text *,
body.page-template-on-the-market section.heading-block .text *,
body.single-news section.heading-block .text *,
body.single-onthemarket 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.page-template-on-the-market section.heading-block .text *,
body.single-news section.heading-block .text *,
body.single-onthemarket section.heading-block .text * {
    font-size: 20px;
    line-height: 23px;
  }
}
body.page-template-news section.heading-block .text * em,
body.page-template-on-the-market section.heading-block .text * em,
body.single-news section.heading-block .text * em,
body.single-onthemarket section.heading-block .text * em {
  font-style: italic;
}
body.page-template-news section.heading-block .text * strong,
body.page-template-on-the-market section.heading-block .text * strong,
body.single-news section.heading-block .text * strong,
body.single-onthemarket section.heading-block .text * strong {
  font-weight: 700;
}

body.page-template-news section.stories,
body.page-template-on-the-market section.stories,
body.single-news section.stories,
body.single-onthemarket section.stories {
  padding-top: 20px;
  border-bottom: 1px solid #D9D9D6;
}
@media (max-width: 480px) {
  body.page-template-news section.stories,
body.page-template-on-the-market section.stories,
body.single-news section.stories,
body.single-onthemarket section.stories {
    border-bottom: 0;
  }
}
body.page-template-news section.stories .post .info,
body.page-template-on-the-market section.stories .post .info,
body.single-news section.stories .post .info,
body.single-onthemarket section.stories .post .info {
  padding-left: 0;
  padding-right: 0;
}
body.page-template-news section.stories .post .info .description,
body.page-template-on-the-market section.stories .post .info .description,
body.single-news section.stories .post .info .description,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2,
body.page-template-on-the-market section.stories .left .row.x3,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x2,
body.single-onthemarket section.stories .left .row.x3,
body.single-onthemarket section.stories .left .row.x4 {
  display: -webkit-box;
  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.page-template-on-the-market section.stories .left .row.x2,
body.page-template-on-the-market section.stories .left .row.x3,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x2,
body.single-onthemarket section.stories .left .row.x3,
body.single-onthemarket section.stories .left .row.x4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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.page-template-on-the-market section.stories .left .row.x2 .post:not(:last-child),
body.page-template-on-the-market section.stories .left .row.x3 .post:not(:last-child),
body.page-template-on-the-market 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),
body.single-onthemarket section.stories .left .row.x2 .post:not(:last-child),
body.single-onthemarket section.stories .left .row.x3 .post:not(:last-child),
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2 .post:not(:last-child),
body.page-template-on-the-market section.stories .left .row.x3 .post:not(:last-child),
body.page-template-on-the-market 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),
body.single-onthemarket section.stories .left .row.x2 .post:not(:last-child),
body.single-onthemarket section.stories .left .row.x3 .post:not(:last-child),
body.single-onthemarket section.stories .left .row.x4 .post:not(:last-child) {
    margin-right: 0;
  }
}
body.page-template-news section.stories .left .row.x2 .post,
body.page-template-on-the-market section.stories .left .row.x2 .post,
body.single-news section.stories .left .row.x2 .post,
body.single-onthemarket section.stories .left .row.x2 .post {
  -webkit-box-flex: 0;
  -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.page-template-on-the-market section.stories .left .row.x2 .post,
body.single-news section.stories .left .row.x2 .post,
body.single-onthemarket section.stories .left .row.x2 .post {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }
}
body.page-template-news section.stories .left .row.x2 .post .thumbnail,
body.page-template-on-the-market section.stories .left .row.x2 .post .thumbnail,
body.single-news section.stories .left .row.x2 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2 .post .thumbnail,
body.single-news section.stories .left .row.x2 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2 .post .thumbnail,
body.single-news section.stories .left .row.x2 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2 .post .thumbnail,
body.single-news section.stories .left .row.x2 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x2 .post .info,
body.single-news section.stories .left .row.x2 .post .info,
body.single-onthemarket section.stories .left .row.x2 .post .info {
    padding-bottom: 10px;
  }
}
body.page-template-news section.stories .left .row.x3 .post,
body.page-template-on-the-market section.stories .left .row.x3 .post,
body.single-news section.stories .left .row.x3 .post,
body.single-onthemarket section.stories .left .row.x3 .post {
  -webkit-box-flex: 0;
  -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.page-template-on-the-market section.stories .left .row.x3 .post .thumbnail,
body.single-news section.stories .left .row.x3 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x3 .post .thumbnail,
body.single-news section.stories .left .row.x3 .post .thumbnail,
body.single-onthemarket section.stories .left .row.x3 .post .thumbnail {
    min-height: 129px;
  }
}
body.page-template-news section.stories .left .row.x4 .post,
body.page-template-on-the-market section.stories .left .row.x4 .post,
body.single-news section.stories .left .row.x4 .post,
body.single-onthemarket section.stories .left .row.x4 .post {
  -webkit-box-flex: 0;
  -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.page-template-on-the-market section.stories .left .row.x4 .post .thumbnail,
body.single-news section.stories .left .row.x4 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x4 .post .thumbnail,
body.single-news section.stories .left .row.x4 .post .thumbnail,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x3 .post,
body.page-template-on-the-market section.stories .left .row.x4 .post,
body.single-news section.stories .left .row.x3 .post,
body.single-news section.stories .left .row.x4 .post,
body.single-onthemarket section.stories .left .row.x3 .post,
body.single-onthemarket section.stories .left .row.x4 .post {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -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.page-template-on-the-market section.stories .left .row.x3 .post:last-child,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post:last-child,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x3 .post .thumbnail,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post .thumbnail,
body.single-onthemarket section.stories .left .row.x4 .post .thumbnail {
    -webkit-box-flex: 0;
    -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.page-template-on-the-market section.stories .left .row.x3 .post .info,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post .info,
body.single-onthemarket section.stories .left .row.x4 .post .info {
    -webkit-box-flex: 0;
    -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.page-template-on-the-market section.stories .left .row.x3 .post .info .type,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post .info .type,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x3 .post .info .title,
body.page-template-on-the-market section.stories .left .row.x3 .post .info .title a,
body.page-template-on-the-market section.stories .left .row.x4 .post .info .title,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post .info .title,
body.single-onthemarket section.stories .left .row.x3 .post .info .title a,
body.single-onthemarket section.stories .left .row.x4 .post .info .title,
body.single-onthemarket 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.page-template-on-the-market section.stories .left .row.x3 .post .info .description,
body.page-template-on-the-market 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,
body.single-onthemarket section.stories .left .row.x3 .post .info .description,
body.single-onthemarket section.stories .left .row.x4 .post .info .description {
    display: none;
  }
}
.single-news section.content,
.single-onthemarket .wrapper.news section.content {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .single-news section.content,
.single-onthemarket .wrapper.news section.content {
    padding-top: 0;
  }
}
.single-news section.content .left .hero-image .image,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .hero-image .image {
    height: 400px;
  }
}
@media (max-width: 480px) {
  .single-news section.content .left .hero-image .image,
.single-onthemarket .wrapper.news section.content .left .hero-image .image {
    height: 207px;
  }
}
.single-news section.content .left .hero-image .caption,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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,
.single-onthemarket .wrapper.news section.content .left .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 27px;
    padding-bottom: 42px;
  }
}
.single-news section.content .left .info .meta,
.single-onthemarket .wrapper.news section.content .left .info .meta {
  -webkit-box-flex: 0;
  -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,
.single-onthemarket .wrapper.news section.content .left .info .meta {
    padding-right: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0;
    -ms-flex: 0 0;
    flex: 0 0;
  }
}
.single-news section.content .left .info .meta h1,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .meta h1 {
    line-height: 36px;
  }
}
.single-news section.content .left .info .meta .date,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .meta .date {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .single-news section.content .left .info .meta .date,
.single-onthemarket .wrapper.news section.content .left .info .meta .date {
    display: none;
  }
}
.single-news section.content .left .info .meta .intro-text,
.single-onthemarket .wrapper.news section.content .left .info .meta .intro-text {
  margin-bottom: 47px;
}
@media (max-width: 1024px) {
  .single-news section.content .left .info .meta .intro-text,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .meta .intro-text {
    margin-bottom: 20px;
  }
}
.single-news section.content .left .info .meta .intro-text p,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .mobile-date-author {
  display: none;
}
@media (max-width: 768px) {
  .single-news section.content .left .info .mobile-date-author,
.single-onthemarket .wrapper.news section.content .left .info .mobile-date-author {
    display: block;
  }
}
.single-news section.content .left .info .mobile-date-author .date,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .mobile-date-author .date {
    display: block;
  }
}
.single-news section.content .left .info .custom-author,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .custom-author.desktop {
  display: block;
}
@media (max-width: 768px) {
  .single-news section.content .left .info .custom-author.desktop,
.single-onthemarket .wrapper.news section.content .left .info .custom-author.desktop {
    display: none;
  }
}
.single-news section.content .left .info .text p,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.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),
.single-onthemarket .wrapper.news section.content .left .info .text p:not(:last-of-type) {
  margin-bottom: 24px;
}
.single-news section.content .left .info .text p em,
.single-onthemarket .wrapper.news section.content .left .info .text p em {
  font-family: "Pona-LightItalic";
}
.single-news section.content .left .info .text p strong,
.single-onthemarket .wrapper.news section.content .left .info .text p strong {
  font-family: "Pona-Semibold";
}
.single-news section.content .left .info .text p strong em,
.single-onthemarket .wrapper.news section.content .left .info .text p strong em {
  font-family: "Pona-SemiboldItalic";
}
.single-news section.content .left .info .text p a,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .text p a:hover {
  color: #ACCCD3;
}
.single-news section.content .left .info .sponsor,
.single-onthemarket .wrapper.news section.content .left .info .sponsor {
  width: 140px;
  padding-top: 75px;
}
.single-news section.content .left .info .sponsor img,
.single-onthemarket .wrapper.news section.content .left .info .sponsor img {
  max-width: 100%;
  height: auto;
}
.single-news section.content .left .info .sponsor a:not(.sponsor),
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.content .left .info .sponsor a:not(.sponsor):hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .single-news section.content .left .info .sponsor,
.single-onthemarket .wrapper.news section.content .left .info .sponsor {
    display: none;
  }
}
.single-news section.content .right,
.single-onthemarket .wrapper.news section.content .right {
  border-left: none;
}
.single-news section.content .right .this-week,
.single-onthemarket .wrapper.news section.content .right .this-week {
  margin-top: 20px;
  border-left: 1px solid #D9D9D6;
  display: none;
}
.single-news section.content .ad-mobile,
.single-onthemarket .wrapper.news section.content .ad-mobile {
  display: none;
}
@media (max-width: 768px) {
  .single-news section.content .ad-mobile,
.single-onthemarket .wrapper.news section.content .ad-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.single-news section.video,
.single-onthemarket .wrapper.news section.video {
  margin: 60px 0 40px;
}
.single-news section.video .video_container,
.single-onthemarket .wrapper.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,
.single-onthemarket .wrapper.news section.video .video_container iframe,
.single-onthemarket .wrapper.news section.video .video_container object,
.single-onthemarket .wrapper.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-about section.blocks .container .block .image {
  -webkit-box-flex: 1;
  -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-box-flex: 1;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  box-sizing: border-box;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 768px) {
  body.page-template-about section.blocks .container .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  body.page-template-about section.blocks .container .block .image {
    -webkit-box-ordinal-group: 1 !important;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-box;
  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% + 20px);
}
body.page-template-contributors section.group .posts-listing .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 48px;
  }
}

body.single-contributors .contributor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -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-box-flex: 0;
  -webkit-flex: 0 1 52.380952381%;
  -ms-flex: 0 1 52.380952381%;
  flex: 0 1 52.380952381%;
}
@media (max-width: 480px) {
  .single-editorsletter section.top-area .content,
.post-type-archive-editorsletter section.top-area .content {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box-flex: 1;
  -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-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -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, .single-editorsletter section.content-blocks .container .block.product_hero_products, .single-editorsletter section.content-blocks .container .block.products,
.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,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products,
.post-type-archive-editorsletter section.content-blocks .container .block.products {
    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, .single-editorsletter section.content-blocks .container .block.product_hero_products, .single-editorsletter section.content-blocks .container .block.products,
.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,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products,
.post-type-archive-editorsletter section.content-blocks .container .block.products {
    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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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 .image.indent, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .single-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
.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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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, .single-editorsletter section.content-blocks .container .block.products .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,
.post-type-archive-editorsletter section.content-blocks .container .block.products .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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
.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-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
  -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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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,
.post-type-archive-editorsletter section.content-blocks .container .block.text_with_insert {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-box-flex: 1;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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.3968253968%;
  padding-right: 25.3968253968%;
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-box-align: center;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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 .block .shoppable-product,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper {
  position: relative;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper .image,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper .image-hover,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper:hover .image-hover,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .info,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .info h3,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .info .brand-price,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product .info .arrow,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
.single-editorsletter section.content-blocks .container .block .shoppable-product.landscape,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.single-editorsletter section.content-blocks .container .block .shoppable-product.landscape .image,
.post-type-archive-editorsletter section.content-blocks .container .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
.single-editorsletter section.content-blocks .container .block.products,
.post-type-archive-editorsletter section.content-blocks .container .block.products {
  width: calc(100% - 20px);
}
.single-editorsletter section.content-blocks .container .block.products .content,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .single-editorsletter section.content-blocks .container .block.products,
.post-type-archive-editorsletter section.content-blocks .container .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .image-container,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .image-container .image,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .single-editorsletter section.content-blocks .container .block.product_hero_products .image-container,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .single-editorsletter section.content-blocks .container .block.product_hero_products .image-container .image,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
.single-editorsletter section.content-blocks .container .block.product_hero_products.hero-right .image-container,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider, .single-editorsletter section.content-blocks .container .block.products .product-slider,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-viewport, .single-editorsletter section.content-blocks .container .block.products .product-slider .flickity-viewport,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-viewport,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .flickity-viewport {
  width: 100%;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots, .single-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot, .single-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, .single-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot.is-selected,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product, .single-editorsletter section.content-blocks .container .block.products .product-slider .shoppable-product,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
.single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product .image, .single-editorsletter section.content-blocks .container .block.products .product-slider .shoppable-product .image,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product .image,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-editorsletter section.content-blocks .container .block.product_hero_products.product_2x, .single-editorsletter section.content-blocks .container .block.products.product_2x,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products.product_2x,
.post-type-archive-editorsletter section.content-blocks .container .block.products.product_2x {
    margin-top: 55px;
  }
  .single-editorsletter section.content-blocks .container .block.product_hero_products .product-slider, .single-editorsletter section.content-blocks .container .block.products .product-slider,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .product-slider,
.post-type-archive-editorsletter section.content-blocks .container .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-editorsletter section.content-blocks .container .block.product_hero_products .content, .single-editorsletter section.content-blocks .container .block.products .content,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .content,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product:not(.landscape), .single-editorsletter section.content-blocks .container .block.products .content > .shoppable-product:not(.landscape),
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product:not(.landscape),
.post-type-archive-editorsletter section.content-blocks .container .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  .single-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-editorsletter section.content-blocks .container .block.products .content > .shoppable-product.landscape,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .single-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-editorsletter section.content-blocks .container .block.products .content > .shoppable-product.landscape,
.post-type-archive-editorsletter section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape,
.post-type-archive-editorsletter section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-default section.content-blocks .container .block .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-default section.content-blocks .container .block .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -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, body.page-template-default section.content-blocks .container .block.product_hero_products, body.page-template-default section.content-blocks .container .block.products {
    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, body.page-template-default section.content-blocks .container .block.product_hero_products, body.page-template-default section.content-blocks .container .block.products {
    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, body.page-template-default section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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, body.page-template-default section.content-blocks .container .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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 .image.indent, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  body.page-template-default section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, body.page-template-default section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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, body.page-template-default section.content-blocks .container .block.products .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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
body.page-template-default section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
  -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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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 {
  padding-top: 20px;
  padding-bottom: 20px;
}
body.page-template-default section.content-blocks .container .block.text_with_insert .insert {
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-box-flex: 1;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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.3968253968%;
  padding-right: 25.3968253968%;
}
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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-box-align: center;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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 .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .image-wrapper {
  position: relative;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.page-template-default section.content-blocks .container .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
body.page-template-default section.content-blocks .container .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
body.page-template-default section.content-blocks .container .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
body.page-template-default section.content-blocks .container .block.products {
  width: calc(100% - 20px);
}
body.page-template-default section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  body.page-template-default section.content-blocks .container .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-default section.content-blocks .container .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  body.page-template-default section.content-blocks .container .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  body.page-template-default section.content-blocks .container .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
body.page-template-default section.content-blocks .container .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider, body.page-template-default section.content-blocks .container .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .flickity-viewport, body.page-template-default section.content-blocks .container .block.products .product-slider .flickity-viewport {
  width: 100%;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots, body.page-template-default section.content-blocks .container .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot, body.page-template-default section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, body.page-template-default section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product, body.page-template-default section.content-blocks .container .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product .image, body.page-template-default section.content-blocks .container .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  body.page-template-default section.content-blocks .container .block.product_hero_products.product_2x, body.page-template-default section.content-blocks .container .block.products.product_2x {
    margin-top: 55px;
  }
  body.page-template-default section.content-blocks .container .block.product_hero_products .product-slider, body.page-template-default section.content-blocks .container .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-template-default section.content-blocks .container .block.product_hero_products .content, body.page-template-default section.content-blocks .container .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  body.page-template-default section.content-blocks .container .block.product_hero_products .content > .shoppable-product:not(.landscape), body.page-template-default section.content-blocks .container .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  body.page-template-default section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, body.page-template-default section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-default section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, body.page-template-default section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}
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-box-flex: 0 !important;
    -webkit-flex: 0 1 25.3968253968% !important;
    -ms-flex: 0 1 25.3968253968% !important;
    flex: 0 1 25.3968253968% !important;
  }
}

body.page-template-podcast section.hero-post .container,
body.single-podcast section.hero-post .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  width: 100%;
}
@media (max-width: 1023px) {
  body.page-template-podcast section.hero-post .container,
body.single-podcast section.hero-post .container {
    padding: 28px 20px;
  }
}
body.page-template-podcast section.hero-post .container .image-info,
body.single-podcast section.hero-post .container .image-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0 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 {
    padding: 15px 0 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-box-flex: 0;
  -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: black;
}
body.page-template-podcast section.hero-post .container .image-info .info .description,
body.single-podcast section.hero-post .container .image-info .info .description {
  color: black;
  font-family: "GT-Walsheim-Regular";
  font-size: 12px;
  line-height: 15px;
}
body.page-template-podcast section.hero-post .container .image-info .info .link,
body.single-podcast section.hero-post .container .image-info .info .link {
  margin-top: 20px;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "GT-Walsheim-Bold";
  letter-spacing: 0.074em;
  font-weight: 400;
  color: black;
  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-box-flex: 0;
  -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 .ad-mobile,
body.single-podcast .ad-mobile {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-podcast .ad-mobile,
body.single-podcast .ad-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.page-template-podcast section.blocks,
body.single-podcast section.blocks {
  background-color: #EFE9DA;
}
body.page-template-podcast section.blocks .block.talks,
body.single-podcast section.blocks .block.talks {
  padding-top: 100px;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .block.talks,
body.single-podcast section.blocks .block.talks {
    padding-top: 64px;
  }
}
body.page-template-podcast section.blocks .block.talks .container .wrapper,
body.single-podcast section.blocks .block.talks .container .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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: 384px;
  height: 213px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .block.talks .container .wrapper .logo,
body.single-podcast section.blocks .block.talks .container .wrapper .logo {
    width: 250px;
    height: 134px;
    margin-bottom: 50px;
  }
}
body.page-template-podcast section.blocks .block.talks .container .wrapper .text,
body.single-podcast section.blocks .block.talks .container .wrapper .text {
  margin-bottom: 64px;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .block.talks .container .wrapper .text,
body.single-podcast section.blocks .block.talks .container .wrapper .text {
    margin-bottom: 54px;
  }
}
body.page-template-podcast section.blocks .block.talks .container .wrapper .text p,
body.single-podcast section.blocks .block.talks .container .wrapper .text p {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  max-width: 723px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .block.talks .container .wrapper .text p,
body.single-podcast section.blocks .block.talks .container .wrapper .text p {
    font-size: 20px;
  }
}
body.page-template-podcast section.blocks .block.talks .container .wrapper .text p:not(:last-child),
body.single-podcast section.blocks .block.talks .container .wrapper .text p:not(:last-child) {
  margin-bottom: 1em;
}
body.page-template-podcast section.blocks .block.talks .container .wrapper .subscribe,
body.single-podcast section.blocks .block.talks .container .wrapper .subscribe {
  margin-bottom: 20px;
  font-family: "GT-Walsheim-Bold";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: 0.035em;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
body.page-template-podcast section.blocks .block.talks .container .wrapper .subscribe:hover,
body.single-podcast section.blocks .block.talks .container .wrapper .subscribe:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .block.talks .container .wrapper .subscribe,
body.single-podcast section.blocks .block.talks .container .wrapper .subscribe {
    margin-bottom: 0;
  }
}
body.page-template-podcast section.blocks .grid,
body.single-podcast section.blocks .grid {
  padding-top: 80px;
  padding-bottom: 80px;
}
body.page-template-podcast section.blocks .grid .items,
body.single-podcast section.blocks .grid .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -8px -50px;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .grid .items,
body.single-podcast section.blocks .grid .items {
    margin: 0 -5px -30px;
  }
}
body.page-template-podcast section.blocks .grid .post,
body.single-podcast section.blocks .grid .post {
  width: 20%;
  margin-bottom: 50px;
  padding: 0 8px;
  box-sizing: border-box;
  background: transparent;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .grid .post,
body.single-podcast section.blocks .grid .post {
    width: 33.33%;
    margin-bottom: 30px;
    padding: 0 5px;
  }
}
@media (max-width: 480px) {
  body.page-template-podcast section.blocks .grid .post,
body.single-podcast section.blocks .grid .post {
    width: 50%;
  }
}
body.page-template-podcast section.blocks .grid .post .thumbnail,
body.single-podcast section.blocks .grid .post .thumbnail {
  min-height: 263px;
}
@media (max-width: 1023px) {
  body.page-template-podcast section.blocks .grid .post .thumbnail,
body.single-podcast section.blocks .grid .post .thumbnail {
    min-height: 195px;
  }
}
body.page-template-podcast section.blocks .grid .post .info,
body.single-podcast section.blocks .grid .post .info {
  padding: 20px 0 0;
}
@media (max-width: 768px) {
  body.page-template-podcast section.blocks .grid .post .info,
body.single-podcast section.blocks .grid .post .info {
    padding-top: 15px;
  }
}
body.page-template-podcast section.blocks .grid .post .info .title, body.page-template-podcast section.blocks .grid .post .info .title *, body.page-template-podcast section.blocks .grid .post .info .description, body.page-template-podcast section.blocks .grid .post .info .description *, body.page-template-podcast section.blocks .grid .post .info .credit, body.page-template-podcast section.blocks .grid .post .info .credit *,
body.single-podcast section.blocks .grid .post .info .title,
body.single-podcast section.blocks .grid .post .info .title *,
body.single-podcast section.blocks .grid .post .info .description,
body.single-podcast section.blocks .grid .post .info .description *,
body.single-podcast section.blocks .grid .post .info .credit,
body.single-podcast section.blocks .grid .post .info .credit * {
  color: black;
}

.single-post .new_standard,
.single-post .wrapper.editorspicks,
.single-post .wrapper.onthemarket_standard,
.single-post .wrapper.onthemarket_reduced,
.single-editorspicks .new_standard,
.single-editorspicks .wrapper.editorspicks,
.single-editorspicks .wrapper.onthemarket_standard,
.single-editorspicks .wrapper.onthemarket_reduced,
.single-onthemarket .new_standard,
.single-onthemarket .wrapper.editorspicks,
.single-onthemarket .wrapper.onthemarket_standard,
.single-onthemarket .wrapper.onthemarket_reduced {
  border-bottom: 1px solid #d9d9d6;
  margin-bottom: 30px;
}
.single-post .new_standard section.banner,
.single-post .wrapper.editorspicks section.banner,
.single-post .wrapper.onthemarket_standard section.banner,
.single-post .wrapper.onthemarket_reduced section.banner,
.single-editorspicks .new_standard section.banner,
.single-editorspicks .wrapper.editorspicks section.banner,
.single-editorspicks .wrapper.onthemarket_standard section.banner,
.single-editorspicks .wrapper.onthemarket_reduced section.banner,
.single-onthemarket .new_standard section.banner,
.single-onthemarket .wrapper.editorspicks section.banner,
.single-onthemarket .wrapper.onthemarket_standard section.banner,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.banner,
.single-post .wrapper.onthemarket_reduced section.banner,
.single-editorspicks .new_standard section.banner,
.single-editorspicks .wrapper.editorspicks section.banner,
.single-editorspicks .wrapper.onthemarket_standard section.banner,
.single-editorspicks .wrapper.onthemarket_reduced section.banner,
.single-onthemarket .new_standard section.banner,
.single-onthemarket .wrapper.editorspicks section.banner,
.single-onthemarket .wrapper.onthemarket_standard section.banner,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks > div:last-child,
.single-onthemarket .new_standard section.content-blocks > div:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks > div:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks > div:last-child,
.single-onthemarket .new_standard section.content-blocks > div:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks > div:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks > div:last-child,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .container,
.single-editorspicks .new_standard section.content-blocks .container,
.single-editorspicks .wrapper.editorspicks section.content-blocks .container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .container,
.single-onthemarket .new_standard section.content-blocks .container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .container,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block,
.single-editorspicks .new_standard section.content-blocks .block,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block,
.single-onthemarket .new_standard section.content-blocks .block,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block,
.single-editorspicks .new_standard section.content-blocks .block,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block,
.single-onthemarket .new_standard section.content-blocks .block,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .content,
.single-editorspicks .new_standard section.content-blocks .block .content,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .content,
.single-onthemarket .new_standard section.content-blocks .block .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .content {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter,
.single-editorspicks .new_standard section.content-blocks .block .gutter,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter,
.single-onthemarket .new_standard section.content-blocks .block .gutter,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child,
.single-onthemarket .new_standard section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child {
    -webkit-box-flex: 0;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .new_standard section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    padding-left: 0;
    -webkit-box-flex: 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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child,
.single-onthemarket .new_standard section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child {
    -webkit-box-flex: 0;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .new_standard section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:last-child .quote,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter,
.single-editorspicks .new_standard section.content-blocks .block .gutter,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .gutter,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter,
.single-onthemarket .new_standard section.content-blocks .block .gutter,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    -webkit-box-flex: 1;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block,
.single-editorspicks .new_standard section.content-blocks .block,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block,
.single-onthemarket .new_standard section.content-blocks .block,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block,
.single-onthemarket .wrapper.onthemarket_reduced 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 .new_standard section.content-blocks .block.product_hero_products, .single-post .new_standard section.content-blocks .block.products,
.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-post .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-post .wrapper.editorspicks section.content-blocks .block.products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products,
.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 .new_standard section.content-blocks .block.product_hero_products,
.single-editorspicks .new_standard section.content-blocks .block.products,
.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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products,
.single-onthemarket .new_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    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 .new_standard section.content-blocks .block.product_hero_products, .single-post .new_standard section.content-blocks .block.products,
.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-post .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-post .wrapper.editorspicks section.content-blocks .block.products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products,
.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 .new_standard section.content-blocks .block.product_hero_products,
.single-editorspicks .new_standard section.content-blocks .block.products,
.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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products,
.single-onthemarket .new_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .new_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .new_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .image.indent, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .single-post .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
.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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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-post .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .new_standard section.content-blocks .block.products .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,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-onthemarket .new_standard section.content-blocks .block.products .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .new_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_image_with_ad .ad-unit,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
.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-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content {
  -webkit-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content {
  -webkit-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
    -webkit-box-flex: 1;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
    -webkit-box-flex: 1;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .new_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content::after,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content::after,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content::after,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .content::after,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .content::after,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .content::after,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .image,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .advertisement,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-onthemarket .new_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.slideshow_with_ad .advertisement .image,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text,
.single-post .wrapper.editorspicks section.content-blocks .block.text,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-editorspicks .new_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-onthemarket .new_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-editorspicks .new_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-onthemarket .new_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-editorspicks .new_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text,
.single-onthemarket .new_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
    -webkit-box-flex: 0;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .new_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:first-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
    -webkit-box-flex: 0;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .content,
.single-onthemarket .new_standard section.content-blocks .block.text .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .content,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:last-child,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:last-child,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:last-child,
.single-onthemarket .new_standard section.content-blocks .block.text .gutter:last-child,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .gutter:last-child,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:last-child {
  -webkit-box-flex: 0;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .new_standard section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .new_standard section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile p,
.single-onthemarket .new_standard section.content-blocks .block.text .photo-credit-mobile p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile p a,
.single-onthemarket .new_standard section.content-blocks .block.text .photo-credit-mobile p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .photo-credit-mobile p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .photo-credit-mobile p a,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .author,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author,
.single-onthemarket .new_standard section.content-blocks .block.text .author,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .author {
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_image,
.single-onthemarket .new_standard section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text .author .author_image,
.single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_image,
.single-onthemarket .new_standard section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_image,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_data,
.single-onthemarket .new_standard section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text .author .author_data,
.single-post .wrapper.editorspicks section.content-blocks .block.text .author .author_data,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_data,
.single-onthemarket .new_standard section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .author_data,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .publish_date,
.single-onthemarket .new_standard section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text .author .publish_date,
.single-post .wrapper.editorspicks section.content-blocks .block.text .author .publish_date,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .author .publish_date,
.single-onthemarket .new_standard section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .author .publish_date,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text.intro .text p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text.intro .text p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text.intro .text p,
.single-onthemarket .new_standard section.content-blocks .block.text.intro .text p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text.intro .text p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text.intro .text p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text,
.single-onthemarket .new_standard section.content-blocks .block.text .text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text h2,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text h2,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2,
.single-onthemarket .new_standard section.content-blocks .block.text .text h2,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text h2,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text h2,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2.sub-heading-h2,
.single-onthemarket .new_standard section.content-blocks .block.text .text h2.sub-heading-h2,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-onthemarket .new_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text h2.sub-heading-h2::after,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text h3.sub-heading-h3,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text h3.sub-heading-h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text h3.sub-heading-h3,
.single-onthemarket .new_standard section.content-blocks .block.text .text h3.sub-heading-h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text h3.sub-heading-h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text h3.sub-heading-h3,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text .text p,
.single-post .wrapper.editorspicks section.content-blocks .block.text .text p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p,
.single-onthemarket .new_standard section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text .text p,
.single-post .wrapper.editorspicks section.content-blocks .block.text .text p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p,
.single-onthemarket .new_standard section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p:not(:last-of-type),
.single-post .wrapper.onthemarket_reduced 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),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p:not(:last-of-type),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p:not(:last-of-type),
.single-onthemarket .new_standard section.content-blocks .block.text .text p:not(:last-of-type),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p:not(:last-of-type),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p:not(:last-of-type),
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p em,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p em,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p em,
.single-onthemarket .new_standard section.content-blocks .block.text .text p em,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p em,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p em,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p strong,
.single-onthemarket .new_standard section.content-blocks .block.text .text p strong,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p strong,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong em,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong em,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p strong em,
.single-onthemarket .new_standard section.content-blocks .block.text .text p strong em,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p strong em,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p strong em,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p a,
.single-onthemarket .new_standard section.content-blocks .block.text .text p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p a,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text p a:hover,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.text .text p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .text iframe.instagram-media,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .text iframe.instagram-media,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .text iframe.instagram-media,
.single-onthemarket .new_standard section.content-blocks .block.text .text iframe.instagram-media,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .text iframe.instagram-media,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .text iframe.instagram-media,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .quote,
.single-onthemarket .new_standard section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .quote,
.single-onthemarket .new_standard section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .quote,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .quote p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .quote p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .quote p,
.single-onthemarket .new_standard section.content-blocks .block.text .quote p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .quote p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .quote p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .quote a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .quote a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .quote a,
.single-onthemarket .new_standard section.content-blocks .block.text .quote a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .quote a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .quote a,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text .quote a:hover,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text .quote a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text .quote a:hover,
.single-onthemarket .new_standard section.content-blocks .block.text .quote a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text .quote a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text .quote a:hover,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-onthemarket .new_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.text_with_insert,
.single-post .wrapper.editorspicks section.content-blocks .block.text_with_insert,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert,
.single-editorspicks .new_standard section.content-blocks .block.text_with_insert,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.text_with_insert,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert {
  padding-top: 20px;
  padding-bottom: 20px;
}
.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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert {
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .post-title p,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert .post-title p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .post-title p strong,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .caption p,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert .caption p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .caption p a,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert .caption p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert .caption p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert .caption p a,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.video .video_container embed,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-onthemarket .new_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.text_with_insert .insert.blogpost a.image,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .new_standard section.content-blocks .block.video .content,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .new_standard section.content-blocks .block.video .content,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.video .video_container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .video_container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container,
.single-onthemarket .new_standard section.content-blocks .block.video .video_container,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .video_container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .video_container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .video_container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.video .video_container iframe,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.video .video_container object,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.video .video_container embed,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container object,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container embed,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container object,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container embed,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container object,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .video_container object,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.video .video_container embed,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container object,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container embed,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container object,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container embed,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container object,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container embed,
.single-onthemarket .new_standard section.content-blocks .block.video .video_container iframe,
.single-onthemarket .new_standard section.content-blocks .block.video .video_container object,
.single-onthemarket .new_standard section.content-blocks .block.video .video_container embed,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .video_container object,
.single-onthemarket .new_standard section.content-blocks .block.internal_tdf_video .video_container embed,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .video_container iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .video_container object,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.video .video_container embed,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container object,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.internal_tdf_video .video_container embed,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .video_container object,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.video .video_container embed,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container object,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.internal_tdf_video .video_container embed,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container object,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container embed,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container object,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content h2,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content h2,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content h2,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content h2,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content h2,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content h2,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .extra-text,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .extra-text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .extra-text,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .extra-text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .extra-text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .extra-text,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
  -webkit-box-flex: 1;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-post .wrapper.onthemarket_reduced 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],
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-onthemarket .new_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.gravity_form .container .content .gfield_required,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients,
.single-editorspicks .new_standard section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients,
.single-onthemarket .new_standard section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients,
.single-editorspicks .new_standard section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients,
.single-onthemarket .new_standard section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content {
  padding-left: 25.3968253968%;
  padding-right: 25.3968253968%;
}
.single-post .new_standard section.content-blocks .block.ingredients .content h2,
.single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h2,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h2,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h2,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h2,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content h2,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content h2,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h2,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.ingredients .content h3,
.single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h3,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3,
.single-onthemarket .wrapper.onthemarket_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 .new_standard section.content-blocks .block.ingredients .content h3::after,
.single-post .wrapper.editorspicks section.content-blocks .block.ingredients .content h3::after,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3::after,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3::after,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h3::after,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content h3::after,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content h3::after,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content h3::after,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content ul.ingredients,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .new_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.ingredients .content ul.ingredients li,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-editorspicks .new_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-onthemarket .new_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.simplecast {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-editorspicks .new_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-onthemarket .new_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-editorspicks .new_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast,
.single-onthemarket .new_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.simplecast {
    -webkit-box-align: center;
    -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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe,
.single-onthemarket .new_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe,
.single-onthemarket .new_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe,
.single-onthemarket .new_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.simplecast iframe,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .top-area .top-fields,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field {
  display: -webkit-box;
  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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-post .wrapper.onthemarket_reduced 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],
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-post .wrapper.onthemarket_reduced 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],
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
.single-onthemarket .wrapper.onthemarket_reduced 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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message.active,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message.active {
  display: -webkit-box;
  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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message p,
.single-onthemarket .wrapper.onthemarket_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 .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-post .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-post .wrapper.onthemarket_reduced 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,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .new_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.mailchimp_form .mc-success-message,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 100px;
  }
}
.single-post .new_standard section.content-blocks .block .shoppable-product,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper {
  position: relative;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .info,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .info,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .info,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .info,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .info,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .info,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .info h3,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .info h3,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info h3,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .info h3,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .info h3,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info h3,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info h3,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .info h3,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .info h3,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info h3,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .brand-price,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .brand-price,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .brand-price,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .brand-price,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .brand-price,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .brand-price,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.single-post .new_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .arrow,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .arrow,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .arrow,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .arrow,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product .info .arrow,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product .info .arrow,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
.single-post .new_standard section.content-blocks .block .shoppable-product.landscape,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product.landscape,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product.landscape,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.single-post .new_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-post .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape .image,
.single-editorspicks .new_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape .image,
.single-onthemarket .new_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block .shoppable-product.landscape .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block .shoppable-product.landscape .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
.single-post .new_standard section.content-blocks .block.products,
.single-post .wrapper.editorspicks section.content-blocks .block.products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-editorspicks .new_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-onthemarket .new_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
  width: calc(100% - 20px);
}
.single-post .new_standard section.content-blocks .block.products .content,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-editorspicks .new_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-onthemarket .new_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .single-post .new_standard section.content-blocks .block.products,
.single-post .wrapper.editorspicks section.content-blocks .block.products,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-editorspicks .new_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products,
.single-onthemarket .new_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .single-post .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .single-post .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .image-container .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
.single-post .new_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider, .single-post .new_standard section.content-blocks .block.products .product-slider,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport, .single-post .new_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-viewport,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-viewport,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-viewport {
  width: 100%;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots, .single-post .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot, .single-post .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, .single-post .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product, .single-post .new_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
.single-post .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image, .single-post .new_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-post .new_standard section.content-blocks .block.product_hero_products.product_2x, .single-post .new_standard section.content-blocks .block.products.product_2x,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products.product_2x,
.single-post .wrapper.editorspicks section.content-blocks .block.products.product_2x,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.product_2x,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products.product_2x,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.product_2x,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products.product_2x,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products.product_2x,
.single-editorspicks .new_standard section.content-blocks .block.products.product_2x,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products.product_2x,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products.product_2x,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.product_2x,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products.product_2x,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.product_2x,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products.product_2x,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products.product_2x,
.single-onthemarket .new_standard section.content-blocks .block.products.product_2x,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products.product_2x,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products.product_2x,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products.product_2x,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products.product_2x,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.product_2x,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products.product_2x {
    margin-top: 55px;
  }
  .single-post .new_standard section.content-blocks .block.product_hero_products .product-slider, .single-post .new_standard section.content-blocks .block.products .product-slider,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .new_standard section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .new_standard section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .product-slider,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-post .new_standard section.content-blocks .block.product_hero_products .content, .single-post .new_standard section.content-blocks .block.products .content,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .content,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .content,
.single-editorspicks .new_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .content,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .content,
.single-onthemarket .new_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .content,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-post .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape), .single-post .new_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-editorspicks .new_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-onthemarket .new_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  .single-post .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, .single-post .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .single-post .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, .single-post .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-editorspicks .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .new_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .new_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.editorspicks section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_standard section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.single-post .standard section.content-blocks .container {
  padding-left: 0;
  padding-right: 0;
}
.single-post .standard section.content-blocks .container .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .standard section.content-blocks .container .block .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post .standard section.content-blocks .container .block .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -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, .single-post .standard section.content-blocks .container .block.product_hero_products, .single-post .standard section.content-blocks .container .block.products {
    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, .single-post .standard section.content-blocks .container .block.product_hero_products, .single-post .standard section.content-blocks .container .block.products {
    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, .single-post .standard section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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, .single-post .standard section.content-blocks .container .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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 .image.indent, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .single-post .standard section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .standard section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
.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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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, .single-post .standard section.content-blocks .container .block.products .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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
.single-post .standard section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single-post .standard section.content-blocks .container .block.quad_image_staggered .content {
  -webkit-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
  -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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-post .standard section.content-blocks .container .block.text_with_insert .insert {
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-box-flex: 1;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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.3968253968%;
  padding-right: 25.3968253968%;
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-box-align: center;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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 .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .image-wrapper {
  position: relative;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.single-post .standard section.content-blocks .container .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
.single-post .standard section.content-blocks .container .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.single-post .standard section.content-blocks .container .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
.single-post .standard section.content-blocks .container .block.products {
  width: calc(100% - 20px);
}
.single-post .standard section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .single-post .standard section.content-blocks .container .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .standard section.content-blocks .container .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .single-post .standard section.content-blocks .container .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .single-post .standard section.content-blocks .container .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
.single-post .standard section.content-blocks .container .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider, .single-post .standard section.content-blocks .container .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .flickity-viewport, .single-post .standard section.content-blocks .container .block.products .product-slider .flickity-viewport {
  width: 100%;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots, .single-post .standard section.content-blocks .container .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot, .single-post .standard section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, .single-post .standard section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product, .single-post .standard section.content-blocks .container .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
.single-post .standard section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product .image, .single-post .standard section.content-blocks .container .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-post .standard section.content-blocks .container .block.product_hero_products.product_2x, .single-post .standard section.content-blocks .container .block.products.product_2x {
    margin-top: 55px;
  }
  .single-post .standard section.content-blocks .container .block.product_hero_products .product-slider, .single-post .standard section.content-blocks .container .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-post .standard section.content-blocks .container .block.product_hero_products .content, .single-post .standard section.content-blocks .container .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-post .standard section.content-blocks .container .block.product_hero_products .content > .shoppable-product:not(.landscape), .single-post .standard section.content-blocks .container .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  .single-post .standard section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-post .standard section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .single-post .standard section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-post .standard section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.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.3968253968%;
  padding-right: 25.3968253968%;
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-post .legacy section.top-area .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49.2063492063%;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .legacy section.content .container .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post .legacy section.content .container .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.single-post .legacy section.content .author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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 div.video_area .video-custom-embed iframe {
  display: none;
}
.single-post .wrapper.video div.video_area .video-custom-embed .cover:hover {
  cursor: pointer;
}
.single-post .wrapper.video div.video_area .video-custom-embed .cover .play-button {
  background-image: url("images/icons/play-video.svg");
  width: 32px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.7));
}
.single-post .wrapper.video div.video_area .video-custom-embed .cover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.single-post .wrapper.video div.video_area .video-custom-embed .cover .poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.single-post .wrapper.video section.title .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  .single-post .wrapper.video section.title .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .wrapper.video section.title .container .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post .wrapper.video section.title .container .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.single-post .wrapper.video section.title .container .sponsor {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .wrapper.video section.content-blocks .container .block .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single-post .wrapper.video section.content-blocks .container .block .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
    -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-box-flex: 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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 1;
    -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, .single-post .wrapper.video section.content-blocks .container .block.product_hero_products, .single-post .wrapper.video section.content-blocks .container .block.products {
    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, .single-post .wrapper.video section.content-blocks .container .block.product_hero_products, .single-post .wrapper.video section.content-blocks .container .block.products {
    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, .single-post .wrapper.video section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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, .single-post .wrapper.video section.content-blocks .container .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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 .image.indent, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .single-post .wrapper.video section.content-blocks .container .block.single_image_with_ad .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.video section.content-blocks .container .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
.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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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, .single-post .wrapper.video section.content-blocks .container .block.products .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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
.single-post .wrapper.video section.content-blocks .container .block.double_portrait_images .content .image-container:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box-flex: 0;
  -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-box-flex: 1;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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-box-flex: 0;
  -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-box-flex: 0;
    -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-box-flex: 0;
    -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-box-flex: 0;
  -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-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-post .wrapper.video section.content-blocks .container .block.text_with_insert .insert {
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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-box-flex: 1;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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.3968253968%;
  padding-right: 25.3968253968%;
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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-box-align: center;
    -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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;
  }
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .image-wrapper {
  position: relative;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.single-post .wrapper.video section.content-blocks .container .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
.single-post .wrapper.video section.content-blocks .container .block.products {
  width: calc(100% - 20px);
}
.single-post .wrapper.video section.content-blocks .container .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .single-post .wrapper.video section.content-blocks .container .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .flickity-viewport, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .flickity-viewport {
  width: 100%;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
.single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider .shoppable-product .image, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products.product_2x, .single-post .wrapper.video section.content-blocks .container .block.products.product_2x {
    margin-top: 55px;
  }
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .product-slider, .single-post .wrapper.video section.content-blocks .container .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .content, .single-post .wrapper.video section.content-blocks .container .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .content > .shoppable-product:not(.landscape), .single-post .wrapper.video section.content-blocks .container .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-post .wrapper.video section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .single-post .wrapper.video section.content-blocks .container .block.product_hero_products .content > .shoppable-product.landscape, .single-post .wrapper.video section.content-blocks .container .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@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.3968253968%;
  padding-right: 25.3968253968%;
}
.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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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-box;
  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-box-flex: 1;
  -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-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.hero-image .container, body.single-onthemarket .wrapper.podcast section.hero-image .container,
body.single-onthemarket .wrapper.reduced section.hero-image .container,
body.single-onthemarket .wrapper.onthemarket_reduced section.hero-image .container {
  display: -webkit-box;
  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,
.single-post .wrapper.onthemarket_reduced section.hero-image .container .image, body.single-onthemarket .wrapper.podcast section.hero-image .container .image,
body.single-onthemarket .wrapper.reduced section.hero-image .container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.hero-image .container .image {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.hero-image .container .image, body.single-onthemarket .wrapper.podcast section.hero-image .container .image,
body.single-onthemarket .wrapper.reduced section.hero-image .container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.hero-image .container .ad-unit, body.single-onthemarket .wrapper.podcast section.hero-image .container .ad-unit,
body.single-onthemarket .wrapper.reduced section.hero-image .container .ad-unit,
body.single-onthemarket .wrapper.onthemarket_reduced section.hero-image .container .ad-unit {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.hero-image .container .ad-unit, body.single-onthemarket .wrapper.podcast section.hero-image .container .ad-unit,
body.single-onthemarket .wrapper.reduced section.hero-image .container .ad-unit,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile, body.single-onthemarket .wrapper.podcast section.top-area .sponsor, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor-mobile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: 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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_image,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .author_image, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .author_image, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .author_image,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .author_image,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .author_image,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_image,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .author_image, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .author_image, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .author_image,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .author_image,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .author_image,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_data,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .author_data, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .author_data, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .author_data,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .author_data,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .author_data,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_data,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_data,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .author_data, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .author_data, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .author_data,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .author_data,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .author_data,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .author_data,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .publish_date,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .publish_date, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .publish_date, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .publish_date,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .publish_date,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor .author .publish_date,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile .author .publish_date, body.single-onthemarket .wrapper.podcast section.top-area .sponsor .author .publish_date, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile .author .publish_date,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor .author .publish_date,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .sponsor-mobile, body.single-onthemarket .wrapper.podcast section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.reduced section.top-area .sponsor-mobile,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .sponsor-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.single-post .wrapper.podcast section.top-area .intro,
.single-post .wrapper.reduced section.top-area .intro,
.single-post .wrapper.onthemarket_reduced section.top-area .intro, body.single-onthemarket .wrapper.podcast section.top-area .intro,
body.single-onthemarket .wrapper.reduced section.top-area .intro,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro, body.single-onthemarket .wrapper.podcast section.top-area .intro,
body.single-onthemarket .wrapper.reduced section.top-area .intro,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro p, body.single-onthemarket .wrapper.podcast section.top-area .intro p,
body.single-onthemarket .wrapper.reduced section.top-area .intro p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro p, body.single-onthemarket .wrapper.podcast section.top-area .intro p,
body.single-onthemarket .wrapper.reduced section.top-area .intro p,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.top-area .intro p:not(:last-child), body.single-onthemarket .wrapper.podcast section.top-area .intro p:not(:last-child),
body.single-onthemarket .wrapper.reduced section.top-area .intro p:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.top-area .intro p:not(:last-child), body.single-onthemarket .wrapper.podcast section.top-area .intro p:not(:last-child),
body.single-onthemarket .wrapper.reduced section.top-area .intro p:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro p a, body.single-onthemarket .wrapper.podcast section.top-area .intro p a,
body.single-onthemarket .wrapper.reduced section.top-area .intro p a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro p a:hover, body.single-onthemarket .wrapper.podcast section.top-area .intro p a:hover,
body.single-onthemarket .wrapper.reduced section.top-area .intro p a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.top-area .intro p, body.single-onthemarket .wrapper.podcast section.top-area .intro p,
body.single-onthemarket .wrapper.reduced section.top-area .intro p,
body.single-onthemarket .wrapper.onthemarket_reduced section.top-area .intro p {
    max-width: 230px;
  }
}
.single-post .wrapper.podcast section.featured-slideshow,
.single-post .wrapper.reduced section.featured-slideshow,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow, body.single-onthemarket .wrapper.podcast section.featured-slideshow,
body.single-onthemarket .wrapper.reduced section.featured-slideshow,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow {
  padding-bottom: 16px;
}
.single-post .wrapper.podcast section.featured-slideshow .container,
.single-post .wrapper.reduced section.featured-slideshow .container,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .container, body.single-onthemarket .wrapper.podcast section.featured-slideshow .container,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .container,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow .container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .container::after, body.single-onthemarket .wrapper.podcast section.featured-slideshow .container::after,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .container::after,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow .container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow .slider {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .image, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .image,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item[data-portrait="1"] .image, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item[data-portrait="1"] .image,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item[data-portrait="1"] .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .caption,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .caption,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption p,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption p a, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .caption p, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .caption p a,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .caption p,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption a, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .caption a,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .caption a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .slider .item .caption a:hover, body.single-onthemarket .wrapper.podcast section.featured-slideshow .slider .item .caption a:hover,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .slider .item .caption a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .advertisement, body.single-onthemarket .wrapper.podcast section.featured-slideshow .advertisement,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .advertisement,
body.single-onthemarket .wrapper.onthemarket_reduced section.featured-slideshow .advertisement {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.featured-slideshow .advertisement .image, body.single-onthemarket .wrapper.podcast section.featured-slideshow .advertisement .image,
body.single-onthemarket .wrapper.reduced section.featured-slideshow .advertisement .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks > div:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks > div:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks > div:last-child,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .container, body.single-onthemarket .wrapper.podcast section.content-blocks .container,
body.single-onthemarket .wrapper.reduced section.content-blocks .container,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block, body.single-onthemarket .wrapper.podcast section.content-blocks .block,
body.single-onthemarket .wrapper.reduced section.content-blocks .block,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block, body.single-onthemarket .wrapper.podcast section.content-blocks .block,
body.single-onthemarket .wrapper.reduced section.content-blocks .block,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .content {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child {
    -webkit-box-flex: 0;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child .quote, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:last-child .quote,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:last-child .quote,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    padding-left: 0;
    -webkit-box-flex: 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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child {
    -webkit-box-flex: 0;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:last-child .quote, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:last-child .quote,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:last-child .quote,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .gutter:first-child {
    -webkit-box-flex: 1;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block, body.single-onthemarket .wrapper.podcast section.content-blocks .block,
body.single-onthemarket .wrapper.reduced section.content-blocks .block,
body.single-onthemarket .wrapper.onthemarket_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.podcast section.content-blocks .block.product_hero_products, .single-post .wrapper.podcast section.content-blocks .block.products,
.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,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.reduced section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    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.podcast section.content-blocks .block.product_hero_products, .single-post .wrapper.podcast section.content-blocks .block.products,
.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,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.reduced section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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 .image.indent, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
  background-size: contain;
  margin: 0 10%;
}
@media (max-width: 1023px) {
  .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
    margin: 0 5%;
  }
}
@media (max-width: 768px) {
  .single-post .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, .single-post .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image.indent, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image.indent,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .image.indent {
    margin: 0;
    background-size: cover;
  }
}
.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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption div.nick,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p a:hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .caption p,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:hover .pinterest,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption:hover .caption,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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.podcast section.content-blocks .block.products .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,
.single-post .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container.has-caption .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .ad-unit,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .ad-unit,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_image_with_ad .ad-unit, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_image_with_ad .ad-unit,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_image_with_ad .ad-unit,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.single_full_width_image .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.single_full_width_image .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
.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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 49.2063492063%;
  -ms-flex: 1 0 49.2063492063%;
  flex: 1 0 49.2063492063%;
  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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.double_portrait_images .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.double_portrait_images .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content {
  -webkit-box-flex: 800px;
  -webkit-flex: 800px;
  -ms-flex: 800px;
  flex: 800px;
  max-height: 800px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right .content .image-container .image {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child) {
  -webkit-box-flex: 0;
  -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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_left .content .image-container:not(:first-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_left .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child) {
  -webkit-box-flex: 0;
  -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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_left.triple_image_portrait_right .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.triple_image_portrait_right.triple_image_portrait_right .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content {
  -webkit-box-flex: 1216px;
  -webkit-flex: 1216px;
  -ms-flex: 1216px;
  flex: 1216px;
  max-height: 1216px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49.2063492063%;
}
@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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:not(:last-child),
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container .image {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child {
    -webkit-box-flex: 1;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:last-child .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:first-child .image,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
  -webkit-box-flex: 0;
  -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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) {
    -webkit-box-flex: 1;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3) .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(2) .image,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3), body.single-onthemarket .wrapper.podcast section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(4),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.quad_image_staggered .content .image-container:nth-child(3),
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content::after, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .content::after,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .content::after,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item[data-portrait="1"] .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .slider .item .caption a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .advertisement,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .advertisement,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.slideshow_with_ad .advertisement .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.slideshow_with_ad .advertisement .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.slideshow_with_ad .advertisement .image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
    -webkit-box-flex: 0;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .gutter:first-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:first-child {
    -webkit-box-flex: 0;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .content,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:last-child, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .gutter:last-child,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .gutter:last-child,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .gutter:last-child {
  -webkit-box-flex: 0;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .photo-credit-mobile p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .photo-credit-mobile p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .photo-credit-mobile p a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text .author {
  display: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .author_image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .author_image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .author_image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .author_image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_data, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .author_data,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .author_data,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .author_data, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .author_data,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .author_data,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .publish_date, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .publish_date,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .author .publish_date, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .author .publish_date,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .author .publish_date,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text.intro .text p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text.intro .text p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text.intro .text p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text h2,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text h2,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2.sub-heading-h2, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text h2.sub-heading-h2,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text h2.sub-heading-h2,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text h2.sub-heading-h2::after, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text h2.sub-heading-h2::after,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text h2.sub-heading-h2::after,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text h3.sub-heading-h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text h3.sub-heading-h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text h3.sub-heading-h3,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p,
body.single-onthemarket .wrapper.onthemarket_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),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p:not(:last-of-type), body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p:not(:last-of-type),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p:not(:last-of-type),
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p em, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p em,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p em,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p strong, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p strong,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p strong,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p strong em, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p strong em,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p strong em,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text p a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .text iframe.instagram-media, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .text iframe.instagram-media,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .text iframe.instagram-media,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .quote, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .quote,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .quote,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .quote, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .quote,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .quote,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .quote p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .quote p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .quote p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .quote a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .quote a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .quote a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text .quote a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text .quote a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text .quote a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text.dropcap .content .text1 > p:first-child:first-letter,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.reduced section.content-blocks .block.text_with_insert,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert {
  padding-top: 20px;
  padding-bottom: 20px;
}
.single-post .wrapper.podcast section.content-blocks .block.text_with_insert .insert,
.single-post .wrapper.reduced section.content-blocks .block.text_with_insert .insert,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert {
  border-top: 1px solid #d9d9d6;
  border-bottom: 1px solid #d9d9d6;
  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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .post-title p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert .post-title p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert .post-title p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .post-title p strong, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert .post-title p strong,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert .post-title p strong,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .caption p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert .caption p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert .caption p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert .caption p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert .caption p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert .caption p a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container embed, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container object, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert.video .video_container embed,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert.video .video_container embed,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container iframe,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.video .video_container object,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.text_with_insert .insert.blogpost a.image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.text_with_insert .insert.blogpost a.image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.text_with_insert .insert.blogpost a.image,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .content,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .video_container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .video_container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container object,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container embed,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container object,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container embed, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .video_container iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .video_container object, body.single-onthemarket .wrapper.podcast section.content-blocks .block.video .video_container embed, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container object, body.single-onthemarket .wrapper.podcast section.content-blocks .block.internal_tdf_video .video_container embed,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .video_container iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .video_container object,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.video .video_container embed,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container object,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.internal_tdf_video .video_container embed,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container iframe,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container object,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.video .video_container embed,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container iframe,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.internal_tdf_video .video_container object,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container {
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content h2, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content h2,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content h2,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .extra-text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .extra-text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .extra-text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .validation_message,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield label,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container {
  -webkit-box-flex: 1;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield .ginput_container input,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 24px;
  -webkit-box-align: start;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 label,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gfield#field_1_4 .ginput_container textarea,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer,
body.single-onthemarket .wrapper.onthemarket_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],
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit], body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_wrapper .gform_footer input[type=submit],
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gform_confirmation_wrapper,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.gravity_form .container .content .gfield_required, body.single-onthemarket .wrapper.podcast section.content-blocks .block.gravity_form .container .content .gfield_required,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.gravity_form .container .content .gfield_required,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content {
  padding-left: 25.3968253968%;
  padding-right: 25.3968253968%;
}
.single-post .wrapper.podcast section.content-blocks .block.ingredients .content h2,
.single-post .wrapper.reduced section.content-blocks .block.ingredients .content h2,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h2, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content h2,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content h2,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content h3,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content h3::after, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content h3::after,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content h3::after,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients li, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients li,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients li,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.ingredients .content ul.ingredients li, body.single-onthemarket .wrapper.podcast section.content-blocks .block.ingredients .content ul.ingredients li,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.ingredients .content ul.ingredients li,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.simplecast {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.simplecast {
    -webkit-box-align: center;
    -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.simplecast iframe, body.single-onthemarket .wrapper.podcast section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.simplecast iframe,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .intro-text,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::-webkit-input-placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::-webkit-input-placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:-ms-input-placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:-ms-input-placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea::placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input::placeholder,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea:focus,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field input:focus,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field textarea,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field label, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields .field label,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .top-area .top-fields, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .top-area .top-fields,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .descriptor,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .group-error,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field {
  display: -webkit-box;
  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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info label,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field .info .description,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .field.promoters-list,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .or, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .groups .or,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms,
body.single-onthemarket .wrapper.onthemarket_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],
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit], body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
body.single-onthemarket .wrapper.onthemarket_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],
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit], body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms input[type=submit],
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms p a:hover,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .bottom-area .submit-terms .terms,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message.active, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message.active,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message.active,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message.active {
  display: -webkit-box;
  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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message p, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message p,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message p,
body.single-onthemarket .wrapper.onthemarket_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,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message, body.single-onthemarket .wrapper.podcast section.content-blocks .block.mailchimp_form .mc-success-message,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.mailchimp_form .mc-success-message,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.mailchimp_form .mc-success-message {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 100px;
  }
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper {
  position: relative;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .info,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .info,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .info,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .info,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .info h3,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .info h3,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info h3, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .info h3,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .info h3,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .info .brand-price,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .info .brand-price,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .brand-price, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .info .brand-price,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .info .brand-price,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product .info .arrow,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product .info .arrow,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .arrow, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product .info .arrow,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product .info .arrow,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product.landscape,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product.landscape,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product.landscape,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
.single-post .wrapper.podcast section.content-blocks .block .shoppable-product.landscape .image,
.single-post .wrapper.reduced section.content-blocks .block .shoppable-product.landscape .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block .shoppable-product.landscape .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block .shoppable-product.landscape .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
.single-post .wrapper.podcast section.content-blocks .block.products,
.single-post .wrapper.reduced section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
  width: calc(100% - 20px);
}
.single-post .wrapper.podcast section.content-blocks .block.products .content,
.single-post .wrapper.reduced section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  .single-post .wrapper.podcast section.content-blocks .block.products,
.single-post .wrapper.reduced section.content-blocks .block.products,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
  margin-right: 20px;
  padding-bottom: 63.25%;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container {
    padding-bottom: 0;
    margin-bottom: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 0;
  }
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .image-container .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .image-container .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .image-container .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .image-container .image {
    height: 478px;
    position: relative;
  }
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products.hero-right .image-container,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.hero-right .image-container, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products.hero-right .image-container,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products.hero-right .image-container,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.hero-right .image-container {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider {
  display: none;
  width: 100%;
  margin-bottom: 40px;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-viewport, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-viewport,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-viewport, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-viewport, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-viewport,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-viewport,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-viewport,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-viewport {
  width: 100%;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots {
  bottom: 0;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot {
  width: 6px;
  height: 6px;
  border: 1px solid #808080;
  background: none;
  opacity: 1;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .flickity-page-dots .dot.is-selected,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .flickity-page-dots .dot.is-selected {
  background: #808080;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .shoppable-product, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .shoppable-product,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .shoppable-product, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .shoppable-product,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .shoppable-product,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product {
  width: calc(100% - 30px);
  margin-bottom: 32px;
}
.single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider .shoppable-product .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider .shoppable-product .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider .shoppable-product .image,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider .shoppable-product .image {
  height: 438px;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products.product_2x, .single-post .wrapper.podcast section.content-blocks .block.products.product_2x,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products.product_2x,
.single-post .wrapper.reduced section.content-blocks .block.products.product_2x,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.product_2x,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products.product_2x, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products.product_2x, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products.product_2x,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products.product_2x,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products.product_2x,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products.product_2x,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products.product_2x {
    margin-top: 55px;
  }
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider, .single-post .wrapper.podcast section.content-blocks .block.products .product-slider,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.reduced section.content-blocks .block.products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .product-slider, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .product-slider,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .product-slider,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .product-slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .product-slider,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .product-slider {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .content, .single-post .wrapper.podcast section.content-blocks .block.products .content,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .content,
.single-post .wrapper.reduced section.content-blocks .block.products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .content, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .content,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape), .single-post .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape), body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape), body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product:not(.landscape),
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product:not(.landscape) {
    display: none;
  }
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, .single-post .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .single-post .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, .single-post .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
.single-post .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape, body.single-onthemarket .wrapper.podcast section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape, body.single-onthemarket .wrapper.podcast section.content-blocks .block.products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.reduced section.content-blocks .block.products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.product_hero_products .content > .shoppable-product.landscape,
body.single-onthemarket .wrapper.onthemarket_reduced section.content-blocks .block.products .content > .shoppable-product.landscape {
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.single-post section.share-categories div.share .icons,
body.single-onthemarket section.share-categories div.share .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
body.single-post section.share-categories div.share .icons > a,
body.single-onthemarket section.share-categories div.share .icons > a {
  display: -webkit-box;
  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,
body.single-onthemarket section.share-categories div.share .icons > a:hover {
  opacity: 0.7;
}
body.single-post section.share-categories div.share .icons > a:not(:last-child),
body.single-onthemarket section.share-categories div.share .icons > a:not(:last-child) {
  margin-right: 32px;
}
body.single-post section.share-categories div.share .icons > a.twitter,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket section.categories {
  padding-top: 28px;
  padding-bottom: 28px;
}
body.single-post section.categories > .container,
body.single-onthemarket section.categories > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 768px) {
  body.single-post section.categories > .container,
body.single-onthemarket section.categories > .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.single-post section.categories > .container .content,
body.single-onthemarket section.categories > .container .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.single-post section.categories > .container .gutter,
body.single-onthemarket section.categories > .container .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
body.single-onthemarket section.categories > .container .gutter:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
  }
  body.single-post section.categories > .container .gutter:last-child .quote,
body.single-onthemarket section.categories > .container .gutter:last-child .quote {
    padding: 0 32px;
  }
  body.single-post section.categories > .container .gutter:first-child,
body.single-onthemarket section.categories > .container .gutter:first-child {
    padding-left: 0;
    -webkit-box-flex: 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,
body.single-onthemarket section.categories > .container .gutter:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
  }
  body.single-post section.categories > .container .gutter:last-child .quote,
body.single-onthemarket section.categories > .container .gutter:last-child .quote {
    padding: 0 32px;
  }
  body.single-post section.categories > .container .gutter:first-child,
body.single-onthemarket section.categories > .container .gutter:first-child {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -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,
body.single-onthemarket section.categories > .container .gutter {
    padding: 0;
  }
  body.single-post section.categories > .container .gutter:first-child,
body.single-onthemarket section.categories > .container .gutter:first-child {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
body.single-post section.categories .content a,
body.single-onthemarket 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,
body.single-onthemarket section.categories .content a:hover {
  opacity: 0.7;
}
body.single-post section.categories .content a:not(:last-child),
body.single-onthemarket section.categories .content a:not(:last-child) {
  margin-right: 16px;
}

body.single-post section.comments,
body.single-onthemarket section.comments {
  padding-top: 56px;
  padding-bottom: 70px;
}
@media (max-width: 768px) {
  body.single-post section.comments,
body.single-onthemarket section.comments {
    display: none;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
body.single-post section.comments .comments-area,
body.single-onthemarket section.comments .comments-area {
  max-width: calc(100% - 300px);
}
@media (max-width: 480px) {
  body.single-post section.comments .comments-area,
body.single-onthemarket section.comments .comments-area {
    max-width: 100%;
  }
}
body.single-post section.comments .comments-area h2.show,
body.single-onthemarket section.comments .comments-area h2.show {
  padding-left: 330px;
}
@media (max-width: 1024px) {
  body.single-post section.comments .comments-area h2.show,
body.single-onthemarket section.comments .comments-area h2.show {
    padding-left: 200px;
  }
}
@media (max-width: 480px) {
  body.single-post section.comments .comments-area h2.show,
body.single-onthemarket section.comments .comments-area h2.show {
    padding: 0;
  }
}
body.single-post section.comments .comments-area h2.show a,
body.single-onthemarket section.comments .comments-area h2.show a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -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,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area h2.show a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.single-post section.comments .comments-area h2.show a::after,
body.single-onthemarket section.comments .comments-area h2.show a::after {
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -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,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form {
    padding-left: 200px;
  }
}
@media (max-width: 480px) {
  body.single-post section.comments .comments-area form,
body.single-onthemarket section.comments .comments-area form {
    padding: 0;
  }
}
body.single-post section.comments .comments-area form label,
body.single-onthemarket section.comments .comments-area form label {
  display: none;
}
body.single-post section.comments .comments-area form > div:not(:last-of-type),
body.single-onthemarket section.comments .comments-area form > div:not(:last-of-type) {
  margin-bottom: 24px;
}
body.single-post section.comments .comments-area form p.logged_in,
body.single-onthemarket section.comments .comments-area form p.logged_in {
  margin-bottom: 20px;
}
body.single-post section.comments .comments-area form p.logged_in a,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form input:not([type=submit]),
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form input:not([type=submit]),
body.single-onthemarket section.comments .comments-area form input:not([type=submit])::-webkit-input-placeholder,
body.single-onthemarket section.comments .comments-area form textarea,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form input:not([type=submit]),
body.single-onthemarket section.comments .comments-area form input:not([type=submit]):-ms-input-placeholder,
body.single-onthemarket section.comments .comments-area form textarea,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form input:not([type=submit]),
body.single-onthemarket section.comments .comments-area form input:not([type=submit])::placeholder,
body.single-onthemarket section.comments .comments-area form textarea,
body.single-onthemarket 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,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form textarea {
    padding: 12px;
  }
}
body.single-post section.comments .comments-area form > div:last-of-type,
body.single-onthemarket 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,
body.single-onthemarket 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],
body.single-onthemarket 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,
body.single-onthemarket section.comments .comments-area form input[type=submit]:hover {
  opacity: 0.7;
}
body.single-post section.comments .comment-list,
body.single-onthemarket section.comments .comment-list {
  padding-top: 64px;
}
@media (max-width: 480px) {
  body.single-post section.comments .comment-list,
body.single-onthemarket section.comments .comment-list {
    padding-top: 0;
  }
}
body.single-post section.comments .comment-list .comment-wrap,
body.single-onthemarket section.comments .comment-list .comment-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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,
body.single-onthemarket section.comments .comment-list .comment-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.single-post section.comments .comment-list .comment-wrap .content,
body.single-onthemarket section.comments .comment-list .comment-wrap .content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.single-post section.comments .comment-list .comment-wrap .gutter,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  padding: 0 25px;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
  }
  body.single-post section.comments .comment-list .comment-wrap .gutter:last-child .quote,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:first-child {
    padding-left: 0;
    -webkit-box-flex: 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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:last-child {
    -webkit-box-flex: 0;
    -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,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:first-child {
    padding-left: 10px;
    -webkit-box-flex: 0;
    -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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter {
    padding: 0;
  }
  body.single-post section.comments .comment-list .comment-wrap .gutter:first-child,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:first-child {
    -webkit-box-flex: 1;
    -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),
body.single-onthemarket 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),
body.single-onthemarket section.comments .comment-list .comment-wrap:not(:first-child) {
    margin-top: 32px;
  }
}
body.single-post section.comments .comment-list .comment-wrap .gutter.time,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter.time {
  -webkit-box-flex: 0;
  -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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter.time {
    -webkit-box-flex: 0;
    -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,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter.time {
    display: none;
  }
}
body.single-post section.comments .comment-list .comment-wrap .gutter:last-child,
body.single-onthemarket section.comments .comment-list .comment-wrap .gutter:last-child {
  display: none;
}
body.single-post section.comments .comment-list .comment-wrap .author,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comment-list .comment-wrap .author {
    margin-bottom: 12px;
  }
}
body.single-post section.comments .comment-list .comment-wrap .time.mobile-only,
body.single-onthemarket 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,
body.single-onthemarket section.comments .comment-list .comment-wrap .time.mobile-only {
    display: block;
  }
}
body.single-post section.comments .comment-list .comment-wrap .comment-body,
body.single-onthemarket section.comments .comment-list .comment-wrap .comment-body {
  padding-right: 20px;
}
body.single-post section.comments .comment-list .comment-wrap .comment-body p,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop,
body.single-onthemarket section.more-tdf-films,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .container,
body.single-onthemarket section.more-tdf-films .container,
body.single-onthemarket section.more-podcasts .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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,
body.single-onthemarket section.similar-stories.desktop .container,
body.single-onthemarket section.more-tdf-films .container,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .container .section-title,
body.single-onthemarket section.more-tdf-films .container .section-title,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .container .section-title,
body.single-onthemarket section.more-tdf-films .container .section-title,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .posts,
body.single-onthemarket section.more-podcasts .posts {
  display: -webkit-box;
  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,
body.single-onthemarket section.similar-stories.desktop .posts,
body.single-onthemarket section.more-podcasts .posts {
    display: block;
  }
}
body.single-post section.similar-stories.desktop .posts .post,
body.single-post section.more-podcasts .posts .post,
body.single-onthemarket section.similar-stories.desktop .posts .post,
body.single-onthemarket section.more-podcasts .posts .post {
  -webkit-box-flex: 0;
  -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,
body.single-onthemarket section.similar-stories.desktop .posts .post,
body.single-onthemarket section.more-podcasts .posts .post {
    -webkit-box-flex: 1;
    -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,
body.single-onthemarket section.similar-stories.desktop .posts .post .thumbnail,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .posts .post .thumbnail,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .posts .post .info,
body.single-onthemarket section.more-podcasts .posts .post .info {
  -webkit-box-flex: 1;
  -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,
body.single-onthemarket section.similar-stories.desktop .posts .post .info .link,
body.single-onthemarket 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),
body.single-onthemarket section.similar-stories.desktop .posts .post:not(:last-child),
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.desktop .posts .post:last-child,
body.single-onthemarket 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),
body.single-onthemarket section.similar-stories.desktop .posts .post:nth-child(3),
body.single-onthemarket section.more-podcasts .posts .post:nth-child(3) {
  -webkit-box-flex: 1;
  -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),
body.single-onthemarket section.similar-stories.desktop .posts .post:nth-child(3),
body.single-onthemarket section.more-podcasts .posts .post:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 80%;
  }
}
body.single-post section.more-podcasts,
body.single-onthemarket 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,
body.single-onthemarket section.more-podcasts h2,
body.single-onthemarket section.more-podcasts h2 > a,
body.single-onthemarket section.more-podcasts h4,
body.single-onthemarket section.more-podcasts h4 > a,
body.single-onthemarket section.more-podcasts .description,
body.single-onthemarket section.more-podcasts .description > a,
body.single-onthemarket section.more-podcasts .link,
body.single-onthemarket section.more-podcasts .link > a {
  color: white;
}
body.single-post section.more-podcasts a, body.single-post section.more-podcasts p,
body.single-onthemarket section.more-podcasts a,
body.single-onthemarket section.more-podcasts p {
  color: white !important;
}
body.single-post section.more-podcasts .info,
body.single-onthemarket section.more-podcasts .info {
  background: #3B3B3B;
}
@media (max-width: 768px) {
  body.single-post section.similar-stories.desktop,
body.single-onthemarket section.similar-stories.desktop {
    display: none;
  }
}
body.single-post section.similar-stories .section-title,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories .section-title {
    margin-top: 20px;
    text-align: left;
    margin-bottom: 16px;
    text-decoration: none;
  }
}
body.single-post section.similar-stories.mobile,
body.single-onthemarket 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,
body.single-onthemarket section.similar-stories.mobile {
    display: block;
  }
}
body.single-post section.similar-stories.mobile .post,
body.single-onthemarket section.similar-stories.mobile .post {
  margin-top: 40px;
  margin-bottom: 0;
}
body.single-post section.similar-stories.mobile .post .thumbnail,
body.single-onthemarket section.similar-stories.mobile .post .thumbnail {
  min-height: 205px;
}
@media (max-width: 1023px) {
  body.single-post section.similar-stories.mobile .post .thumbnail,
body.single-onthemarket section.similar-stories.mobile .post .thumbnail {
    min-height: 395px;
  }
}
@media (max-width: 768px) {
  body.single-post section.similar-stories.mobile .post .thumbnail,
body.single-onthemarket section.similar-stories.mobile .post .thumbnail {
    min-height: 225px;
  }
}
body.single-post section.similar-stories.mobile .post .info,
body.single-onthemarket 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,
body.single-onthemarket 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-box;
  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-box-flex: 1;
  -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-box-flex: 1;
    -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-box-flex: 1;
  -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-box;
    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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box;
  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-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -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-box-flex: 1;
    -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-box-flex: 1;
  -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-post .onthemarket_standard section.top-area,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area,
body.single-editorspicks .onthemarket_reduced section.top-area,
body.single-onthemarket .standard section.top-area,
body.single-onthemarket .new_standard section.top-area,
body.single-onthemarket .podcast section.top-area,
body.single-onthemarket .reduced section.top-area,
body.single-onthemarket .editorspicks section.top-area,
body.single-onthemarket .onthemarket_standard section.top-area,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area,
body.single-editorspicks .onthemarket_reduced section.top-area,
body.single-onthemarket .standard section.top-area,
body.single-onthemarket .new_standard section.top-area,
body.single-onthemarket .podcast section.top-area,
body.single-onthemarket .reduced section.top-area,
body.single-onthemarket .editorspicks section.top-area,
body.single-onthemarket .onthemarket_standard section.top-area,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area > .container,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area > .container,
body.single-editorspicks .onthemarket_reduced section.top-area > .container,
body.single-onthemarket .standard section.top-area > .container,
body.single-onthemarket .new_standard section.top-area > .container,
body.single-onthemarket .podcast section.top-area > .container,
body.single-onthemarket .reduced section.top-area > .container,
body.single-onthemarket .editorspicks section.top-area > .container,
body.single-onthemarket .onthemarket_standard section.top-area > .container,
body.single-onthemarket .onthemarket_reduced section.top-area > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-post .onthemarket_standard section.top-area .sponsor,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile,
body.single-post .onthemarket_reduced section.top-area .sponsor,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile,
body.single-onthemarket .standard section.top-area .sponsor,
body.single-onthemarket .standard section.top-area .sponsor-mobile,
body.single-onthemarket .new_standard section.top-area .sponsor,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile,
body.single-onthemarket .podcast section.top-area .sponsor,
body.single-onthemarket .podcast section.top-area .sponsor-mobile,
body.single-onthemarket .reduced section.top-area .sponsor,
body.single-onthemarket .reduced section.top-area .sponsor-mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor-mobile {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25.3968253968%;
  -ms-flex: 0 1 25.3968253968%;
  flex: 0 1 25.3968253968%;
  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-post .onthemarket_standard section.top-area .sponsor > a.logo,
body.single-post .onthemarket_standard section.top-area .sponsor a.logo > img,
body.single-post .onthemarket_standard section.top-area .sponsor > div,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile > a.logo,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile a.logo > img,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile > div,
body.single-post .onthemarket_reduced section.top-area .sponsor > a.logo,
body.single-post .onthemarket_reduced section.top-area .sponsor a.logo > img,
body.single-post .onthemarket_reduced section.top-area .sponsor > div,
body.single-post .onthemarket_reduced section.top-area .sponsor-mobile > a.logo,
body.single-post .onthemarket_reduced section.top-area .sponsor-mobile a.logo > img,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor > a.logo,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor a.logo > img,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor > div,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile > a.logo,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile a.logo > img,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile > div,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor > a.logo,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor a.logo > img,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor > div,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile > a.logo,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile a.logo > img,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile > div,
body.single-onthemarket .standard section.top-area .sponsor > a.logo,
body.single-onthemarket .standard section.top-area .sponsor a.logo > img,
body.single-onthemarket .standard section.top-area .sponsor > div,
body.single-onthemarket .standard section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .standard section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .standard section.top-area .sponsor-mobile > div,
body.single-onthemarket .new_standard section.top-area .sponsor > a.logo,
body.single-onthemarket .new_standard section.top-area .sponsor a.logo > img,
body.single-onthemarket .new_standard section.top-area .sponsor > div,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile > div,
body.single-onthemarket .podcast section.top-area .sponsor > a.logo,
body.single-onthemarket .podcast section.top-area .sponsor a.logo > img,
body.single-onthemarket .podcast section.top-area .sponsor > div,
body.single-onthemarket .podcast section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .podcast section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .podcast section.top-area .sponsor-mobile > div,
body.single-onthemarket .reduced section.top-area .sponsor > a.logo,
body.single-onthemarket .reduced section.top-area .sponsor a.logo > img,
body.single-onthemarket .reduced section.top-area .sponsor > div,
body.single-onthemarket .reduced section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .reduced section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .reduced section.top-area .sponsor-mobile > div,
body.single-onthemarket .editorspicks section.top-area .sponsor > a.logo,
body.single-onthemarket .editorspicks section.top-area .sponsor a.logo > img,
body.single-onthemarket .editorspicks section.top-area .sponsor > div,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile > div,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor > a.logo,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor a.logo > img,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor > div,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile > div,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor > a.logo,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor a.logo > img,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor > div,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor-mobile > a.logo,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor-mobile a.logo > img,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .sponsor a,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile a,
body.single-post .onthemarket_reduced section.top-area .sponsor a,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor a,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile a,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor a,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile a,
body.single-onthemarket .standard section.top-area .sponsor a,
body.single-onthemarket .standard section.top-area .sponsor-mobile a,
body.single-onthemarket .new_standard section.top-area .sponsor a,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile a,
body.single-onthemarket .podcast section.top-area .sponsor a,
body.single-onthemarket .podcast section.top-area .sponsor-mobile a,
body.single-onthemarket .reduced section.top-area .sponsor a,
body.single-onthemarket .reduced section.top-area .sponsor-mobile a,
body.single-onthemarket .editorspicks section.top-area .sponsor a,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile a,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor a,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile a,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor a,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .sponsor a:hover,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile a:hover,
body.single-post .onthemarket_reduced section.top-area .sponsor a:hover,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor a:hover,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile a:hover,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor a:hover,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .standard section.top-area .sponsor a:hover,
body.single-onthemarket .standard section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .new_standard section.top-area .sponsor a:hover,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .podcast section.top-area .sponsor a:hover,
body.single-onthemarket .podcast section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .reduced section.top-area .sponsor a:hover,
body.single-onthemarket .reduced section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .editorspicks section.top-area .sponsor a:hover,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor a:hover,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile a:hover,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor a:hover,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .sponsor .line,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile .line,
body.single-post .onthemarket_reduced section.top-area .sponsor .line,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor .line,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile .line,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor .line,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile .line,
body.single-onthemarket .standard section.top-area .sponsor .line,
body.single-onthemarket .standard section.top-area .sponsor-mobile .line,
body.single-onthemarket .new_standard section.top-area .sponsor .line,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile .line,
body.single-onthemarket .podcast section.top-area .sponsor .line,
body.single-onthemarket .podcast section.top-area .sponsor-mobile .line,
body.single-onthemarket .reduced section.top-area .sponsor .line,
body.single-onthemarket .reduced section.top-area .sponsor-mobile .line,
body.single-onthemarket .editorspicks section.top-area .sponsor .line,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile .line,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor .line,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile .line,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor .line,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .sponsor.mobile,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-post .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .standard section.top-area .sponsor.mobile,
body.single-onthemarket .standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .new_standard section.top-area .sponsor.mobile,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .podcast section.top-area .sponsor.mobile,
body.single-onthemarket .podcast section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .reduced section.top-area .sponsor.mobile,
body.single-onthemarket .reduced section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor.mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .sponsor.mobile,
body.single-post .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-post .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .standard section.top-area .sponsor.mobile,
body.single-onthemarket .standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .new_standard section.top-area .sponsor.mobile,
body.single-onthemarket .new_standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .podcast section.top-area .sponsor.mobile,
body.single-onthemarket .podcast section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .reduced section.top-area .sponsor.mobile,
body.single-onthemarket .reduced section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor.mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor-mobile.mobile,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor-mobile.mobile {
    display: block;
    -webkit-box-flex: 0;
    -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-post .onthemarket_standard section.top-area .sponsor,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor,
body.single-onthemarket .standard section.top-area .sponsor,
body.single-onthemarket .new_standard section.top-area .sponsor,
body.single-onthemarket .podcast section.top-area .sponsor,
body.single-onthemarket .reduced section.top-area .sponsor,
body.single-onthemarket .editorspicks section.top-area .sponsor,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor {
    display: none !important;
  }
}
@media (max-width: 768px) {
  body.single-post .standard section.top-area .sponsor.mobile,
body.single-post .new_standard section.top-area .sponsor.mobile,
body.single-post .podcast section.top-area .sponsor.mobile,
body.single-post .reduced section.top-area .sponsor.mobile,
body.single-post .editorspicks section.top-area .sponsor.mobile,
body.single-post .onthemarket_standard section.top-area .sponsor.mobile,
body.single-post .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-editorspicks .standard section.top-area .sponsor.mobile,
body.single-editorspicks .new_standard section.top-area .sponsor.mobile,
body.single-editorspicks .podcast section.top-area .sponsor.mobile,
body.single-editorspicks .reduced section.top-area .sponsor.mobile,
body.single-editorspicks .editorspicks section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_standard section.top-area .sponsor.mobile,
body.single-editorspicks .onthemarket_reduced section.top-area .sponsor.mobile,
body.single-onthemarket .standard section.top-area .sponsor.mobile,
body.single-onthemarket .new_standard section.top-area .sponsor.mobile,
body.single-onthemarket .podcast section.top-area .sponsor.mobile,
body.single-onthemarket .reduced section.top-area .sponsor.mobile,
body.single-onthemarket .editorspicks section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_standard section.top-area .sponsor.mobile,
body.single-onthemarket .onthemarket_reduced section.top-area .sponsor.mobile {
    display: block !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-post .onthemarket_standard section.top-area .content,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content,
body.single-editorspicks .onthemarket_reduced section.top-area .content,
body.single-onthemarket .standard section.top-area .content,
body.single-onthemarket .new_standard section.top-area .content,
body.single-onthemarket .podcast section.top-area .content,
body.single-onthemarket .reduced section.top-area .content,
body.single-onthemarket .editorspicks section.top-area .content,
body.single-onthemarket .onthemarket_standard section.top-area .content,
body.single-onthemarket .onthemarket_reduced section.top-area .content {
  padding-top: 80px;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 49.2063492063%;
  -ms-flex: 0 1 49.2063492063%;
  flex: 0 1 49.2063492063%;
}
@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-post .onthemarket_standard section.top-area .content,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content,
body.single-editorspicks .onthemarket_reduced section.top-area .content,
body.single-onthemarket .standard section.top-area .content,
body.single-onthemarket .new_standard section.top-area .content,
body.single-onthemarket .podcast section.top-area .content,
body.single-onthemarket .reduced section.top-area .content,
body.single-onthemarket .editorspicks section.top-area .content,
body.single-onthemarket .onthemarket_standard section.top-area .content,
body.single-onthemarket .onthemarket_reduced section.top-area .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -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-post .onthemarket_standard section.top-area .content h1,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h1,
body.single-editorspicks .onthemarket_reduced section.top-area .content h1,
body.single-onthemarket .standard section.top-area .content h1,
body.single-onthemarket .new_standard section.top-area .content h1,
body.single-onthemarket .podcast section.top-area .content h1,
body.single-onthemarket .reduced section.top-area .content h1,
body.single-onthemarket .editorspicks section.top-area .content h1,
body.single-onthemarket .onthemarket_standard section.top-area .content h1,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content h1,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h1,
body.single-editorspicks .onthemarket_reduced section.top-area .content h1,
body.single-onthemarket .standard section.top-area .content h1,
body.single-onthemarket .new_standard section.top-area .content h1,
body.single-onthemarket .podcast section.top-area .content h1,
body.single-onthemarket .reduced section.top-area .content h1,
body.single-onthemarket .editorspicks section.top-area .content h1,
body.single-onthemarket .onthemarket_standard section.top-area .content h1,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content h1,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h1,
body.single-editorspicks .onthemarket_reduced section.top-area .content h1,
body.single-onthemarket .standard section.top-area .content h1,
body.single-onthemarket .new_standard section.top-area .content h1,
body.single-onthemarket .podcast section.top-area .content h1,
body.single-onthemarket .reduced section.top-area .content h1,
body.single-onthemarket .editorspicks section.top-area .content h1,
body.single-onthemarket .onthemarket_standard section.top-area .content h1,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content h2,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h2,
body.single-editorspicks .onthemarket_reduced section.top-area .content h2,
body.single-onthemarket .standard section.top-area .content h2,
body.single-onthemarket .new_standard section.top-area .content h2,
body.single-onthemarket .podcast section.top-area .content h2,
body.single-onthemarket .reduced section.top-area .content h2,
body.single-onthemarket .editorspicks section.top-area .content h2,
body.single-onthemarket .onthemarket_standard section.top-area .content h2,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content h2,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h2,
body.single-editorspicks .onthemarket_reduced section.top-area .content h2,
body.single-onthemarket .standard section.top-area .content h2,
body.single-onthemarket .new_standard section.top-area .content h2,
body.single-onthemarket .podcast section.top-area .content h2,
body.single-onthemarket .reduced section.top-area .content h2,
body.single-onthemarket .editorspicks section.top-area .content h2,
body.single-onthemarket .onthemarket_standard section.top-area .content h2,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content h2,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content h2,
body.single-editorspicks .onthemarket_reduced section.top-area .content h2,
body.single-onthemarket .standard section.top-area .content h2,
body.single-onthemarket .new_standard section.top-area .content h2,
body.single-onthemarket .podcast section.top-area .content h2,
body.single-onthemarket .reduced section.top-area .content h2,
body.single-onthemarket .editorspicks section.top-area .content h2,
body.single-onthemarket .onthemarket_standard section.top-area .content h2,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction,
body.single-onthemarket .standard section.top-area .content .introduction,
body.single-onthemarket .new_standard section.top-area .content .introduction,
body.single-onthemarket .podcast section.top-area .content .introduction,
body.single-onthemarket .reduced section.top-area .content .introduction,
body.single-onthemarket .editorspicks section.top-area .content .introduction,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction,
body.single-onthemarket .standard section.top-area .content .introduction,
body.single-onthemarket .new_standard section.top-area .content .introduction,
body.single-onthemarket .podcast section.top-area .content .introduction,
body.single-onthemarket .reduced section.top-area .content .introduction,
body.single-onthemarket .editorspicks section.top-area .content .introduction,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p,
body.single-onthemarket .standard section.top-area .content .introduction p,
body.single-onthemarket .new_standard section.top-area .content .introduction p,
body.single-onthemarket .podcast section.top-area .content .introduction p,
body.single-onthemarket .reduced section.top-area .content .introduction p,
body.single-onthemarket .editorspicks section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p,
body.single-onthemarket .standard section.top-area .content .introduction p,
body.single-onthemarket .new_standard section.top-area .content .introduction p,
body.single-onthemarket .podcast section.top-area .content .introduction p,
body.single-onthemarket .reduced section.top-area .content .introduction p,
body.single-onthemarket .editorspicks section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-post .onthemarket_reduced 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),
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .new_standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .podcast section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .reduced section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .editorspicks section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-post .onthemarket_reduced 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),
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .new_standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .podcast section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .reduced section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .editorspicks section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p:not(:last-child),
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p a,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p a,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p a,
body.single-onthemarket .standard section.top-area .content .introduction p a,
body.single-onthemarket .new_standard section.top-area .content .introduction p a,
body.single-onthemarket .podcast section.top-area .content .introduction p a,
body.single-onthemarket .reduced section.top-area .content .introduction p a,
body.single-onthemarket .editorspicks section.top-area .content .introduction p a,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p a,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p a:hover,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p a:hover,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p a:hover,
body.single-onthemarket .standard section.top-area .content .introduction p a:hover,
body.single-onthemarket .new_standard section.top-area .content .introduction p a:hover,
body.single-onthemarket .podcast section.top-area .content .introduction p a:hover,
body.single-onthemarket .reduced section.top-area .content .introduction p a:hover,
body.single-onthemarket .editorspicks section.top-area .content .introduction p a:hover,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p a:hover,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .introduction p,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .introduction p,
body.single-editorspicks .onthemarket_reduced section.top-area .content .introduction p,
body.single-onthemarket .standard section.top-area .content .introduction p,
body.single-onthemarket .new_standard section.top-area .content .introduction p,
body.single-onthemarket .podcast section.top-area .content .introduction p,
body.single-onthemarket .reduced section.top-area .content .introduction p,
body.single-onthemarket .editorspicks section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_standard section.top-area .content .introduction p,
body.single-onthemarket .onthemarket_reduced 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-post .onthemarket_standard section.top-area .content .date,
body.single-post .onthemarket_reduced 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,
body.single-editorspicks .onthemarket_standard section.top-area .content .date,
body.single-editorspicks .onthemarket_reduced section.top-area .content .date,
body.single-onthemarket .standard section.top-area .content .date,
body.single-onthemarket .new_standard section.top-area .content .date,
body.single-onthemarket .podcast section.top-area .content .date,
body.single-onthemarket .reduced section.top-area .content .date,
body.single-onthemarket .editorspicks section.top-area .content .date,
body.single-onthemarket .onthemarket_standard section.top-area .content .date,
body.single-onthemarket .onthemarket_reduced section.top-area .content .date {
  font-family: "Pona-LightItalic";
  font-size: 15px;
}

body.single-post section.share-categories,
body.single-onthemarket section.share-categories {
  display: -webkit-box;
  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,
body.single-onthemarket section.share-categories .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 11.1111111111%;
  padding-right: 11.1111111111%;
}
body.single-post section.share-categories .container .share,
body.single-onthemarket section.share-categories .container .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-post section.share-categories .container .share .label,
body.single-onthemarket 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,
body.single-onthemarket section.share-categories .container .share .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -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,
body.single-onthemarket section.share-categories .container .categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.single-post section.share-categories .container .categories a,
body.single-onthemarket 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,
body.single-onthemarket section.share-categories .container .categories a:hover {
  opacity: 0.7;
}
body.single-post section.share-categories .container .categories a:not(:last-child),
body.single-onthemarket section.share-categories .container .categories a:not(:last-child) {
  margin-right: 16px;
}
@media (max-width: 1023px) {
  body.single-post section.share-categories .container,
body.single-onthemarket section.share-categories .container {
    padding-left: 10px;
  }
  body.single-post section.share-categories .container .categories,
body.single-onthemarket section.share-categories .container .categories {
    display: none;
  }
}

body.single-post section.promo-banner .container,
body.single-onthemarket section.promo-banner .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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,
body.single-onthemarket 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,
body.single-onthemarket section.promo-banner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.single-post section.promo-banner .text,
body.single-onthemarket section.promo-banner .text {
  width: 860px;
  max-width: 100%;
  text-align: center;
}
body.single-post section.promo-banner .text *,
body.single-onthemarket 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 *,
body.single-onthemarket section.promo-banner .text * {
    font-size: 29px;
    line-height: 34px;
  }
}
body.single-post section.promo-banner .text * a,
body.single-onthemarket section.promo-banner .text * a {
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
body.single-post section.promo-banner .text * a:hover,
body.single-onthemarket 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 *,
body.single-onthemarket section.promo-banner .text * a,
body.single-onthemarket section.promo-banner .text * a * {
  color: #FFDC37;
}
body.single-post section.promo-banner .text * em,
body.single-onthemarket section.promo-banner .text * em {
  font-style: italic;
}
body.single-post section.promo-banner .text * strong,
body.single-onthemarket section.promo-banner .text * strong {
  font-weight: 700;
}

body.single-post .this-week.mobile,
body.single-onthemarket .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,
body.single-onthemarket .this-week.mobile {
    display: block;
  }
}
body.single-post .this-week.mobile .section-title,
body.single-onthemarket .this-week.mobile .section-title {
  padding-left: 8px;
  padding-top: 8px;
  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,
body.single-onthemarket .this-week.mobile .section-title {
    text-align: left;
    margin-bottom: 16px;
    text-decoration: none;
  }
}
body.single-post .this-week.mobile .post,
body.single-onthemarket .this-week.mobile .post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -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),
body.single-onthemarket .this-week.mobile .post:nth-child(n+5) {
  display: none;
}
body.single-post .this-week.mobile .post .thumbnail,
body.single-onthemarket .this-week.mobile .post .thumbnail {
  -webkit-box-flex: 0;
  -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,
body.single-onthemarket .this-week.mobile .post .info {
  -webkit-box-flex: 0;
  -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,
body.single-onthemarket .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,
body.single-onthemarket .this-week.mobile .post .info .title,
body.single-onthemarket .this-week.mobile .post .info .title a {
  font-size: 18px;
  line-height: 1;
}
body.single-post .this-week.mobile .post .info .description,
body.single-onthemarket .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-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -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 .video_area .video-custom-embed iframe,
body.single-tdf_videos .video_area .video-custom-embed iframe {
  display: none;
}
body.post-type-archive-tdf_videos .video_area .video-custom-embed .cover:hover,
body.single-tdf_videos .video_area .video-custom-embed .cover:hover {
  cursor: pointer;
}
body.post-type-archive-tdf_videos .video_area .video-custom-embed .cover .play-button,
body.single-tdf_videos .video_area .video-custom-embed .cover .play-button {
  background-image: url("images/icons/play-video.svg");
  width: 32px;
  height: 39px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.7));
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.7));
}
body.post-type-archive-tdf_videos .video_area .video-custom-embed .cover .overlay,
body.single-tdf_videos .video_area .video-custom-embed .cover .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
body.post-type-archive-tdf_videos .video_area .video-custom-embed .cover .poster,
body.single-tdf_videos .video_area .video-custom-embed .cover .poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  z-index: 1;
  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-box;
  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-box-flex: 1;
  -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-box-orient: horizontal;
  -webkit-box-direction: normal;
  -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-box-flex: 0;
  -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-box-flex: 1;
  -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-box-flex: 0;
    -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-box-orient: vertical;
    -webkit-box-direction: normal;
    -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-box-flex: 0;
    -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;
}

body.page-template-shoppable .shoppable-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  -webkit-flex-basis: calc(25% - 20px);
  -ms-flex-preferred-size: calc(25% - 20px);
  flex-basis: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 50px;
}
body.page-template-shoppable .shoppable-product .image-wrapper {
  position: relative;
}
body.page-template-shoppable .shoppable-product .image-wrapper .image {
  width: 100%;
  padding-bottom: 138%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-shoppable .shoppable-product .image-wrapper .image-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.15s ease;
}
body.page-template-shoppable .shoppable-product .image-wrapper:hover .image-hover {
  opacity: 1;
}
body.page-template-shoppable .shoppable-product .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 10px;
}
body.page-template-shoppable .shoppable-product .info h3 {
  font-family: "SofiaProLight";
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #3B3B3B;
}
body.page-template-shoppable .shoppable-product .info .brand-price {
  font-size: 12px;
  line-height: 26px;
  color: #808080;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
body.page-template-shoppable .shoppable-product .info .arrow {
  background-image: url("images/icons/product-arrow.svg");
  height: 14px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 5px;
}
body.page-template-shoppable .shoppable-product.landscape {
  -webkit-flex-basis: calc(50% - 20px);
  -ms-flex-preferred-size: calc(50% - 20px);
  flex-basis: calc(50% - 20px);
}
body.page-template-shoppable .shoppable-product.landscape .image {
  padding-bottom: calc(69% - 10px);
}
body.page-template-shoppable section.branded-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 30px 90px;
  margin-bottom: 100px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-shoppable section.branded-header {
    padding: 60px 0 50px;
  }
}
body.page-template-shoppable section.branded-header .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-shoppable section.branded-header .info .image {
  width: 100%;
  max-width: 580px;
  height: 320px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-shoppable section.branded-header .info .image {
    max-width: 100%;
    height: 150px;
  }
}
body.page-template-shoppable section.branded-header .info .text {
  font-size: 24px;
  line-height: 1.3em;
  max-width: 540px;
  margin-top: 45px;
}
@media (max-width: 768px) {
  body.page-template-shoppable section.branded-header .info .text {
    font-size: 18px;
    margin-top: 32px;
    padding: 0 45px;
  }
}
body.page-template-shoppable section.branded-header .info .daystogo {
  font-family: "SofiaProRegular";
  margin-top: 48px;
  font-size: 23px;
  line-height: 1.3em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  body.page-template-shoppable section.branded-header .info .daystogo {
    font-size: 18px;
    margin-top: 32px;
  }
}
body.page-template-shoppable .brands {
  max-width: 100vw;
  overflow: hidden;
}
body.page-template-shoppable .brand {
  position: relative;
  z-index: 2;
  background: white;
}
body.page-template-shoppable .product-grid-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-shoppable .product-grid-wrapper .product-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
  width: calc(100% + 20px);
  z-index: 1;
}
body.page-template-shoppable .product-grid-wrapper .product-grid.expanded {
  margin-bottom: 100px;
}
body.page-template-shoppable .product-grid-wrapper .product-grid.expanded[data-active=false] {
  display: none;
}
body.page-template-shoppable .product-grid-wrapper .product-grid.expanded[data-active=true] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid .shoppable-product {
    -webkit-flex-basis: calc(50% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    margin-bottom: 30px;
  }
  body.page-template-shoppable .product-grid-wrapper .product-grid .shoppable-product.landscape {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  body.page-template-shoppable .product-grid-wrapper .product-grid .shoppable-product h3,
body.page-template-shoppable .product-grid-wrapper .product-grid .shoppable-product .brand-price {
    font-size: 9px;
    line-height: 14px;
  }
  body.page-template-shoppable .product-grid-wrapper .product-grid .shoppable-product .arrow {
    width: 8px;
    height: 8px;
  }
}
body.page-template-shoppable .product-grid-wrapper .product-grid-divider {
  width: 100vw;
  height: 1px;
  background-color: #A9A9A9;
  margin: 70px 0 115px;
  -webkit-transform: translateX(calc((-100vw + 1260px) / 2));
  transform: translateX(calc((-100vw + 1260px) / 2));
  position: relative;
}
@media (max-width: 1290px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-divider {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media (max-width: 1290px) and (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-divider {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
@media (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-divider {
    margin: 16px 0 64px;
  }
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander {
  width: 100vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 60px;
  background: white;
  margin-top: -300px;
  margin-bottom: 72px;
  z-index: 3;
  -webkit-transform: translateX(calc((-100vw + 1260px) / 2));
  transform: translateX(calc((-100vw + 1260px) / 2));
  position: relative;
}
@media (max-width: 1290px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-expander {
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-expander {
    padding-top: 25px;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander[data-active=false] {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-expander[data-active=false] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 1px;
    margin-top: -65px;
  }
  body.page-template-shoppable .product-grid-wrapper .product-grid-expander[data-active=false] .arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander[data-active=true] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander .toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  cursor: pointer;
  transition: opacity 0.2s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander .toggle:hover {
  opacity: 0.7;
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander .toggle .label {
  font-family: "SofiaProMedium";
  font-size: 18px;
  color: #8F8F8F;
  margin-bottom: 32px;
  text-transform: uppercase;
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander .toggle .arrow {
  width: 18px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("images/icons/product-grid-expander-arrow.svg");
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
}
body.page-template-shoppable .product-grid-wrapper .product-grid-expander::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 72px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: white;
}
@media (max-width: 768px) {
  body.page-template-shoppable .product-grid-wrapper .product-grid-expander .label {
    display: none;
  }
}
body.page-template-shoppable .hero {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  padding: 0 70px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero {
    padding: 0;
  }
}
body.page-template-shoppable .hero .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 680px;
  width: 100%;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .image {
    height: 230px;
    width: 100vw;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}
body.page-template-shoppable .hero .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
body.page-template-shoppable .hero .info .logo {
  width: 151px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 100px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .info .logo {
    margin-right: 0;
  }
}
body.page-template-shoppable .hero .info .offer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-shoppable .hero .info .offer, body.page-template-shoppable .hero .info .offer p {
  font-family: "SofiaProLight";
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .info .offer {
    margin-top: 32px;
    text-align: center;
  }
}
body.page-template-shoppable .hero .info .offer .offer-description {
  max-width: 416px;
  margin-bottom: 32px;
}
body.page-template-shoppable .hero .info .offer .offer-description, body.page-template-shoppable .hero .info .offer .offer-description p {
  font-size: 31px;
  line-height: 33px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .info .offer .offer-description, body.page-template-shoppable .hero .info .offer .offer-description p {
    font-size: 25px;
    line-height: 1.2em;
  }
}
body.page-template-shoppable .hero .info .offer .code-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero .info .offer .code-text {
    margin-bottom: 32px;
  }
}
body.page-template-shoppable .hero .info .offer .code-text, body.page-template-shoppable .hero .info .offer .code-text p {
  font-size: 23px;
}
body.page-template-shoppable .hero .info .offer .external-link {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: underline;
}
body.page-template-shoppable .hero.vertical {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-right: 0;
  margin-bottom: 128px;
}
body.page-template-shoppable .hero.vertical .info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-shoppable .hero.vertical .info .logo {
  margin-right: 0;
  margin-bottom: 60px;
}
body.page-template-shoppable .hero.vertical .info .offer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.page-template-shoppable .hero.vertical .image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 53%;
  -ms-flex: 0 1 53%;
  flex: 0 1 53%;
  margin-bottom: 0;
  height: 800px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .hero.vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 50px;
  }
  body.page-template-shoppable .hero.vertical .image {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 464px;
    width: 100vw;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    margin-bottom: 60px;
  }
  body.page-template-shoppable .hero.vertical .logo {
    margin-bottom: 0px !important;
  }
}
body.page-template-shoppable .bottom-text-block {
  padding: 190px 0 215px;
}
body.page-template-shoppable .bottom-text-block .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-shoppable .bottom-text-block .container .text {
  font-size: 60px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .bottom-text-block {
    padding: 42px 0 68px;
  }
}
body.page-template-shoppable .bottom-image-block {
  margin-bottom: 75px;
  margin-top: 80px;
}
@media (max-width: 768px) {
  body.page-template-shoppable .bottom-image-block {
    margin: 24px 0;
  }
}
body.page-template-shoppable .bottom-image-block .image {
  height: 718px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.page-template-shoppable .bottom-image-block .image {
    height: 230px;
  }
}

body.page-template-subscribe section.subscribe_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 30px 90px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper {
    padding: 60px 0 50px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.page-template-subscribe section.subscribe_wrapper .info h1 {
  font-family: "minion-pro";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info h1 {
    font-size: 30px;
    max-width: 280px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .intro {
  max-width: 600px;
  margin-bottom: 50px;
}
body.page-template-subscribe section.subscribe_wrapper .info .intro p {
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 25px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .intro p {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .intro {
    margin-bottom: 20px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
  width: 700px;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .top-area {
    padding-bottom: 20px;
    width: 100%;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields {
  width: 100%;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .intro-text {
  margin-top: 137px;
  margin-bottom: 50px;
  text-align: center;
}
body.page-template-subscribe section.subscribe_wrapper .info .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-subscribe section.subscribe_wrapper .info .top-area .top-fields .intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field {
  margin-bottom: 30px;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input, body.page-template-subscribe section.subscribe_wrapper .info .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-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input::-webkit-input-placeholder, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea::-webkit-input-placeholder {
  font-family: "GT-Walsheim-Regular";
  font-size: 15px;
  color: #656565;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input:-ms-input-placeholder, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea:-ms-input-placeholder {
  font-family: "GT-Walsheim-Regular";
  font-size: 15px;
  color: #656565;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input::placeholder, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea::placeholder {
  font-family: "GT-Walsheim-Regular";
  font-size: 15px;
  color: #656565;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea {
  color: #333333;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field input:focus, body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea:focus {
  outline: none;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field textarea {
  height: 200px;
  padding: 16px;
  margin-top: 40px;
}
body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields .field label {
  color: white;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .top-area .top-fields {
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .bottom-area {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .descriptor {
  text-align: left;
  margin-bottom: 30px;
  font-family: "sofia-pro";
  font-weight: 500;
  font-size: 25px;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .descriptor {
    margin-top: 20px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .groups .group-error {
  margin-top: 40px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .groups .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .groups .field .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 30px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .groups .field .info label {
  text-align: left;
  font-family: "sofia-pro";
  font-weight: 200;
  font-size: 16px;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  margin-bottom: 7px;
  color: black;
}
body.page-template-subscribe section.subscribe_wrapper .info .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-subscribe section.subscribe_wrapper .info .bottom-area .groups .field.promoters-list {
  border-top: 1px solid #333;
  padding-top: 40px;
  margin-top: 50px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .groups .or {
  margin-top: 17px;
  margin-bottom: 25px;
  font-family: "sofia-pro";
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #58595B;
  text-align: left !important;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms {
  margin-top: 60px;
  text-align: left;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms {
    margin-top: 20px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms input[type=submit] {
  width: 140px;
  height: 40px;
  background-color: black;
  color: white;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms input[type=submit] {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms {
  margin-top: 50px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms p {
  text-align: left;
  margin-bottom: 15px;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms p, body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms p a {
  color: #808080;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms p a {
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
body.page-template-subscribe section.subscribe_wrapper .info .bottom-area .submit-terms .terms p a:hover {
  opacity: 0.7;
}
body.page-template-subscribe section.subscribe_wrapper .info .mc-success-message {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 600px;
  width: 100%;
  margin: 100px auto;
}
body.page-template-subscribe section.subscribe_wrapper .info .mc-success-message.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-subscribe section.subscribe_wrapper .info .mc-success-message p {
  font-size: 39px;
  font-family: "minion-pro";
  font-weight: 400;
  line-height: 48px;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe_wrapper .info .mc-success-message {
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 100px;
  }
}

body.page-template-climate section.hero {
  background-color: #2B5935;
}
body.page-template-climate section.hero .container {
  padding: 0;
  max-width: 1300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
body.page-template-climate section.hero .container .info {
  width: 40%;
  margin: 110px 40px 70px 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .info {
    width: auto;
    margin: 0;
    margin-bottom: 30px;
    padding: 0 20px;
  }
}
body.page-template-climate section.hero .container .info h2 {
  font-family: "CircularStd-Bold";
  font-style: normal;
  font-weight: 700;
  font-size: 120px;
  line-height: 152px;
  letter-spacing: normal;
  color: #F8F5E0;
  text-transform: lowercase !important;
}
@media (max-width: 1023px) {
  body.page-template-climate section.hero .container .info h2 {
    font-size: 90px;
    line-height: 76px;
    margin-top: 10px;
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .info h2 {
    font-size: 60px;
    line-height: 76px;
    margin-top: 10px;
  }
}
body.page-template-climate section.hero .container .info .description {
  margin-top: 46px;
  max-width: 450px;
}
body.page-template-climate section.hero .container .info .description p, body.page-template-climate section.hero .container .info .description a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 116.9%;
  color: #F8F5E0;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .info .description p, body.page-template-climate section.hero .container .info .description a {
    font-size: 16px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .info .description {
    max-width: 243px;
    margin-top: 10px;
  }
}
body.page-template-climate section.hero .container .info .link_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .info .link_list {
    display: none;
  }
}
body.page-template-climate section.hero .container .info .link_list a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #F8F5E0;
  text-decoration: none;
  margin-bottom: 27px;
}
body.page-template-climate section.hero .container .info .link_list a:hover {
  text-decoration: underline;
}
body.page-template-climate section.hero .container .info .link_list a.active {
  text-decoration: underline;
}
body.page-template-climate section.hero .container .images {
  width: 60%;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .images {
    width: 100%;
    height: 310px;
  }
}
body.page-template-climate section.hero .container .images .image {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 57vw;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.5s linear;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .images .image {
    width: 100%;
    height: 310px;
  }
}
body.page-template-climate section.hero .container .images .image.active {
  opacity: 1;
}
body.page-template-climate section.hero .container .images .image.inactive {
  opacity: 0;
}
body.page-template-climate section.hero .container .images .image .mobile_link_item {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-climate section.hero .container .images .image .mobile_link_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 20px;
    bottom: 10px;
  }
  body.page-template-climate section.hero .container .images .image .mobile_link_item a {
    color: #F8F5E0;
    text-decoration: underline;
  }
}
body.page-template-climate section.blocks {
  margin-top: 20px;
}
body.page-template-climate section.blocks .block.promo .container {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-climate section.blocks .block.promo .container .info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  padding: 65px 45px;
  box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .info {
    width: 100%;
    padding: 36px 10px;
  }
}
body.page-template-climate section.blocks .block.promo .container .info h2 {
  font-family: "adobe-caslon-pro";
  font-style: italic;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 38px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .info h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
body.page-template-climate section.blocks .block.promo .container .info > .description {
  margin-top: 46px;
  max-width: 450px;
}
body.page-template-climate section.blocks .block.promo .container .info > .description, body.page-template-climate section.blocks .block.promo .container .info > .description p, body.page-template-climate section.blocks .block.promo .container .info > .description a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 116.9%;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .info > .description {
    max-width: 347px;
    margin-top: 34px;
  }
  body.page-template-climate section.blocks .block.promo .container .info > .description, body.page-template-climate section.blocks .block.promo .container .info > .description p, body.page-template-climate section.blocks .block.promo .container .info > .description a {
    font-size: 20px;
    line-height: 1.38em;
  }
}
body.page-template-climate section.blocks .block.promo .container .info .link_list {
  margin-top: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 350px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .info .link_list {
    display: none;
  }
}
body.page-template-climate section.blocks .block.promo .container .info .link_list a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #000;
  text-decoration: none;
  margin-bottom: 27px;
}
body.page-template-climate section.blocks .block.promo .container .info .link_list a:hover {
  text-decoration: underline;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  width: calc(100% + 20px);
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
  margin-left: calc(-50vw + 50%);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  scroll-padding-left: 10px;
  display: none;
  margin-top: 24px;
  display: none;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards::-webkit-scrollbar {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .info .mobile_cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card {
  scroll-snap-align: start;
  min-width: 238px;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card > a {
  font-size: 12px;
  line-height: 1.27em;
  letter-spacing: -0.005em;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card .description {
  margin-top: 7px;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card .description, body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card .description p, body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card .description a {
  opacity: 0.6;
  font-size: 10px;
  line-height: 1.33em;
}
body.page-template-climate section.blocks .block.promo .container .info .mobile_cards .card .image {
  padding-bottom: 56.25%;
  width: 100%;
  margin-bottom: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-climate section.blocks .block.promo .container .images {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .images {
    display: none;
  }
}
body.page-template-climate section.blocks .block.promo .container .images .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  width: 57vw;
  height: 100%;
  transition: opacity 0.5s linear;
}
body.page-template-climate section.blocks .block.promo .container .images .image.active {
  opacity: 1;
}
body.page-template-climate section.blocks .block.promo .container .images .image.inactive {
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container .images .image {
    max-width: 100%;
    height: 150px;
  }
}
body.page-template-climate section.blocks .block.promo .container.image-pos-right {
  padding-left: 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.image-pos-right {
    padding-left: 10px;
  }
}
body.page-template-climate section.blocks .block.promo .container.image-pos-left {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.image-pos-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
  }
}
body.page-template-climate section.blocks .block.promo .container.image-pos-left .images .image {
  left: auto;
  right: 0;
}
body.page-template-climate section.blocks .block.promo .container.sponsored .info {
  padding-left: 0;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.sponsored .info {
    padding-left: 10px;
  }
}
body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description {
  max-width: 477px;
}
body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description, body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description p {
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description {
    margin-top: 8px;
  }
  body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description, body.page-template-climate section.blocks .block.promo .container.sponsored .info > .description p {
    font-size: 12px;
    line-height: 1.27em;
    letter-spacing: -0.005em;
  }
}
body.page-template-climate section.blocks .block.promo .container.sponsored h2 {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  max-width: 440px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.sponsored h2 {
    font-size: 20px;
    line-height: 1.29em;
    max-width: 300px;
  }
}
body.page-template-climate section.blocks .block.promo .container.sponsored .link_list {
  margin-top: 30px;
}
body.page-template-climate section.blocks .block.promo .container.sponsored .sponsor {
  margin-top: 70px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.promo .container.sponsored .sponsor {
    margin-top: 35px;
  }
}
body.page-template-climate section.blocks .block.promo .container.sponsored .sponsor img {
  height: 50px;
  width: auto;
}
body.page-template-climate section.blocks .block.post_grid {
  margin-top: 70px;
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid {
    margin-top: 20px;
  }
}
body.page-template-climate section.blocks .block.post_grid .container {
  padding: 0 10px;
}
body.page-template-climate section.blocks .block.post_grid h2 {
  font-family: "adobe-caslon-pro";
  font-style: italic;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-size: 32px;
  margin-bottom: 20px;
  margin-left: 10px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid h2 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0px;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post.desktop {
    display: none;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post.mobile {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post.mobile {
    display: block;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info {
  padding-left: 0;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post .info {
    padding-bottom: 0;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info h4 a, body.page-template-climate section.blocks .block.post_grid .grid .post .info h1 a, body.page-template-climate section.blocks .block.post_grid .grid .post .info .description {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info h4 a {
  font-size: 9px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post .info h4 a {
    font-size: 8px;
    line-height: 9px;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info h1 {
  font-size: 18px;
  line-height: 24px;
  color: #000;
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info h1 a {
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post .info h1 {
    font-size: 12px;
    line-height: 16px;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post .info .description {
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post .info .description {
    font-size: 10px;
    line-height: 13px;
    margin-bottom: 0;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post {
  width: calc(25% - 20px);
  margin: 20px 10px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post {
    width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post.desktop {
    display: block;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post.mobile {
  display: none;
}
body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post .thumbnail {
  min-height: 333px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-small .post .thumbnail {
    min-height: 220px;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post {
  width: calc(33.33% - 20px);
  margin: 20px 10px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post {
    width: calc(100% - 20px);
  }
}
body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post .thumbnail {
  min-height: 548px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post .thumbnail {
    min-height: 307px;
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post h1 a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid.layout-large .post .description {
    font-size: 14px;
    line-height: 19px;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post.ad iframe {
  width: 100%;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post.ad .half-page {
    display: none;
  }
}
body.page-template-climate section.blocks .block.post_grid .grid .post.ad .mobile-medrect {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.post_grid .grid .post.ad .mobile-medrect {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-climate section.blocks .block.leaderboard {
  margin: 40px 0 80px;
}
body.page-template-climate section.blocks .block.leaderboard .ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
body.page-template-climate section.blocks .block.leaderboard .ad .placement {
  background-color: #eee;
  height: 90px;
  width: 970px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.leaderboard .ad .placement {
    height: 50px;
    width: 320px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1300px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info {
  width: 50%;
  margin: 61px 0 70px 0;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info {
    width: 100%;
    margin: 41px 0 58px 0;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info h3 {
  font-family: "adobe-caslon-pro";
  font-style: italic;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: none;
  font-size: 32px;
  line-height: 38px;
  color: #000;
  margin: 0 20px;
  margin-bottom: 78px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info h3 {
    margin: 0 10px 36px;
    font-size: 20px;
    line-height: 24px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info h2 {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 45px;
  color: #000;
  text-transform: none;
  letter-spacing: normal;
  max-width: 430px;
  margin: 0 20px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info h2 {
    margin: 0 10px 20px;
    font-size: 28px;
    line-height: 26px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .description {
  max-width: 500px;
  margin: 0 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .description {
    margin: 0 10px 24px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .description p, body.page-template-climate section.blocks .block.podcast_listing .container .info .description a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .description p, body.page-template-climate section.blocks .block.podcast_listing .container .info .description a {
    font-size: 12px;
    line-height: 15px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .mobile_images {
  display: none;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .mobile_images {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 494px;
  }
  body.page-template-climate section.blocks .block.podcast_listing .container .info .mobile_images .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 494px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transition: opacity 0.5s linear;
  }
  body.page-template-climate section.blocks .block.podcast_listing .container .info .mobile_images .image.active {
    opacity: 1;
  }
  body.page-template-climate section.blocks .block.podcast_listing .container .info .mobile_images .image.inactive {
    opacity: 0;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list {
    display: none;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode {
  border-top: 1px solid #000;
  padding: 15px 45px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode:last-of-type {
  border-bottom: 1px solid black;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode {
    padding: 15px 31px 15px 20px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode .text {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #000;
  text-decoration: none;
  max-width: 500px;
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode .text:hover {
  text-decoration: underline;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode .text {
    font-size: 15px;
    line-height: 22px;
    max-width: 300px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode .arrow {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -0.005em;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .link_list a.episode .arrow {
    margin-top: 8px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .view-all {
  margin: 0 20px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .view-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .info .view-all a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  color: #000;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .info .view-all a {
    font-size: 20px;
    line-height: 25px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .images {
  width: 50%;
  position: relative;
  margin-right: 20px;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .images {
    display: none;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .images .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.5s linear;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .images .image {
    width: 100%;
    height: 464px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .images .image.active {
  opacity: 1;
}
body.page-template-climate section.blocks .block.podcast_listing .container .images .image.inactive {
  opacity: 0;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .images .image {
    max-width: 100%;
    height: 150px;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 768px) {
  body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-top: 1px solid black;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details:last-of-type {
  border-bottom: 1px solid black;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .episode {
  padding: 16px;
  color: black;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.005em;
  position: relative;
  padding-right: 48px;
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .episode .indicator {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .episode .indicator.closed {
  display: none;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details[open] .indicator.closed {
  display: block;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details[open] .indicator.open {
  display: none;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded {
  padding-top: 8px;
  padding: 16px;
  padding-bottom: 32px;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .description {
  margin: 0;
  margin-bottom: 32px;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .description, body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .description p, body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .description a {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.005em;
  font-weight: 300;
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .description a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
body.page-template-climate section.blocks .block.podcast_listing .container .link_list_mobile details .expanded .link {
  font-weight: 700;
  letter-spacing: -0.005em;
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
}
body.page-template-climate section.view-all {
  height: 455px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 768px) {
  body.page-template-climate section.view-all {
    height: 320px;
  }
}
@media (max-width: 768px) {
  body.page-template-climate section.view-all .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
body.page-template-climate section.view-all .container a {
  font-family: "ABCDiatype-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
}
@media (max-width: 768px) {
  body.page-template-climate section.view-all .container a {
    text-align: center;
  }
}