/*
Theme Name: dumbofeather
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.
 */
@charset "UTF-8";
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;
	    margin-right: 120px;
}
/**
 * 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"] {
  /* 1 */
  -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;
}
.fancybox-enabled {
  overflow: hidden;
}
.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}
.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}
.fancybox-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #0f0f11;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.55, 0.06, 0.68, 0.19);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-container--ready .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-controls {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  opacity: 0;
  z-index: 99994;
  transition: opacity 0.2s;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  direction: ltr;
}
.fancybox-show-controls .fancybox-controls {
  opacity: 1;
}
.fancybox-infobar {
  display: none;
}
.fancybox-show-infobar .fancybox-infobar {
  display: inline-block;
  pointer-events: all;
}
.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}
.fancybox-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  pointer-events: all;
}
.fancybox-show-buttons .fancybox-buttons {
  display: block;
}
.fancybox-slider-wrap {
  overflow: hidden;
  direction: ltr;
}
.fancybox-slider-wrap, .fancybox-slider {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 99993;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}
.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}
.fancybox-slide--image {
  overflow: hidden;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-content {
  display: inline-block;
  position: relative;
  margin: 44px auto;
  padding: 0;
  border: 0;
  width: 80%;
  height: calc(100% - 88px);
  vertical-align: middle;
  line-height: normal;
  text-align: left;
  white-space: normal;
  outline: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.fancybox-slide--video .fancybox-content, .fancybox-slide--video .fancybox-iframe {
  background: transparent;
}
.fancybox-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.fancybox-image, .fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  background: transparent;
  background-size: 100% 100%;
}
.fancybox-controls--canzoomOut .fancybox-placeholder {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.fancybox-controls--canzoomIn .fancybox-placeholder {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.fancybox-controls--canGrab .fancybox-placeholder {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-controls--isGrabbing .fancybox-placeholder {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.fancybox-error {
  position: absolute;
  margin: 0;
  padding: 40px;
  top: 50%;
  left: 50%;
  width: 380px;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  cursor: default;
}
.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  transition: background 0.2s;
  box-sizing: border-box;
  z-index: 2;
}
.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}
.fancybox-slide--video .fancybox-close-small {
  top: -36px;
  right: -36px;
  background: transparent;
}
.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}
/* Caption */
.fancybox-caption-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  z-index: 99998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
}
.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}
.fancybox-caption a, .fancybox-caption button {
  pointer-events: all;
}
.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}
/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  background: transparent;
  color: #fff;
  box-sizing: border-box;
  vertical-align: top;
  outline: none;
}
.fancybox-button--disabled {
  cursor: default;
  pointer-events: none;
}
.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
}
.fancybox-button:hover {
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-button::before, .fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  border-color: #fff;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block;
}
.fancybox-button--disabled::before, .fancybox-button--disabled::after {
  opacity: 0.5;
}
.fancybox-button--left::after {
  left: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.fancybox-button--right::after {
  right: 20px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--left {
  border-bottom-left-radius: 5px;
}
.fancybox-button--right {
  border-bottom-right-radius: 5px;
}
.fancybox-button--close {
  float: right;
}
.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}
.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Loading spinner */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* Styling for Small-Screen Devices */
@media (max-width: 800px) {
  .fancybox-controls {
    text-align: left;
  }
  .fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close) {
    display: none !important;
  }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}
/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: 15px;
  top: 16px;
  border: 2px solid;
  background: none;
}
/* Slideshow button */
.fancybox-button--play::before {
  top: 16px;
  left: 18px;
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
  background: transparent;
}
.fancybox-button--pause::before {
  top: 16px;
  left: 18px;
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px;
  background: transparent;
}
/* Thumbs */
.fancybox-button--thumbs span {
  font-size: 23px;
}
.fancybox-button--thumbs::before {
  top: 20px;
  left: 21px;
  width: 3px;
  height: 3px;
  box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
}
.fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap {
  right: 220px;
}
.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 220px;
  margin: 0;
  padding: 5px 5px 0 0;
  background: #fff;
  z-index: 99993;
  word-break: normal;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
}
.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
}
.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  max-width: 50%;
  padding: 0;
  margin: 0;
  width: 105px;
  height: 75px;
  position: relative;
  cursor: pointer;
  outline: none;
  border: 5px solid #fff;
  border-top-width: 0;
  border-right-width: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
}
li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}
.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (max-width: 800px) {
  .fancybox-thumbs {
    display: none !important;
  }
  .fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap {
    right: 0;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./stylesheets/fonts/slick/slick.eot");
  src: url("./stylesheets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("./stylesheets/fonts/slick/slick.woff") format("woff"), url("./stylesheets/fonts/slick/slick.ttf") format("truetype"), url("./stylesheets/fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:before {
  display: none;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  background-color: #3A3634;
}
.slick-dots li button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: ' ';
  width: 10px;
  height: 10px;
  font-family: "slick";
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #928E8A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 5px;
}
.slick-dots li.slick-active button {
  border: 1px solid #3A3634;
  border-radius: 10px;
}
.slick-dots li.slick-active button:before {
  background-color: #3A3634;
}
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target, .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base, .noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before, .noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before, .noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target, [disabled].noUi-handle, [disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/*------------------------------------------------------------------------*/
/*	Import font-face fonts here
/*------------------------------------------------------------------------*/
@font-face {
  font-family: 'Tiempos Headline Bold';
  src: url('stylesheets/fonts/Tiempos/Tiempos-Headline-Bold.otf');
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Tiempos Headline Light Italic';
  src: url('stylesheets/fonts/Tiempos/Tiempos-Headline-LightItalic.otf');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Tiempos Text Regular';
  src: url('stylesheets/fonts/Tiempos/TiemposText-Regular.otf');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: 'Founders Grotesk Regular';
  src: url('stylesheets/fonts/Founders/FoundersGrotesk-Regular.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Founders Grotesk Regular Italic';
  src: url('stylesheets/fonts/Founders/FoundersGrotesk-RegularItalic.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Founders Grotesk Cond';
  src: url('stylesheets/fonts/Founders/FoundersGroteskXCond-Reg.otf');
  font-weight: 300;
}
@font-face {
  font-family: 'Founders Grotesk Medium';
  src: url('stylesheets/fonts/Founders/FoundersGrotesk-Medium.otf');
  font-weight: 500;
}
@font-face {
  font-family: 'Founders Grotesk Semibold';
  src: url('stylesheets/fonts/Founders/FoundersGrotesk-Semibold.otf');
  font-weight: 500;
}
/*-----------------------------------*/
/*  Shared variables
/*-----------------------------------*/
/*-----------------------------------*/
/*  Breakpoints
/*-----------------------------------*/
/*-----------------------------------*/
/*  Responsive items
/*-----------------------------------*/
/*-----------------------------------*/
/*  Margins & Padding
/*-----------------------------------*/
/*-----------------------------------*/
/*  Animation
/*-----------------------------------*/
/*-----------------------------------*/
/*  Lazy Load Transition for Blazy.js
/*-----------------------------------*/
.lazy {
  transition: opacity 0.5s ease-in-out;
  max-width: 100%;
  opacity: 0;
}
.lazy.b-loaded {
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
/*-----------------------------------*/
/*  Remove scroll bars (webkit)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Link Underlines (adapted from https://eager.io/blog/smarter-link-underlines/)
/*-----------------------------------*/
/*-----------------------------------*/
/*  Shared elements
/*-----------------------------------*/
.button, .tag {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.button:hover, .tag:hover {
  opacity: 0.7;
}
input.button {
  display: inline;
  vertical-align: middle;
  text-align: center;
  min-height: 40px;
}
/*-----------------------------------*/
/*  Subscription fields
/*-----------------------------------*/
/*-----------------------------------*/
/*  Font Mixins
/*-----------------------------------*/
/*-----------------------------------*/
/*  Base Colours
/*-----------------------------------*/
/*-----------------------------------*/
/*  Global Type Styles
/*-----------------------------------*/
h1, h2, h3, h4, h5, h6, body.single-product section.product .container .product-info .meta .categories a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu a, p, li {
  font-family: 'Founders Grotesk Regular', Arial;
  -webkit-font-smoothing: antialiased;
  line-height: auto;
  letter-spacing: normal;
  color: #3A3634;
  margin: 0;
}
h3 {
    color: #fff;
}
a {
  text-decoration: none;
}
a:not(.hide-link) {
  color: #3A3634;
  transition: opacity 0.25s ease;
  user-select: none;
}
a:not(.hide-link):hover {
  color: #3A3634;
}
a:not(.hide-link):focus {
  outline: none;
}
p {
  font-size: 20px;
  line-height: 30px;
}
p.grey_italic {
  color: #928E8A;
  font-family: 'Founders Grotesk Regular Italic' !important;
}
h1 {
  font-family: 'Tiempos Headline Bold';
  font-size: 52px;
  line-height: 62px;
  color: #3A3634;
}
@media (max-width: 768px) {
  h1 {
    font-size: 28px;
    line-height: 33.6px;
  }
}
h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
}
h6, body.single-product section.product .container .product-info .meta .categories a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu a {
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
}
ul {
  padding-left: 32px;
  margin-bottom: 24px;
}
ul li {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Regular';
  margin-bottom: 0.75em;
  position: relative;
  list-style: none;
}
ul li:before {
  content: "•";
  position: absolute;
  left: -20px;
}
ol {
  padding-left: 20px;
  margin-bottom: 24px;
}
ol li {
  padding-left: 14px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Regular';
  margin-bottom: 0.75em;
  position: relative;
  list-style: none;
  counter-increment: customlistcounter;
}
ol li:before {
  font-family: 'Founders Grotesk Medium';
  content: counter(customlistcounter) " ";
  /*Instead of ". " */
  position: absolute;
  left: -20px;
}
hr {
  border: 0;
  border: 1px solid #F4F4F2;
  margin: 64px 0 24px;
}
select, input {
  font-family: 'Founders Grotesk Regular';
}
/*-----------------------------------*/
/*  Global Layout
/*-----------------------------------*/
body {
  color: #3A3634;
  font-family: 'Founders Grotesk 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: 60px;
  padding-right: 60px;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .container.shop, body .container .woocommerce {
  max-width: 980px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body .container {
    overflow-x: hidden;
  }
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}
.show-for-sr, .screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.slick-slider:focus, .slick-slider .slide:focus, .slick-slider .item:focus {
  outline: none;
}
.slick-prev, .slick-next {
  width: 12px;
  height: 18px;
  z-index: 2;
}
.slick-prev::before, .slick-prev::after, .slick-next::before, .slick-next::after {
  display: none;
}
.slick-prev, .slick-prev:hover, .slick-next, .slick-next:hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.slick-prev, .slick-prev:hover {
  left: 26px;
  background-image: url('images/icons/slider-arrow-left.svg');
}
.slick-next, .slick-next:hover {
  right: 26px;
  background-image: url('images/icons/slider-arrow-right.svg');
}
.slider-load {
  transition: opacity 0.45s ease;
  opacity: 0;
}
.slider-load.slick-initialized {
  opacity: 1;
}
.icon.facebook {
  background-image: url('images/icons/social/share-facebook-dark.svg');
}
.icon.facebook.mid-grey {
  background-image: url('images/icons/social/share-facebook-mid-grey.svg');
}
.icon.facebook.mid-grey-on-dark {
  background-image: url('images/icons/social/share-facebook-mid-grey-on-dark.svg');
}
.icon.twitter {
  background-image: url('images/icons/social/share-twitter-dark.svg');
}
.icon.twitter.mid-grey {
  background-image: url('images/icons/social/share-twitter-mid-grey.svg');
}
.icon.twitter.mid-grey-on-dark {
  background-image: url('images/icons/social/share-twitter-mid-grey-on-dark.svg');
}
.icon.instagram {
  background-image: url('images/icons/social/share-instagram-dark.svg');
}
.icon.instagram.mid-grey-on-dark {
  background-image: url('images/icons/social/share-instagram-mid-grey-on-dark.svg');
}
.icon.email {
  background-image: url('images/icons/social/share-email-dark.svg');
}
.icon.email.mid-grey {
  background-image: url('images/icons/social/share-email-mid-grey.svg');
}
section.pass-it-on {
  margin-top: 20px;
}
section.pass-it-on .container {
  display: flex;
}
section.pass-it-on .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
section.pass-it-on .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  section.pass-it-on .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  section.pass-it-on .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  section.pass-it-on .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  section.pass-it-on .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
section.pass-it-on .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
section.pass-it-on .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  section.pass-it-on .container .gutter {
    flex: 1 0 300px;
  }
}
section.pass-it-on .container ul, section.pass-it-on .container ol {
  margin-top: -10px;
}
section.pass-it-on .container .content {
  display: flex;
  align-items: center;
}
section.pass-it-on .container .share {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 0 18px 0 14px;
  height: 40px;
  background-color: #F4F4F2;
  box-sizing: border-box;
  padding-top: 2px;
  transition: background 0.25s ease;
}
section.pass-it-on .container .share:not(:last-child) {
  margin-right: 8px;
}
section.pass-it-on .container .share .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: background-image 0.2s ease;
  opacity: 1;
  transform: translateY(-1px);
  margin-right: 14px;
}
section.pass-it-on .container .share .icon:hover {
  opacity: 0.7;
}
section.pass-it-on .container .share .label {
  font-size: 16px;
  transform: translateY(2px);
  color: #928E8A;
}
section.pass-it-on .container .share.facebook .icon {
  width: 8px;
  height: 13px;
  transform: translateY(-2px);
}
section.pass-it-on .container .share.facebook:hover {
  background-color: rgba(59, 89, 152, 0.2);
}
section.pass-it-on .container .share.facebook:hover .label {
  color: #3B5998;
}
section.pass-it-on .container .share.facebook:hover .icon {
  background-image: url('images/icons/social/share-facebook-colour.svg');
}
section.pass-it-on .container .share.twitter .icon {
  width: 14px;
  height: 12px;
}
section.pass-it-on .container .share.twitter:hover {
  background-color: rgba(0, 132, 180, 0.2);
}
section.pass-it-on .container .share.twitter:hover .label {
  color: #0084B4;
}
section.pass-it-on .container .share.twitter:hover .icon {
  background-image: url('images/icons/social/share-twitter-colour.svg');
}
section.pass-it-on .container .share.email .icon {
  width: 16px;
  height: 12px;
}
section.pass-it-on .container .share.email:hover {
  background-color: rgba(209, 35, 42, 0.2);
}
section.pass-it-on .container .share.email:hover .label {
  color: #D1232A;
}
section.pass-it-on .container .share.email:hover .icon {
  background-image: url('images/icons/social/share-email-colour.svg');
}
section.bottom-meta {
  margin: 50px 0 74px;
}
@media (max-width: 768px) {
  section.bottom-meta {
    margin: 50px 0 48px;
  }
}
section.bottom-meta .container {
  display: flex;
}
section.bottom-meta .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
section.bottom-meta .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  section.bottom-meta .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  section.bottom-meta .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  section.bottom-meta .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  section.bottom-meta .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
section.bottom-meta .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
section.bottom-meta .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  section.bottom-meta .container .gutter {
    flex: 1 0 300px;
  }
}
section.bottom-meta .container ul, section.bottom-meta .container ol {
  margin-top: -10px;
}
section.bottom-meta .container .content {
  padding-right: 80px;
}
@media (max-width: 1150px) {
  section.bottom-meta .container .content {
    padding-right: 0;
  }
}
section.bottom-meta .container .content .wrapper {
  border-top: 2px solid #F4F4F2;
  padding-top: 48px;
  max-width: 666px;
}
section.bottom-meta .container .content .wrapper .author {
  display: flex;
  padding-bottom: 32px;
}
@media (max-width: 768px) {
  section.bottom-meta .container .content .wrapper .author {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding: 0 30px 32px;
  }
}
section.bottom-meta .container .content .wrapper .author .author_image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  flex: 1 0 auto;
  margin-right: 40px;
}
@media (max-width: 768px) {
  section.bottom-meta .container .content .wrapper .author .author_image {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
section.bottom-meta .container .content .wrapper .author .info h2 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}
section.bottom-meta .container .content .wrapper .author .info .bio a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 100%;
}
section.bottom-meta .container .content .wrapper .author .info .bio a:before, section.bottom-meta .container .content .wrapper .author .info .bio a:after {
  text-shadow: none;
}
section.bottom-meta .container .content .wrapper .author .info .bio p {
  font-family: 'Tiempos Text Regular';
  font-size: 14px;
  line-height: 22px;
}
section.bottom-meta .container .content .wrapper .author .info .photographer {
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
section.bottom-meta .container .content .wrapper .author .info .photographer, section.bottom-meta .container .content .wrapper .author .info .photographer a {
  color: #928E8A;
}
section.bottom-meta .container .content .wrapper .author .info .photographer a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#C6C5C4, #C6C5C4);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 85%;
}
section.bottom-meta .container .content .wrapper .author .info .photographer a:before, section.bottom-meta .container .content .wrapper .author .info .photographer a:after {
  text-shadow: none;
}
section.bottom-meta .container .content .wrapper .categories {
  display: flex;
  flex-flow: row wrap;
  border-top: 2px solid #F4F4F2;
  padding-top: 48px;
}
@media (max-width: 1150px) {
  section.bottom-meta .container .content .wrapper .categories {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  section.bottom-meta .container .content .wrapper .categories {
    padding-top: 48px;
  }
}
section.bottom-meta .container .content .wrapper .categories .term {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 4px 0 14px;
  background-color: #928E8A;
  margin-right: 26px;
  margin-bottom: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  transition: background 0.35s ease;
  transition: background-image 0.35s ease;
}
section.bottom-meta .container .content .wrapper .categories .term .label {
  color: white;
  transform: translateY(3px);
}
section.bottom-meta .container .content .wrapper .categories .term::after {
  content: '';
  background-image: url('images/icons/category-end.svg');
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: -19px;
}
section.bottom-meta .container .content .wrapper .categories .term:hover {
  cursor: pointer;
  background-color: #3A3634;
}
section.bottom-meta .container .content .wrapper .categories .term:hover::after {
  background-image: url('images/icons/category-end-dark.svg');
}
@media (max-width: 768px) {
  section.bottom-meta .container .content .wrapper {
    max-width: none;
  }
}
section.bottom-meta .container .gutter .sponsor {
  width: 300px;
  height: 372px;
  background-color: #FFF7E5;
}
.inspire-me-section {
  background-color: #F4F4F2;
}
.inspire-me-section .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inspire-me-section .container > h2 {
  color: #D1232A;
  font-size: 20px;
  line-height: 34px;
}
.inspire-me-section .container .filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}
.inspire-me-section .container .filters .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inspire-me-section .container .filters .item .icon, .inspire-me-section .container .filters .item .icon-hover {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 105px;
  width: 100px;
  margin-bottom: 28px;
}
.inspire-me-section .container .filters .item .filter-name-wrapper {
  display: inline;
}
.inspire-me-section .container .filters .item .filter-name-wrapper .filter-name {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.inspire-me-section .container .filters .item .filter-name-wrapper .filter-name:before, .inspire-me-section .container .filters .item .filter-name-wrapper .filter-name:after {
  text-shadow: none;
}
.inspire-me-section .container .filters .item.has-hover-gif .icon-hover {
  display: none;
}
.inspire-me-section .container .filters .item.has-hover-gif:hover .icon {
  display: none;
}
.inspire-me-section .container .filters .item.has-hover-gif:hover .icon-hover {
  display: flex;
}
.inspire-me-section[data-type~="footer"] {
  padding: 82px 0 80px;
}
@media (max-width: 768px) {
  .inspire-me-section[data-type~="footer"] {
    padding: 60px 0 54px;
  }
}
.inspire-me-section[data-type~="footer"] .filters {
  max-width: 685px;
}
.inspire-me-section[data-type~="footer"] .title {
  margin-bottom: 72px;
}
.inspire-me-section[data-type~="slider"] .filters {
  opacity: 0;
  padding: 0 160px;
  max-height: 193px;
  overflow: visible;
  transition: opacity 0.5s ease;
}
.inspire-me-section[data-type~="slider"] .filters .item {
  margin-right: 40px;
}
.inspire-me-section[data-type~="slider"] .filters .slick-arrow {
  top: auto;
  bottom: 128px;
}
.inspire-me-section[data-type~="slider"] .filters .slick-arrow.slick-next {
  right: 60px;
}
.inspire-me-section[data-type~="slider"] .filters .slick-arrow.slick-prev {
  left: 60px;
}
.inspire-me-section[data-type~="slider"] .filters.slick-initialized {
  opacity: 1;
}
.inspire-me-section[data-type~="home"] {
  padding: 60px 0;
}
.inspire-me-section[data-type~="home"] .container {
  box-sizing: border-box;
}
.inspire-me-section[data-type~="home"] .title {
  margin-bottom: 60px;
}
.inspire-me-section[data-type~="home"] .filters {
  max-width: none;
  padding: 0 110px;
}
.inspire-me-section[data-type~="home"] .filters .slick-arrow {
  top: auto;
  bottom: 128px;
}
.inspire-me-section[data-type~="home"] .filters .slick-arrow.slick-next {
  right: 0px;
}
.inspire-me-section[data-type~="home"] .filters .slick-arrow.slick-prev {
  left: 0px;
}
@media (max-width: 768px) {
  .inspire-me-section[data-type~="home"] .filters .item {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .inspire-me-section[data-type~="home"] .filters {
    padding: 0 30px;
  }
}
.inspire-me-section[data-type~="header-desktop"] {
  padding: 40px 0 20px;
  display: none;
}
.inspire-me-section[data-type~="header-desktop"] .title {
  margin-bottom: 35px;
}
.tablet-issue-box {
  padding: 0 60px;
  padding-bottom: 0 !important;
  margin-bottom: 64px !important;
}
.tablet-issue-box .content {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.tablet-issue-box .content .cover {
  height: 269px;
  margin-right: 80px;
}
.tablet-issue-box .content .cover-spacer {
  height: 32px;
}
.tablet-issue-box .content .info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 287px;
}
.tablet-issue-box .content .info h2 {
  color: #D1232A;
  line-height: 26px;
  margin-bottom: 36px;
}
.tablet-issue-box .content .info .subscribe {
  display: block;
  background-color: #D1232A;
  z-index: 3;
  width: 138px;
  height: 40px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
}
section.newsletter-signup {
  padding-top: 48px;
  padding-bottom: 44px;
  background-color: #2D5AC0;
}
@media (max-width: 768px) {
  section.newsletter-signup {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
section.newsletter-signup > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  section.newsletter-signup > .container {
    flex-direction: column;
  }
}
section.newsletter-signup > .container .headings, section.newsletter-signup > .container .cm-form {
  flex: 1 0 auto;
	color: #ffffff
}
section.newsletter-signup > .container .headings h3, section.newsletter-signup > .container .headings h4 {
  color: #fff;
}
section.newsletter-signup > .container .headings h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
	color: #fff;
}
section.newsletter-signup > .container .headings h4 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
	color: #ffffff
}
@media (max-width: 768px) {
  section.newsletter-signup > .container .headings h4 {
    margin-top: 2px;
  }
}
@media (max-width: 768px) {
  section.newsletter-signup > .container .headings h3, section.newsletter-signup > .container .headings h4 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }
}
section.newsletter-signup .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  section.newsletter-signup .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.newsletter-signup .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
section.newsletter-signup .cm-form form input[type='email'], section.newsletter-signup .cm-form form button[type='submit'] {
  border-radius: 5px;
}
section.newsletter-signup .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #96ACDF;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
section.newsletter-signup .cm-form form input[type='email']::placeholder {
  color: #2D5AC0;
}
section.newsletter-signup .cm-form form button[type='submit'] {
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: #2D5AC0;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
section.newsletter-signup .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
@media (max-width: 350px) {
  section.newsletter-signup .cm-form {
    width: 100%;
  }
  section.newsletter-signup .cm-form form {
    flex-direction: column;
  }
  section.newsletter-signup .cm-form form button[type='submit'] {
    margin-top: 8px;
  }
}
section.newsletter-popup {
	position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
}
section.newsletter-popup .bg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
section.newsletter-popup .wrapper {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: #2D5AC0;
  position: relative;
  height: 320px;
  width: 580px;
}
@media (max-width: 768px) {
  section.newsletter-popup .wrapper {
    flex-direction: column;
  }
}
section.newsletter-popup .wrapper .headings h3, section.newsletter-popup .wrapper .headings h4 {
  color: #fff;
}
section.newsletter-popup .wrapper .headings h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
}
section.newsletter-popup .wrapper .headings h4 {
  margin-top: 12px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
@media (max-width: 768px) {
  section.newsletter-popup .wrapper .headings h4 {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  section.newsletter-popup .wrapper .headings h3, section.newsletter-popup .wrapper .headings h4 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
  }
}
section.newsletter-popup .wrapper .close {
  margin-left: auto;
  background: none;
  background-image: url('images/icons/popup-close.svg');
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 32px;
  right: 32px;
  z-index: 2;
}
section.newsletter-popup .wrapper .close:hover {
  opacity: 0.7;
}
section.newsletter-popup .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  section.newsletter-popup .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  section.newsletter-popup .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
section.newsletter-popup .cm-form form input[type='email'], section.newsletter-popup .cm-form form button[type='submit'] {
  border-radius: 5px;
}
section.newsletter-popup .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #96ACDF;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
section.newsletter-popup .cm-form form input[type='email']::placeholder {
  color: #2D5AC0;
}
section.newsletter-popup .cm-form form button[type='submit'] {
  background-color: #fff;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: #2D5AC0;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
section.newsletter-popup .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
@media (max-width: 768px) {
  section.newsletter-popup {
    padding: 0 16px;
  }
  section.newsletter-popup .wrapper {
    width: 100%;
  }
}
body.page-template-conversations, body.page-template-articles, body.page-template-partners, body.page-template-podcasts, body.page-template-events, body.single-people, body.search, body.tax-inspire, body.tax-dumbo_categories {
  background-color: #F4F4F2;
}
body.page-template-conversations .header-static-wrapper, body.page-template-articles .header-static-wrapper, body.page-template-partners .header-static-wrapper, body.page-template-podcasts .header-static-wrapper, body.page-template-events .header-static-wrapper, body.single-people .header-static-wrapper, body.search .header-static-wrapper, body.tax-inspire .header-static-wrapper, body.tax-dumbo_categories .header-static-wrapper {
  border-bottom: 2px solid #EEEDEB;
}
body.page-template-conversations section.feature, body.page-template-articles section.feature, body.page-template-partners section.feature, body.page-template-podcasts section.feature, body.page-template-events section.feature, body.single-people section.feature, body.search section.feature, body.tax-inspire section.feature, body.tax-dumbo_categories section.feature {
  padding-top: 40px;
}
body.page-template-conversations section.feature > .container, body.page-template-articles section.feature > .container, body.page-template-partners section.feature > .container, body.page-template-podcasts section.feature > .container, body.page-template-events section.feature > .container, body.single-people section.feature > .container, body.search section.feature > .container, body.tax-inspire section.feature > .container, body.tax-dumbo_categories section.feature > .container {
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container, body.page-template-articles section.feature > .container, body.page-template-partners section.feature > .container, body.page-template-podcasts section.feature > .container, body.page-template-events section.feature > .container, body.single-people section.feature > .container, body.search section.feature > .container, body.tax-inspire section.feature > .container, body.tax-dumbo_categories section.feature > .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-conversations section.feature > .container .wrapper, body.page-template-articles section.feature > .container .wrapper, body.page-template-partners section.feature > .container .wrapper, body.page-template-podcasts section.feature > .container .wrapper, body.page-template-events section.feature > .container .wrapper, body.single-people section.feature > .container .wrapper, body.search section.feature > .container .wrapper, body.tax-inspire section.feature > .container .wrapper, body.tax-dumbo_categories section.feature > .container .wrapper {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-left-width: 2px;
  border-left-style: solid;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container .wrapper, body.page-template-articles section.feature > .container .wrapper, body.page-template-partners section.feature > .container .wrapper, body.page-template-podcasts section.feature > .container .wrapper, body.page-template-events section.feature > .container .wrapper, body.single-people section.feature > .container .wrapper, body.search section.feature > .container .wrapper, body.tax-inspire section.feature > .container .wrapper, body.tax-dumbo_categories section.feature > .container .wrapper {
    flex-direction: column;
    border-left: none;
  }
}
body.page-template-conversations section.feature > .container .wrapper .info, body.page-template-conversations section.feature > .container .wrapper .img, body.page-template-articles section.feature > .container .wrapper .info, body.page-template-articles section.feature > .container .wrapper .img, body.page-template-partners section.feature > .container .wrapper .info, body.page-template-partners section.feature > .container .wrapper .img, body.page-template-podcasts section.feature > .container .wrapper .info, body.page-template-podcasts section.feature > .container .wrapper .img, body.page-template-events section.feature > .container .wrapper .info, body.page-template-events section.feature > .container .wrapper .img, body.single-people section.feature > .container .wrapper .info, body.single-people section.feature > .container .wrapper .img, body.search section.feature > .container .wrapper .info, body.search section.feature > .container .wrapper .img, body.tax-inspire section.feature > .container .wrapper .info, body.tax-inspire section.feature > .container .wrapper .img, body.tax-dumbo_categories section.feature > .container .wrapper .info, body.tax-dumbo_categories section.feature > .container .wrapper .img {
  flex: 1;
}
body.page-template-conversations section.feature > .container .wrapper .info, body.page-template-articles section.feature > .container .wrapper .info, body.page-template-partners section.feature > .container .wrapper .info, body.page-template-podcasts section.feature > .container .wrapper .info, body.page-template-events section.feature > .container .wrapper .info, body.single-people section.feature > .container .wrapper .info, body.search section.feature > .container .wrapper .info, body.tax-inspire section.feature > .container .wrapper .info, body.tax-dumbo_categories section.feature > .container .wrapper .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 88px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
}
@media (max-width: 1150px) {
  body.page-template-conversations section.feature > .container .wrapper .info, body.page-template-articles section.feature > .container .wrapper .info, body.page-template-partners section.feature > .container .wrapper .info, body.page-template-podcasts section.feature > .container .wrapper .info, body.page-template-events section.feature > .container .wrapper .info, body.single-people section.feature > .container .wrapper .info, body.search section.feature > .container .wrapper .info, body.tax-inspire section.feature > .container .wrapper .info, body.tax-dumbo_categories section.feature > .container .wrapper .info {
    padding-top: 52px;
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container .wrapper .info, body.page-template-articles section.feature > .container .wrapper .info, body.page-template-partners section.feature > .container .wrapper .info, body.page-template-podcasts section.feature > .container .wrapper .info, body.page-template-events section.feature > .container .wrapper .info, body.single-people section.feature > .container .wrapper .info, body.search section.feature > .container .wrapper .info, body.tax-inspire section.feature > .container .wrapper .info, body.tax-dumbo_categories section.feature > .container .wrapper .info {
    padding-top: 0;
    padding-bottom: 25px;
  }
}
body.page-template-conversations section.feature > .container .wrapper .info > *, body.page-template-articles section.feature > .container .wrapper .info > *, body.page-template-partners section.feature > .container .wrapper .info > *, body.page-template-podcasts section.feature > .container .wrapper .info > *, body.page-template-events section.feature > .container .wrapper .info > *, body.single-people section.feature > .container .wrapper .info > *, body.search section.feature > .container .wrapper .info > *, body.tax-inspire section.feature > .container .wrapper .info > *, body.tax-dumbo_categories section.feature > .container .wrapper .info > * {
  max-width: 486px;
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container .wrapper .info h6, body.page-template-conversations section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-conversations section.feature > .container .wrapper .info a, body.page-template-conversations section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-conversations section.feature > .container .wrapper .info th, body.page-template-conversations section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-conversations section.feature > .container .wrapper .info a, body.page-template-conversations section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-conversations section.feature > .container .wrapper .info a, body.page-template-articles section.feature > .container .wrapper .info h6, body.page-template-articles section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-articles section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-articles section.feature > .container .wrapper .info th, body.page-template-articles section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-articles section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info h6, body.page-template-partners section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-partners section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-partners section.feature > .container .wrapper .info th, body.page-template-partners section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-partners section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-partners section.feature > .container .wrapper .info a, body.page-template-podcasts section.feature > .container .wrapper .info h6, body.page-template-podcasts section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-podcasts section.feature > .container .wrapper .info a, body.page-template-podcasts section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-podcasts section.feature > .container .wrapper .info th, body.page-template-podcasts section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.feature > .container .wrapper .info a, body.page-template-podcasts section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.feature > .container .wrapper .info a, body.page-template-events section.feature > .container .wrapper .info h6, body.page-template-events section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-events section.feature > .container .wrapper .info a, body.page-template-events section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-events section.feature > .container .wrapper .info th, body.page-template-events section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-events section.feature > .container .wrapper .info a, body.page-template-events section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-events section.feature > .container .wrapper .info a, body.single-people section.feature > .container .wrapper .info h6, body.single-people section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-people section.feature > .container .wrapper .info a, body.single-people section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-people section.feature > .container .wrapper .info th, body.single-people section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-people section.feature > .container .wrapper .info a, body.single-people section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-people section.feature > .container .wrapper .info a, body.search section.feature > .container .wrapper .info h6, body.search section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.search section.feature > .container .wrapper .info a, body.search section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.search section.feature > .container .wrapper .info th, body.search section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.search section.feature > .container .wrapper .info a, body.search section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.search section.feature > .container .wrapper .info a, body.tax-inspire section.feature > .container .wrapper .info h6, body.tax-inspire section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-inspire section.feature > .container .wrapper .info a, body.tax-inspire section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-inspire section.feature > .container .wrapper .info th, body.tax-inspire section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-inspire section.feature > .container .wrapper .info a, body.tax-inspire section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-inspire section.feature > .container .wrapper .info a, body.tax-dumbo_categories section.feature > .container .wrapper .info h6, body.tax-dumbo_categories section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-dumbo_categories section.feature > .container .wrapper .info a, body.tax-dumbo_categories section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-dumbo_categories section.feature > .container .wrapper .info th, body.tax-dumbo_categories section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.feature > .container .wrapper .info a, body.tax-dumbo_categories section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.feature > .container .wrapper .info a {
    position: relative;
    top: -27px;
    display: inline-block;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-top-width: 2px;
    border-top-style: solid;
    font-family: 'Founders Grotesk Cond';
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }
}
body.page-template-conversations section.feature > .container .wrapper .info h2, body.page-template-articles section.feature > .container .wrapper .info h2, body.page-template-partners section.feature > .container .wrapper .info h2, body.page-template-podcasts section.feature > .container .wrapper .info h2, body.page-template-events section.feature > .container .wrapper .info h2, body.single-people section.feature > .container .wrapper .info h2, body.search section.feature > .container .wrapper .info h2, body.tax-inspire section.feature > .container .wrapper .info h2, body.tax-dumbo_categories section.feature > .container .wrapper .info h2 {
  margin-top: 24px;
  font-family: 'Tiempos Headline Bold';
  font-size: 36px;
  line-height: 1.2;
}
@media (max-width: 1150px) {
  body.page-template-conversations section.feature > .container .wrapper .info h2, body.page-template-articles section.feature > .container .wrapper .info h2, body.page-template-partners section.feature > .container .wrapper .info h2, body.page-template-podcasts section.feature > .container .wrapper .info h2, body.page-template-events section.feature > .container .wrapper .info h2, body.single-people section.feature > .container .wrapper .info h2, body.search section.feature > .container .wrapper .info h2, body.tax-inspire section.feature > .container .wrapper .info h2, body.tax-dumbo_categories section.feature > .container .wrapper .info h2 {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container .wrapper .info h2, body.page-template-articles section.feature > .container .wrapper .info h2, body.page-template-partners section.feature > .container .wrapper .info h2, body.page-template-podcasts section.feature > .container .wrapper .info h2, body.page-template-events section.feature > .container .wrapper .info h2, body.single-people section.feature > .container .wrapper .info h2, body.search section.feature > .container .wrapper .info h2, body.tax-inspire section.feature > .container .wrapper .info h2, body.tax-dumbo_categories section.feature > .container .wrapper .info h2 {
    margin-top: calc(-34px + 30px);
  }
}
body.page-template-conversations section.feature > .container .wrapper .info .hero-text, body.page-template-articles section.feature > .container .wrapper .info .hero-text, body.page-template-partners section.feature > .container .wrapper .info .hero-text, body.page-template-podcasts section.feature > .container .wrapper .info .hero-text, body.page-template-events section.feature > .container .wrapper .info .hero-text, body.single-people section.feature > .container .wrapper .info .hero-text, body.search section.feature > .container .wrapper .info .hero-text, body.tax-inspire section.feature > .container .wrapper .info .hero-text, body.tax-dumbo_categories section.feature > .container .wrapper .info .hero-text {
  margin-top: 24px;
}
body.page-template-conversations section.feature > .container .wrapper .info .hero-text, body.page-template-conversations section.feature > .container .wrapper .info .hero-text p, body.page-template-articles section.feature > .container .wrapper .info .hero-text, body.page-template-articles section.feature > .container .wrapper .info .hero-text p, body.page-template-partners section.feature > .container .wrapper .info .hero-text, body.page-template-partners section.feature > .container .wrapper .info .hero-text p, body.page-template-podcasts section.feature > .container .wrapper .info .hero-text, body.page-template-podcasts section.feature > .container .wrapper .info .hero-text p, body.page-template-events section.feature > .container .wrapper .info .hero-text, body.page-template-events section.feature > .container .wrapper .info .hero-text p, body.single-people section.feature > .container .wrapper .info .hero-text, body.single-people section.feature > .container .wrapper .info .hero-text p, body.search section.feature > .container .wrapper .info .hero-text, body.search section.feature > .container .wrapper .info .hero-text p, body.tax-inspire section.feature > .container .wrapper .info .hero-text, body.tax-inspire section.feature > .container .wrapper .info .hero-text p, body.tax-dumbo_categories section.feature > .container .wrapper .info .hero-text, body.tax-dumbo_categories section.feature > .container .wrapper .info .hero-text p {
  font-family: 'Founders Grotesk Regular';
  font-size: 18px;
  line-height: 24px;
}
body.page-template-conversations section.feature > .container .wrapper .info .meta, body.page-template-articles section.feature > .container .wrapper .info .meta, body.page-template-partners section.feature > .container .wrapper .info .meta, body.page-template-podcasts section.feature > .container .wrapper .info .meta, body.page-template-events section.feature > .container .wrapper .info .meta, body.single-people section.feature > .container .wrapper .info .meta, body.search section.feature > .container .wrapper .info .meta, body.tax-inspire section.feature > .container .wrapper .info .meta, body.tax-dumbo_categories section.feature > .container .wrapper .info .meta {
  margin-top: 24px;
  font-family: 'Founders Grotesk Medium';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
}
body.page-template-conversations section.feature > .container .wrapper .info .meta, body.page-template-conversations section.feature > .container .wrapper .info .meta a, body.page-template-articles section.feature > .container .wrapper .info .meta, body.page-template-articles section.feature > .container .wrapper .info .meta a, body.page-template-partners section.feature > .container .wrapper .info .meta, body.page-template-partners section.feature > .container .wrapper .info .meta a, body.page-template-podcasts section.feature > .container .wrapper .info .meta, body.page-template-podcasts section.feature > .container .wrapper .info .meta a, body.page-template-events section.feature > .container .wrapper .info .meta, body.page-template-events section.feature > .container .wrapper .info .meta a, body.single-people section.feature > .container .wrapper .info .meta, body.single-people section.feature > .container .wrapper .info .meta a, body.search section.feature > .container .wrapper .info .meta, body.search section.feature > .container .wrapper .info .meta a, body.tax-inspire section.feature > .container .wrapper .info .meta, body.tax-inspire section.feature > .container .wrapper .info .meta a, body.tax-dumbo_categories section.feature > .container .wrapper .info .meta, body.tax-dumbo_categories section.feature > .container .wrapper .info .meta a {
  color: #928E8A;
}
body.page-template-conversations section.feature > .container .wrapper .img, body.page-template-articles section.feature > .container .wrapper .img, body.page-template-partners section.feature > .container .wrapper .img, body.page-template-podcasts section.feature > .container .wrapper .img, body.page-template-events section.feature > .container .wrapper .img, body.single-people section.feature > .container .wrapper .img, body.search section.feature > .container .wrapper .img, body.tax-inspire section.feature > .container .wrapper .img, body.tax-dumbo_categories section.feature > .container .wrapper .img {
  min-height: 415px;
  background-color: #928E8A;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1150px) {
  body.page-template-conversations section.feature > .container .wrapper .img, body.page-template-articles section.feature > .container .wrapper .img, body.page-template-partners section.feature > .container .wrapper .img, body.page-template-podcasts section.feature > .container .wrapper .img, body.page-template-events section.feature > .container .wrapper .img, body.single-people section.feature > .container .wrapper .img, body.search section.feature > .container .wrapper .img, body.tax-inspire section.feature > .container .wrapper .img, body.tax-dumbo_categories section.feature > .container .wrapper .img {
    min-height: 300px;
  }
}
@media (max-width: 768px) {
  body.page-template-conversations section.feature > .container .wrapper .img, body.page-template-articles section.feature > .container .wrapper .img, body.page-template-partners section.feature > .container .wrapper .img, body.page-template-podcasts section.feature > .container .wrapper .img, body.page-template-events section.feature > .container .wrapper .img, body.single-people section.feature > .container .wrapper .img, body.search section.feature > .container .wrapper .img, body.tax-inspire section.feature > .container .wrapper .img, body.tax-dumbo_categories section.feature > .container .wrapper .img {
    order: -1;
  }
}
@media (max-width: 468px) {
  body.page-template-conversations section.feature > .container .wrapper .img, body.page-template-articles section.feature > .container .wrapper .img, body.page-template-partners section.feature > .container .wrapper .img, body.page-template-podcasts section.feature > .container .wrapper .img, body.page-template-events section.feature > .container .wrapper .img, body.single-people section.feature > .container .wrapper .img, body.search section.feature > .container .wrapper .img, body.tax-inspire section.feature > .container .wrapper .img, body.tax-dumbo_categories section.feature > .container .wrapper .img {
    min-height: 188px;
  }
}
body.page-template-conversations section.feature > .container .wrapper:hover, body.page-template-articles section.feature > .container .wrapper:hover, body.page-template-partners section.feature > .container .wrapper:hover, body.page-template-podcasts section.feature > .container .wrapper:hover, body.page-template-events section.feature > .container .wrapper:hover, body.single-people section.feature > .container .wrapper:hover, body.search section.feature > .container .wrapper:hover, body.tax-inspire section.feature > .container .wrapper:hover, body.tax-dumbo_categories section.feature > .container .wrapper:hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
body.page-template-conversations section.listing > .container, body.page-template-articles section.listing > .container, body.page-template-partners section.listing > .container, body.page-template-podcasts section.listing > .container, body.page-template-events section.listing > .container, body.single-people section.listing > .container, body.search section.listing > .container, body.tax-inspire section.listing > .container, body.tax-dumbo_categories section.listing > .container {
  box-sizing: border-box;
  padding-top: 60px;
}
body.page-template-conversations section.listing > .container .posts-listing, body.page-template-articles section.listing > .container .posts-listing, body.page-template-partners section.listing > .container .posts-listing, body.page-template-podcasts section.listing > .container .posts-listing, body.page-template-events section.listing > .container .posts-listing, body.single-people section.listing > .container .posts-listing, body.search section.listing > .container .posts-listing, body.tax-inspire section.listing > .container .posts-listing, body.tax-dumbo_categories section.listing > .container .posts-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 60px);
}
@media (max-width: 1150px) {
  body.page-template-conversations section.listing > .container .posts-listing, body.page-template-articles section.listing > .container .posts-listing, body.page-template-partners section.listing > .container .posts-listing, body.page-template-podcasts section.listing > .container .posts-listing, body.page-template-events section.listing > .container .posts-listing, body.single-people section.listing > .container .posts-listing, body.search section.listing > .container .posts-listing, body.tax-inspire section.listing > .container .posts-listing, body.tax-dumbo_categories section.listing > .container .posts-listing {
    width: calc(100% + 30px);
  }
}
@media (max-width: 600px) {
  body.page-template-conversations section.listing > .container .posts-listing, body.page-template-articles section.listing > .container .posts-listing, body.page-template-partners section.listing > .container .posts-listing, body.page-template-podcasts section.listing > .container .posts-listing, body.page-template-events section.listing > .container .posts-listing, body.single-people section.listing > .container .posts-listing, body.search section.listing > .container .posts-listing, body.tax-inspire section.listing > .container .posts-listing, body.tax-dumbo_categories section.listing > .container .posts-listing {
    width: auto;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .item, body.page-template-articles section.listing > .container .posts-listing .item, body.page-template-partners section.listing > .container .posts-listing .item, body.page-template-podcasts section.listing > .container .posts-listing .item, body.page-template-events section.listing > .container .posts-listing .item, body.single-people section.listing > .container .posts-listing .item, body.search section.listing > .container .posts-listing .item, body.tax-inspire section.listing > .container .posts-listing .item, body.tax-dumbo_categories section.listing > .container .posts-listing .item {
  flex: 0 1 calc(33.33% - 60px);
  margin-bottom: 60px;
  margin-right: calc(60px);
}
@media (max-width: 1280px) {
  body.page-template-conversations section.listing > .container .posts-listing .item, body.page-template-articles section.listing > .container .posts-listing .item, body.page-template-partners section.listing > .container .posts-listing .item, body.page-template-podcasts section.listing > .container .posts-listing .item, body.page-template-events section.listing > .container .posts-listing .item, body.single-people section.listing > .container .posts-listing .item, body.search section.listing > .container .posts-listing .item, body.tax-inspire section.listing > .container .posts-listing .item, body.tax-dumbo_categories section.listing > .container .posts-listing .item {
    flex: 0 1 calc(50% - 60px);
    margin-right: calc(60px);
  }
}
@media (max-width: 1150px) {
  body.page-template-conversations section.listing > .container .posts-listing .item, body.page-template-articles section.listing > .container .posts-listing .item, body.page-template-partners section.listing > .container .posts-listing .item, body.page-template-podcasts section.listing > .container .posts-listing .item, body.page-template-events section.listing > .container .posts-listing .item, body.single-people section.listing > .container .posts-listing .item, body.search section.listing > .container .posts-listing .item, body.tax-inspire section.listing > .container .posts-listing .item, body.tax-dumbo_categories section.listing > .container .posts-listing .item {
    flex: 0 1 calc(50% - 30px);
    margin-right: calc(30px);
  }
}
@media (max-width: 600px) {
  body.page-template-conversations section.listing > .container .posts-listing .item, body.page-template-articles section.listing > .container .posts-listing .item, body.page-template-partners section.listing > .container .posts-listing .item, body.page-template-podcasts section.listing > .container .posts-listing .item, body.page-template-events section.listing > .container .posts-listing .item, body.single-people section.listing > .container .posts-listing .item, body.search section.listing > .container .posts-listing .item, body.tax-inspire section.listing > .container .posts-listing .item, body.tax-dumbo_categories section.listing > .container .posts-listing .item {
    flex: 0 0 100%;
    border: none;
    margin-bottom: 20px;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .item.ad, body.page-template-articles section.listing > .container .posts-listing .item.ad, body.page-template-partners section.listing > .container .posts-listing .item.ad, body.page-template-podcasts section.listing > .container .posts-listing .item.ad, body.page-template-events section.listing > .container .posts-listing .item.ad, body.single-people section.listing > .container .posts-listing .item.ad, body.search section.listing > .container .posts-listing .item.ad, body.tax-inspire section.listing > .container .posts-listing .item.ad, body.tax-dumbo_categories section.listing > .container .posts-listing .item.ad {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: transparent;
  border-left: none;
  border-right: none;
  background-image: url('images/df-ad-bg.svg');
  background-repeat: repeat;
  background-size: 50px 50px;
  min-height: 0;
  align-self: flex-start;
}
@media (max-width: 700px) {
  body.page-template-conversations section.listing > .container .posts-listing .item.ad, body.page-template-articles section.listing > .container .posts-listing .item.ad, body.page-template-partners section.listing > .container .posts-listing .item.ad, body.page-template-podcasts section.listing > .container .posts-listing .item.ad, body.page-template-events section.listing > .container .posts-listing .item.ad, body.single-people section.listing > .container .posts-listing .item.ad, body.search section.listing > .container .posts-listing .item.ad, body.tax-inspire section.listing > .container .posts-listing .item.ad, body.tax-dumbo_categories section.listing > .container .posts-listing .item.ad {
    flex: 0 0 100%;
    min-height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .item.ad > .ad.medrec, body.page-template-articles section.listing > .container .posts-listing .item.ad > .ad.medrec, body.page-template-partners section.listing > .container .posts-listing .item.ad > .ad.medrec, body.page-template-podcasts section.listing > .container .posts-listing .item.ad > .ad.medrec, body.page-template-events section.listing > .container .posts-listing .item.ad > .ad.medrec, body.single-people section.listing > .container .posts-listing .item.ad > .ad.medrec, body.search section.listing > .container .posts-listing .item.ad > .ad.medrec, body.tax-inspire section.listing > .container .posts-listing .item.ad > .ad.medrec, body.tax-dumbo_categories section.listing > .container .posts-listing .item.ad > .ad.medrec {
  background-color: transparent;
  width: 300px;
  height: 250px;
}
body.page-template-conversations section.listing > .container .posts-listing .item, body.page-template-articles section.listing > .container .posts-listing .item, body.page-template-partners section.listing > .container .posts-listing .item, body.page-template-podcasts section.listing > .container .posts-listing .item, body.page-template-events section.listing > .container .posts-listing .item, body.single-people section.listing > .container .posts-listing .item, body.search section.listing > .container .posts-listing .item, body.tax-inspire section.listing > .container .posts-listing .item, body.tax-dumbo_categories section.listing > .container .posts-listing .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 386px;
  padding-bottom: 24px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image, body.page-template-articles section.listing > .container .posts-listing .item .hero-image, body.page-template-partners section.listing > .container .posts-listing .item .hero-image, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image, body.page-template-events section.listing > .container .posts-listing .item .hero-image, body.single-people section.listing > .container .posts-listing .item .hero-image, body.search section.listing > .container .posts-listing .item .hero-image, body.tax-inspire section.listing > .container .posts-listing .item .hero-image, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image {
  height: 188px;
  background-color: #D7D7D0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder, body.search section.listing > .container .posts-listing .item .hero-image.placeholder, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.search section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder svg, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder svg {
  height: 160px;
  transform: translateY(-15px);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] {
  background-color: rgba(209, 35, 42, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="conversations"] svg path {
  fill: #D1232A;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] {
  background-color: rgba(45, 90, 192, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="articles"] svg path {
  fill: #2D5AC0;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] {
  background-color: rgba(0, 158, 174, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type~="historical"] svg path {
  fill: #009EAE;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] {
  background-color: rgba(0, 158, 174, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="people"] svg path {
  fill: #009EAE;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] {
  background-color: rgba(134, 67, 169, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path {
  fill: #8643A9;
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] {
  background-color: rgba(0, 171, 104, 0.2);
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.page-template-articles section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.page-template-partners section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.page-template-events section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.single-people section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.search section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.tax-inspire section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image.placeholder[data-post-type="events"] svg {
  fill: #00AB68;
}
@media (min-width: 1025px) {
  body.page-template-conversations section.listing > .container .posts-listing .item .hero-image, body.page-template-articles section.listing > .container .posts-listing .item .hero-image, body.page-template-partners section.listing > .container .posts-listing .item .hero-image, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-image, body.page-template-events section.listing > .container .posts-listing .item .hero-image, body.single-people section.listing > .container .posts-listing .item .hero-image, body.search section.listing > .container .posts-listing .item .hero-image, body.tax-inspire section.listing > .container .posts-listing .item .hero-image, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-image {
    height: 248px;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .item .hero-quote, body.page-template-articles section.listing > .container .posts-listing .item .hero-quote, body.page-template-partners section.listing > .container .posts-listing .item .hero-quote, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-quote, body.page-template-events section.listing > .container .posts-listing .item .hero-quote, body.single-people section.listing > .container .posts-listing .item .hero-quote, body.search section.listing > .container .posts-listing .item .hero-quote, body.tax-inspire section.listing > .container .posts-listing .item .hero-quote, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-quote {
  height: 188px;
  background-color: #D75B59;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  color: #F9EEED;
}
@media (min-width: 1025px) {
  body.page-template-conversations section.listing > .container .posts-listing .item .hero-quote, body.page-template-articles section.listing > .container .posts-listing .item .hero-quote, body.page-template-partners section.listing > .container .posts-listing .item .hero-quote, body.page-template-podcasts section.listing > .container .posts-listing .item .hero-quote, body.page-template-events section.listing > .container .posts-listing .item .hero-quote, body.single-people section.listing > .container .posts-listing .item .hero-quote, body.search section.listing > .container .posts-listing .item .hero-quote, body.tax-inspire section.listing > .container .posts-listing .item .hero-quote, body.tax-dumbo_categories section.listing > .container .posts-listing .item .hero-quote {
    height: 248px;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type, body.page-template-articles section.listing > .container .posts-listing .item .post-type, body.page-template-partners section.listing > .container .posts-listing .item .post-type, body.page-template-podcasts section.listing > .container .posts-listing .item .post-type, body.page-template-events section.listing > .container .posts-listing .item .post-type, body.single-people section.listing > .container .posts-listing .item .post-type, body.search section.listing > .container .posts-listing .item .post-type, body.tax-inspire section.listing > .container .posts-listing .item .post-type, body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type {
  position: relative;
  top: -27px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  align-self: center;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type="conversations"] {
  color: #D1232A;
  border-color: #D1232A;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type="articles"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type="articles"] {
  color: #2D5AC0;
  border-color: #2D5AC0;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type~="historical"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type="people"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type="people"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type="podcasts"] {
  color: #8643A9;
  border-color: #8643A9;
}
body.page-template-conversations section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.page-template-articles section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.page-template-partners section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.page-template-podcasts section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.page-template-events section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.single-people section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.search section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.tax-inspire section.listing > .container .posts-listing .item .post-type[data-post-type="events"], body.tax-dumbo_categories section.listing > .container .posts-listing .item .post-type[data-post-type="events"] {
  color: #00AB68;
  border-color: #00AB68;
}
body.page-template-conversations section.listing > .container .posts-listing .item h2, body.page-template-conversations section.listing > .container .posts-listing .item .description, body.page-template-articles section.listing > .container .posts-listing .item h2, body.page-template-articles section.listing > .container .posts-listing .item .description, body.page-template-partners section.listing > .container .posts-listing .item h2, body.page-template-partners section.listing > .container .posts-listing .item .description, body.page-template-podcasts section.listing > .container .posts-listing .item h2, body.page-template-podcasts section.listing > .container .posts-listing .item .description, body.page-template-events section.listing > .container .posts-listing .item h2, body.page-template-events section.listing > .container .posts-listing .item .description, body.single-people section.listing > .container .posts-listing .item h2, body.single-people section.listing > .container .posts-listing .item .description, body.search section.listing > .container .posts-listing .item h2, body.search section.listing > .container .posts-listing .item .description, body.tax-inspire section.listing > .container .posts-listing .item h2, body.tax-inspire section.listing > .container .posts-listing .item .description, body.tax-dumbo_categories section.listing > .container .posts-listing .item h2, body.tax-dumbo_categories section.listing > .container .posts-listing .item .description {
  padding-left: 32px;
  padding-right: 32px;
}
body.page-template-conversations section.listing > .container .posts-listing .item .description, body.page-template-articles section.listing > .container .posts-listing .item .description, body.page-template-partners section.listing > .container .posts-listing .item .description, body.page-template-podcasts section.listing > .container .posts-listing .item .description, body.page-template-events section.listing > .container .posts-listing .item .description, body.single-people section.listing > .container .posts-listing .item .description, body.search section.listing > .container .posts-listing .item .description, body.tax-inspire section.listing > .container .posts-listing .item .description, body.tax-dumbo_categories section.listing > .container .posts-listing .item .description {
  margin-top: 26px;
}
body.page-template-conversations section.listing > .container .posts-listing .item .description, body.page-template-conversations section.listing > .container .posts-listing .item .description p, body.page-template-articles section.listing > .container .posts-listing .item .description, body.page-template-articles section.listing > .container .posts-listing .item .description p, body.page-template-partners section.listing > .container .posts-listing .item .description, body.page-template-partners section.listing > .container .posts-listing .item .description p, body.page-template-podcasts section.listing > .container .posts-listing .item .description, body.page-template-podcasts section.listing > .container .posts-listing .item .description p, body.page-template-events section.listing > .container .posts-listing .item .description, body.page-template-events section.listing > .container .posts-listing .item .description p, body.single-people section.listing > .container .posts-listing .item .description, body.single-people section.listing > .container .posts-listing .item .description p, body.search section.listing > .container .posts-listing .item .description, body.search section.listing > .container .posts-listing .item .description p, body.tax-inspire section.listing > .container .posts-listing .item .description, body.tax-inspire section.listing > .container .posts-listing .item .description p, body.tax-dumbo_categories section.listing > .container .posts-listing .item .description, body.tax-dumbo_categories section.listing > .container .posts-listing .item .description p {
  font-size: 18px;
  line-height: 24px;
}
body.page-template-conversations section.listing > .container .posts-listing .item h2, body.page-template-articles section.listing > .container .posts-listing .item h2, body.page-template-partners section.listing > .container .posts-listing .item h2, body.page-template-podcasts section.listing > .container .posts-listing .item h2, body.page-template-events section.listing > .container .posts-listing .item h2, body.single-people section.listing > .container .posts-listing .item h2, body.search section.listing > .container .posts-listing .item h2, body.tax-inspire section.listing > .container .posts-listing .item h2, body.tax-dumbo_categories section.listing > .container .posts-listing .item h2 {
  margin-top: calc(-34px + 30px);
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
}
body.page-template-conversations section.listing > .container .posts-listing .item h6, body.page-template-conversations section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-conversations section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-conversations section.listing > .container .posts-listing .item th, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item h6, body.page-template-articles section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-articles section.listing > .container .posts-listing .item th, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item h6, body.page-template-partners section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-partners section.listing > .container .posts-listing .item th, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item h6, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-podcasts section.listing > .container .posts-listing .item th, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item h6, body.page-template-events section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-events section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-events section.listing > .container .posts-listing .item th, body.page-template-events section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item h6, body.single-people section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-people section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-people section.listing > .container .posts-listing .item th, body.single-people section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item h6, body.search section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.search section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.search section.listing > .container .posts-listing .item th, body.search section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item h6, body.tax-inspire section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-inspire section.listing > .container .posts-listing .item th, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item h6, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-dumbo_categories section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-dumbo_categories section.listing > .container .posts-listing .item th, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a {
  margin-top: auto;
  padding-top: 40px;
  font-family: 'Founders Grotesk Medium';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
}
body.page-template-conversations section.listing > .container .posts-listing .item h6, body.page-template-conversations section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-conversations section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-conversations section.listing > .container .posts-listing .item th, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a, body.page-template-conversations section.listing > .container .posts-listing .item h6 a, body.page-template-conversations section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-conversations section.listing > .container .posts-listing .item a a, body.page-template-conversations section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-conversations section.listing > .container .posts-listing .item th a, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a a, body.page-template-conversations section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-conversations section.listing > .container .posts-listing .item a a, body.page-template-articles section.listing > .container .posts-listing .item h6, body.page-template-articles section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-articles section.listing > .container .posts-listing .item th, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a, body.page-template-articles section.listing > .container .posts-listing .item h6 a, body.page-template-articles section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-articles section.listing > .container .posts-listing .item a a, body.page-template-articles section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-articles section.listing > .container .posts-listing .item th a, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a a, body.page-template-articles section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-articles section.listing > .container .posts-listing .item a a, body.page-template-partners section.listing > .container .posts-listing .item h6, body.page-template-partners section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-partners section.listing > .container .posts-listing .item th, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a, body.page-template-partners section.listing > .container .posts-listing .item h6 a, body.page-template-partners section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-partners section.listing > .container .posts-listing .item a a, body.page-template-partners section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-partners section.listing > .container .posts-listing .item th a, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a a, body.page-template-partners section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-partners section.listing > .container .posts-listing .item a a, body.page-template-podcasts section.listing > .container .posts-listing .item h6, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-podcasts section.listing > .container .posts-listing .item th, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a, body.page-template-podcasts section.listing > .container .posts-listing .item h6 a, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-podcasts section.listing > .container .posts-listing .item a a, body.page-template-podcasts section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-podcasts section.listing > .container .posts-listing .item th a, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a a, body.page-template-podcasts section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-podcasts section.listing > .container .posts-listing .item a a, body.page-template-events section.listing > .container .posts-listing .item h6, body.page-template-events section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-events section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-events section.listing > .container .posts-listing .item th, body.page-template-events section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a, body.page-template-events section.listing > .container .posts-listing .item h6 a, body.page-template-events section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-events section.listing > .container .posts-listing .item a a, body.page-template-events section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-events section.listing > .container .posts-listing .item th a, body.page-template-events section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a a, body.page-template-events section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-events section.listing > .container .posts-listing .item a a, body.single-people section.listing > .container .posts-listing .item h6, body.single-people section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-people section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-people section.listing > .container .posts-listing .item th, body.single-people section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a, body.single-people section.listing > .container .posts-listing .item h6 a, body.single-people section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.single-people section.listing > .container .posts-listing .item a a, body.single-people section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-people section.listing > .container .posts-listing .item th a, body.single-people section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a a, body.single-people section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-people section.listing > .container .posts-listing .item a a, body.search section.listing > .container .posts-listing .item h6, body.search section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.search section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.search section.listing > .container .posts-listing .item th, body.search section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a, body.search section.listing > .container .posts-listing .item h6 a, body.search section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.search section.listing > .container .posts-listing .item a a, body.search section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.search section.listing > .container .posts-listing .item th a, body.search section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a a, body.search section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.search section.listing > .container .posts-listing .item a a, body.tax-inspire section.listing > .container .posts-listing .item h6, body.tax-inspire section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-inspire section.listing > .container .posts-listing .item th, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a, body.tax-inspire section.listing > .container .posts-listing .item h6 a, body.tax-inspire section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.tax-inspire section.listing > .container .posts-listing .item a a, body.tax-inspire section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-inspire section.listing > .container .posts-listing .item th a, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a a, body.tax-inspire section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-inspire section.listing > .container .posts-listing .item a a, body.tax-dumbo_categories section.listing > .container .posts-listing .item h6, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.tax-dumbo_categories section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-dumbo_categories section.listing > .container .posts-listing .item th, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a, body.tax-dumbo_categories section.listing > .container .posts-listing .item h6 a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.tax-dumbo_categories section.listing > .container .posts-listing .item a a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.tax-dumbo_categories section.listing > .container .posts-listing .item th a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a a, body.tax-dumbo_categories section.listing > .container .posts-listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.tax-dumbo_categories section.listing > .container .posts-listing .item a a {
  color: #928E8A;
}
body.page-template-conversations section.listing > .container .posts-listing .item[data-post-type="product"], body.page-template-articles section.listing > .container .posts-listing .item[data-post-type="product"], body.page-template-partners section.listing > .container .posts-listing .item[data-post-type="product"], body.page-template-podcasts section.listing > .container .posts-listing .item[data-post-type="product"], body.page-template-events section.listing > .container .posts-listing .item[data-post-type="product"], body.single-people section.listing > .container .posts-listing .item[data-post-type="product"], body.search section.listing > .container .posts-listing .item[data-post-type="product"], body.tax-inspire section.listing > .container .posts-listing .item[data-post-type="product"], body.tax-dumbo_categories section.listing > .container .posts-listing .item[data-post-type="product"] {
  background-color: transparent;
}
body.page-template-conversations section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.page-template-articles section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.page-template-partners section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.page-template-podcasts section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.page-template-events section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.single-people section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.search section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.tax-inspire section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image, body.tax-dumbo_categories section.listing > .container .posts-listing .item[data-post-type="product"] .hero-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.page-template-conversations section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.page-template-articles section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.page-template-partners section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.page-template-podcasts section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.page-template-events section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.single-people section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.search section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.tax-inspire section.listing > .container .posts-listing .item[data-post-type="product"] .post-type, body.tax-dumbo_categories section.listing > .container .posts-listing .item[data-post-type="product"] .post-type {
  background-color: #F4F4F2;
  color: #FFA215;
  border-color: #FFA215;
}
body.page-template-conversations section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.page-template-articles section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.page-template-partners section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.page-template-podcasts section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.page-template-events section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.single-people section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.search section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.tax-inspire section.listing > .container .posts-listing .item[data-post-type="product"] .title, body.tax-dumbo_categories section.listing > .container .posts-listing .item[data-post-type="product"] .title {
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.page-template-conversations section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.page-template-articles section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.page-template-partners section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.page-template-podcasts section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.page-template-events section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.single-people section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.search section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.tax-inspire section.listing > .container .posts-listing .item[data-post-type="product"] .price, body.tax-dumbo_categories section.listing > .container .posts-listing .item[data-post-type="product"] .price {
  font-size: 18px;
  margin-top: 4px;
}
body.page-template-conversations section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.page-template-articles section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.page-template-partners section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.page-template-podcasts section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.page-template-events section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.single-people section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.search section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.tax-inspire section.listing > .container .posts-listing .item[past-event="true"] .hero-image, body.tax-dumbo_categories section.listing > .container .posts-listing .item[past-event="true"] .hero-image {
  filter: saturate(0);
  opacity: 0.5;
}
body.page-template-conversations section.listing > .container .posts-listing .item:not(.ad), body.page-template-articles section.listing > .container .posts-listing .item:not(.ad), body.page-template-partners section.listing > .container .posts-listing .item:not(.ad), body.page-template-podcasts section.listing > .container .posts-listing .item:not(.ad), body.page-template-events section.listing > .container .posts-listing .item:not(.ad), body.single-people section.listing > .container .posts-listing .item:not(.ad), body.search section.listing > .container .posts-listing .item:not(.ad), body.tax-inspire section.listing > .container .posts-listing .item:not(.ad), body.tax-dumbo_categories section.listing > .container .posts-listing .item:not(.ad) {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.page-template-conversations section.listing > .container .posts-listing .item:not(.ad):hover, body.page-template-articles section.listing > .container .posts-listing .item:not(.ad):hover, body.page-template-partners section.listing > .container .posts-listing .item:not(.ad):hover, body.page-template-podcasts section.listing > .container .posts-listing .item:not(.ad):hover, body.page-template-events section.listing > .container .posts-listing .item:not(.ad):hover, body.single-people section.listing > .container .posts-listing .item:not(.ad):hover, body.search section.listing > .container .posts-listing .item:not(.ad):hover, body.tax-inspire section.listing > .container .posts-listing .item:not(.ad):hover, body.tax-dumbo_categories section.listing > .container .posts-listing .item:not(.ad):hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
body.page-template-conversations section.listing > .container .posts-listing .item .info-tag, body.page-template-articles section.listing > .container .posts-listing .item .info-tag, body.page-template-partners section.listing > .container .posts-listing .item .info-tag, body.page-template-podcasts section.listing > .container .posts-listing .item .info-tag, body.page-template-events section.listing > .container .posts-listing .item .info-tag, body.single-people section.listing > .container .posts-listing .item .info-tag, body.search section.listing > .container .posts-listing .item .info-tag, body.tax-inspire section.listing > .container .posts-listing .item .info-tag, body.tax-dumbo_categories section.listing > .container .posts-listing .item .info-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px;
  height: 25px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Founders Grotesk Medium';
  background-color: #3A3634;
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
}
body.page-template-conversations section.listing > .container .posts-listing .item .info-tag.selling-fast, body.page-template-articles section.listing > .container .posts-listing .item .info-tag.selling-fast, body.page-template-partners section.listing > .container .posts-listing .item .info-tag.selling-fast, body.page-template-podcasts section.listing > .container .posts-listing .item .info-tag.selling-fast, body.page-template-events section.listing > .container .posts-listing .item .info-tag.selling-fast, body.single-people section.listing > .container .posts-listing .item .info-tag.selling-fast, body.search section.listing > .container .posts-listing .item .info-tag.selling-fast, body.tax-inspire section.listing > .container .posts-listing .item .info-tag.selling-fast, body.tax-dumbo_categories section.listing > .container .posts-listing .item .info-tag.selling-fast {
  background-color: #00AB68;
}
@media (max-width: 768px) {
  body.page-template-conversations section.listing > .container .posts-listing .item .info-tag, body.page-template-articles section.listing > .container .posts-listing .item .info-tag, body.page-template-partners section.listing > .container .posts-listing .item .info-tag, body.page-template-podcasts section.listing > .container .posts-listing .item .info-tag, body.page-template-events section.listing > .container .posts-listing .item .info-tag, body.single-people section.listing > .container .posts-listing .item .info-tag, body.search section.listing > .container .posts-listing .item .info-tag, body.tax-inspire section.listing > .container .posts-listing .item .info-tag, body.tax-dumbo_categories section.listing > .container .posts-listing .item .info-tag {
    min-width: 169px;
  }
}
body.page-template-conversations section.listing > .container .posts-listing .no-posts, body.page-template-articles section.listing > .container .posts-listing .no-posts, body.page-template-partners section.listing > .container .posts-listing .no-posts, body.page-template-podcasts section.listing > .container .posts-listing .no-posts, body.page-template-events section.listing > .container .posts-listing .no-posts, body.single-people section.listing > .container .posts-listing .no-posts, body.search section.listing > .container .posts-listing .no-posts, body.tax-inspire section.listing > .container .posts-listing .no-posts, body.tax-dumbo_categories section.listing > .container .posts-listing .no-posts {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  margin: 0 auto;
  padding: 32px 0 128px;
}
body.page-template-conversations section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.page-template-articles section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.page-template-partners section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.page-template-podcasts section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.page-template-events section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.single-people section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.search section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.tax-inspire section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type, body.tax-dumbo_categories section.listing.single-post-type:not([data-posttype="articles"]) .item .post-type {
  opacity: 0;
}
body.page-template-conversations section.read-more, body.page-template-articles section.read-more, body.page-template-partners section.read-more, body.page-template-podcasts section.read-more, body.page-template-events section.read-more, body.single-people section.read-more, body.search section.read-more, body.tax-inspire section.read-more, body.tax-dumbo_categories section.read-more {
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  body.page-template-conversations section.read-more, body.page-template-articles section.read-more, body.page-template-partners section.read-more, body.page-template-podcasts section.read-more, body.page-template-events section.read-more, body.single-people section.read-more, body.search section.read-more, body.tax-inspire section.read-more, body.tax-dumbo_categories section.read-more {
    margin-top: calc(60px - 30px);
  }
}
@media (max-width: 768px) {
  body.page-template-conversations section.read-more, body.page-template-articles section.read-more, body.page-template-partners section.read-more, body.page-template-podcasts section.read-more, body.page-template-events section.read-more, body.single-people section.read-more, body.search section.read-more, body.tax-inspire section.read-more, body.tax-dumbo_categories section.read-more {
    margin-top: calc(40px - 20px);
  }
}
body.page-template-conversations section.read-more .container, body.page-template-articles section.read-more .container, body.page-template-partners section.read-more .container, body.page-template-podcasts section.read-more .container, body.page-template-events section.read-more .container, body.single-people section.read-more .container, body.search section.read-more .container, body.tax-inspire section.read-more .container, body.tax-dumbo_categories section.read-more .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  body.page-template-conversations section.read-more .container, body.page-template-articles section.read-more .container, body.page-template-partners section.read-more .container, body.page-template-podcasts section.read-more .container, body.page-template-events section.read-more .container, body.single-people section.read-more .container, body.search section.read-more .container, body.tax-inspire section.read-more .container, body.tax-dumbo_categories section.read-more .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-conversations section.read-more .container .line, body.page-template-articles section.read-more .container .line, body.page-template-partners section.read-more .container .line, body.page-template-podcasts section.read-more .container .line, body.page-template-events section.read-more .container .line, body.single-people section.read-more .container .line, body.search section.read-more .container .line, body.tax-inspire section.read-more .container .line, body.tax-dumbo_categories section.read-more .container .line {
  border-top: 1px solid #928E8A;
  width: 100%;
}
body.page-template-conversations section.read-more .container a.button, body.page-template-articles section.read-more .container a.button, body.page-template-partners section.read-more .container a.button, body.page-template-podcasts section.read-more .container a.button, body.page-template-events section.read-more .container a.button, body.single-people section.read-more .container a.button, body.search section.read-more .container a.button, body.tax-inspire section.read-more .container a.button, body.tax-dumbo_categories section.read-more .container a.button {
  display: flex;
  justify-content: center;
  width: auto;
  height: 40px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #F4F4F2;
  cursor: pointer;
  transition: opacity 0.3s ease;
  user-select: none;
}
body.page-template-conversations section.read-more .container a.button:hover, body.page-template-articles section.read-more .container a.button:hover, body.page-template-partners section.read-more .container a.button:hover, body.page-template-podcasts section.read-more .container a.button:hover, body.page-template-events section.read-more .container a.button:hover, body.single-people section.read-more .container a.button:hover, body.search section.read-more .container a.button:hover, body.tax-inspire section.read-more .container a.button:hover, body.tax-dumbo_categories section.read-more .container a.button:hover {
  opacity: 0.7;
}
body.page-template-conversations section.read-more .container a.button .wrapper, body.page-template-articles section.read-more .container a.button .wrapper, body.page-template-partners section.read-more .container a.button .wrapper, body.page-template-podcasts section.read-more .container a.button .wrapper, body.page-template-events section.read-more .container a.button .wrapper, body.single-people section.read-more .container a.button .wrapper, body.search section.read-more .container a.button .wrapper, body.tax-inspire section.read-more .container a.button .wrapper, body.tax-dumbo_categories section.read-more .container a.button .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #928E8A;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 12px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.page-template-conversations section.read-more .container a.button .wrapper .label, body.page-template-articles section.read-more .container a.button .wrapper .label, body.page-template-partners section.read-more .container a.button .wrapper .label, body.page-template-podcasts section.read-more .container a.button .wrapper .label, body.page-template-events section.read-more .container a.button .wrapper .label, body.single-people section.read-more .container a.button .wrapper .label, body.search section.read-more .container a.button .wrapper .label, body.tax-inspire section.read-more .container a.button .wrapper .label, body.tax-dumbo_categories section.read-more .container a.button .wrapper .label {
  font-size: 16px;
  line-height: 22px;
  transform: translateY(2px);
  color: white;
  margin-right: 16px;
}
body.page-template-conversations section.read-more .container a.button .wrapper .arrow, body.page-template-articles section.read-more .container a.button .wrapper .arrow, body.page-template-partners section.read-more .container a.button .wrapper .arrow, body.page-template-podcasts section.read-more .container a.button .wrapper .arrow, body.page-template-events section.read-more .container a.button .wrapper .arrow, body.single-people section.read-more .container a.button .wrapper .arrow, body.search section.read-more .container a.button .wrapper .arrow, body.tax-inspire section.read-more .container a.button .wrapper .arrow, body.tax-dumbo_categories section.read-more .container a.button .wrapper .arrow {
  width: 9px;
  height: 5px;
  background-image: url('images/icons/arrow-white-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.8s ease;
}
body.page-template-conversations section.read-more .container .read-more-text, body.page-template-articles section.read-more .container .read-more-text, body.page-template-partners section.read-more .container .read-more-text, body.page-template-podcasts section.read-more .container .read-more-text, body.page-template-events section.read-more .container .read-more-text, body.single-people section.read-more .container .read-more-text, body.search section.read-more .container .read-more-text, body.tax-inspire section.read-more .container .read-more-text, body.tax-dumbo_categories section.read-more .container .read-more-text {
  display: none;
}
body.page-template-conversations section.read-more .container .read-more-text p:last-child, body.page-template-articles section.read-more .container .read-more-text p:last-child, body.page-template-partners section.read-more .container .read-more-text p:last-child, body.page-template-podcasts section.read-more .container .read-more-text p:last-child, body.page-template-events section.read-more .container .read-more-text p:last-child, body.single-people section.read-more .container .read-more-text p:last-child, body.search section.read-more .container .read-more-text p:last-child, body.tax-inspire section.read-more .container .read-more-text p:last-child, body.tax-dumbo_categories section.read-more .container .read-more-text p:last-child {
  margin-bottom: 0;
}
/*-----------------------------------*/
/*  Podcast player
/*-----------------------------------*/
.fancybox-container .fancybox-bg {
  background-color: #231F20;
  opacity: 1 !important;
}
.fancybox-container .fancybox-slider-wrap {
  width: calc(100% - 360px);
}
@media (max-width: 1150px) {
  .fancybox-container .fancybox-slider-wrap {
    width: 100%;
    height: calc(100% - 53px);
    box-sizing: border-box;
  }
}
.fancybox-container .caption-sidebar {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #3A3634;
  width: 360px;
  box-sizing: border-box;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fancybox-container .caption-sidebar .top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.fancybox-container .caption-sidebar .top .fancybox-title {
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 1150px) {
  .fancybox-container .caption-sidebar .top .fancybox-title {
    display: none;
  }
}
.fancybox-container .caption-sidebar .top .fancybox-button--close {
  margin-left: auto;
  background: none;
  background-image: url('images/icons/lightbox-close.svg');
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.fancybox-container .caption-sidebar .top .fancybox-button--close:hover {
  opacity: 0.7;
}
.fancybox-container .caption-sidebar .top .fancybox-button--close::before, .fancybox-container .caption-sidebar .top .fancybox-button--close::after {
  display: none !important;
}
.fancybox-container .caption-sidebar .fancybox-caption {
  border-top: 0;
}
.fancybox-container .caption-sidebar .fancybox-caption, .fancybox-container .caption-sidebar .fancybox-caption p, .fancybox-container .caption-sidebar .fancybox-caption a {
  font-family: 'Founders Grotesk Regular', Arial;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 24px;
  color: white;
}
.fancybox-container .caption-sidebar .fancybox-caption a {
  text-decoration: none;
  text-shadow: 0.03em 0 #3A3634, -0.03em 0 #3A3634, 0 0.03em #3A3634, 0 -0.03em #3A3634, 0.06em 0 #3A3634, -0.06em 0 #3A3634, 0.09em 0 #3A3634, -0.09em 0 #3A3634, 0.12em 0 #3A3634, -0.12em 0 #3A3634, 0.15em 0 #3A3634, -0.15em 0 #3A3634;
  background-image: linear-gradient(#3A3634, #3A3634), linear-gradient(#3A3634, #3A3634), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.fancybox-container .caption-sidebar .fancybox-caption a:before, .fancybox-container .caption-sidebar .fancybox-caption a:after {
  text-shadow: none;
}
.fancybox-container .caption-sidebar .functions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: auto;
}
.fancybox-container .caption-sidebar .functions .counter {
  display: flex;
  margin-top: 12px;
}
.fancybox-container .caption-sidebar .functions .counter, .fancybox-container .caption-sidebar .functions .counter > * {
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--left {
  background: none;
  background-image: url('images/icons/lightbox-prev.svg');
  height: 18px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
  margin-right: 28px;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--left:hover {
  opacity: 0.7;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--left::before, .fancybox-container .caption-sidebar .functions .buttons .fancybox-button--left::after {
  display: none !important;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--right {
  background: none;
  background-image: url('images/icons/lightbox-next.svg');
  height: 18px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--right:hover {
  opacity: 0.7;
}
.fancybox-container .caption-sidebar .functions .buttons .fancybox-button--right::before, .fancybox-container .caption-sidebar .functions .buttons .fancybox-button--right::after {
  display: none !important;
}
@media (max-width: 1150px) {
  .fancybox-container .caption-sidebar {
    top: auto;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: 53px;
    padding: 0 32px;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .fancybox-container .caption-sidebar .top {
    order: 2;
  }
  .fancybox-container .caption-sidebar .fancybox-caption {
    display: none;
  }
  .fancybox-container .caption-sidebar .functions {
    order: 1;
    margin-top: 2px;
  }
  .fancybox-container .caption-sidebar .functions .counter {
    margin-top: 0;
  }
  .fancybox-container .caption-sidebar .functions .buttons {
    display: none;
  }
}
.ad.medrec, .ad.leaderboard {
  display: none;
}
.ad.medrec.active, .ad.leaderboard.active {
  display: block;
}
.header.desktop {
  background-color: white;
}
.header.desktop .container {
  height: 220px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 45px;
  padding-bottom: 30px;
}
.header.desktop .container .top {
  display: flex;
  align-content: center;
  justify-content: space-between;
  position: relative;
}
.header.desktop .container .top .social {
  display: flex;
  align-items: flex-start;
}
.header.desktop .container .top .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.5;
}
.header.desktop .container .top .social .icon:hover {
  opacity: 1;
}
.header.desktop .container .top .social .icon:not(:last-child) {
  margin-right: 18px;
}
.header.desktop .container .top .social .icon.facebook {
  width: 10px;
  height: 16px;
}
.header.desktop .container .top .social .icon.twitter {
  width: 18px;
  height: 15px;
}
.header.desktop .container .top .social .icon.instagram {
  width: 17px;
  height: 16px;
}
.header.desktop .container .top .logo {
  background-image: url('https://www.dumbofeather.com/wp-content/uploads/2023/04/DF-Master-Logo-black.png');
  width: 370px;
  height: 63px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.header.desktop .container .top .functions {
  display: flex;
  align-items: flex-start;
}
.header.desktop .container .top .functions .cart-count, .header.desktop .container .top .functions .account {
  margin-right: 16px;
}
.header.desktop .container .top .functions .cart-count, .header.desktop .container .top .functions .cart-count a, .header.desktop .container .top .functions .account, .header.desktop .container .top .functions .account a {
  font-size: 14px;
  color: #928E8A;
}
.header.desktop .container .top .functions .search {
  background-image: url('images/icons/header-search.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.desktop .container .top .functions .search:hover {
  opacity: 0.7;
}
.header.desktop .container .bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  position: relative;
}
.header.desktop .container .bottom .what-is-dumbo {
  flex: 1;
  font-size: 14px;
  line-height: 22px;
  color: #D1232A;
}
.header.desktop .container .bottom .nav {
  display: flex;
}
.header.desktop .container .bottom .nav .nav-item {
  font-size: 18px;
  margin-right: 20px;
}
.header.desktop .container .bottom .nav .nav-item.active {
  background-position: 0% 90%, 100% 90%, 0% 50%;
}
.header.desktop .container .bottom .nav .nav-item.active.Conversations {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item.active.Conversations:before, .header.desktop .container .bottom .nav .nav-item.active.Conversations:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item.active.Articles {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#2D5AC0, #2D5AC0);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item.active.Articles:before, .header.desktop .container .bottom .nav .nav-item.active.Articles:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item.active.Podcast {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#8643A9, #8643A9);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item.active.Podcast:before, .header.desktop .container .bottom .nav .nav-item.active.Podcast:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item.active.Events {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#00AB68, #00AB68);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item.active.Events:before, .header.desktop .container .bottom .nav .nav-item.active.Events:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item.active.Shop {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#FFA215, #FFA215);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item.active.Shop:before, .header.desktop .container .bottom .nav .nav-item.active.Shop:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item:hover {
  background-position: 0% 90%, 100% 90%, 0% 50%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Conversations {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Conversations:before, .header.desktop .container .bottom .nav .nav-item:hover.Conversations:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item:hover.Articles {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#2D5AC0, #2D5AC0);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Articles:before, .header.desktop .container .bottom .nav .nav-item:hover.Articles:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item:hover.Podcast {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#8643A9, #8643A9);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Podcast:before, .header.desktop .container .bottom .nav .nav-item:hover.Podcast:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item:hover.Events {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#00AB68, #00AB68);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Events:before, .header.desktop .container .bottom .nav .nav-item:hover.Events:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .nav-item:hover.Shop {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#FFA215, #FFA215);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header.desktop .container .bottom .nav .nav-item:hover.Shop:before, .header.desktop .container .bottom .nav .nav-item:hover.Shop:after {
  text-shadow: none;
}
.header.desktop .container .bottom .nav .inspire-me-nav {
  display: flex;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.desktop .container .bottom .nav .inspire-me-nav:hover {
  opacity: 0.7;
}
.header.desktop .container .bottom .nav .inspire-me-nav::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 14px;
  border-left: 2px solid #F7F7F5;
}
.header.desktop .container .bottom .nav .inspire-me-nav .inspire-me-button {
  display: flex;
  align-items: center;
}
.header.desktop .container .bottom .nav .inspire-me-nav .inspire-me-button .label {
  font-size: 18px;
  color: #928E8A;
}
.header.desktop .container .bottom .nav .inspire-me-nav .inspire-me-button .arrow {
  width: 11px;
  height: 7px;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.8s ease;
  transform: translateY(-3px);
  margin-left: 14px;
}
.header.desktop .container .bottom .subscribe-wrapper {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header.desktop .container .bottom .subscribe-wrapper .button {
  background-color: #D1232A;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
.header.desktop .container .bottom .subscribe-wrapper .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
.header-leaderboard {
  background-color: #ffffff;
  background-image: url('images/df-ad-bg.svg');
  background-repeat: repeat;
  background-size: 50px 50px;
}
.header-leaderboard .container {
  height: 120px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-leaderboard .container .leaderboard > [id] {
  display: flex;
  justify-content: center;
}
.header-articles {
  background-color: #3A3634;
}
.header-articles .container {
  height: 40px;
  box-sizing: border-box;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  user-select: none;
}
.header-articles .container .reading {
  flex: 1;
  display: flex;
  display: flex;
  color: #9C9894;
}
.header-articles .container .reading .arrow {
  width: 11px;
  height: 7px;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.8s ease;
  transform: rotate(180deg) translateY(-3px);
  margin-right: 28px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-articles .container .reading .arrow:hover {
  opacity: 0.7;
}
@media (max-width: 1150px) {
  .header-articles .container .reading .label {
    display: none;
  }
  .header-articles .container .reading .arrow {
    margin-right: 16px;
    transform: rotate(180deg) translateY(2px);
  }
}
.header-articles .container h6.post-title {
  color: white;
  max-width: 60vw;
  transform: translateY(1px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header-articles .container .pass-it-on {
  display: flex;
  align-items: center;
  color: #9C9894;
  padding-top: 2px;
}
.header-articles .container .pass-it-on .label {
  font-size: 16px;
  line-height: 22px;
}
.header-articles .container .pass-it-on .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 1;
  transform: translateY(-4px);
}
.header-articles .container .pass-it-on .icon:hover {
  opacity: 0.7;
}
.header-articles .container .pass-it-on .icon:not(:last-child) {
  margin-right: 12px;
}
.header-articles .container .pass-it-on .rule {
  width: 16px;
  height: 1px;
  background-color: #9C9894;
  margin: 0 12px 0 10px;
  transform: translateY(-3px);
}
.header-articles .container .pass-it-on .facebook {
  width: 7px;
  height: 12px;
}
.header-articles .container .pass-it-on .twitter {
  width: 14px;
  height: 12px;
}
.header-articles .container .pass-it-on .email {
  width: 16px;
  height: 12px;
}
.header-articles .container .pass-it-on.desktop {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header-articles .container .pass-it-on.desktop {
    display: none;
  }
}
.header-articles .container .pass-it-on.mobile {
  display: none;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}
.header-articles .container .pass-it-on.mobile .open {
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  right: 0;
  left: 48px;
  padding-left: 25px;
  background-color: #3A3634;
  transition: opacity 0.5s ease;
  z-index: 2;
}
.header-articles .container .pass-it-on.mobile .open .share-icon-close {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/icons/social/mobile-share-close.svg');
  width: 14px;
  height: 14px;
  transform: translateY(-3px);
  margin-left: auto;
  padding-right: 40px;
}
.header-articles .container .pass-it-on.mobile .closed {
  z-index: 1;
}
.header-articles .container .pass-it-on.mobile .closed .share-icon-open {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/icons/social/mobile-share-open.svg');
  width: 14px;
  height: 14px;
  transform: translateY(-3px);
}
.header-articles .container .pass-it-on.mobile[data-active="false"] .open {
  pointer-events: none;
  opacity: 0;
}
.header-articles .container .pass-it-on.mobile[data-active="true"] .open {
  pointer-events: all;
  opacity: 1;
}
@media (max-width: 768px) {
  .header-articles .container .pass-it-on.mobile {
    display: flex;
  }
}
@media (max-width: 768px) {
  .header-articles .container {
    justify-content: flex-start;
  }
  .header-articles .container .reading {
    flex: 0;
    margin-right: 25px;
  }
}
progress.conversation-progress {
  display: flex;
  appearance: none;
  height: 4px;
  width: 100%;
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
progress.conversation-progress::-webkit-progress-bar {
  background-color: rgba(58, 54, 52, 0.8);
}
progress.conversation-progress::-webkit-progress-value {
  background-color: #D1232A;
}
.progress-bar {
  background-color: #D1232A;
}
.progress-container {
  background-color: rgba(58, 54, 52, 0.8);
  height: 4px;
  position: relative;
  appearance: none;
}
.header-static-wrapper .conversation-progress {
  display: none;
}
.header-scroll-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: auto;
  background-color: #F7F6F6;
  z-index: 10;
  transition: all 0.45s ease;
  transform: translateY(-100%);
  opacity: 0;
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
}
.header-scroll-wrapper.is-shown {
  pointer-events: all;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 768px) {
  .header-scroll-wrapper {
    display: none;
  }
}
.header.scroll {
  background-color: white;
  border-bottom: 1px solid #F4F4F2;
}
.header.scroll .container {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header.scroll .container .about {
  display: flex;
  align-items: center;
  flex: 1;
}
.header.scroll .container .about .what-is-dumbo {
  font-size: 15px;
  line-height: 22px;
  background-color: rgba(209, 35, 42, 0.1);
  border-radius: 50%;
  color: #D1232A;
  height: 21px;
  width: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 7px;
  margin-right: 18px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.scroll .container .about .what-is-dumbo:hover {
  opacity: 0.7;
}
.header.scroll .container .about .logo {
  background-image: url('images/logos/df-logo-horizontal.svg');
  width: 146px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.scroll .container .about .logo:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .header.scroll .container .about {
    flex: 0;
    margin-right: 24px;
  }
}
.header.scroll .container .nav {
  display: flex;
  align-items: center;
  padding-top: 8px;
}
.header.scroll .container .nav .nav-item {
  font-size: 18px;
  margin-right: 20px;
}
.header.scroll .container .nav .inspire-me-nav {
  display: flex;
  position: relative;
  padding-left: 22px;
}
.header.scroll .container .nav .inspire-me-nav::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 14px;
  border-left: 2px solid #F7F7F5;
}
.header.scroll .container .nav .inspire-me-nav .inspire-me-button {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.scroll .container .nav .inspire-me-nav .inspire-me-button:hover {
  opacity: 0.7;
}
.header.scroll .container .nav .inspire-me-nav .inspire-me-button .label {
  font-size: 18px;
  color: #928E8A;
}
.header.scroll .container .nav .inspire-me-nav .inspire-me-button .arrow {
  width: 11px;
  height: 7px;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.8s ease;
  transform: translateY(-3px);
  margin-left: 14px;
}
.header.scroll .container .functions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  padding-top: 8px;
}
.header.scroll .container .functions .cart-count, .header.scroll .container .functions .account {
  margin-right: 16px;
}
.header.scroll .container .functions .cart-count, .header.scroll .container .functions .cart-count a, .header.scroll .container .functions .account, .header.scroll .container .functions .account a {
  font-size: 14px;
  color: #928E8A;
}
.header.scroll .container .functions .search {
  background-image: url('images/icons/header-search.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-3px);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header.scroll .container .functions .search:hover {
  opacity: 0.7;
}
.header.scroll .container .functions .subscribe.button {
  background-color: #D1232A;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  margin-right: 20px;
  margin-left: 10px;
  transform: translateY(-5px);
  cursor: pointer;
  transition: all 0.25s ease;
}
.header.scroll .container .functions .subscribe.button:hover {
  opacity: 1;
  background-color: #AE2327;
}
.header-search {
  background-color: #F4F4F2;
  border-top: 2px solid white;
  display: none;
}
.header-search .container {
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-search .container .search-icon {
  background-image: url('images/icons/header-search.svg');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
}
.header-search .container .search-input {
  border: 0;
  height: 40px;
  padding-bottom: 5px;
  background-color: transparent;
  overflow: hidden;
  max-width: 500px;
  white-space: nowrap;
  min-width: 100px;
  padding-left: 2px;
  font-size: 30px;
  transform: translateY(7px);
}
.header-search .container .search-input, .header-search .container .search-input::placeholder {
  color: #928E8A;
}
.header-search .container .search-input:focus {
  outline: none;
}
.header-search .container .search-input:empty:not(:focus)::before {
  content: attr(placeholder);
  display: block;
}
.header-search .container .close {
  background-image: url('images/icons/close.svg');
  width: 16px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-search .container .close:hover {
  opacity: 0.7;
}
@media (max-width: 1150px) {
  .header-static-wrapper, .header-scroll-wrapper {
    display: none;
  }
  body {
    padding-top: 60px;
  }
  body.conversations-template {
    padding-top: 105px;
  }
}
.header-mobile-wrapper {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #F7F6F6;
  z-index: 10;
  transition: all 0.45s ease;
  transform: translateY(-100%);
  backface-visibility: hidden;
  will-change: transform;
  pointer-events: none;
}
@media (max-width: 1150px) {
  .header-mobile-wrapper {
    display: flex;
  }
}
.header-mobile-wrapper.is-shown {
  pointer-events: all;
  transform: translateY(0);
}
body.single-conversations .header-mobile-wrapper, body.single-ideas .header-mobile-wrapper {
  transform: translateY(calc(-100% + 4px));
}
body.single-conversations .header-mobile-wrapper.is-shown, body.single-ideas .header-mobile-wrapper.is-shown {
  pointer-events: all;
  transform: translateY(0);
}
.header.mobile {
  width: 100%;
  background-color: white;
}
.header.mobile .container {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header.mobile .container {
    justify-content: flex-start;
  }
}
.header.mobile .container .hamburger-open {
  background-image: url('images/icons/hamburger-open.svg');
  width: 20px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 30px;
}
.header.mobile .container .logo {
  background-image: url('images/logos/df-logo-horizontal.svg');
  width: 146px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
}
.header.mobile .container .right {
  display: flex;
  align-items: center;
}
.header.mobile .container .right .cart-count {
  margin-right: 24px;
  transform: translateY(4px);
}
.header.mobile .container .right .cart-count, .header.mobile .container .right .cart-count a {
  font-size: 14px;
  color: #928E8A;
}
@media (max-width: 768px) {
  .header.mobile .container .right .cart-count {
    display: none;
  }
}
.header.mobile .container .right .subscribe {
  background-color: #D1232A;
  width: 76px;
  height: 26px;
  box-sizing: border-box;
  padding-top: 4px;
  color: white;
  font-size: 14px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(1px);
}
@media (max-width: 768px) {
  .header.mobile .container .right {
    margin-left: auto;
  }
}
.header-mobile-menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
  position: fixed;
  z-index: 10;
  pointer-events: none;
}
.header-mobile-menu .container {
  width: 315px;
  box-sizing: border-box;
  position: absolute;
  background-color: white;
  overflow-y: scroll;
  padding: 0 20px !important;
  display: none;
  transform: translateX(100%);
  will-change: transform;
  z-index: 1;
  height: 100%;
}
.header-mobile-menu .container .wrapper {
  display: block;
  height: auto;
  width: 100%;
}
.header-mobile-menu .container .wrapper .hamburger-close {
  height: 60px;
  display: flex;
  align-items: center;
}
.header-mobile-menu .container .wrapper .hamburger-close .close-icon {
  background-image: url('images/icons/mobile-menu-close.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 13px;
  height: 13px;
}
.header-mobile-menu .container .wrapper .mobile-search {
  height: 60px;
  display: flex;
  align-items: center;
  background-color: #F4F4F2;
  width: 315px;
  transform: translateX(-20px);
  padding: 0 20px;
  box-sizing: border-box;
}
.header-mobile-menu .container .wrapper .mobile-search .search-input {
  border: 0;
  width: 80%;
  height: 40px;
  padding-bottom: 5px;
  background-color: transparent;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 2px;
  font-size: 20px;
  transform: translateY(12px);
}
.header-mobile-menu .container .wrapper .mobile-search .search-input, .header-mobile-menu .container .wrapper .mobile-search .search-input::placeholder {
  color: #928E8A;
}
.header-mobile-menu .container .wrapper .mobile-search .search-input:focus {
  outline: none;
}
.header-mobile-menu .container .wrapper .mobile-search .search-input:empty:not(:focus)::before {
  content: attr(placeholder);
  display: block;
}
.header-mobile-menu .container .wrapper .mobile-search .search-icon {
  background-image: url('images/icons/header-search.svg');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
  margin-left: auto;
}
.header-mobile-menu .container .wrapper .nav {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px;
}
.header-mobile-menu .container .wrapper .nav .nav-item {
  font-size: 20px;
}
.header-mobile-menu .container .wrapper .nav .nav-item.subscribe {
  color: #D1232A;
}
.header-mobile-menu .container .wrapper .nav .nav-item.function {
  color: #928E8A;
}
.header-mobile-menu .container .wrapper .nav .nav-item:not(:last-child) {
  margin-bottom: 26px;
}
.header-mobile-menu .container .wrapper .inspire-me .tab {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 315px;
  transform: translateX(-20px);
  padding: 0 20px;
  box-sizing: border-box;
  padding-top: 5px;
  border-top: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
}
.header-mobile-menu .container .wrapper .inspire-me .tab .label {
  font-size: 20px;
  color: #928E8A;
}
.header-mobile-menu .container .wrapper .inspire-me .tab .arrow {
  width: 11px;
  height: 7px;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.8s ease;
  transform: translateY(-4px);
}
.header-mobile-menu .container .wrapper .inspire-me .slider {
  background-color: #F4F4F2;
  padding: 50px 0;
  display: none;
  width: 315px;
  transform: translateX(-20px);
  padding: 0 20px;
  box-sizing: border-box;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .title {
  margin-bottom: 35px;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters {
  display: flex;
  opacity: 0;
  overflow: visible;
  transition: opacity 0.5s ease;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item {
  height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item:hover {
  opacity: 0.7;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item:hover {
  opacity: 0.65;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 105px;
  width: 100px;
  margin-bottom: 28px;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item .filter-name-wrapper {
  display: inline;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item .filter-name-wrapper .filter-name {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .item .filter-name-wrapper .filter-name:before, .header-mobile-menu .container .wrapper .inspire-me .slider .filters .item .filter-name-wrapper .filter-name:after {
  text-shadow: none;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .slick-arrow {
  top: 100px;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .slick-arrow.slick-next {
  right: 15px;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters .slick-arrow.slick-prev {
  left: 15px;
}
.header-mobile-menu .container .wrapper .inspire-me .slider .filters.slick-initialized {
  opacity: 1;
}
.header-mobile-menu .container .wrapper .inspire-me[data-active="true"] .arrow {
  transform: rotate(-180deg) translateY(3px);
}
.header-mobile-menu .container .wrapper .social {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
  padding-bottom: 40px;
}
.header-mobile-menu .container .wrapper .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.5;
}
.header-mobile-menu .container .wrapper .social .icon:hover {
  opacity: 1;
}
.header-mobile-menu .container .wrapper .social .icon:not(:last-child) {
  margin-right: 18px;
}
.header-mobile-menu .container .wrapper .social .icon.facebook {
  width: 10px;
  height: 16px;
}
.header-mobile-menu .container .wrapper .social .icon.twitter {
  width: 18px;
  height: 15px;
}
.header-mobile-menu .container .wrapper .social .icon.instagram {
  width: 17px;
  height: 16px;
}
.header-mobile-menu .background-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}
.header-mobile-menu.active {
  pointer-events: all;
}
.header-shop {
  background-color: #928E8A;
}
.header-shop .container {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-shop .container .nav-item {
  font-size: 18px;
  margin-right: 20px;
  margin-top: 6px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Founders Grotesk Regular';
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-shop .container .nav-item:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .header-shop {
    display: none;
  }
}
.header-account {
  background-color: #928E8A;
}
.header-account .container {
  height: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header-account .container .nav-item {
  font-size: 18px;
  margin-right: 20px;
  margin-top: 6px;
  color: white;
  font-size: 18px;
  line-height: 21px;
  font-family: 'Founders Grotesk Regular';
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.header-account .container .nav-item:hover {
  opacity: 0.7;
}
.header-account .container .nav-item.logout {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 0;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 768px) {
  .header-account .container .nav-item.logout {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .header-account .container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 32px 0;
  }
  .header-account .container .nav-item {
    margin-right: 0;
  }
  .header-account .container .nav-item:not(:last-child) {
    margin-bottom: 10px;
  }
  .header-account .container .nav-item.logout {
    position: relative;
    transform: none;
    padding: 0;
  }
}
.footer {
  background-color: #3A3634;
}
.footer .container {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  .footer .container {
    padding-bottom: 40px;
  }
}
.footer .container .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 2px solid #4C4847;
}
.footer .container .top .menu {
  display: flex;
}
.footer .container .top .menu a {
  display: flex;
  color: #9C9894;
  font-size: 18px;
  line-height: 32px;
}
.footer .container .top .menu .column:not(:last-child) {
  margin-right: 90px;
}
@media (max-width: 768px) {
  .footer .container .top .menu .column:not(:last-child) {
    margin-right: 60px;
  }
}
.footer .container .top .contact {
  flex: 0 1 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer .container .top .contact .social {
  display: flex;
  align-items: center;
}
.footer .container .top .contact .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
}
.footer .container .top .contact .social .icon:not(:last-child) {
  margin-right: 18px;
}
.footer .container .top .contact .social .icon.facebook {
  width: 10px;
  height: 15px;
}
.footer .container .top .contact .social .icon.twitter {
  width: 18px;
  height: 14px;
}
.footer .container .top .contact .social .icon.instagram {
  width: 18px;
  height: 18px;
}
.footer .container .top .contact .norm {
  margin-top: auto;
}
.footer .container .top .contact .norm a {
  display: flex;
  color: #9C9894;
  font-size: 18px;
  line-height: 34px;
}
@media (max-width: 768px) {
  .footer .container .top {
    flex-direction: column;
  }
  .footer .container .top .menu {
    border-bottom: 2px solid #4C4847;
    padding-bottom: 50px;
    justify-content: center;
  }
  .footer .container .top .menu, .footer .container .top .contact {
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer .container .top .contact {
    flex: 1 0 auto;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
  }
  .footer .container .top .contact .norm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 22px;
  }
  .footer .container .top .contact .norm a {
    text-align: center;
  }
}
.footer .container .bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
.footer .container .bottom .dumbo .logo {
  width: 169px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/logos/df-logo-horizontal-mid-grey-on-dark.svg');
  margin-bottom: 42px;
}
.footer .container .bottom .dumbo .copyright {
  color: #9C9894;
  font-size: 14px;
  line-height: 30px;
}
.footer .container .bottom .parent {
  flex: 0 1 300px;
  display: flex;
}
.footer .container .bottom .parent .bcorp {
  width: 50px;
  height: 90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/logos/bcorp-footer.svg');
  margin-right: 80px;
}
.footer .container .bottom .parent .small-giants {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 30px;
}
.footer .container .bottom .parent .small-giants .logo {
  width: 137px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/logos/small-giants-footer.svg');
}
.footer .container .bottom .parent .small-giants .byline, .footer .container .bottom .parent .small-giants .byline a {
  color: #9C9894;
  font-size: 14px;
  line-height: 18px;
}
.footer .container .bottom .parent .small-giants .byline a {
  padding-bottom: -5px;
  border-bottom: 1px solid #9C9894;
}
@media (max-width: 768px) {
  .footer .container .bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer .container .bottom .dumbo {
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 64px;
  }
  .footer .container .bottom .dumbo .logo {
    margin-bottom: 25px;
  }
  .footer .container .bottom .parent {
    order: 1;
    flex: 1;
  }
  .footer .container .bottom .parent .small-giants {
    margin-right: 0;
  }
}
.footer-partners {
  background-color: #4E4A48;
}
.footer-partners .container {
  height: auto;
  display: flex;
  padding-top: 60px;
  box-sizing: border-box;
  justify-content: space-between;
}
.footer-partners .container h6, .footer-partners .container body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .footer-partners .container a, .footer-partners .container body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .footer-partners .container th, .footer-partners .container body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .footer-partners .container a, .footer-partners .container body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .footer-partners .container a {
  color: #9C9894;
}
.footer-partners .container .logos {
  display: flex;
  transform: translateY(-16px);
  flex-wrap: wrap;
  justify-content: center;
}
.footer-partners .container .logos a.logo {
  flex: 0 1 auto;
}
.footer-partners .container .logos a.logo img {
  height: 64px;
  width: auto;
}
.footer-partners .container .logos a.logo:not(:last-child) {
  margin-right: 60px;
}
@media (max-width: 1280px) {
  .footer-partners .container {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding-bottom: 20px;
  }
  .footer-partners .container .logos {
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }
  .footer-partners .container .logos .logo {
    margin: 0 12px 12px;
  }
  .footer-partners .container .logos .logo img {
    height: 50px !important;
  }
}
.product-category {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 90px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F4F4F2;
}
.product-category .cat-header {
  display: flex;
  position: relative;
  justify-content: center;
  margin-bottom: 64px;
}
.product-category .cat-header .title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#FFA215, #FFA215);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 70%;
}
.product-category .cat-header .title:before, .product-category .cat-header .title:after {
  text-shadow: none;
}
.product-category .cat-header .view-all {
  position: absolute;
  right: 0;
  bottom: 5px;
  color: #928E8A;
  border-bottom: 1px solid #928E8A;
  padding-bottom: 1px;
  line-height: 7px;
  font-size: 16px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.product-category .cat-header .view-all:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .product-category .cat-header {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .product-category .cat-header .title {
    display: inline-block;
    margin-bottom: 16px;
  }
  .product-category .cat-header .view-all {
    position: static;
  }
}
.product-category .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 60px);
}
@media (max-width: 1150px) {
  .product-category .listing {
    width: calc(100% + 30px);
  }
}
@media (max-width: 768px) {
  .product-category .listing {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .product-category {
    margin-top: 64px;
  }
}
body.archive.tax-product_cat > section {
  padding-bottom: 60px;
}
body.archive.tax-product_cat > section .product-category {
  margin-top: 50px;
}
.product-listing-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  cursor: pointer;
  flex: 0 1 calc(33.33% - 60px);
  margin-right: 60px;
}
.product-listing-item .thumbnail {
  height: 300px;
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}
.product-listing-item .thumbnail .image {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
.product-listing-item .thumbnail .status-indicator {
  display: flex;
  padding: 3.5px 8px 0px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding-top: 5px;
  font-family: 'Founders Grotesk Medium';
  font-size: 12px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  background-color: #928E8A;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
}
.product-listing-item .thumbnail .status-indicator.low-stock {
  background-color: #FFA215;
}
.product-listing-item .thumbnail .status-indicator.out-of-stock {
  background-color: #FFA215;
}
.product-listing-item .thumbnail .status-indicator.selling-fast {
  background-color: #00AB68;
}
@media (max-width: 1150px) {
  .product-listing-item .thumbnail {
    height: 350px;
  }
}
.product-listing-item .title {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 0 40px;
}
.product-listing-item .price {
  font-size: 18px;
  line-height: 24px;
  color: #928E8A;
}
@media (max-width: 1150px) {
  .product-listing-item {
    flex: 0 1 calc(50% - 30px);
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .product-listing-item {
    flex: 0 1 100%;
    margin-right: 0;
  }
}
.product-listing-item.back-issue .thumbnail {
  height: 400px;
}
@media (max-width: 1150px) {
  .product-listing-item.back-issue .thumbnail {
    height: 400px;
  }
  .product-listing-item.back-issue .thumbnail .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
body.single-product section.product {
  padding: 80px 0 0;
}
@media (max-width: 1150px) {
  body.single-product section.product {
    padding: 32px 0 0;
  }
}
body.single-product section.product .container {
  display: flex;
}
@media (max-width: 1150px) {
  body.single-product section.product .container {
    flex-direction: column;
  }
}
body.single-product section.product .container .product-image, body.single-product section.product .container .product-info {
  flex: 1 1 50%;
}
body.single-product section.product .container .product-image {
  margin-right: 80px;
}
body.single-product section.product .container .product-image .main-image {
  height: 470px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
body.single-product section.product .container .product-image .main-image.back-issue {
  background-color: #F4F4F2;
  height: 600px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  body.single-product section.product .container .product-image .main-image.back-issue {
    height: 450px;
  }
}
body.single-product section.product .container .product-image .main-image .arrow {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}
body.single-product section.product .container .product-image .main-image .arrow.left {
  left: 16px;
  background-image: url('images/icons/arrow_thick_left_white.svg');
}
body.single-product section.product .container .product-image .main-image .arrow.right {
  right: 16px;
  background-image: url('images/icons/arrow_thick_right_white.svg');
}
body.single-product section.product .container .product-image .extra-images {
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
  width: calc(100% + 20px);
}
body.single-product section.product .container .product-image .extra-images .thumbnail {
  width: 97px;
  height: 97px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.25s ease;
  margin-bottom: 20px;
  margin-right: 20px;
}
body.single-product section.product .container .product-image .extra-images .thumbnail:first-child {
  display: none;
}
body.single-product section.product .container .product-image .extra-images .thumbnail:hover {
  opacity: 0.85;
}
@media (max-width: 1150px) {
  body.single-product section.product .container .product-image {
    margin-bottom: 40px;
    margin-right: 0;
  }
  body.single-product section.product .container .product-image .main-image {
    height: 500px;
  }
  body.single-product section.product .container .product-image .extra-images {
    display: flex;
  }
}
@media (max-width: 768px) {
  body.single-product section.product .container .product-image .main-image {
    height: 300px;
  }
  body.single-product section.product .container .product-image .extra-images {
    margin-top: 10px;
    width: calc(100% + 10px);
  }
  body.single-product section.product .container .product-image .extra-images .thumbnail {
    width: 70px;
    height: 70px;
    margin-right: 10px;
  }
}
body.single-product section.product .container .product-info .meta {
  display: flex;
  margin-bottom: 30px;
}
body.single-product section.product .container .product-info .meta .categories {
  margin-right: 28px;
}
body.single-product section.product .container .product-info .meta .categories a {
  color: #FFA215;
}
body.single-product section.product .container .product-info .meta .status-indicator {
  display: flex;
  padding: 3.5px 8px 0px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding-top: 5px;
  font-family: 'Founders Grotesk Medium';
  font-size: 12px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  background-color: #928E8A;
  transform: translateY(-5px);
}
body.single-product section.product .container .product-info .meta .status-indicator.low-stock {
  background-color: #FFA215;
}
body.single-product section.product .container .product-info .meta .status-indicator.out-of-stock {
  background-color: #FFA215;
}
body.single-product section.product .container .product-info .meta .status-indicator.selling-fast {
  background-color: #00AB68;
}
body.single-product section.product .container .product-info h1 {
  font-size: 36px;
  line-height: 43px;
  margin-bottom: 25px;
}
body.single-product section.product .container .product-info .price {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 3px;
}
body.single-product section.product .container .product-info .postage-message {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #9C9894;
}
body.single-product section.product .container .product-info .product-options form.cart {
  padding: 28px 0 32px;
  border-top: 1px solid #F4F4F2;
  border-bottom: 1px solid #F4F4F2;
}
body.single-product section.product .container .product-info .product-options form.variations_form {
  display: flex;
  flex-direction: column;
  padding: 32px 0 22px;
  border-top: 1px solid #F4F4F2;
  border-bottom: 1px solid #F4F4F2;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations {
  width: 100%;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations tr {
  vertical-align: top;
  padding: 0;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations tr .label {
  min-width: 140px;
  color: #928E8A;
  vertical-align: middle;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations tr .value {
  width: 100%;
  position: relative;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations tr .value select {
  width: 100%;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 45px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 14px;
  font-size: 18px;
  color: #928E8A;
  z-index: 1;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations tr .value::before {
  background-image: url('images/icons/arrow-grey-down.svg');
  width: 10px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 20px;
  content: '';
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-product section.product .container .product-info .product-options form.variations_form table.variations .reset_variations {
  display: none;
}
@media (max-width: 1150px) {
  body.single-product section.product .container .product-info .product-options form.variations_form {
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  body.single-product section.product .container .product-info .product-options form.variations_form {
    display: block;
  }
  body.single-product section.product .container .product-info .product-options form.variations_form .single_variation_wrap {
    padding-left: 0;
    margin-top: 16px;
  }
  body.single-product section.product .container .product-info .product-options form.variations_form table.variations {
    width: 100%;
  }
}
body.single-product section.product .container .product-info .product-options .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 42px;
  display: block;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-product section.product .container .product-info .product-options .button .label {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.single-product section.product .container .product-info .product-options .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
body.single-product section.product .container .product-info .product-options fieldset {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  padding-top: 12px;
  /* Prepare the label */
  /* If "checked" */
}
body.single-product section.product .container .product-info .product-options fieldset label {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  user-select: none;
  font-family: 'Founders Grotesk Regular' !important;
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:not(:checked), body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:not(:checked) + label, body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:not(:checked) + label:before, body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #C6C5C4;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:not(:checked) + label:after, body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked + label:after {
  content: ' ';
  background-image: url('images/icons/checkbox-check.svg');
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
  /* scaled down to 0 */
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked + label:before {
  background-color: #928E8A;
  border: 1px solid #928E8A;
}
body.single-product section.product .container .product-info .product-options fieldset [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* visible */
}
body.single-product section.product .container .product-info .product-options .checkbox {
  margin-top: 24px;
  /* Prepare the label */
  /* If "checked" */
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:not(:checked), body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:not(:checked) + label, body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:not(:checked) + label:before, body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #C6C5C4;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:not(:checked) + label:after, body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked + label:after {
  content: ' ';
  background-image: url('images/icons/checkbox-check.svg');
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
  /* scaled down to 0 */
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked + label:before {
  background-color: #928E8A;
  border: 1px solid #928E8A;
}
body.single-product section.product .container .product-info .product-options .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* visible */
}
body.single-product section.product .container .product-info .product-options .checkbox label {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  user-select: none;
  font-family: 'Founders Grotesk Regular' !important;
}
body.single-product section.product .container .product-info .description {
  padding-top: 28px;
}
body.single-product section.product .container .product-info .description a {
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-product section.product .container .product-info .description a:before, body.single-product section.product .container .product-info .description a:after {
  text-shadow: none;
}
body.single-product section.product .container .product-info .description a:hover {
  color: #D1232A;
}
body.single-product section.product .container .product-info .description strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-product section.product .container .product-info .description p:not(:last-child), body.single-product section.product .container .product-info .description a:not(:last-child) {
  margin-bottom: 23px;
}
body.single-product section.pass-it-on {
  margin-bottom: 48px;
}
body.single-product section.related {
  margin-bottom: 110px;
}
body.single-product section.related .related-header {
  border-top: 1px solid black;
  display: flex;
  justify-content: center;
}
body.single-product section.related .related-header h6.title {
  text-align: center;
  padding: 28px 0 24px;
}
body.single-product section.related .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% + 60px);
}
@media (max-width: 1150px) {
  body.single-product section.related .listing {
    width: calc(100% + 30px);
  }
}
@media (max-width: 768px) {
  body.single-product section.related .listing {
    width: 100%;
  }
}
body.woocommerce-cart > section {
  border-top: 2px solid #F4F4F2;
}
body.woocommerce-cart > section .container .woocommerce-message {
  display: none !important;
}
body.woocommerce-cart > section .container .woocommerce-error {
  display: block;
}
body.woocommerce-cart > section .container .woocommerce-error li {
  color: #D1232A;
}
body.woocommerce-cart > section .container .woocommerce-error li::before {
  display: none;
}
body.woocommerce-cart > section .container .wc-backward {
  margin-top: 48px;
  font-family: 'Founders Grotesk Medium';
}
body.woocommerce-cart > section .container .woocommerce {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 136px;
  flex-flow: row wrap;
}
body.woocommerce-cart > section .container .woocommerce h2:first-of-type {
  margin-bottom: 64px;
  order: -1;
}
body.woocommerce-cart > section .container .woocommerce form {
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table {
  width: 100%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr {
  border-top: 1px solid black;
  border-bottom: 2px solid #F4F4F2;
  height: 75px;
  vertical-align: middle;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
  text-align: left;
  padding-top: 6px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-thumbnail {
  width: 90px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
  width: 35%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name .mobile-th {
  display: none;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name .mobile-th {
    display: inline;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price {
  width: 17%;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity {
  width: 19%;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th {
    font-size: 16px;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-thumbnail {
    display: none;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-name {
    width: 30%;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-quantity, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th.product-subtotal {
    width: auto;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item {
  border-bottom: 2px solid #F4F4F2;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item td {
  padding-top: 32px;
  padding-bottom: 24px;
  vertical-align: top;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
  padding-top: 46px;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
    padding-top: 35px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name {
  padding-left: 32px;
  padding-right: 32px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name fieldset.is-gift {
  pointer-events: none;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name fieldset.is-gift label::before, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name fieldset.is-gift label::after {
  display: none;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name fieldset.is-gift label {
  padding-left: 0 !important;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name > a {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations {
  padding-top: 12px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation {
  display: flex;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .value p {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  font-weight: normal;
  font-family: 'Founders Grotesk Regular';
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name .variations .variation .label {
  margin-right: 3px;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 35px;
  }
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name a, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name p, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-name div {
    font-size: 14px;
    line-height: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
  font-size: 18px;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-price, body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-subtotal {
    font-size: 14px;
    padding-right: 10px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
  width: 50px;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 45px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-left: 14px;
  font-size: 18px;
  color: black;
  z-index: 1;
  border-radius: 4px;
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input:focus {
  outline: none;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity .quantity input {
    width: 45px;
    height: 32px;
    padding-left: 10px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-quantity {
    padding-right: 20px;
  }
}
body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-remove a {
  margin-left: auto;
  display: block;
  background-image: url('images/icons/cart-remove.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 10px;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-remove a {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form table.shop_table tbody .cart_item .product-thumbnail {
    display: none;
  }
}
body.woocommerce-cart > section .container .woocommerce form .actions {
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon {
  display: flex;
  align-items: flex-start;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text {
  width: 150px;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 40px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-left: 14px;
  font-size: 16px;
  color: black;
  z-index: 1;
  border-radius: 4px;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .input-text:focus {
  outline: none;
}
body.woocommerce-cart > section .container .woocommerce form .actions .coupon .button {
  margin-left: 10px;
}
body.woocommerce-cart > section .container .woocommerce form .actions .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  padding: 0 15px;
  height: 40px;
  color: white;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-cart > section .container .woocommerce form .actions .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce form .actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body.woocommerce-cart > section .container .woocommerce form .actions .button[name="update_cart"] {
    margin-top: 16px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
  margin-left: auto;
  margin-top: 75px;
  order: 1;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals {
    margin-left: 0;
    margin-top: 48px;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .cart_totals {
  border-top: 1px solid black;
  padding-top: 30px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table {
  max-width: 300px;
  border-bottom: 2px solid #F4F4F2;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table {
    max-width: none;
  }
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  padding-bottom: 20px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr {
  padding-bottom: 10px;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr th {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-right: 10px;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td strong, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td small, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > *, body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td > * > * {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals table.shop_table tbody tr td .woocommerce-shipping-calculator {
  display: none;
}
body.woocommerce-cart > section .container .woocommerce .cart-collaterals .wc-proceed-to-checkout a {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  padding: 0 15px;
  height: 40px;
  color: white;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
  border-radius: 4px;
}
body.woocommerce-cart > section .container .woocommerce .cart-empty {
  padding-top: 32px;
}
body.woocommerce-cart > section .container .sfn-cart-addons {
  width: auto;
}
body.woocommerce-cart > section .container .sfn-cart-addons h2 {
  margin: 2rem 0 0 0;
  margin-bottom: 0 !important;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li:before {
  content: "";
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li img {
  width: 150px;
  height: 150px;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li span {
  margin: 0 auto;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li a.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li a.woocommerce-loop-product__link h2 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem;
  order: 0;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li.product {
  width: auto;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 33px;
  display: block;
  padding-top: 9px;
  text-align: center;
  margin: 0 auto;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li .button .label {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.woocommerce-cart > section .container .sfn-cart-addons ul li .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
.woocommerce-shipping-methods {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.woocommerce-shipping-methods li:before {
  display: none;
}
.woocommerce-shipping-destination, .return-to-shop {
  display: none;
}
body.woocommerce-checkout > section {
  border-top: 2px solid #F4F4F2;
}
body.woocommerce-checkout > section .woocommerce {
  padding-bottom: 128px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce {
    padding-bottom: 48px;
  }
}
body.woocommerce-checkout > section .woocommerce .woocommerce-message {
  display: none;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error {
  display: block;
  padding-top: 64px;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error li {
  text-align: center;
}
body.woocommerce-checkout > section .woocommerce .wc-backward {
  margin-top: 48px;
  font-family: 'Founders Grotesk Medium';
}
body.woocommerce-checkout > section .woocommerce .woocommerce-info {
  margin-bottom: 16px;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-info a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#3A3634, #3A3634);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-info a:before, body.woocommerce-checkout > section .woocommerce .woocommerce-info a:after {
  text-shadow: none;
}
body.woocommerce-checkout > section .woocommerce form.login {
  max-width: 300px !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 64px;
}
body.woocommerce-checkout > section .woocommerce form.login p:first-child {
  font-size: 16px;
  line-height: 22px;
  margin: 12px 0 32px;
  color: #928E8A;
}
body.woocommerce-checkout > section .woocommerce form.login input {
  max-width: 300px !important;
}
body.woocommerce-checkout > section .woocommerce form.login input#username {
  margin-bottom: 12px;
}
body.woocommerce-checkout > section .woocommerce form.login input#password {
  margin-bottom: 12px;
}
body.woocommerce-checkout > section .woocommerce form.login .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  padding: 0 15px;
  height: 40px;
  color: white;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-checkout > section .woocommerce form.login .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
body.woocommerce-checkout > section .woocommerce form.login .lost_password {
  margin-top: 28px;
}
body.woocommerce-checkout > section .woocommerce form.login .lost_password, body.woocommerce-checkout > section .woocommerce form.login .lost_password a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.woocommerce-checkout > section .woocommerce form.login .lost_password a {
  text-decoration: none;
  text-shadow: 0.03em 0 #F4F4F2, -0.03em 0 #F4F4F2, 0 0.03em #F4F4F2, 0 -0.03em #F4F4F2, 0.06em 0 #F4F4F2, -0.06em 0 #F4F4F2, 0.09em 0 #F4F4F2, -0.09em 0 #F4F4F2, 0.12em 0 #F4F4F2, -0.12em 0 #F4F4F2, 0.15em 0 #F4F4F2, -0.15em 0 #F4F4F2;
  background-image: linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  text-align: center;
}
body.woocommerce-checkout > section .woocommerce form.login .lost_password a:before, body.woocommerce-checkout > section .woocommerce form.login .lost_password a:after {
  text-shadow: none;
}
body.woocommerce-checkout > section .woocommerce form.login [for="rememberme"] {
  display: none;
}
body.woocommerce-checkout > section .woocommerce form.checkout_coupon {
  display: flex;
  margin-bottom: 16px;
}
body.woocommerce-checkout > section .woocommerce form.checkout_coupon .form-row {
  flex: 0 1 150px;
  width: 150px;
}
body.woocommerce-checkout > section .woocommerce form.checkout_coupon .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  padding: 0 15px;
  height: 40px;
  color: white;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-checkout > section .woocommerce form.checkout_coupon .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error {
  color: #928E8A;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
  margin-top: 0;
  margin-bottom: 48px;
  padding-left: 0;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error strong {
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error li {
  color: #D1232A;
}
body.woocommerce-checkout > section .woocommerce .woocommerce-error li::before {
  display: none;
}
body.woocommerce-checkout > section .woocommerce .intro {
  padding: 80px 0 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body.woocommerce-checkout > section .woocommerce .intro h2 {
  font-size: 24px;
  margin-bottom: 28px;
}
body.woocommerce-checkout > section .woocommerce .intro p {
  color: #928E8A;
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce .intro {
    text-align: center;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_address_1 {
  flex-direction: column;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_address_1 .form-row {
  margin-right: 0;
  flex: 1 0 auto;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_address_1 .form-row#billing_address_1_field input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_address_1 .form-row#billing_address_1_field {
    margin-bottom: 0;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_address_1 .form-row#billing_address_2_field input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_state_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_postcode_field {
  width: 20px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_state_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_postcode_field {
    width: 100%;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_state_field {
  flex: 2;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_state_field {
    flex: 1;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.billing .group.billing_city #billing_postcode_field {
  flex: 1;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping {
  border-top: 2px solid #F4F4F2;
  padding-top: 32px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header {
  display: flex;
  /* Prepare the label */
  /* If "checked" */
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:not(:checked), body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:not(:checked) + label, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:not(:checked) + label:before, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #C6C5C4;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:not(:checked) + label:after, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked + label:after {
  content: ' ';
  background-image: url('images/icons/checkbox-check.svg');
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
  /* scaled down to 0 */
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked + label:before {
  background-color: #928E8A;
  border: 1px solid #928E8A;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* visible */
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header label {
  padding-left: 0 !important;
  user-select: none;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header label::before {
  left: auto !important;
  right: -23px !important;
  margin-top: 5px !important;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header label::after {
  left: auto !important;
  right: -20px !important;
  top: 5px !important;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .header label {
    font-size: 20px !important;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city {
  flex: 0 1 50%;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_state_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_postcode_field {
  width: 20px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_state_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_postcode_field {
    width: 100%;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_state_field {
  flex: 2;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_city_field, body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_state_field {
    flex: 1;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city #shipping_postcode_field {
  flex: 1;
}
@media (max-width: 1150px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_city {
    flex: 1 0 100%;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_address_1 {
  flex-direction: column;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_address_1 .form-row {
  margin-right: 0;
  flex: 1 0 auto;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_address_1 .form-row#shipping_address_1_field input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_address_1 .form-row#shipping_address_1_field {
    margin-bottom: 0;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.shipping .group.shipping_address_1 .form-row#shipping_address_2_field input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account {
  padding: 32px 0;
  margin-top: 24px;
  border-top: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .left, body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right {
  flex: 0 1 50%;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .left h2 {
  font-size: 24px;
  margin-bottom: 16px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .left p {
  color: #928E8A;
  font-size: 16px;
  line-height: 20px;
  max-width: 300px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right {
  flex: 0 1 300px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right .woocommerce-password-strength {
  color: black;
  font-size: 16px;
  line-height: 20px;
  margin-top: 16px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right small {
  color: #928E8A;
  font-size: 14px;
  line-height: 18px;
  margin-top: 6px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right .form-row {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.create-account {
    flex-direction: column;
  }
  body.woocommerce-checkout > section .woocommerce form.checkout section.create-account .right {
    margin-top: 32px;
    flex: 0 1;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city {
  flex: 0 1 50%;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row {
  width: 20px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row {
    width: 100%;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row:nth-child(1), body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row:nth-child(2) {
  flex: 2;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row:nth-child(1), body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row:nth-child(2) {
    flex: 1;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city .form-row:nth-child(3) {
  flex: 1;
}
@media (max-width: 1150px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_city {
    flex: 1 0 100%;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_address_1 {
  flex-direction: column;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_address_1 .form-row {
  margin-right: 0;
  flex: 1 0 auto;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_address_1 .form-row:first-child input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_address_1 .form-row:first-child {
    margin-bottom: 0;
  }
}
body.woocommerce-checkout > section .woocommerce form.checkout section.giftee-shipping .group.shipping_address_1 .form-row:nth-child(2) input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom {
  display: flex;
  flex-direction: row;
  padding-top: 70px;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes {
  flex: 0 1 50%;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes textarea {
  height: 120px;
  max-width: 450px;
  width: 100%;
}
body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .button {
  margin-left: auto;
}
@media (max-width: 768px) {
  body.woocommerce-checkout > section .woocommerce form.checkout section.bottom {
    padding-top: 32px;
    flex-direction: column;
  }
  body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes {
    margin-bottom: 24px;
  }
  body.woocommerce-checkout > section .woocommerce form.checkout section.bottom .order-notes textarea {
    max-width: none;
    width: 100% !important;
  }
}
body.firefox.woocommerce-checkout .field-group .group.shipping_city {
  flex: 1 0 50% !important;
}
@media (max-width: 1280px) {
  body.firefox.woocommerce-checkout .field-group .group.shipping_city {
    margin-right: 0;
  }
}
.woocommerce-thankyou-order-details {
  display: none;
}
.woocommerce-thankyou-order-details + p {
  display: none;
}
.woocommerce-thankyou-order-details + p + p {
  display: none;
}
body.woocommerce-checkout .review-cart .accordion-body {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item {
  flex: 1 0 auto;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 22px;
  margin-bottom: 28px;
  border-bottom: 2px solid #F4F4F2;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .thumbnail {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 44px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .quantity, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .total {
  padding-top: 14px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info {
  flex: 0 1 55%;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  padding-top: 12px;
  /* Prepare the label */
  /* If "checked" */
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset label {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  user-select: none;
  font-family: 'Founders Grotesk Regular' !important;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:not(:checked), body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:not(:checked) + label, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:not(:checked) + label:before, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #C6C5C4;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:not(:checked) + label:after, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked + label:after {
  content: ' ';
  background-image: url('images/icons/checkbox-check.svg');
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
  /* scaled down to 0 */
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked + label:before {
  background-color: #928E8A;
  border: 1px solid #928E8A;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* visible */
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset {
  pointer-events: none;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset label::before, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset label::after {
  display: none;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name fieldset label {
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name a, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .name p {
    text-align: center;
  }
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations {
  padding-top: 12px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation {
  display: flex;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation {
    justify-content: center;
  }
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation .label, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation .label p, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation .value, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation .value p {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .info .meta .variations .variation .label {
  margin-right: 3px;
}
body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .quantity, body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .total {
  flex: 0 1 17%;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 48px;
  }
  body.woocommerce-checkout .review-cart .accordion-body .cart-listing .cart-item .thumbnail {
    margin-right: 0;
    width: 90px;
    height: 90px;
  }
}
body.woocommerce-checkout .accordion {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .accordion .accordion-header {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #928E8A;
  border-bottom: 1px solid #F4F4F2;
  cursor: pointer;
}
body.woocommerce-checkout .accordion .accordion-header .toggle .icon {
  width: 13px;
  height: 13px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.woocommerce-checkout .accordion[data-active="true"] {
  margin-bottom: 80px;
}
body.woocommerce-checkout .accordion[data-active="true"] .toggle .icon {
  background-image: url('images/icons/accordion-active.svg');
}
body.woocommerce-checkout .accordion[data-active="false"] {
  margin-bottom: 0px;
}
body.woocommerce-checkout .accordion[data-active="false"] .accordion-header {
  border-bottom: 0;
}
body.woocommerce-checkout .accordion[data-active="false"] .toggle .icon {
  background-image: url('images/icons/accordion-inactive.svg');
}
body.woocommerce-checkout .accordion .accordion-body {
  display: flex;
  flex-direction: column;
  padding-top: 32px;
}
body.woocommerce-checkout .accordion .accordion-body section {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .accordion .accordion-body section h2.header {
  font-size: 24px;
  line-height: 30px;
}
body.woocommerce-checkout .accordion .accordion-body section .field-group {
  padding-top: 34px;
  display: flex;
  flex-flow: row wrap;
  width: calc(100% + 93px);
}
body.woocommerce-checkout .accordion .accordion-body section .field-group .group {
  display: flex;
  flex: 1 0 50%;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding-right: 93px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .accordion .accordion-body section .field-group .group {
    flex-direction: column;
  }
}
@media (max-width: 1280px) {
  body.woocommerce-checkout .accordion .accordion-body section .field-group {
    width: auto;
  }
  body.woocommerce-checkout .accordion .accordion-body section .field-group .group {
    flex: 1 0 100%;
    padding-right: 0;
  }
}
body.woocommerce-checkout .accordion .accordion-body section .field-group[data-active="false"] {
  display: none;
}
body.woocommerce-checkout .accordion .accordion-body .button {
  align-self: flex-end;
  background-color: #928E8A;
  border: 0;
  width: 220px;
  padding: 0 15px;
  height: 40px;
  color: white;
  box-sizing: border-box;
  padding-top: 6px;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-checkout .accordion .accordion-body .button:hover {
  background-color: black;
}
body.firefox.woocommerce-checkout .field-group {
  width: calc(100% + (93px * 2)) !important;
}
@media (max-width: 1280px) {
  body.firefox.woocommerce-checkout .field-group {
    width: auto !important;
  }
}
body.firefox.woocommerce-checkout .field-group .group {
  flex: 1 0 100%;
  padding-right: 0;
  margin-right: 93px;
}
body.woocommerce-checkout .form-row {
  display: flex;
  flex-direction: column;
  flex: 1;
}
body.woocommerce-checkout .form-row label {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Founders Grotesk Medium';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #928E8A;
  padding-bottom: 3px;
}
body.woocommerce-checkout .form-row label abbr {
  border-bottom: 0;
  color: #D1232A;
}
body.woocommerce-checkout .form-row input[type="text"], body.woocommerce-checkout .form-row input[type="email"], body.woocommerce-checkout .form-row input[type="password"], body.woocommerce-checkout .form-row input[type="tel"] {
  appearance: none;
  border: 0;
  height: 40px;
  border: 1px solid #C6C5C4;
  transition: border 0.25s ease;
  border-radius: 4px;
  padding: 5px 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  text-overflow: ellipsis;
}
body.woocommerce-checkout .form-row input[type="text"]::placeholder, body.woocommerce-checkout .form-row input[type="email"]::placeholder, body.woocommerce-checkout .form-row input[type="password"]::placeholder, body.woocommerce-checkout .form-row input[type="tel"]::placeholder {
  color: #C6C5C4;
}
body.woocommerce-checkout .form-row input[type="text"]:focus, body.woocommerce-checkout .form-row input[type="email"]:focus, body.woocommerce-checkout .form-row input[type="password"]:focus, body.woocommerce-checkout .form-row input[type="tel"]:focus {
  outline: none;
  border: 1px solid #928E8A;
}
body.woocommerce-checkout .form-row select {
  width: 100%;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 14px;
  font-size: 18px;
  color: #928E8A;
  text-overflow: ellipsis;
  z-index: 1;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 7px;
  border-radius: 4px;
}
body.woocommerce-checkout .form-row textarea {
  border-radius: 4px;
  border: 1px solid #C6C5C4;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  padding: 4px 8px;
}
body.woocommerce-checkout .form-row:not(:last-of-type) {
  margin-right: 15px;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .form-row:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
body.firefox.woocommerce-checkout .form-row select {
  background-image: none;
}
.woocommerce-input-wrapper > input, .woocommerce-input-wrapper > select {
  width: 100%;
}
body.woocommerce-checkout .giftee-details {
  margin-top: 80px;
}
body.woocommerce-checkout .giftee-details .container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  background-color: #F4F4F2;
  padding: 80px 0;
  position: relative;
  overflow: visible;
  border-left: 1px solid #F4F4F2;
  border-right: 1px solid #F4F4F2;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .giftee-details .container {
    padding: 40px 0;
  }
}
body.woocommerce-checkout .giftee-details .container .title {
  display: flex;
  justify-content: space-between;
}
body.woocommerce-checkout .giftee-details .container .title h6, body.woocommerce-checkout .giftee-details .container .title body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.woocommerce-checkout .giftee-details .container .title a, body.woocommerce-checkout .giftee-details .container .title body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.woocommerce-checkout .giftee-details .container .title th, body.woocommerce-checkout .giftee-details .container .title body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.woocommerce-checkout .giftee-details .container .title a, body.woocommerce-checkout .giftee-details .container .title body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.woocommerce-checkout .giftee-details .container .title a {
  color: #D1232A;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .giftee-details .container .title {
    flex-direction: column;
  }
  body.woocommerce-checkout .giftee-details .container .title h6, body.woocommerce-checkout .giftee-details .container .title body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.woocommerce-checkout .giftee-details .container .title a, body.woocommerce-checkout .giftee-details .container .title body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.woocommerce-checkout .giftee-details .container .title th, body.woocommerce-checkout .giftee-details .container .title body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.woocommerce-checkout .giftee-details .container .title a, body.woocommerce-checkout .giftee-details .container .title body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.woocommerce-checkout .giftee-details .container .title a {
    order: 1;
    margin-bottom: 16px;
  }
  body.woocommerce-checkout .giftee-details .container .title h2 {
    order: 2;
  }
}
body.woocommerce-checkout .giftee-details .container h2.header {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
body.woocommerce-checkout .giftee-details .container p.description {
  font-size: 18px;
  line-height: 24px;
}
body.woocommerce-checkout .giftee-details .container .giftee-shipping {
  margin-top: 16px;
}
body.woocommerce-checkout .giftee-details .container .giftee-shipping .shipping-message {
  margin-top: -16px;
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  max-width: 400px;
  flex: 0 1 50%;
}
@media (max-width: 768px) {
  body.woocommerce-checkout .giftee-details .container .giftee-shipping .shipping-message {
    flex: 1 0 auto;
  }
}
body.woocommerce-checkout .giftee-details .container::after, body.woocommerce-checkout .giftee-details .container::before {
  content: ' ';
  width: calc((((100vw - 18px) - 979px) / 2));
  background-color: #F4F4F2;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 1120px) {
  body.woocommerce-checkout .giftee-details .container::after, body.woocommerce-checkout .giftee-details .container::before {
    width: calc((100vw - 120px) / 2);
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .giftee-details .container::after, body.woocommerce-checkout .giftee-details .container::before {
    width: calc((100vw - 40px) / 2);
  }
}
body.woocommerce-checkout .giftee-details .container::before {
  left: 0;
  transform: translateX(-100%);
}
body.woocommerce-checkout .giftee-details .container::after {
  right: 0;
  transform: translateX(100%);
}
body.woocommerce-checkout .payment-details .accordion-body h2.header {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review {
  display: flex;
  width: calc(100% + 93px);
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table, body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
  flex: 0 1 50%;
}
@media (max-width: 1150px) {
  body.woocommerce-checkout .payment-details .accordion-body #order_review {
    width: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
  }
  body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table, body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
    flex: 1 0 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  body.woocommerce-checkout .payment-details .accordion-body #order_review {
    justify-content: center;
  }
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table {
  display: block;
  padding: 32px 32px 28px 32px;
  background-color: #F4F4F2;
  box-sizing: border-box;
  border-radius: 4px;
}
@media (max-width: 1150px) {
  body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table {
    flex: 1 0 auto;
    width: 100%;
  }
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tbody, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table thead {
  display: none;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot {
  display: flex;
  flex-direction: column;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr th {
  border-radius: 3px;
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  margin-right: 10px;
  width: 120px;
  text-align: left;
  vertical-align: top;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td strong, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td small, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td > *, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td > * > * {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr td .woocommerce-shipping-calculator {
  display: none;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.cart-subtotal, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.shipping {
  padding-bottom: 20px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.cart-subtotal, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.cart-subtotal th, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.cart-subtotal td, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.shipping, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.shipping th, body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.shipping td {
  color: #928E8A;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review table.shop_table tfoot tr.order-total {
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  padding: 32px 0;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
  margin-left: 93px;
  padding-right: 93px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul {
  padding-left: 20px;
  padding-left: 0;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul label {
  margin-bottom: 16px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul p {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul [type="radio"] {
  margin-right: 5px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment ul li::before {
  display: none;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .payment_method_eway .form-row {
  padding-top: 16px;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .payment_method_eway .form-row a.button {
  display: none !important;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .payment_method_paypal img, body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .payment_method_paypal a {
  display: none;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 170px;
  height: 42px;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .button .label {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.woocommerce-checkout .payment-details .accordion-body #order_review #payment .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
@media (max-width: 1150px) {
  body.woocommerce-checkout .payment-details .accordion-body #order_review #payment {
    flex: 1 0 auto;
    max-width: 350px;
    padding-right: 0;
    margin-left: 0;
    margin-top: 48px;
  }
}
body.woocommerce-order-received .order-details, body.woocommerce-order-received .customer-details, body.woocommerce-order-received .woocommerce-message {
  display: none;
}
body.woocommerce-order-received section:first-of-type {
  background-color: #F4F4F2;
  padding-top: 64px;
}
body.woocommerce-order-received section:first-of-type .thank-you-message {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
body.woocommerce-order-received section:first-of-type .thank-you-message .icon {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 164px;
  height: 164px;
  margin-bottom: 64px;
  background-image: url('images/icons/checkout-thankyou.svg');
}
body.woocommerce-order-received section:first-of-type .thank-you-message .title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  margin-bottom: 32px;
}
body.woocommerce-order-received section:first-of-type .thank-you-message .description {
  max-width: 552px;
}
body.woocommerce-order-received section:first-of-type .thank-you-message .description p {
  font-size: 24px;
  line-height: 30px;
}
body.woocommerce-order-received section:first-of-type .cm-form {
  margin-bottom: 80px;
}
body.woocommerce-order-received section:first-of-type .cm-form form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  body.woocommerce-order-received section:first-of-type .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.woocommerce-order-received section:first-of-type .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.woocommerce-order-received section:first-of-type .cm-form form input[type='email'], body.woocommerce-order-received section:first-of-type .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.woocommerce-order-received section:first-of-type .cm-form form input[type='email'] {
  appearance: none;
  border: 0;
  height: 40px;
  border: 1px solid #C6C5C4;
  transition: border 0.25s ease;
  border-radius: 4px;
  padding: 5px 12px 0;
  box-sizing: border-box;
  margin-right: 10px;
  width: 100%;
  max-width: 416px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  text-overflow: ellipsis;
}
body.woocommerce-order-received section:first-of-type .cm-form form input[type='email']::placeholder {
  color: #C6C5C4;
}
body.woocommerce-order-received section:first-of-type .cm-form form input[type='email']:focus {
  outline: none;
  border: 1px solid #928E8A;
}
body.woocommerce-order-received section:first-of-type .cm-form form button[type='submit'] {
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  background-color: #2D5AC0;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-order-received section:first-of-type .posts {
  padding-top: 80px;
  border-top: 2px solid white;
}
body.woocommerce-order-received section:first-of-type .posts .listing {
  display: flex;
  justify-content: space-between;
  width: calc(100% + 32px);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  min-height: 386px;
  padding-bottom: 24px;
  text-align: center;
  background-color: #fff;
  position: relative;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image {
  height: 188px;
  background-color: #D7D7D0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder svg {
  height: 160px;
  transform: translateY(-15px);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="conversations"] {
  background-color: rgba(209, 35, 42, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="conversations"] svg path {
  fill: #D1232A;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="articles"] {
  background-color: rgba(45, 90, 192, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="articles"] svg path {
  fill: #2D5AC0;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type~="historical"] {
  background-color: rgba(0, 158, 174, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type~="historical"] svg path {
  fill: #009EAE;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="people"] {
  background-color: rgba(0, 158, 174, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="people"] svg path {
  fill: #009EAE;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="podcasts"] {
  background-color: rgba(134, 67, 169, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="podcasts"] svg path {
  fill: #8643A9;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="events"] {
  background-color: rgba(0, 171, 104, 0.2);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image.placeholder[data-post-type="events"] svg {
  fill: #00AB68;
}
@media (min-width: 1025px) {
  body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-image {
    height: 248px;
  }
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-quote {
  height: 188px;
  background-color: #D75B59;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 32px;
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  color: #F9EEED;
}
@media (min-width: 1025px) {
  body.woocommerce-order-received section:first-of-type .posts .listing .item .hero-quote {
    height: 248px;
  }
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type {
  position: relative;
  top: -27px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  align-self: center;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type="conversations"] {
  color: #D1232A;
  border-color: #D1232A;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type="articles"] {
  color: #2D5AC0;
  border-color: #2D5AC0;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type~="historical"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type="people"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type="podcasts"] {
  color: #8643A9;
  border-color: #8643A9;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .post-type[data-post-type="events"] {
  color: #00AB68;
  border-color: #00AB68;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item h2, body.woocommerce-order-received section:first-of-type .posts .listing .item .description {
  padding-left: 32px;
  padding-right: 32px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .description {
  margin-top: 26px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .description, body.woocommerce-order-received section:first-of-type .posts .listing .item .description p {
  font-size: 18px;
  line-height: 24px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item h2 {
  margin-top: calc(-34px + 30px);
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item h6, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.woocommerce-order-received section:first-of-type .posts .listing .item a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.woocommerce-order-received section:first-of-type .posts .listing .item th, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a {
  margin-top: auto;
  padding-top: 40px;
  font-family: 'Founders Grotesk Medium';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item h6, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.woocommerce-order-received section:first-of-type .posts .listing .item a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.woocommerce-order-received section:first-of-type .posts .listing .item th, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a, body.woocommerce-order-received section:first-of-type .posts .listing .item h6 a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.woocommerce-order-received section:first-of-type .posts .listing .item a a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.woocommerce-order-received section:first-of-type .posts .listing .item th a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a a, body.woocommerce-order-received section:first-of-type .posts .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.woocommerce-order-received section:first-of-type .posts .listing .item a a {
  color: #928E8A;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[data-post-type="product"] {
  background-color: transparent;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[data-post-type="product"] .hero-image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[data-post-type="product"] .post-type {
  background-color: #F4F4F2;
  color: #FFA215;
  border-color: #FFA215;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[data-post-type="product"] .title {
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[data-post-type="product"] .price {
  font-size: 18px;
  margin-top: 4px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item[past-event="true"] .hero-image {
  filter: saturate(0);
  opacity: 0.5;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item:not(.ad) {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item:not(.ad):hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .info-tag {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px;
  height: 25px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Founders Grotesk Medium';
  background-color: #3A3634;
  display: flex;
  align-items: center;
  text-align: center;
  width: auto;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .info-tag.selling-fast {
  background-color: #00AB68;
}
@media (max-width: 768px) {
  body.woocommerce-order-received section:first-of-type .posts .listing .item .info-tag {
    min-width: 169px;
  }
}
@media (max-width: 1150px) {
  body.woocommerce-order-received section:first-of-type .posts .listing {
    flex-flow: row wrap;
  }
}
body.woocommerce-order-received section:first-of-type .posts .listing .item {
  flex: 1;
  margin-bottom: 32px;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item .description {
  display: none;
}
body.woocommerce-order-received section:first-of-type .posts .listing .item:not(:last-child) {
  margin-right: 32px;
}
@media (max-width: 1150px) {
  body.woocommerce-order-received section:first-of-type .posts .listing .item {
    flex: 0 1 calc(50% - 32px);
  }
}
@media (max-width: 768px) {
  body.woocommerce-order-received section:first-of-type .posts .listing .item {
    flex: 1 1 100%;
    margin-right: 32px;
  }
}
body.woocommerce-order-pay .woocommerce {
  display: flex;
  padding-top: 64px;
}
body.woocommerce-order-pay .woocommerce ul.order_details {
  flex: 1 1 50%;
  padding-left: 20px;
  padding-left: 0;
}
body.woocommerce-order-pay .woocommerce ul.order_details li {
  font-size: 20px;
  line-height: 24px;
  color: #928E8A;
}
body.woocommerce-order-pay .woocommerce ul.order_details li strong {
  color: #3A3634;
  font-weight: normal;
  margin-left: 6px;
}
body.woocommerce-order-pay .woocommerce ul.order_details li::before {
  display: none;
}
body.woocommerce-order-pay .woocommerce form {
  flex: 1 1 50%;
}
body.woocommerce-order-pay .woocommerce form .form-row:not(:last-of-type) {
  margin-right: 0;
  margin-bottom: 10px;
}
body.woocommerce-order-pay .woocommerce form .woocommerce-invalid label, body.woocommerce-order-pay .woocommerce form .woocommerce-invalid label::after {
  color: #D1232A;
}
body.woocommerce-order-pay .woocommerce form .woocommerce-invalid input, body.woocommerce-order-pay .woocommerce form .woocommerce-invalid input:focus {
  border-color: #D1232A;
}
body.woocommerce-order-pay .woocommerce form .button {
  background-color: #D1232A;
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 155px;
  height: 42px;
  padding-top: 6px;
  text-align: center;
  box-sizing: border-box;
  margin-top: 24px;
  margin-left: auto;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-order-pay .woocommerce form .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
@media (max-width: 768px) {
  body.woocommerce-order-pay .woocommerce {
    padding-top: 24px;
    flex-direction: column;
  }
}
/*-----------------------------------*/
/*  Home
/*-----------------------------------*/
body.page-template-home {
  background-color: #F4F4F2;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.page-template-home section:first-of-type .header-feature {
  position: relative;
  height: 650px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .header-feature {
    height: 635px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .header-feature {
    height: 400px;
  }
}
body.page-template-home section:first-of-type .header-feature > .container {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .header-feature > .container {
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
}
body.page-template-home section:first-of-type .header-feature[data-posttype="conversations"] .text-overlay h6::before, body.page-template-home section:first-of-type .header-feature[data-posttype="conversations"] .text-overlay h1 > a::before, body.page-template-home section:first-of-type .header-feature[data-posttype="conversations"] .text-overlay .description::before {
  background-color: #D1232A;
}
body.page-template-home section:first-of-type .header-feature[data-posttype="articles"] .text-overlay h6::before, body.page-template-home section:first-of-type .header-feature[data-posttype="articles"] .text-overlay h1 > a::before, body.page-template-home section:first-of-type .header-feature[data-posttype="articles"] .text-overlay .description::before {
  background-color: #2D5AC0;
}
body.page-template-home section:first-of-type .header-feature[data-posttype="people"] .text-overlay h6::before, body.page-template-home section:first-of-type .header-feature[data-posttype="people"] .text-overlay h1 > a::before, body.page-template-home section:first-of-type .header-feature[data-posttype="people"] .text-overlay .description::before {
  background-color: #009EAE;
}
body.page-template-home section:first-of-type .header-feature[data-posttype="events"] .text-overlay h6::before, body.page-template-home section:first-of-type .header-feature[data-posttype="events"] .text-overlay h1 > a::before, body.page-template-home section:first-of-type .header-feature[data-posttype="events"] .text-overlay .description::before {
  background-color: #00AB68;
}
body.page-template-home section:first-of-type .text-overlay {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 486px;
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .text-overlay {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-home section:first-of-type .text-overlay h6, body.page-template-home section:first-of-type .text-overlay body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section:first-of-type .text-overlay th, body.page-template-home section:first-of-type .text-overlay body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay h1 > a, body.page-template-home section:first-of-type .text-overlay .description {
  position: relative;
  z-index: 1;
  color: #fff;
}
body.page-template-home section:first-of-type .text-overlay h6::before, body.page-template-home section:first-of-type .text-overlay h1 > a::before, body.page-template-home section:first-of-type .text-overlay .description::before {
  content: ' ';
  width: 2px;
  height: 100%;
  position: absolute;
  left: -60px;
  top: 0;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .text-overlay h6::before, body.page-template-home section:first-of-type .text-overlay h1 > a::before, body.page-template-home section:first-of-type .text-overlay .description::before {
    left: -40px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay h6::before, body.page-template-home section:first-of-type .text-overlay h1 > a::before, body.page-template-home section:first-of-type .text-overlay .description::before {
    left: -20px;
  }
}
body.page-template-home section:first-of-type .text-overlay h6, body.page-template-home section:first-of-type .text-overlay body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section:first-of-type .text-overlay th, body.page-template-home section:first-of-type .text-overlay body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a {
  padding-bottom: 38px;
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay h6, body.page-template-home section:first-of-type .text-overlay body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section:first-of-type .text-overlay th, body.page-template-home section:first-of-type .text-overlay body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a, body.page-template-home section:first-of-type .text-overlay body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section:first-of-type .text-overlay a {
    padding-bottom: 26px;
  }
}
body.page-template-home section:first-of-type .text-overlay h1 > a {
  display: block;
  font-size: 52px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay h1 > a {
    font-size: 24px;
  }
}
body.page-template-home section:first-of-type .text-overlay .description {
  padding-top: 42px;
  font-size: 26px;
  line-height: 32px;
}
body.page-template-home section:first-of-type .text-overlay .description::before {
  height: calc(100% - 10px);
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay .description {
    padding-top: 22px;
    font-size: 18px;
    line-height: 24px;
  }
}
body.page-template-home section:first-of-type .text-overlay[data-position="left"] {
  margin-right: auto;
}
body.page-template-home section:first-of-type .text-overlay[data-position="right"] {
  margin-left: auto;
}
body.page-template-home section:first-of-type .text-overlay[data-position="centre"] {
  align-self: center;
  max-width: 614px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body.page-template-home section:first-of-type .text-overlay[data-position="centre"] h6::before, body.page-template-home section:first-of-type .text-overlay[data-position="centre"] h1 > a::before, body.page-template-home section:first-of-type .text-overlay[data-position="centre"] .description::before {
  display: none;
}
body.page-template-home section:first-of-type .text-overlay::after {
  content: ' ';
  position: absolute;
  background: #F4F4F2;
}
body.page-template-home section:first-of-type .text-overlay[data-position="left"]::after, body.page-template-home section:first-of-type .text-overlay[data-position="right"]::after {
  top: 0;
  bottom: 0;
  width: 70%;
}
body.page-template-home section:first-of-type .text-overlay[data-position="left"]::after {
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #3A3634 150%);
}
body.page-template-home section:first-of-type .text-overlay[data-position="right"]::after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #3A3634 150%);
}
@media (max-width: 768px) {
  body.page-template-home section:first-of-type .text-overlay[data-position="left"]::after, body.page-template-home section:first-of-type .text-overlay[data-position="right"]::after, body.page-template-home section:first-of-type .text-overlay[data-position="centre"]::after {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #3A3634 150%);
  }
}
body.page-template-home section:first-of-type .mid-boxes {
  position: relative;
  padding-top: 40px;
  padding-bottom: 90px;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes {
    padding-top: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes {
    padding-bottom: calc(30px + 250px + 30px);
  }
}
body.page-template-home section:first-of-type .mid-boxes::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  background-color: #FAE9EA;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes::before {
    height: 169px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature, body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-left: 30px;
  margin-right: 30px;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .small-feature {
    margin-left: 10px;
    margin-right: 10px;
  }
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
    margin-left: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .small-feature, body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
    position: static;
    margin-left: 0;
    margin-right: 0;
  }
  body.page-template-home section:first-of-type .mid-boxes > .container .small-feature:first-child {
    margin-bottom: 20px;
  }
  body.page-template-home section:first-of-type .mid-boxes > .container .ad {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature {
  box-sizing: border-box;
  min-height: 464px;
  padding-bottom: 32px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature:hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .small-feature:not(:first-child) {
    display: none;
  }
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .small-feature:not(:first-child) {
    display: block;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .hero-image {
  height: 272px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type {
  position: relative;
  top: -27px;
  display: inline-block;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #fff;
  border-top-width: 2px;
  border-top-style: solid;
  font-family: 'Founders Grotesk Cond';
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[data-posttype="conversations"] {
  color: #D1232A;
  border-color: #D1232A;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[data-posttype="articles"] {
  color: #2D5AC0;
  border-color: #2D5AC0;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[historical="true"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[data-posttype="people"] {
  color: #009EAE;
  border-color: #009EAE;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[data-posttype="podcasts"] {
  color: #8643A9;
  border-color: #8643A9;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .post-type[data-posttype="events"] {
  color: #00AB68;
  border-color: #00AB68;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature h2, body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .description {
  padding-left: 32px;
  padding-right: 32px;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature h2 {
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
}
body.page-template-home section:first-of-type .mid-boxes > .container .small-feature .description {
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
  margin-top: -150px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
    margin-top: -50px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-ad {
    order: -1;
    margin-bottom: 50px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box {
    max-width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text {
  padding-right: 60px;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text {
    padding-right: 20px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text {
    padding-right: 50px;
  }
}
@media (max-width: 350px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text {
    padding-right: 20px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text .latest {
  color: #D1232A;
  font-family: 'Founders Grotesk Medium';
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 32px;
}
@media (max-width: 350px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text .latest {
    margin-bottom: 20px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text .button.subscribe {
  background-color: #D1232A;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 13px;
  padding-right: 13px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .text .button.subscribe:hover {
  opacity: 1;
  background-color: #AE2327;
}
body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .cover {
  flex: 1 0 200px;
  height: 272px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1150px) {
  body.page-template-home section:first-of-type .mid-boxes > .container .issue-box .cover {
    flex: 0 0 125px;
    height: 167px;
  }
}
body.page-template-home section:first-of-type .mid-boxes > .container .ad {
  background-color: #928E8A;
  width: 300px;
  height: 250px;
}
body.page-template-home section.conversations, body.page-template-home section.shop, body.page-template-home section.latest-podcast {
  padding-bottom: 75px;
}
@media (max-width: 768px) {
  body.page-template-home section.conversations, body.page-template-home section.shop, body.page-template-home section.latest-podcast {
    position: relative;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.conversations > .container, body.page-template-home section.shop > .container, body.page-template-home section.latest-podcast > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
body.page-template-home section.conversations .container, body.page-template-home section.shop .container, body.page-template-home section.latest-podcast .container {
  box-sizing: border-box;
}
body.page-template-home section.conversations .container > .top, body.page-template-home section.shop .container > .top, body.page-template-home section.latest-podcast .container > .top {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 60px;
  text-align: center;
}
@media (max-width: 768px) {
  body.page-template-home section.conversations .container > .top, body.page-template-home section.shop .container > .top, body.page-template-home section.latest-podcast .container > .top {
    position: static;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 468px) {
  body.page-template-home section.conversations .container > .top, body.page-template-home section.shop .container > .top, body.page-template-home section.latest-podcast .container > .top {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.page-template-home section.conversations .container > .top h2, body.page-template-home section.shop .container > .top h2, body.page-template-home section.latest-podcast .container > .top h2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
}
body.page-template-home section.conversations .container > .top a.view-all, body.page-template-home section.conversations .container > .top a.side-link, body.page-template-home section.shop .container > .top a.view-all, body.page-template-home section.shop .container > .top a.side-link, body.page-template-home section.latest-podcast .container > .top a.view-all, body.page-template-home section.latest-podcast .container > .top a.side-link {
  position: absolute;
  right: 0;
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 70%;
}
body.page-template-home section.conversations .container > .top a.view-all:before, body.page-template-home section.conversations .container > .top a.view-all:after, body.page-template-home section.conversations .container > .top a.side-link:before, body.page-template-home section.conversations .container > .top a.side-link:after, body.page-template-home section.shop .container > .top a.view-all:before, body.page-template-home section.shop .container > .top a.view-all:after, body.page-template-home section.shop .container > .top a.side-link:before, body.page-template-home section.shop .container > .top a.side-link:after, body.page-template-home section.latest-podcast .container > .top a.view-all:before, body.page-template-home section.latest-podcast .container > .top a.view-all:after, body.page-template-home section.latest-podcast .container > .top a.side-link:before, body.page-template-home section.latest-podcast .container > .top a.side-link:after {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.page-template-home section.conversations .container > .top a.view-all, body.page-template-home section.conversations .container > .top a.side-link, body.page-template-home section.shop .container > .top a.view-all, body.page-template-home section.shop .container > .top a.side-link, body.page-template-home section.latest-podcast .container > .top a.view-all, body.page-template-home section.latest-podcast .container > .top a.side-link {
    bottom: 40px;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
body.page-template-home section.conversations > .container .top h2 > a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.page-template-home section.conversations > .container .top h2 > a:before, body.page-template-home section.conversations > .container .top h2 > a:after {
  text-shadow: none;
}
body.page-template-home section.conversations > .container .listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% + 20px);
}
body.page-template-home section.conversations > .container .listing .item {
  position: relative;
  z-index: 1;
  flex: 1;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
body.page-template-home section.conversations > .container .listing .item:hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
body.page-template-home section.conversations > .container .listing .item h6, body.page-template-home section.conversations > .container .listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section.conversations > .container .listing .item a, body.page-template-home section.conversations > .container .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section.conversations > .container .listing .item th, body.page-template-home section.conversations > .container .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a, body.page-template-home section.conversations > .container .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a {
  margin-top: auto;
  padding-top: 40px;
  font-family: 'Founders Grotesk Medium';
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  line-height: 20px;
}
body.page-template-home section.conversations > .container .listing .item h6, body.page-template-home section.conversations > .container .listing .item body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section.conversations > .container .listing .item a, body.page-template-home section.conversations > .container .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section.conversations > .container .listing .item th, body.page-template-home section.conversations > .container .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a, body.page-template-home section.conversations > .container .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a, body.page-template-home section.conversations > .container .listing .item h6 a, body.page-template-home section.conversations > .container .listing .item body.single-product section.product .container .product-info .meta .categories a a, body.single-product section.product .container .product-info .meta .categories body.page-template-home section.conversations > .container .listing .item a a, body.page-template-home section.conversations > .container .listing .item body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th a, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-home section.conversations > .container .listing .item th a, body.page-template-home section.conversations > .container .listing .item body.single-podcasts section.content .container .content .discussion-transcript .menu a a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a a, body.page-template-home section.conversations > .container .listing .item body.single-podcast section.content .container .content .discussion-transcript .menu a a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-home section.conversations > .container .listing .item a a {
  color: #928E8A;
}
@media (max-width: 1280px) {
  body.page-template-home section.conversations > .container .listing .item {
    margin-right: 10px;
  }
  body.page-template-home section.conversations > .container .listing .item:nth-child(4) {
    display: none;
  }
}
@media (max-width: 1150px) {
  body.page-template-home section.conversations > .container .listing .item:nth-child(3) {
    display: none;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.conversations > .container .listing .item {
    margin-right: calc(20px / 4);
    margin-left: calc(20px / 4);
  }
  body.page-template-home section.conversations > .container .listing .item:nth-child(3), body.page-template-home section.conversations > .container .listing .item:nth-child(4) {
    display: block;
  }
}
body.page-template-home section.conversations > .container .listing .item {
  box-sizing: border-box;
  min-height: 376px;
  padding-bottom: 32px;
  text-align: center;
  background-color: #fff;
}
body.page-template-home section.conversations > .container .listing .item .img {
  height: 188px;
  background-color: #928E8A;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-home section.conversations > .container .listing .item h2, body.page-template-home section.conversations > .container .listing .item .description {
  padding-left: 32px;
  padding-right: 32px;
}
body.page-template-home section.conversations > .container .listing .item h2 {
  margin-top: 30px;
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
  line-height: 1.2;
}
body.page-template-home section.conversations > .container .listing .item .description {
  margin-top: 24px;
  font-size: 18px;
  line-height: 24px;
}
body.page-template-home section.conversations > .container .listing.slick-slider {
  margin-bottom: 60px;
}
body.page-template-home section.conversations > .container .listing.slick-slider .slick-dots {
  bottom: -85px;
  left: 0;
}
@media (max-width: 768px) {
  body.page-template-home section.conversations > .container .listing {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.conversations > .container {
    padding-left: 0;
  }
}
body.page-template-home section.latest-podcast {
  border-top: 2px solid white;
}
body.page-template-home section.latest-podcast .container > .top h2 > a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#8643A9, #8643A9);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.page-template-home section.latest-podcast .container > .top h2 > a:before, body.page-template-home section.latest-podcast .container > .top h2 > a:after {
  text-shadow: none;
}
body.page-template-home section.latest-podcast .podcast-player {
  height: 200px;
  display: flex;
  width: 100%;
}
body.page-template-home section.latest-podcast .podcast-player .hero-image {
  flex: 0 1 200px;
  height: 200px;
  position: relative;
}
body.page-template-home section.latest-podcast .podcast-player .hero-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
body.page-template-home section.latest-podcast .podcast-player .hero-image .image::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(134, 67, 169, 0.4);
}
body.page-template-home section.latest-podcast .podcast-player .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #3A3634;
  box-sizing: border-box;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 32px;
}
body.page-template-home section.latest-podcast .podcast-player .vertical.title {
  display: none;
  width: 100%;
  white-space: normal;
  margin-top: 28px;
  text-align: center;
  padding-right: 0;
}
body.page-template-home section.latest-podcast .podcast-player .controls {
  display: flex;
  align-items: center;
  padding: 0 38px 0 32px;
  flex: 1;
  border-top: 2px solid #F4F4F2;
  border-right: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
}
body.page-template-home section.latest-podcast .podcast-player .controls .play-pause {
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  flex: 1 0 60px;
  margin-right: 32px;
  transition: all 0.25s ease;
}
body.page-template-home section.latest-podcast .podcast-player .controls .play-pause.is_playing {
  background-image: url('images/icons/podcast-player-pause.svg');
}
body.page-template-home section.latest-podcast .podcast-player .controls .play-pause.is_paused {
  background-image: url('images/icons/podcast-player-play.svg');
}
body.page-template-home section.latest-podcast .podcast-player .controls .info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.page-template-home section.latest-podcast .podcast-player .controls .info .progress {
  display: flex;
}
body.page-template-home section.latest-podcast .podcast-player .controls .info .progress progress {
  margin-bottom: 16px;
  height: 6px;
  width: 100%;
  appearance: none;
  margin-right: 16px;
}
body.page-template-home section.latest-podcast .podcast-player .controls .info .progress progress::-webkit-progress-bar {
  background-color: #F4F4F2;
  border-radius: 12px;
}
body.page-template-home section.latest-podcast .podcast-player .controls .info .progress progress::-webkit-progress-value {
  background-color: #3A3634;
  border-radius: 12px;
}
body.page-template-home section.latest-podcast .podcast-player .controls .info .time {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #928E8A;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume {
  flex: 1 0 80px;
  padding-right: 48px;
  position: relative;
  border: 0;
  transform: translateY(-2px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume .icon {
  background-image: url('images/icons/podcast-player-volume.svg');
  height: 16px;
  flex: 0 1 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume .volume-slider {
  height: 6px;
  width: 100%;
  background: #555;
  border: 0;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume .volume-slider .noUi-base {
  background: #F4F4F2;
  border: 0;
  box-shadow: none;
  border-radius: 15px;
  overflow: hidden;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume .volume-slider .noUi-connect {
  background-color: #928E8A;
  border: 0;
  border-radius: 15px;
}
body.page-template-home section.latest-podcast .podcast-player .controls .volume .volume-slider .noUi-handle {
  display: none;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #F4F4F2;
  padding: 28px;
  height: auto;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .hero-image {
  height: 240px;
  width: 240px;
  flex: 1 0 240px;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .vertical.title {
  display: flex;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls {
  width: 100%;
  border: 0;
  flex: 0;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls .info {
  transform: translateY(18px);
  align-items: center;
  flex-direction: column;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls .info .progress {
  width: 100%;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls .title {
  display: none;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls .play-pause {
  width: 40px;
  height: 40px;
  flex: 1 0 40px;
}
body.page-template-home section.latest-podcast .podcast-player[data-layout="breakout"] .controls .volume {
  padding-right: 0;
}
@media (max-width: 1500px) {
  body.page-template-home section.latest-podcast .podcast-player {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #F4F4F2;
    padding: 28px;
    height: auto;
  }
  body.page-template-home section.latest-podcast .podcast-player .hero-image {
    height: 240px;
    width: 240px;
    flex: 1 0 240px;
  }
  body.page-template-home section.latest-podcast .podcast-player .vertical.title {
    display: flex;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls {
    width: 100%;
    border: 0;
    flex: 0;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls .info {
    transform: translateY(18px);
    align-items: center;
    flex-direction: column;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls .info .progress {
    width: 100%;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls .title {
    display: none;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls .play-pause {
    width: 40px;
    height: 40px;
    flex: 1 0 40px;
  }
  body.page-template-home section.latest-podcast .podcast-player .controls .volume {
    padding-right: 0;
  }
}
body.page-template-home section.latest-podcast .podcast-player {
  max-width: 700px;
  background-color: white;
  margin: 0 auto;
}
body.page-template-home section.latest-podcast .podcast-player .controls {
  flex: 1;
}
body.page-template-home section.latest-podcast .text {
  margin-top: 24px;
}
body.page-template-home section.latest-podcast .text, body.page-template-home section.latest-podcast .text p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #928E8A;
}
body.page-template-home section.latest-podcast .text a, body.page-template-home section.latest-podcast .text p a {
  color: #928E8A;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.page-template-home section.latest-podcast .text a:before, body.page-template-home section.latest-podcast .text a:after, body.page-template-home section.latest-podcast .text p a:before, body.page-template-home section.latest-podcast .text p a:after {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.page-template-home section.latest-podcast {
    padding-right: 32px;
    padding-left: 32px;
  }
}
body.page-template-home section.shop {
  background-color: #fff;
}
body.page-template-home section.shop .container > .top h2 > a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#FFA215, #FFA215);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.page-template-home section.shop .container > .top h2 > a:before, body.page-template-home section.shop .container > .top h2 > a:after {
  text-shadow: none;
}
body.page-template-home section.shop .listing.slider {
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  body.page-template-home section.shop .listing.slider {
    padding-bottom: 30px;
  }
}
body.page-template-home section.shop .listing.slider .item {
  display: flex;
  flex-direction: row;
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item {
    flex-direction: column;
  }
}
body.page-template-home section.shop .listing.slider .item .hero-image, body.page-template-home section.shop .listing.slider .item .info {
  flex: 1 0 50%;
}
body.page-template-home section.shop .listing.slider .item .hero-image {
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 1150px) {
  body.page-template-home section.shop .listing.slider .item .hero-image {
    background-size: 300px auto;
  }
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item .hero-image {
    height: 300px;
    background-size: 225px auto;
    background-position: center bottom;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.shop .listing.slider .item .hero-image {
    height: 240px;
  }
}
body.page-template-home section.shop .listing.slider .item .info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 75px;
  border-left: 1px solid #F4F4F2;
}
@media (max-width: 1150px) {
  body.page-template-home section.shop .listing.slider .item .info {
    padding-left: 65px;
    border-left: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-home section.shop .listing.slider .item .info {
    padding-left: 30px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item .info {
    display: block;
    padding-left: 0;
    border-left: none;
  }
}
body.page-template-home section.shop .listing.slider .item .info h2, body.page-template-home section.shop .listing.slider .item .info .description {
  max-width: 384px;
}
@media (max-width: 1150px) {
  body.page-template-home section.shop .listing.slider .item .info h2, body.page-template-home section.shop .listing.slider .item .info .description {
    max-width: 320px;
  }
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item .info h2, body.page-template-home section.shop .listing.slider .item .info .description {
    max-width: none;
  }
}
body.page-template-home section.shop .listing.slider .item .info h2 {
  font-family: 'Tiempos Headline Bold';
  font-size: 24px;
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item .info h2 {
    margin-top: 30px;
    text-align: center;
    font-family: 'Founders Grotesk Medium';
    font-size: 18px;
    line-height: 24px;
  }
}
body.page-template-home section.shop .listing.slider .item .info .description {
  margin-top: 32px;
}
@media (max-width: 640px) {
  body.page-template-home section.shop .listing.slider .item .info .description {
    display: none;
  }
}
body.page-template-home section.shop .listing.slider .item .info .description p {
  font-size: 18px;
  line-height: 24px;
}
body.page-template-home section.shop .listing.slider .item .info .description p:not(:first-child) {
  margin-top: 16px;
}
body.page-template-home section.shop .listing.slider .slick-prev, body.page-template-home section.shop .listing.slider .slick-prev:hover {
  left: 0;
}
body.page-template-home section.shop .listing.slider .slick-next, body.page-template-home section.shop .listing.slider .slick-next:hover {
  right: 0;
}
body.page-template-conversations section.feature > .container .wrapper {
  border-color: #D1232A;
}
body.page-template-conversations section.feature .info h6, body.page-template-conversations section.feature .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-conversations section.feature .info a, body.page-template-conversations section.feature .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-conversations section.feature .info th, body.page-template-conversations section.feature .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-conversations section.feature .info a, body.page-template-conversations section.feature .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-conversations section.feature .info a {
  color: #D1232A;
}
body.page-template-conversations section.selected-tags {
  padding-top: 60px;
}
@media (max-width: 468px) {
  body.page-template-conversations section.selected-tags {
    padding-top: 48px;
  }
}
body.page-template-conversations section.selected-tags .title {
  margin-bottom: 16px;
  text-align: center;
  font-family: 'Founders Grotesk Medium';
  font-size: 20px;
  line-height: 34px;
  color: #928E8A;
}
body.page-template-conversations section.selected-tags .tags {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
body.page-template-conversations section.selected-tags .tags .tag {
  background-color: #928E8A;
  height: 40px;
  box-sizing: border-box;
  margin-top: 4px;
  padding-top: 4px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: 'Founders Grotesk Regular';
  font-size: 16px;
  color: white;
  cursor: pointer;
  transition: all 0.25s ease;
}
body.page-template-conversations section.selected-tags .tags .tag:hover {
  opacity: 1;
  background-color: #D1232A;
}
body.page-template-conversations section.selected-tags .tags .tag:not(:last-child) {
  margin-right: 5px;
}
body.page-template-conversations section.selected-tags .tags .tag.active {
  background-color: #D1232A;
}
body.page-template-conversations section.read-more .wrapper {
  padding: 0 15px;
}
body.single-conversations section.header .hero {
  height: calc(95vh - 0px);
  max-height: 750px;
  position: relative;
  background-color: #928E8A;
}
@media (max-width: 1150px) {
  body.single-conversations section.header .hero {
    height: 533px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.header .hero {
    height: 200px;
  }
}
body.single-conversations section.header .hero .hero-image {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
body.single-conversations section.header .hero .hero-image::after {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #3A3634 150%);
}
@media (max-width: 1150px) {
  body.single-conversations section.header .hero .hero-image::after {
    display: none;
  }
}
body.single-conversations section.header .meta {
  background-color: #F4F4F2;
}
body.single-conversations section.header .meta .meta-box {
  position: relative;
  background-color: white;
  margin-top: -68px;
  padding: 50px 147px 45px;
}
body.single-conversations section.header .meta .meta-box .date {
  display: flex;
}
body.single-conversations section.header .meta .meta-box .date h6, body.single-conversations section.header .meta .meta-box .date body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-conversations section.header .meta .meta-box .date a, body.single-conversations section.header .meta .meta-box .date body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-conversations section.header .meta .meta-box .date th, body.single-conversations section.header .meta .meta-box .date body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-conversations section.header .meta .meta-box .date a, body.single-conversations section.header .meta .meta-box .date body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-conversations section.header .meta .meta-box .date a {
  color: #D1232A;
}
body.single-conversations section.header .meta .meta-box .date h6:not(:last-child) {
  margin-right: 25px;
}
body.single-conversations section.header .meta .meta-box .post-title {
  margin-top: 36px;
}
body.single-conversations section.header .meta .meta-box .credits {
  margin-top: 30px;
  padding-bottom: 36px;
  border-bottom: 2px solid #F4F4F2;
}
body.single-conversations section.header .meta .meta-box .credits > div, body.single-conversations section.header .meta .meta-box .credits a {
  color: #928E8A;
  line-height: 28px;
  font-size: 18px;
  transition: color 0.25s ease;
}
body.single-conversations section.header .meta .meta-box .credits a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#C6C5C4, #C6C5C4);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 75%;
}
body.single-conversations section.header .meta .meta-box .credits a:before, body.single-conversations section.header .meta .meta-box .credits a:after {
  text-shadow: none;
}
body.single-conversations section.header .meta .meta-box .meta-data {
  display: flex;
  margin-top: 45px;
}
body.single-conversations section.header .meta .meta-box .meta-data .item {
  flex: 1 1 auto;
}
body.single-conversations section.header .meta .meta-box .meta-data .item a {
  transition: color 0.25s ease;
}
body.single-conversations section.header .meta .meta-box .meta-data .item a:hover {
  color: #3A3634;
}
body.single-conversations section.header .meta .meta-box .meta-data .item .title {
  color: #928E8A;
  margin-bottom: 5px;
}
body.single-conversations section.header .meta .meta-box .meta-data .item .value {
  color: #928E8A;
}
@media (max-width: 768px) {
  body.single-conversations section.header .meta .meta-box .meta-data {
    display: none;
  }
}
body.single-conversations section.header .meta .meta-box .hero-text {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  font-size: 28px;
  line-height: 40px;
  color: white;
  position: absolute;
  top: -32px;
  left: 149px;
  transform: translateY(-100%);
  max-width: 644px;
}
@media (max-width: 1150px) {
  body.single-conversations section.header .meta .meta-box .hero-text {
    display: none;
  }
}
body.single-conversations section.header .meta .meta-box::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4px;
  background-color: #D1232A;
}
@media (max-width: 1280px) {
  body.single-conversations section.header .meta .meta-box {
    padding: 50px 60px 45px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.header .meta .meta-box {
    padding: 28px 24px 18px 36px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.header .meta .container {
    padding-left: 0;
  }
  body.single-conversations section.header .meta .container .meta-box {
    margin-top: -20px;
  }
  body.single-conversations section.header .meta .container .meta-box .post-title {
    margin-top: 22px;
  }
  body.single-conversations section.header .meta .container .meta-box .credits {
    margin-top: 24px;
    padding-bottom: 0;
    border-bottom: none;
  }
  body.single-conversations section.header .meta .container .meta-box .meta-data {
    display: none;
  }
}
body.single-conversations section.header.no_hero {
  background-color: #F4F4F2;
}
body.single-conversations section.header.no_hero .container {
  padding-top: 132px;
}
@media (max-width: 768px) {
  body.single-conversations section.header.no_hero .container {
    padding-top: 100px;
  }
}
body.single-conversations section.header.no_hero .container .hero-text {
  display: none;
}
body.single-conversations section.intro {
  background-color: #F4F4F2;
}
body.single-conversations section.intro .container {
  display: flex;
  padding-top: 74px;
}
body.single-conversations section.intro .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-conversations section.intro .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-conversations section.intro .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-conversations section.intro .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-conversations section.intro .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.intro .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-conversations section.intro .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-conversations section.intro .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-conversations section.intro .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-conversations section.intro .container ul, body.single-conversations section.intro .container ol {
  margin-top: -10px;
}
body.single-conversations section.intro .container .content {
  position: relative;
  padding-bottom: 32px;
}
body.single-conversations section.intro .container .content .author_image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1280px) {
  body.single-conversations section.intro .container .content .author_image {
    display: none;
  }
}
body.single-conversations section.intro .container .content h2 {
  margin-bottom: 12px;
}
body.single-conversations section.intro .container .content .introduction p {
  margin-bottom: 25px;
}
body.single-conversations section.intro .container .content .introduction a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-conversations section.intro .container .content .introduction a:before, body.single-conversations section.intro .container .content .introduction a:after {
  text-shadow: none;
}
body.single-conversations section.intro .container .content .introduction a:hover {
  color: #D1232A;
}
body.single-conversations section.intro .container .content .read-more-button {
  width: 145px;
  height: 48px;
  display: flex;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #F4F4F2;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  cursor: pointer;
  transition: opacity 0.3s ease;
  user-select: none;
}
body.single-conversations section.intro .container .content .read-more-button:hover {
  opacity: 0.7;
}
body.single-conversations section.intro .container .content .read-more-button .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #928E8A;
  padding: 0 18px;
  box-sizing: border-box;
  margin: 0 8px 8px;
  width: 100%;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body.single-conversations section.intro .container .content .read-more-button .wrapper .label {
  font-size: 16px;
  line-height: 22px;
  transform: translateY(2px);
  color: white;
}
body.single-conversations section.intro .container .content .read-more-button .wrapper .arrow {
  width: 9px;
  height: 5px;
  background-image: url('images/icons/arrow-white-down.svg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.8s ease;
}
body.single-conversations section.intro .container .content .read-more-button[data-active="false"] .label::before {
  content: 'Read more';
}
body.single-conversations section.intro .container .content .read-more-button[data-active="true"] .label::before {
  content: 'Read less';
}
body.single-conversations section.intro .container .content .read-more-button[data-active="true"] .arrow {
  transform: rotate(-180deg) translateY(1px);
}
body.single-conversations section.intro .container .content .read-more-text {
  display: none;
}
body.single-conversations section.intro .container .content .read-more-text a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-conversations section.intro .container .content .read-more-text a:before, body.single-conversations section.intro .container .content .read-more-text a:after {
  text-shadow: none;
}
body.single-conversations section.intro .container .content .read-more-text a:hover {
  color: #D1232A;
}
body.single-conversations section.intro .container .content .read-more-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  body.single-conversations section.intro .container .gutter {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.intro .container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
  body.single-conversations section.intro .container .content {
    padding-bottom: 22px;
  }
  body.single-conversations section.intro .container h2, body.single-conversations section.intro .container .read-more-text p, body.single-conversations section.intro .container .introduction p {
    font-size: 18px;
    line-height: 26px;
  }
}
body.single-conversations section.content-blocks .container {
  overflow: hidden;
  margin-top: 115px;
}
body.single-conversations section.content-blocks .container .block {
  display: flex;
  display: flex;
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-conversations section.content-blocks .container .block .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-conversations section.content-blocks .container .block .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-conversations section.content-blocks .container .block .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .container .block .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-conversations section.content-blocks .container .block .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-conversations section.content-blocks .container .block .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-conversations section.content-blocks .container .block .gutter {
    flex: 1 0 300px;
  }
}
body.single-conversations section.content-blocks .container .block ul, body.single-conversations section.content-blocks .container .block ol {
  margin-top: -10px;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] {
  padding-bottom: 0;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content a:before, body.single-conversations section.content-blocks .container .block[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content p.question {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  margin-bottom: 28px;
}
body.single-conversations section.content-blocks .container .block[data-type~="text"] .content p.answer, body.single-conversations section.content-blocks .container .block[data-type~="text"] .content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Tiempos Text Regular';
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] {
  margin-top: 32px;
  padding-bottom: 0;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  display: inline;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  transform: translateY(-50%);
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.3;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .icon:hover {
  opacity: 1;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .icon:not(:last-child) {
  margin-right: 10px;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .rule {
  width: 16px;
  height: 1px;
  background-color: #3A3634;
  margin-right: 10px;
  opacity: 0.2;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .facebook {
  width: 7px;
  height: 12px;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .twitter {
  width: 14px;
  height: 12px;
}
body.single-conversations section.content-blocks .container .block[data-type~="quote"] .content .social .email {
  width: 16px;
  height: 12px;
}
body.single-conversations section.content-blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-conversations section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-conversations section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-conversations section.content-blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 42px;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img {
  height: auto;
  width: auto;
  max-width: 100%;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img {
  height: auto;
  width: auto;
  max-width: 100%;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img::after {
  display: none;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img {
    height: 227px;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content .caption {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content {
    padding-right: 0;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] {
  margin-top: 64px;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
  flex: 1 0 auto;
  padding-left: 0;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img {
  height: 900px;
}
@media (max-width: 1280px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img {
    height: 633px;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img::after, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img::after {
  width: 135px;
  box-sizing: border-box;
  padding-top: 14px;
  padding-left: 14px;
  content: "View Gallery";
  font-size: 16px;
  background-color: #fff;
  background-size: 40px 40px;
  background-position: right center;
  border-radius: 5px;
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] {
    margin-top: 48px;
    padding-bottom: 18px;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .gutter, body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .gutter {
  display: none;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
  flex: 1;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
    width: 100vw;
    transform: translateX(-20px);
    height: 350px !important;
  }
}
@media (max-width: 468px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
    height: 256px !important;
  }
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
  display: flex;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item {
  flex: 1;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img {
  flex: 1;
}
body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img {
  margin-right: 32px;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
    flex-direction: column;
  }
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img {
    height: 450px !important;
  }
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child {
    margin-bottom: 20px;
  }
  body.single-conversations section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img {
    margin-right: 0;
  }
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .container .block {
    flex-direction: column;
  }
  body.single-conversations section.content-blocks .container .block .content {
    flex: 0;
  }
  body.single-conversations section.content-blocks .container .block .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-conversations section.content-blocks .container .block .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-conversations section.content-blocks .container .block .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-conversations section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-conversations section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container .block .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-conversations section.content-blocks .container.no-read-more {
  margin-top: 64px;
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .container {
    margin-top: 90px;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .container {
    margin-top: 96px;
  }
}
body.single-conversations section.content-blocks .extra-images {
  display: none;
}
body.single-conversations section.content-blocks .tablet-sponsor {
  display: none !important;
  margin-bottom: 30px;
}
body.single-conversations section.content-blocks .tablet-sponsor .breakout-box {
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .tablet-sponsor {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .tablet-sponsor {
    display: none !important;
  }
}
body.single-conversations section.content-blocks .tablet-issue-box {
  display: none;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #FFF7E5;
  width: 100vw;
  box-sizing: border-box;
  padding: 0 120px;
  transform: translateX(-60px);
}
body.single-conversations section.content-blocks .tablet-issue-box .breakout-box {
  display: flex !important;
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-conversations section.content-blocks .tablet-issue-box {
    display: flex;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .tablet-issue-box {
    display: none;
  }
}
body.single-conversations section.content-blocks .mobile-issue-box {
  display: none;
  box-sizing: border-box;
  width: 100vw;
  background-color: #FFF7E5;
  transform: translateX(-20px);
  margin-bottom: 48px;
  margin-top: 24px;
}
body.single-conversations section.content-blocks .mobile-issue-box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  body.single-conversations section.content-blocks .mobile-issue-box {
    display: flex;
  }
}
@media (max-width: 1150px) {
  body.single-conversations section.bottom-meta .container {
    display: flex;
    flex-direction: column;
  }
  body.single-conversations section.bottom-meta .container .content {
    order: 2;
    flex: 0;
  }
  body.single-conversations section.bottom-meta .container .gutter {
    flex: 0;
    box-sizing: border-box;
    padding: 0 90px 0 60px;
    margin: 30px 0 80px;
  }
  body.single-conversations section.bottom-meta .container .gutter .breakout-box {
    display: flex !important;
    width: 100%;
    max-width: none;
  }
  body.single-conversations section.bottom-meta .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  body.single-conversations section.bottom-meta .container .gutter {
    padding: 0;
    margin: 0px 0 40px;
  }
  body.single-conversations section.bottom-meta .container .gutter .breakout-box {
    height: auto;
  }
}
body.single-conversations .mobile-medrec {
  display: none;
  padding-bottom: 64px;
}
body.single-conversations .mobile-medrec .ad {
  height: 250px;
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  body.single-conversations .mobile-medrec {
    display: flex;
  }
}
body.page-template-articles section.feature > .container .wrapper, body.page-template-partners section.feature > .container .wrapper {
  border-color: #2D5AC0;
}
body.page-template-articles section.feature > .container .wrapper .info h6, body.page-template-articles section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-articles section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-articles section.feature > .container .wrapper .info th, body.page-template-articles section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-articles section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-articles section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info h6, body.page-template-partners section.feature > .container .wrapper .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-partners section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-partners section.feature > .container .wrapper .info th, body.page-template-partners section.feature > .container .wrapper .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-partners section.feature > .container .wrapper .info a, body.page-template-partners section.feature > .container .wrapper .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-partners section.feature > .container .wrapper .info a {
  color: #2D5AC0;
}
body.page-template-articles section.read-more .wrapper, body.page-template-partners section.read-more .wrapper {
  padding: 0 18px;
}
body.single-articles section.header .container, body.single-partners section.header .container, body.page-template-about section.header .container, body.page-template-signup section.header .container {
  padding-top: 84px;
  display: flex;
}
body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-articles section.header .container .content p:not(:last-child), body.single-partners section.header .container .content p:not(:last-child), body.page-template-about section.header .container .content p:not(:last-child), body.page-template-signup section.header .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-articles section.header .container .content p:not(:last-child), body.single-partners section.header .container .content p:not(:last-child), body.page-template-about section.header .container .content p:not(:last-child), body.page-template-signup section.header .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-articles section.header .container .gutter, body.single-partners section.header .container .gutter, body.page-template-about section.header .container .gutter, body.page-template-signup section.header .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-articles section.header .container .gutter .wrapper, body.single-partners section.header .container .gutter .wrapper, body.page-template-about section.header .container .gutter .wrapper, body.page-template-signup section.header .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-articles section.header .container .gutter, body.single-partners section.header .container .gutter, body.page-template-about section.header .container .gutter, body.page-template-signup section.header .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-articles section.header .container ul, body.single-articles section.header .container ol, body.single-partners section.header .container ul, body.single-partners section.header .container ol, body.page-template-about section.header .container ul, body.page-template-about section.header .container ol, body.page-template-signup section.header .container ul, body.page-template-signup section.header .container ol {
  margin-top: -10px;
}
body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 0 750px;
}
body.single-articles section.header .container .content .meta, body.single-partners section.header .container .content .meta, body.page-template-about section.header .container .content .meta, body.page-template-signup section.header .container .content .meta {
  display: flex;
  margin-bottom: 34px;
}
body.single-articles section.header .container .content .meta h6, body.single-articles section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-articles section.header .container .content .meta a, body.single-articles section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-articles section.header .container .content .meta th, body.single-articles section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-articles section.header .container .content .meta a, body.single-articles section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-articles section.header .container .content .meta a, body.single-partners section.header .container .content .meta h6, body.single-partners section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-partners section.header .container .content .meta a, body.single-partners section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-partners section.header .container .content .meta th, body.single-partners section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-partners section.header .container .content .meta a, body.single-partners section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-partners section.header .container .content .meta a, body.page-template-about section.header .container .content .meta h6, body.page-template-about section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-about section.header .container .content .meta a, body.page-template-about section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-about section.header .container .content .meta th, body.page-template-about section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-about section.header .container .content .meta a, body.page-template-about section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-about section.header .container .content .meta a, body.page-template-signup section.header .container .content .meta h6, body.page-template-signup section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-signup section.header .container .content .meta a, body.page-template-signup section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-signup section.header .container .content .meta th, body.page-template-signup section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-signup section.header .container .content .meta a, body.page-template-signup section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-signup section.header .container .content .meta a {
  color: #2D5AC0;
}
body.single-articles section.header .container .content .meta h6:not(:last-child), body.single-partners section.header .container .content .meta h6:not(:last-child), body.page-template-about section.header .container .content .meta h6:not(:last-child), body.page-template-signup section.header .container .content .meta h6:not(:last-child) {
  margin-right: 25px;
}
body.single-articles section.header .container .content .post-title, body.single-partners section.header .container .content .post-title, body.page-template-about section.header .container .content .post-title, body.page-template-signup section.header .container .content .post-title {
  margin-bottom: 30px;
}
body.single-articles section.header .container .content .kicker, body.single-partners section.header .container .content .kicker, body.page-template-about section.header .container .content .kicker, body.page-template-signup section.header .container .content .kicker {
  margin-bottom: 24px;
}
body.single-articles section.header .container .content .kicker, body.single-articles section.header .container .content .kicker p, body.single-articles section.header .container .content .kicker a, body.single-partners section.header .container .content .kicker, body.single-partners section.header .container .content .kicker p, body.single-partners section.header .container .content .kicker a, body.page-template-about section.header .container .content .kicker, body.page-template-about section.header .container .content .kicker p, body.page-template-about section.header .container .content .kicker a, body.page-template-signup section.header .container .content .kicker, body.page-template-signup section.header .container .content .kicker p, body.page-template-signup section.header .container .content .kicker a {
  color: #928E8A;
  font-size: 26px;
  line-height: 32px;
}
body.single-articles section.header .container .content .author, body.single-partners section.header .container .content .author, body.page-template-about section.header .container .content .author, body.page-template-signup section.header .container .content .author {
  margin-bottom: 49px;
}
body.single-articles section.header .container .content .author, body.single-articles section.header .container .content .author a, body.single-partners section.header .container .content .author, body.single-partners section.header .container .content .author a, body.page-template-about section.header .container .content .author, body.page-template-about section.header .container .content .author a, body.page-template-signup section.header .container .content .author, body.page-template-signup section.header .container .content .author a {
  color: #928E8A;
  font-size: 18px;
}
body.single-articles section.header .container .content .author a, body.single-partners section.header .container .content .author a, body.page-template-about section.header .container .content .author a, body.page-template-signup section.header .container .content .author a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body.single-articles section.header .container .content .author a:hover, body.single-partners section.header .container .content .author a:hover, body.page-template-about section.header .container .content .author a:hover, body.page-template-signup section.header .container .content .author a:hover {
  opacity: 0.7;
}
@media (max-width: 1150px) {
  body.single-articles section.header .container, body.single-partners section.header .container, body.page-template-about section.header .container, body.page-template-signup section.header .container {
    flex-direction: row;
  }
  body.single-articles section.header .container .content, body.single-partners section.header .container .content, body.page-template-about section.header .container .content, body.page-template-signup section.header .container .content {
    flex: 1 0 500px;
    max-width: 100%;
  }
  body.single-articles section.header .container .gutter, body.single-partners section.header .container .gutter, body.page-template-about section.header .container .gutter, body.page-template-signup section.header .container .gutter {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-articles section.header .container .content .meta, body.single-partners section.header .container .content .meta, body.page-template-about section.header .container .content .meta, body.page-template-signup section.header .container .content .meta {
    margin-bottom: 24px;
  }
  body.single-articles section.header .container .content h2, body.single-articles section.header .container .content h2 p, body.single-articles section.header .container .content h2 a, body.single-articles section.header .container .content .kicker, body.single-articles section.header .container .content .kicker p, body.single-articles section.header .container .content .kicker a, body.single-partners section.header .container .content h2, body.single-partners section.header .container .content h2 p, body.single-partners section.header .container .content h2 a, body.single-partners section.header .container .content .kicker, body.single-partners section.header .container .content .kicker p, body.single-partners section.header .container .content .kicker a, body.page-template-about section.header .container .content h2, body.page-template-about section.header .container .content h2 p, body.page-template-about section.header .container .content h2 a, body.page-template-about section.header .container .content .kicker, body.page-template-about section.header .container .content .kicker p, body.page-template-about section.header .container .content .kicker a, body.page-template-signup section.header .container .content h2, body.page-template-signup section.header .container .content h2 p, body.page-template-signup section.header .container .content h2 a, body.page-template-signup section.header .container .content .kicker, body.page-template-signup section.header .container .content .kicker p, body.page-template-signup section.header .container .content .kicker a {
    font-size: 18px;
    line-height: 26px;
  }
  body.single-articles section.header .container .content .kicker, body.single-partners section.header .container .content .kicker, body.page-template-about section.header .container .content .kicker, body.page-template-signup section.header .container .content .kicker {
    margin-bottom: 32px;
  }
  body.single-articles section.header .container .content .author, body.single-partners section.header .container .content .author, body.page-template-about section.header .container .content .author, body.page-template-signup section.header .container .content .author {
    margin-bottom: 32px;
  }
  body.single-articles section.header .container .gutter, body.single-partners section.header .container .gutter, body.page-template-about section.header .container .gutter, body.page-template-signup section.header .container .gutter {
    display: none;
  }
}
body.single-articles section.header[data-layout="default"] .kicker, body.single-articles section.header[data-layout="default"] .kicker p, body.single-articles section.header[data-layout="default"] .kicker a, body.single-articles section.header[data-layout="centred_header"] .kicker, body.single-articles section.header[data-layout="centred_header"] .kicker p, body.single-articles section.header[data-layout="centred_header"] .kicker a, body.single-partners section.header[data-layout="default"] .kicker, body.single-partners section.header[data-layout="default"] .kicker p, body.single-partners section.header[data-layout="default"] .kicker a, body.single-partners section.header[data-layout="centred_header"] .kicker, body.single-partners section.header[data-layout="centred_header"] .kicker p, body.single-partners section.header[data-layout="centred_header"] .kicker a, body.page-template-about section.header[data-layout="default"] .kicker, body.page-template-about section.header[data-layout="default"] .kicker p, body.page-template-about section.header[data-layout="default"] .kicker a, body.page-template-about section.header[data-layout="centred_header"] .kicker, body.page-template-about section.header[data-layout="centred_header"] .kicker p, body.page-template-about section.header[data-layout="centred_header"] .kicker a, body.page-template-signup section.header[data-layout="default"] .kicker, body.page-template-signup section.header[data-layout="default"] .kicker p, body.page-template-signup section.header[data-layout="default"] .kicker a, body.page-template-signup section.header[data-layout="centred_header"] .kicker, body.page-template-signup section.header[data-layout="centred_header"] .kicker p, body.page-template-signup section.header[data-layout="centred_header"] .kicker a {
  color: #928E8A;
}
body.single-articles section.header[data-layout="default"] .author a, body.single-articles section.header[data-layout="centred_header"] .author a, body.single-partners section.header[data-layout="default"] .author a, body.single-partners section.header[data-layout="centred_header"] .author a, body.page-template-about section.header[data-layout="default"] .author a, body.page-template-about section.header[data-layout="centred_header"] .author a, body.page-template-signup section.header[data-layout="default"] .author a, body.page-template-signup section.header[data-layout="centred_header"] .author a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-articles section.header[data-layout="default"] .author a:before, body.single-articles section.header[data-layout="default"] .author a:after, body.single-articles section.header[data-layout="centred_header"] .author a:before, body.single-articles section.header[data-layout="centred_header"] .author a:after, body.single-partners section.header[data-layout="default"] .author a:before, body.single-partners section.header[data-layout="default"] .author a:after, body.single-partners section.header[data-layout="centred_header"] .author a:before, body.single-partners section.header[data-layout="centred_header"] .author a:after, body.page-template-about section.header[data-layout="default"] .author a:before, body.page-template-about section.header[data-layout="default"] .author a:after, body.page-template-about section.header[data-layout="centred_header"] .author a:before, body.page-template-about section.header[data-layout="centred_header"] .author a:after, body.page-template-signup section.header[data-layout="default"] .author a:before, body.page-template-signup section.header[data-layout="default"] .author a:after, body.page-template-signup section.header[data-layout="centred_header"] .author a:before, body.page-template-signup section.header[data-layout="centred_header"] .author a:after {
  text-shadow: none;
}
body.single-articles section.header[data-layout="centred_header"], body.single-partners section.header[data-layout="centred_header"], body.page-template-about section.header[data-layout="centred_header"], body.page-template-signup section.header[data-layout="centred_header"] {
  display: flex;
  justify-content: center;
}
body.single-articles section.header[data-layout="centred_header"] .content, body.single-partners section.header[data-layout="centred_header"] .content, body.page-template-about section.header[data-layout="centred_header"] .content, body.page-template-signup section.header[data-layout="centred_header"] .content {
  flex: 1;
  align-items: center;
  text-align: center;
  max-width: 720px;
  padding-left: 0;
}
body.single-articles section.header[data-layout="centred_header"] .gutter, body.single-partners section.header[data-layout="centred_header"] .gutter, body.page-template-about section.header[data-layout="centred_header"] .gutter, body.page-template-signup section.header[data-layout="centred_header"] .gutter {
  display: none !important;
}
body.single-articles section.header[data-layout="historical"], body.single-partners section.header[data-layout="historical"], body.page-template-about section.header[data-layout="historical"], body.page-template-signup section.header[data-layout="historical"] {
  background-color: #FFF7E5;
  padding-bottom: 330px;
  z-index: 1;
}
body.single-articles section.header[data-layout="historical"] .container .meta h6, body.single-articles section.header[data-layout="historical"] .container .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-articles section.header[data-layout="historical"] .container .meta a, body.single-articles section.header[data-layout="historical"] .container .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-articles section.header[data-layout="historical"] .container .meta th, body.single-articles section.header[data-layout="historical"] .container .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-articles section.header[data-layout="historical"] .container .meta a, body.single-articles section.header[data-layout="historical"] .container .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-articles section.header[data-layout="historical"] .container .meta a, body.single-partners section.header[data-layout="historical"] .container .meta h6, body.single-partners section.header[data-layout="historical"] .container .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-partners section.header[data-layout="historical"] .container .meta a, body.single-partners section.header[data-layout="historical"] .container .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-partners section.header[data-layout="historical"] .container .meta th, body.single-partners section.header[data-layout="historical"] .container .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-partners section.header[data-layout="historical"] .container .meta a, body.single-partners section.header[data-layout="historical"] .container .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-partners section.header[data-layout="historical"] .container .meta a, body.page-template-about section.header[data-layout="historical"] .container .meta h6, body.page-template-about section.header[data-layout="historical"] .container .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-about section.header[data-layout="historical"] .container .meta a, body.page-template-about section.header[data-layout="historical"] .container .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-about section.header[data-layout="historical"] .container .meta th, body.page-template-about section.header[data-layout="historical"] .container .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-about section.header[data-layout="historical"] .container .meta a, body.page-template-about section.header[data-layout="historical"] .container .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-about section.header[data-layout="historical"] .container .meta a, body.page-template-signup section.header[data-layout="historical"] .container .meta h6, body.page-template-signup section.header[data-layout="historical"] .container .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.page-template-signup section.header[data-layout="historical"] .container .meta a, body.page-template-signup section.header[data-layout="historical"] .container .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.page-template-signup section.header[data-layout="historical"] .container .meta th, body.page-template-signup section.header[data-layout="historical"] .container .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.page-template-signup section.header[data-layout="historical"] .container .meta a, body.page-template-signup section.header[data-layout="historical"] .container .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.page-template-signup section.header[data-layout="historical"] .container .meta a {
  color: #009EAE;
}
body.single-articles section.header[data-layout="historical"] .container .post-title, body.single-partners section.header[data-layout="historical"] .container .post-title, body.page-template-about section.header[data-layout="historical"] .container .post-title, body.page-template-signup section.header[data-layout="historical"] .container .post-title {
  color: #009EAE;
}
body.single-articles section.header[data-layout="historical"] .container .kicker, body.single-articles section.header[data-layout="historical"] .container .kicker p, body.single-articles section.header[data-layout="historical"] .container .kicker a, body.single-partners section.header[data-layout="historical"] .container .kicker, body.single-partners section.header[data-layout="historical"] .container .kicker p, body.single-partners section.header[data-layout="historical"] .container .kicker a, body.page-template-about section.header[data-layout="historical"] .container .kicker, body.page-template-about section.header[data-layout="historical"] .container .kicker p, body.page-template-about section.header[data-layout="historical"] .container .kicker a, body.page-template-signup section.header[data-layout="historical"] .container .kicker, body.page-template-signup section.header[data-layout="historical"] .container .kicker p, body.page-template-signup section.header[data-layout="historical"] .container .kicker a {
  color: #009EAE;
}
body.single-articles section.header[data-layout="historical"] .container .author, body.single-articles section.header[data-layout="historical"] .container .author a, body.single-partners section.header[data-layout="historical"] .container .author, body.single-partners section.header[data-layout="historical"] .container .author a, body.page-template-about section.header[data-layout="historical"] .container .author, body.page-template-about section.header[data-layout="historical"] .container .author a, body.page-template-signup section.header[data-layout="historical"] .container .author, body.page-template-signup section.header[data-layout="historical"] .container .author a {
  color: #009EAE;
}
body.single-articles section.header[data-layout="historical"] .container .author a, body.single-partners section.header[data-layout="historical"] .container .author a, body.page-template-about section.header[data-layout="historical"] .container .author a, body.page-template-signup section.header[data-layout="historical"] .container .author a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#009EAE, #009EAE);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-articles section.header[data-layout="historical"] .container .author a:before, body.single-articles section.header[data-layout="historical"] .container .author a:after, body.single-partners section.header[data-layout="historical"] .container .author a:before, body.single-partners section.header[data-layout="historical"] .container .author a:after, body.page-template-about section.header[data-layout="historical"] .container .author a:before, body.page-template-about section.header[data-layout="historical"] .container .author a:after, body.page-template-signup section.header[data-layout="historical"] .container .author a:before, body.page-template-signup section.header[data-layout="historical"] .container .author a:after {
  text-shadow: none;
}
body.single-articles section.hero-image .container, body.single-partners section.hero-image .container, body.page-template-about section.hero-image .container, body.page-template-signup section.hero-image .container {
  display: flex;
}
body.single-articles section.hero-image .container .content, body.single-partners section.hero-image .container .content, body.page-template-about section.hero-image .container .content, body.page-template-signup section.hero-image .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-articles section.hero-image .container .content p:not(:last-child), body.single-partners section.hero-image .container .content p:not(:last-child), body.page-template-about section.hero-image .container .content p:not(:last-child), body.page-template-signup section.hero-image .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-articles section.hero-image .container .content p:not(:last-child), body.single-partners section.hero-image .container .content p:not(:last-child), body.page-template-about section.hero-image .container .content p:not(:last-child), body.page-template-signup section.hero-image .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-articles section.hero-image .container .content, body.single-partners section.hero-image .container .content, body.page-template-about section.hero-image .container .content, body.page-template-signup section.hero-image .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.hero-image .container .content, body.single-partners section.hero-image .container .content, body.page-template-about section.hero-image .container .content, body.page-template-signup section.hero-image .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-articles section.hero-image .container .content, body.single-partners section.hero-image .container .content, body.page-template-about section.hero-image .container .content, body.page-template-signup section.hero-image .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-articles section.hero-image .container .gutter, body.single-partners section.hero-image .container .gutter, body.page-template-about section.hero-image .container .gutter, body.page-template-signup section.hero-image .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-articles section.hero-image .container .gutter .wrapper, body.single-partners section.hero-image .container .gutter .wrapper, body.page-template-about section.hero-image .container .gutter .wrapper, body.page-template-signup section.hero-image .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-articles section.hero-image .container .gutter, body.single-partners section.hero-image .container .gutter, body.page-template-about section.hero-image .container .gutter, body.page-template-signup section.hero-image .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-articles section.hero-image .container ul, body.single-articles section.hero-image .container ol, body.single-partners section.hero-image .container ul, body.single-partners section.hero-image .container ol, body.page-template-about section.hero-image .container ul, body.page-template-about section.hero-image .container ol, body.page-template-signup section.hero-image .container ul, body.page-template-signup section.hero-image .container ol {
  margin-top: -10px;
}
body.single-articles section.hero-image .container .content, body.single-partners section.hero-image .container .content, body.page-template-about section.hero-image .container .content, body.page-template-signup section.hero-image .container .content {
  margin-bottom: 18px;
}
body.single-articles section.hero-image .container .content .hero .hero-image, body.single-partners section.hero-image .container .content .hero .hero-image, body.page-template-about section.hero-image .container .content .hero .hero-image, body.page-template-signup section.hero-image .container .content .hero .hero-image {
  height: auto;
  width: 100%;
  max-width: 764px;
}
body.single-articles section.hero-image[data-layout="centred_header"] .container, body.single-partners section.hero-image[data-layout="centred_header"] .container, body.page-template-about section.hero-image[data-layout="centred_header"] .container, body.page-template-signup section.hero-image[data-layout="centred_header"] .container {
  position: relative;
  box-sizing: border-box;
}
body.single-articles section.hero-image[data-layout="centred_header"] .container .content, body.single-partners section.hero-image[data-layout="centred_header"] .container .content, body.page-template-about section.hero-image[data-layout="centred_header"] .container .content, body.page-template-signup section.hero-image[data-layout="centred_header"] .container .content {
  flex: 1;
  padding-left: 0;
}
body.single-articles section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.single-partners section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.page-template-about section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.page-template-signup section.hero-image[data-layout="centred_header"] .container .content .hero-image {
  min-height: 600px;
  max-height: 80vh;
  height: 878px;
  max-width: none;
}
@media (max-width: 768px) {
  body.single-articles section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.single-partners section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.page-template-about section.hero-image[data-layout="centred_header"] .container .content .hero-image, body.page-template-signup section.hero-image[data-layout="centred_header"] .container .content .hero-image {
    min-height: 0;
    height: 227px;
  }
}
body.single-articles section.hero-image[data-layout="centred_header"] .container .gutter, body.single-partners section.hero-image[data-layout="centred_header"] .container .gutter, body.page-template-about section.hero-image[data-layout="centred_header"] .container .gutter, body.page-template-signup section.hero-image[data-layout="centred_header"] .container .gutter {
  position: absolute;
  display: block;
  right: 60px;
  bottom: -90px;
}
body.single-articles section.hero-image[data-layout="historical"], body.single-partners section.hero-image[data-layout="historical"], body.page-template-about section.hero-image[data-layout="historical"], body.page-template-signup section.hero-image[data-layout="historical"] {
  margin-top: -330px;
  z-index: 2;
}
body.single-articles section.hero-image[data-layout="historical"] .container .content .hero-image, body.single-partners section.hero-image[data-layout="historical"] .container .content .hero-image, body.page-template-about section.hero-image[data-layout="historical"] .container .content .hero-image, body.page-template-signup section.hero-image[data-layout="historical"] .container .content .hero-image {
  height: auto;
  width: 100%;
  max-width: 764px;
}
@media (max-width: 1150px) {
  body.single-articles section.hero-image .container .gutter, body.single-partners section.hero-image .container .gutter, body.page-template-about section.hero-image .container .gutter, body.page-template-signup section.hero-image .container .gutter {
    display: none !important;
  }
}
body.single-articles section.hero-caption, body.single-partners section.hero-caption, body.page-template-about section.hero-caption, body.page-template-signup section.hero-caption {
  margin-bottom: 50px;
}
body.single-articles section.hero-caption .container, body.single-partners section.hero-caption .container, body.page-template-about section.hero-caption .container, body.page-template-signup section.hero-caption .container {
  display: flex;
}
body.single-articles section.hero-caption .container .content, body.single-partners section.hero-caption .container .content, body.page-template-about section.hero-caption .container .content, body.page-template-signup section.hero-caption .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-articles section.hero-caption .container .content p:not(:last-child), body.single-partners section.hero-caption .container .content p:not(:last-child), body.page-template-about section.hero-caption .container .content p:not(:last-child), body.page-template-signup section.hero-caption .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-articles section.hero-caption .container .content p:not(:last-child), body.single-partners section.hero-caption .container .content p:not(:last-child), body.page-template-about section.hero-caption .container .content p:not(:last-child), body.page-template-signup section.hero-caption .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-articles section.hero-caption .container .content, body.single-partners section.hero-caption .container .content, body.page-template-about section.hero-caption .container .content, body.page-template-signup section.hero-caption .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.hero-caption .container .content, body.single-partners section.hero-caption .container .content, body.page-template-about section.hero-caption .container .content, body.page-template-signup section.hero-caption .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-articles section.hero-caption .container .content, body.single-partners section.hero-caption .container .content, body.page-template-about section.hero-caption .container .content, body.page-template-signup section.hero-caption .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-articles section.hero-caption .container .gutter, body.single-partners section.hero-caption .container .gutter, body.page-template-about section.hero-caption .container .gutter, body.page-template-signup section.hero-caption .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-articles section.hero-caption .container .gutter .wrapper, body.single-partners section.hero-caption .container .gutter .wrapper, body.page-template-about section.hero-caption .container .gutter .wrapper, body.page-template-signup section.hero-caption .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-articles section.hero-caption .container .gutter, body.single-partners section.hero-caption .container .gutter, body.page-template-about section.hero-caption .container .gutter, body.page-template-signup section.hero-caption .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-articles section.hero-caption .container ul, body.single-articles section.hero-caption .container ol, body.single-partners section.hero-caption .container ul, body.single-partners section.hero-caption .container ol, body.page-template-about section.hero-caption .container ul, body.page-template-about section.hero-caption .container ol, body.page-template-signup section.hero-caption .container ul, body.page-template-signup section.hero-caption .container ol {
  margin-top: -10px;
}
body.single-articles section.hero-caption .container .content .caption, body.single-articles section.hero-caption .container .content .caption p, body.single-articles section.hero-caption .container .content .caption a, body.single-partners section.hero-caption .container .content .caption, body.single-partners section.hero-caption .container .content .caption p, body.single-partners section.hero-caption .container .content .caption a, body.page-template-about section.hero-caption .container .content .caption, body.page-template-about section.hero-caption .container .content .caption p, body.page-template-about section.hero-caption .container .content .caption a, body.page-template-signup section.hero-caption .container .content .caption, body.page-template-signup section.hero-caption .container .content .caption p, body.page-template-signup section.hero-caption .container .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-articles section.hero-caption .container .content .caption a, body.single-partners section.hero-caption .container .content .caption a, body.page-template-about section.hero-caption .container .content .caption a, body.page-template-signup section.hero-caption .container .content .caption a {
  text-decoration: none;
  text-shadow: 0.03em 0 transparent, -0.03em 0 transparent, 0 0.03em transparent, 0 -0.03em transparent, 0.06em 0 transparent, -0.06em 0 transparent, 0.09em 0 transparent, -0.09em 0 transparent, 0.12em 0 transparent, -0.12em 0 transparent, 0.15em 0 transparent, -0.15em 0 transparent;
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-articles section.hero-caption .container .content .caption a:before, body.single-articles section.hero-caption .container .content .caption a:after, body.single-partners section.hero-caption .container .content .caption a:before, body.single-partners section.hero-caption .container .content .caption a:after, body.page-template-about section.hero-caption .container .content .caption a:before, body.page-template-about section.hero-caption .container .content .caption a:after, body.page-template-signup section.hero-caption .container .content .caption a:before, body.page-template-signup section.hero-caption .container .content .caption a:after {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.single-articles section.hero-caption, body.single-partners section.hero-caption, body.page-template-about section.hero-caption, body.page-template-signup section.hero-caption {
    margin-bottom: 32px;
  }
}
body.single-articles section.pass-it-on.pre-content, body.single-partners section.pass-it-on.pre-content, body.page-template-about section.pass-it-on.pre-content, body.page-template-signup section.pass-it-on.pre-content {
  margin-top: 0;
}
body.single-articles section.pass-it-on.pre-content .caption, body.single-partners section.pass-it-on.pre-content .caption, body.page-template-about section.pass-it-on.pre-content .caption, body.page-template-signup section.pass-it-on.pre-content .caption {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-articles section.pass-it-on.pre-content .caption a, body.single-partners section.pass-it-on.pre-content .caption a, body.page-template-about section.pass-it-on.pre-content .caption a, body.page-template-signup section.pass-it-on.pre-content .caption a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-articles section.pass-it-on.pre-content .caption a:before, body.single-articles section.pass-it-on.pre-content .caption a:after, body.single-partners section.pass-it-on.pre-content .caption a:before, body.single-partners section.pass-it-on.pre-content .caption a:after, body.page-template-about section.pass-it-on.pre-content .caption a:before, body.page-template-about section.pass-it-on.pre-content .caption a:after, body.page-template-signup section.pass-it-on.pre-content .caption a:before, body.page-template-signup section.pass-it-on.pre-content .caption a:after {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.single-articles section.pass-it-on.pre-content, body.single-partners section.pass-it-on.pre-content, body.page-template-about section.pass-it-on.pre-content, body.page-template-signup section.pass-it-on.pre-content {
    margin-top: 16px;
  }
}
body.single-articles section.content-blocks .container, body.single-partners section.content-blocks .container, body.page-template-about section.content-blocks .container, body.page-template-signup section.content-blocks .container {
  margin-top: 80px;
}
body.single-articles section.content-blocks .container .block, body.single-partners section.content-blocks .container .block, body.page-template-about section.content-blocks .container .block, body.page-template-signup section.content-blocks .container .block {
  display: flex;
  display: flex;
  margin-top: 32px;
  padding-bottom: 22px;
  display: flex;
}
body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-articles section.content-blocks .container .block .content p:not(:last-child), body.single-partners section.content-blocks .container .block .content p:not(:last-child), body.page-template-about section.content-blocks .container .block .content p:not(:last-child), body.page-template-signup section.content-blocks .container .block .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block .content p:not(:last-child), body.single-partners section.content-blocks .container .block .content p:not(:last-child), body.page-template-about section.content-blocks .container .block .content p:not(:last-child), body.page-template-signup section.content-blocks .container .block .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-articles section.content-blocks .container .block .gutter, body.single-partners section.content-blocks .container .block .gutter, body.page-template-about section.content-blocks .container .block .gutter, body.page-template-signup section.content-blocks .container .block .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-articles section.content-blocks .container .block .gutter .wrapper, body.single-partners section.content-blocks .container .block .gutter .wrapper, body.page-template-about section.content-blocks .container .block .gutter .wrapper, body.page-template-signup section.content-blocks .container .block .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-articles section.content-blocks .container .block .gutter, body.single-partners section.content-blocks .container .block .gutter, body.page-template-about section.content-blocks .container .block .gutter, body.page-template-signup section.content-blocks .container .block .gutter {
    flex: 1 0 300px;
  }
}
body.single-articles section.content-blocks .container .block ul, body.single-articles section.content-blocks .container .block ol, body.single-partners section.content-blocks .container .block ul, body.single-partners section.content-blocks .container .block ol, body.page-template-about section.content-blocks .container .block ul, body.page-template-about section.content-blocks .container .block ol, body.page-template-signup section.content-blocks .container .block ul, body.page-template-signup section.content-blocks .container .block ol {
  margin-top: -10px;
}
body.single-articles section.content-blocks .container .block[data-type~="text"], body.single-partners section.content-blocks .container .block[data-type~="text"], body.page-template-about section.content-blocks .container .block[data-type~="text"], body.page-template-signup section.content-blocks .container .block[data-type~="text"] {
  padding-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:before, body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:after, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:before, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:after, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:before, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:after, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:before, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:hover, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:hover, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:hover, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content strong, body.single-partners section.content-blocks .container .block[data-type~="text"] .content strong, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content strong, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content p.question, body.single-partners section.content-blocks .container .block[data-type~="text"] .content p.question, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content p.question, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content p.question {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  margin-bottom: 28px;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content p.answer, body.single-articles section.content-blocks .container .block[data-type~="text"] .content p, body.single-partners section.content-blocks .container .block[data-type~="text"] .content p.answer, body.single-partners section.content-blocks .container .block[data-type~="text"] .content p, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content p.answer, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content p, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content p.answer, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Tiempos Text Regular';
}
body.single-articles section.content-blocks .container .block[data-type~="quote"], body.single-partners section.content-blocks .container .block[data-type~="quote"], body.page-template-about section.content-blocks .container .block[data-type~="quote"], body.page-template-signup section.content-blocks .container .block[data-type~="quote"] {
  margin-top: 32px;
  padding-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  display: inline;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social {
  display: inline-flex;
  align-items: center;
  margin-left: 10px;
  transform: translateY(-50%);
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .icon, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .icon, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .icon, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.3;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .icon:hover, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .icon:hover, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .icon:hover, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .icon:hover {
  opacity: 1;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .icon:not(:last-child), body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .icon:not(:last-child), body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .icon:not(:last-child), body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .icon:not(:last-child) {
  margin-right: 10px;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .rule, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .rule, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .rule, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .rule {
  width: 16px;
  height: 1px;
  background-color: #3A3634;
  margin-right: 10px;
  opacity: 0.2;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .facebook, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .facebook, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .facebook, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .facebook {
  width: 7px;
  height: 12px;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .twitter, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .twitter, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .twitter, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .twitter {
  width: 14px;
  height: 12px;
}
body.single-articles section.content-blocks .container .block[data-type~="quote"] .content .social .email, body.single-partners section.content-blocks .container .block[data-type~="quote"] .content .social .email, body.page-template-about section.content-blocks .container .block[data-type~="quote"] .content .social .email, body.page-template-signup section.content-blocks .container .block[data-type~="quote"] .content .social .email {
  width: 16px;
  height: 12px;
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container embed, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="image"], body.single-partners section.content-blocks .container .block[data-type~="image"], body.page-template-about section.content-blocks .container .block[data-type~="image"], body.page-template-signup section.content-blocks .container .block[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 42px;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img {
  height: auto;
  width: auto;
  max-width: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="contained"] .content a.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img {
  height: auto;
  width: auto;
  max-width: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img::after, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img::after, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img::after {
  display: none;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content a.img {
    height: 227px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content .caption, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content .caption, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content .caption, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content .caption {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="legacy"] .content {
    padding-right: 0;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] {
  margin-top: 64px;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
  flex: 1 0 auto;
  padding-left: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img {
  height: 900px;
}
@media (max-width: 1280px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img {
    height: 633px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img::after, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img::after, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img::after, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img::after, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img::after, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content a.img::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content a.img::after {
  width: 135px;
  box-sizing: border-box;
  padding-top: 14px;
  padding-left: 14px;
  content: "View Gallery";
  font-size: 16px;
  background-color: #fff;
  background-size: 40px 40px;
  background-position: right center;
  border-radius: 5px;
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"], body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"], body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] {
    margin-top: 48px;
    padding-bottom: 18px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .gutter, body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .gutter, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .gutter, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .gutter, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .gutter, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .gutter, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] .gutter, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .gutter {
  display: none;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
  flex: 1;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
    width: 100vw;
    transform: translateX(-20px);
    height: 350px !important;
  }
}
@media (max-width: 468px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="fullwidth"] a.img {
    height: 256px !important;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
  display: flex;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item {
  flex: 1;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img {
  flex: 1;
}
body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img {
  margin-right: 32px;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content {
    flex-direction: column;
  }
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item a.img {
    height: 450px !important;
  }
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child {
    margin-bottom: 20px;
  }
  body.single-articles section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.single-partners section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"][data-type~="double-portrait"] .content .item:first-child a.img {
    margin-right: 0;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .container .block, body.single-partners section.content-blocks .container .block, body.page-template-about section.content-blocks .container .block, body.page-template-signup section.content-blocks .container .block {
    flex-direction: column;
  }
  body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
    flex: 0;
  }
  body.single-articles section.content-blocks .container .block .gutter, body.single-partners section.content-blocks .container .block .gutter, body.page-template-about section.content-blocks .container .block .gutter, body.page-template-signup section.content-blocks .container .block .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-articles section.content-blocks .container .block .gutter .wrapper, body.single-partners section.content-blocks .container .block .gutter .wrapper, body.page-template-about section.content-blocks .container .block .gutter .wrapper, body.page-template-signup section.content-blocks .container .block .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-articles section.content-blocks .container .block .gutter .wrapper .breakout-box, body.single-partners section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-about section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-signup section.content-blocks .container .block .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-articles section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.single-partners section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.page-template-about section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.page-template-signup section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-articles section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.single-partners section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.page-template-about section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.page-template-signup section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block .gutter .wrapper .breakout-box, body.single-partners section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-about section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-signup section.content-blocks .container .block .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-articles section.content-blocks .container .block, body.single-partners section.content-blocks .container .block, body.page-template-about section.content-blocks .container .block, body.page-template-signup section.content-blocks .container .block {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-articles section.content-blocks .container .block[data-type~="text"], body.single-partners section.content-blocks .container .block[data-type~="text"], body.page-template-about section.content-blocks .container .block[data-type~="text"], body.page-template-signup section.content-blocks .container .block[data-type~="text"] {
  padding-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:before, body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:after, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:before, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:after, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:before, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:after, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:before, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content a:hover, body.single-partners section.content-blocks .container .block[data-type~="text"] .content a:hover, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content a:hover, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content strong, body.single-partners section.content-blocks .container .block[data-type~="text"] .content strong, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content strong, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content p, body.single-partners section.content-blocks .container .block[data-type~="text"] .content p, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content p, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-articles section.content-blocks .container .block[data-type~="text"] .content p.question, body.single-partners section.content-blocks .container .block[data-type~="text"] .content p.question, body.page-template-about section.content-blocks .container .block[data-type~="text"] .content p.question, body.page-template-signup section.content-blocks .container .block[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-articles section.content-blocks .container .block[data-type~="text"].dropcap .content p:first-child:first-letter, body.single-partners section.content-blocks .container .block[data-type~="text"].dropcap .content p:first-child:first-letter, body.page-template-about section.content-blocks .container .block[data-type~="text"].dropcap .content p:first-child:first-letter, body.page-template-signup section.content-blocks .container .block[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-articles section.content-blocks .container .block[data-type~="heading"], body.single-partners section.content-blocks .container .block[data-type~="heading"], body.page-template-about section.content-blocks .container .block[data-type~="heading"], body.page-template-signup section.content-blocks .container .block[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="heading"] .content, body.single-partners section.content-blocks .container .block[data-type~="heading"] .content, body.page-template-about section.content-blocks .container .block[data-type~="heading"] .content, body.page-template-signup section.content-blocks .container .block[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container embed, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-articles section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.single-partners section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.page-template-about section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.page-template-signup section.content-blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-articles section.content-blocks .container .block[data-type~="image"], body.single-partners section.content-blocks .container .block[data-type~="image"], body.page-template-about section.content-blocks .container .block[data-type~="image"], body.page-template-signup section.content-blocks .container .block[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img img, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img img, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img img, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption p, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption p, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption a::after, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="image"] .content .caption, body.single-partners section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-about section.content-blocks .container .block[data-type~="image"] .content .caption, body.page-template-signup section.content-blocks .container .block[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-articles section.content-blocks .container .block[data-type~="video"] .video_container embed, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container object, body.single-partners section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-about section.content-blocks .container .block[data-type~="video"] .video_container embed, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container iframe, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container object, body.page-template-signup section.content-blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table, body.single-partners section.content-blocks .container .block[data-type~="table"] .table, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .image, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .image, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .image, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .title a, body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .description a, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .title a, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .description a, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .title a, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .description a, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .title a, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .title a:before, body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .title a:after, body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .description a:before, body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .description a:after, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .title a:before, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .title a:after, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .description a:before, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .description a:after, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .title a:before, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .title a:after, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .description a:before, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .description a:after, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .title a:before, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .title a:after, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .description a:before, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .title a:hover, body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .description a:hover, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .title a:hover, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .description a:hover, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .title a:hover, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .description a:hover, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .title a:hover, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item .title, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item .title, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item .title, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block[data-type~="table"] .table, body.single-partners section.content-blocks .container .block[data-type~="table"] .table, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table {
    align-items: center;
  }
  body.single-articles section.content-blocks .container .block[data-type~="table"] .table .item, body.single-partners section.content-blocks .container .block[data-type~="table"] .table .item, body.page-template-about section.content-blocks .container .block[data-type~="table"] .table .item, body.page-template-signup section.content-blocks .container .block[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .container .block, body.single-partners section.content-blocks .container .block, body.page-template-about section.content-blocks .container .block, body.page-template-signup section.content-blocks .container .block {
    flex-direction: column;
  }
  body.single-articles section.content-blocks .container .block .content, body.single-partners section.content-blocks .container .block .content, body.page-template-about section.content-blocks .container .block .content, body.page-template-signup section.content-blocks .container .block .content {
    flex: 0;
  }
  body.single-articles section.content-blocks .container .block .gutter, body.single-partners section.content-blocks .container .block .gutter, body.page-template-about section.content-blocks .container .block .gutter, body.page-template-signup section.content-blocks .container .block .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-articles section.content-blocks .container .block .gutter .wrapper, body.single-partners section.content-blocks .container .block .gutter .wrapper, body.page-template-about section.content-blocks .container .block .gutter .wrapper, body.page-template-signup section.content-blocks .container .block .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-articles section.content-blocks .container .block .gutter .wrapper .breakout-box, body.single-partners section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-about section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-signup section.content-blocks .container .block .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-articles section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.single-partners section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.page-template-about section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"], body.page-template-signup section.content-blocks .container .block .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-articles section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.single-partners section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.page-template-about section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"], body.page-template-signup section.content-blocks .container .block .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container .block .gutter .wrapper .breakout-box, body.single-partners section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-about section.content-blocks .container .block .gutter .wrapper .breakout-box, body.page-template-signup section.content-blocks .container .block .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .container, body.single-partners section.content-blocks .container, body.page-template-about section.content-blocks .container, body.page-template-signup section.content-blocks .container {
    margin-top: 60px;
  }
}
body.single-articles section.content-blocks .extra-images, body.single-partners section.content-blocks .extra-images, body.page-template-about section.content-blocks .extra-images, body.page-template-signup section.content-blocks .extra-images {
  display: none;
}
body.single-articles section.content-blocks .tablet-sponsor, body.single-partners section.content-blocks .tablet-sponsor, body.page-template-about section.content-blocks .tablet-sponsor, body.page-template-signup section.content-blocks .tablet-sponsor {
  display: none !important;
  margin-bottom: 30px;
}
body.single-articles section.content-blocks .tablet-sponsor .breakout-box, body.single-partners section.content-blocks .tablet-sponsor .breakout-box, body.page-template-about section.content-blocks .tablet-sponsor .breakout-box, body.page-template-signup section.content-blocks .tablet-sponsor .breakout-box {
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .tablet-sponsor, body.single-partners section.content-blocks .tablet-sponsor, body.page-template-about section.content-blocks .tablet-sponsor, body.page-template-signup section.content-blocks .tablet-sponsor {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .tablet-sponsor, body.single-partners section.content-blocks .tablet-sponsor, body.page-template-about section.content-blocks .tablet-sponsor, body.page-template-signup section.content-blocks .tablet-sponsor {
    display: none !important;
  }
}
body.single-articles section.content-blocks .tablet-issue-box, body.single-partners section.content-blocks .tablet-issue-box, body.page-template-about section.content-blocks .tablet-issue-box, body.page-template-signup section.content-blocks .tablet-issue-box {
  display: none;
  margin-bottom: 30px;
  margin-top: 40px;
  background-color: #FFF7E5;
  width: 100vw;
  box-sizing: border-box;
  padding: 0 120px;
  transform: translateX(-60px);
}
body.single-articles section.content-blocks .tablet-issue-box .breakout-box, body.single-partners section.content-blocks .tablet-issue-box .breakout-box, body.page-template-about section.content-blocks .tablet-issue-box .breakout-box, body.page-template-signup section.content-blocks .tablet-issue-box .breakout-box {
  display: flex !important;
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-articles section.content-blocks .tablet-issue-box, body.single-partners section.content-blocks .tablet-issue-box, body.page-template-about section.content-blocks .tablet-issue-box, body.page-template-signup section.content-blocks .tablet-issue-box {
    display: flex;
  }
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .tablet-issue-box, body.single-partners section.content-blocks .tablet-issue-box, body.page-template-about section.content-blocks .tablet-issue-box, body.page-template-signup section.content-blocks .tablet-issue-box {
    display: none;
  }
}
body.single-articles section.content-blocks .mobile-issue-box, body.single-partners section.content-blocks .mobile-issue-box, body.page-template-about section.content-blocks .mobile-issue-box, body.page-template-signup section.content-blocks .mobile-issue-box {
  display: none;
  box-sizing: border-box;
  width: 100vw;
  background-color: #FFF7E5;
  transform: translateX(-20px);
  margin-bottom: 48px;
  margin-top: 24px;
}
body.single-articles section.content-blocks .mobile-issue-box .content, body.single-partners section.content-blocks .mobile-issue-box .content, body.page-template-about section.content-blocks .mobile-issue-box .content, body.page-template-signup section.content-blocks .mobile-issue-box .content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 768px) {
  body.single-articles section.content-blocks .mobile-issue-box, body.single-partners section.content-blocks .mobile-issue-box, body.page-template-about section.content-blocks .mobile-issue-box, body.page-template-signup section.content-blocks .mobile-issue-box {
    display: flex;
  }
}
body.single-articles section.content-blocks[data-layout="historical"] .container .block[data-type="text"] .content p, body.single-partners section.content-blocks[data-layout="historical"] .container .block[data-type="text"] .content p, body.page-template-about section.content-blocks[data-layout="historical"] .container .block[data-type="text"] .content p, body.page-template-signup section.content-blocks[data-layout="historical"] .container .block[data-type="text"] .content p {
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
  line-height: 31px;
}
body.single-articles section.bottom-meta .container .content, body.single-partners section.bottom-meta .container .content, body.page-template-about section.bottom-meta .container .content, body.page-template-signup section.bottom-meta .container .content {
  max-width: 764px;
}
body.single-articles section.bottom-meta .container .gutter, body.single-partners section.bottom-meta .container .gutter, body.page-template-about section.bottom-meta .container .gutter, body.page-template-signup section.bottom-meta .container .gutter {
  display: none;
}
body.single-articles .mobile-medrec, body.single-partners .mobile-medrec, body.page-template-about .mobile-medrec, body.page-template-signup .mobile-medrec {
  display: none;
  padding-bottom: 64px;
}
body.single-articles .mobile-medrec .ad, body.single-partners .mobile-medrec .ad, body.page-template-about .mobile-medrec .ad, body.page-template-signup .mobile-medrec .ad {
  height: 250px;
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  body.single-articles .mobile-medrec, body.single-partners .mobile-medrec, body.page-template-about .mobile-medrec, body.page-template-signup .mobile-medrec {
    display: flex;
  }
}
body.page-template-signup section.header .container {
  padding-top: 40px !important;
}
body.page-template-signup .gutter {
  display: none !important;
}
body.page-template-signup .content {
  display: block !important;
}
body.single-podcasts section.header, body.single-podcast section.header {
  border-top: 2px solid #F4F4F2;
}
body.single-podcasts section.header .container, body.single-podcast section.header .container {
  padding-top: 84px;
  display: flex;
  display: flex;
}
body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-podcasts section.header .container .content p:not(:last-child), body.single-podcast section.header .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container .content p:not(:last-child), body.single-podcast section.header .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-podcasts section.header .container .gutter, body.single-podcast section.header .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-podcasts section.header .container .gutter .wrapper, body.single-podcast section.header .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-podcasts section.header .container .gutter, body.single-podcast section.header .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-podcasts section.header .container ul, body.single-podcasts section.header .container ol, body.single-podcast section.header .container ul, body.single-podcast section.header .container ol {
  margin-top: -10px;
}
body.single-podcasts section.header .container, body.single-podcast section.header .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-podcasts section.header .container[data-type~="text"], body.single-podcast section.header .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-podcasts section.header .container[data-type~="text"] .content a, body.single-podcast section.header .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.header .container[data-type~="text"] .content a:before, body.single-podcasts section.header .container[data-type~="text"] .content a:after, body.single-podcast section.header .container[data-type~="text"] .content a:before, body.single-podcast section.header .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-podcasts section.header .container[data-type~="text"] .content a:hover, body.single-podcast section.header .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-podcasts section.header .container[data-type~="text"] .content strong, body.single-podcast section.header .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.header .container[data-type~="text"] .content p, body.single-podcast section.header .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-podcasts section.header .container[data-type~="text"] .content p.question, body.single-podcast section.header .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-podcasts section.header .container[data-type~="text"].dropcap .content p:first-child:first-letter, body.single-podcast section.header .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-podcasts section.header .container[data-type~="heading"], body.single-podcast section.header .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-podcasts section.header .container[data-type~="heading"] .content, body.single-podcast section.header .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.header .container[data-type~="video"] .video_container, body.single-podcast section.header .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.header .container[data-type~="video"] .video_container iframe, body.single-podcasts section.header .container[data-type~="video"] .video_container object, body.single-podcasts section.header .container[data-type~="video"] .video_container embed, body.single-podcast section.header .container[data-type~="video"] .video_container iframe, body.single-podcast section.header .container[data-type~="video"] .video_container object, body.single-podcast section.header .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-podcasts section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.single-podcast section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-podcasts section.header .container[data-type~="image"], body.single-podcast section.header .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-podcasts section.header .container[data-type~="image"] .content a.img, body.single-podcast section.header .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-podcasts section.header .container[data-type~="image"] .content a.img img, body.single-podcast section.header .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-podcasts section.header .container[data-type~="image"] .content a.img::after, body.single-podcast section.header .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-podcasts section.header .container[data-type~="image"] .content a.img:hover::after, body.single-podcast section.header .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-podcasts section.header .container[data-type~="image"] .content .caption, body.single-podcast section.header .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-podcasts section.header .container[data-type~="image"] .content .caption p, body.single-podcasts section.header .container[data-type~="image"] .content .caption a, body.single-podcast section.header .container[data-type~="image"] .content .caption p, body.single-podcast section.header .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-podcasts section.header .container[data-type~="image"] .content .caption p, body.single-podcast section.header .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-podcasts section.header .container[data-type~="image"] .content .caption a, body.single-podcast section.header .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-podcasts section.header .container[data-type~="image"] .content .caption a::after, body.single-podcast section.header .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container[data-type~="image"] .content .caption, body.single-podcast section.header .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-podcasts section.header .container[data-type~="video"] .video_container, body.single-podcast section.header .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.header .container[data-type~="video"] .video_container iframe, body.single-podcasts section.header .container[data-type~="video"] .video_container object, body.single-podcasts section.header .container[data-type~="video"] .video_container embed, body.single-podcast section.header .container[data-type~="video"] .video_container iframe, body.single-podcast section.header .container[data-type~="video"] .video_container object, body.single-podcast section.header .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.header .container[data-type~="table"] .table, body.single-podcast section.header .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item, body.single-podcast section.header .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item .image, body.single-podcast section.header .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item .title a, body.single-podcasts section.header .container[data-type~="table"] .table .item .description a, body.single-podcast section.header .container[data-type~="table"] .table .item .title a, body.single-podcast section.header .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item .title a:before, body.single-podcasts section.header .container[data-type~="table"] .table .item .title a:after, body.single-podcasts section.header .container[data-type~="table"] .table .item .description a:before, body.single-podcasts section.header .container[data-type~="table"] .table .item .description a:after, body.single-podcast section.header .container[data-type~="table"] .table .item .title a:before, body.single-podcast section.header .container[data-type~="table"] .table .item .title a:after, body.single-podcast section.header .container[data-type~="table"] .table .item .description a:before, body.single-podcast section.header .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item .title a:hover, body.single-podcasts section.header .container[data-type~="table"] .table .item .description a:hover, body.single-podcast section.header .container[data-type~="table"] .table .item .title a:hover, body.single-podcast section.header .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-podcasts section.header .container[data-type~="table"] .table .item .title, body.single-podcast section.header .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container[data-type~="table"] .table, body.single-podcast section.header .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-podcasts section.header .container[data-type~="table"] .table .item, body.single-podcast section.header .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.header .container, body.single-podcast section.header .container {
    flex-direction: column;
  }
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    flex: 0;
  }
  body.single-podcasts section.header .container .gutter, body.single-podcast section.header .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-podcasts section.header .container .gutter .wrapper, body.single-podcast section.header .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-podcasts section.header .container .gutter .wrapper .breakout-box, body.single-podcast section.header .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-podcasts section.header .container .gutter .breakout-box[data-type="sponsored_post"], body.single-podcast section.header .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-podcasts section.header .container .gutter .breakout-box[data-type="issue_box"], body.single-podcast section.header .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container .gutter .wrapper .breakout-box, body.single-podcast section.header .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.single-podcasts section.header .container .content .meta, body.single-podcast section.header .container .content .meta {
  display: flex;
  margin-bottom: 34px;
}
body.single-podcasts section.header .container .content .meta h6, body.single-podcasts section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-podcasts section.header .container .content .meta a, body.single-podcasts section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-podcasts section.header .container .content .meta th, body.single-podcasts section.header .container .content .meta section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu section.header .container .content .meta a, body.single-podcasts section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-podcasts section.header .container .content .meta a, body.single-podcast section.header .container .content .meta h6, body.single-podcast section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-podcast section.header .container .content .meta a, body.single-podcast section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-podcast section.header .container .content .meta th, body.single-podcast section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-podcast section.header .container .content .meta a, body.single-podcast section.header .container .content .meta section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu section.header .container .content .meta a {
  color: #8643A9;
}
body.single-podcasts section.header .container .content .meta h6:not(:last-child), body.single-podcast section.header .container .content .meta h6:not(:last-child) {
  margin-right: 25px;
}
body.single-podcasts section.header .container .content .post-title, body.single-podcast section.header .container .content .post-title {
  margin-bottom: 30px;
}
body.single-podcasts section.header .container .content .kicker, body.single-podcasts section.header .container .content .kicker p, body.single-podcasts section.header .container .content .kicker a, body.single-podcast section.header .container .content .kicker, body.single-podcast section.header .container .content .kicker p, body.single-podcast section.header .container .content .kicker a {
  color: #928E8A;
  font-size: 26px;
  line-height: 32px;
}
body.single-podcasts section.header .container .content .author, body.single-podcast section.header .container .content .author {
  margin-bottom: 49px;
}
body.single-podcasts section.header .container .content .author, body.single-podcasts section.header .container .content .author a, body.single-podcast section.header .container .content .author, body.single-podcast section.header .container .content .author a {
  color: #928E8A;
  font-size: 18px;
}
body.single-podcasts section.header .container .content .author a, body.single-podcast section.header .container .content .author a {
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body.single-podcasts section.header .container .content .author a:hover, body.single-podcast section.header .container .content .author a:hover {
  opacity: 0.7;
}
body.single-podcasts section.header .container .gutter .podcast-box, body.single-podcast section.header .container .gutter .podcast-box {
  margin-top: 60px;
  width: 300px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  background-color: #F2EDF4;
}
body.single-podcasts section.header .container .gutter .podcast-box .hero, body.single-podcast section.header .container .gutter .podcast-box .hero {
  width: 100%;
  height: 220px;
  position: relative;
}
body.single-podcasts section.header .container .gutter .podcast-box .hero .feather, body.single-podcast section.header .container .gutter .podcast-box .hero .feather {
  background-image: url('images/icons/podcast-feather.svg');
  width: 100px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
body.single-podcasts section.header .container .gutter .podcast-box .hero .image, body.single-podcast section.header .container .gutter .podcast-box .hero .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
body.single-podcasts section.header .container .gutter .podcast-box .hero .image::before, body.single-podcast section.header .container .gutter .podcast-box .hero .image::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(134, 67, 169, 0.5);
}
body.single-podcasts section.header .container .gutter .podcast-box .info, body.single-podcast section.header .container .gutter .podcast-box .info {
  padding: 32px 38px 32px;
  justify-content: center;
  text-align: center;
}
body.single-podcasts section.header .container .gutter .podcast-box .info .title, body.single-podcasts section.header .container .gutter .podcast-box .info .title p, body.single-podcasts section.header .container .gutter .podcast-box .info .title a, body.single-podcasts section.header .container .gutter .podcast-box .info .description, body.single-podcasts section.header .container .gutter .podcast-box .info .description p, body.single-podcasts section.header .container .gutter .podcast-box .info .description a, body.single-podcast section.header .container .gutter .podcast-box .info .title, body.single-podcast section.header .container .gutter .podcast-box .info .title p, body.single-podcast section.header .container .gutter .podcast-box .info .title a, body.single-podcast section.header .container .gutter .podcast-box .info .description, body.single-podcast section.header .container .gutter .podcast-box .info .description p, body.single-podcast section.header .container .gutter .podcast-box .info .description a {
  font-size: 20px;
  line-height: 26px;
  color: #8643A9;
}
body.single-podcasts section.header .container .gutter .podcast-box .info .title a, body.single-podcasts section.header .container .gutter .podcast-box .info .description a, body.single-podcast section.header .container .gutter .podcast-box .info .title a, body.single-podcast section.header .container .gutter .podcast-box .info .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #F2EDF4, -0.03em 0 #F2EDF4, 0 0.03em #F2EDF4, 0 -0.03em #F2EDF4, 0.06em 0 #F2EDF4, -0.06em 0 #F2EDF4, 0.09em 0 #F2EDF4, -0.09em 0 #F2EDF4, 0.12em 0 #F2EDF4, -0.12em 0 #F2EDF4, 0.15em 0 #F2EDF4, -0.15em 0 #F2EDF4;
  background-image: linear-gradient(#F2EDF4, #F2EDF4), linear-gradient(#F2EDF4, #F2EDF4), linear-gradient(#8643A9, #8643A9);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-podcasts section.header .container .gutter .podcast-box .info .title a:before, body.single-podcasts section.header .container .gutter .podcast-box .info .title a:after, body.single-podcasts section.header .container .gutter .podcast-box .info .description a:before, body.single-podcasts section.header .container .gutter .podcast-box .info .description a:after, body.single-podcast section.header .container .gutter .podcast-box .info .title a:before, body.single-podcast section.header .container .gutter .podcast-box .info .title a:after, body.single-podcast section.header .container .gutter .podcast-box .info .description a:before, body.single-podcast section.header .container .gutter .podcast-box .info .description a:after {
  text-shadow: none;
}
body.single-podcasts section.header .container .gutter .podcast-box .info .title, body.single-podcast section.header .container .gutter .podcast-box .info .title {
  margin-bottom: 12px;
  font-family: 'Founders Grotesk Medium';
}
@media (max-width: 1150px) {
  body.single-podcasts section.header .container, body.single-podcast section.header .container {
    flex-direction: row;
    padding-top: 20px;
  }
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    flex: 1 0 500px;
    max-width: 100%;
  }
  body.single-podcasts section.header .container .gutter, body.single-podcast section.header .container .gutter {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.header .container, body.single-podcast section.header .container {
    padding-bottom: 0;
  }
  body.single-podcasts section.header .container .content, body.single-podcast section.header .container .content {
    flex: 1 0 100%;
  }
  body.single-podcasts section.header .container .content .meta, body.single-podcast section.header .container .content .meta {
    margin-bottom: 24px;
  }
  body.single-podcasts section.header .container .content h2, body.single-podcasts section.header .container .content h2 p, body.single-podcasts section.header .container .content h2 a, body.single-podcasts section.header .container .content .kicker, body.single-podcasts section.header .container .content .kicker p, body.single-podcasts section.header .container .content .kicker a, body.single-podcast section.header .container .content h2, body.single-podcast section.header .container .content h2 p, body.single-podcast section.header .container .content h2 a, body.single-podcast section.header .container .content .kicker, body.single-podcast section.header .container .content .kicker p, body.single-podcast section.header .container .content .kicker a {
    font-size: 18px;
    line-height: 26px;
  }
  body.single-podcasts section.header .container .content .kicker, body.single-podcast section.header .container .content .kicker {
    margin-bottom: 32px;
  }
  body.single-podcasts section.header .container .content .author, body.single-podcast section.header .container .content .author {
    margin-bottom: 32px;
  }
}
body.single-podcasts section.pass-it-on.pre-content, body.single-podcast section.pass-it-on.pre-content {
  margin-top: 10px;
}
body.single-podcasts section.pass-it-on.pre-content .caption, body.single-podcast section.pass-it-on.pre-content .caption {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-podcasts section.pass-it-on.pre-content .caption a, body.single-podcast section.pass-it-on.pre-content .caption a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-podcasts section.pass-it-on.pre-content .caption a:before, body.single-podcasts section.pass-it-on.pre-content .caption a:after, body.single-podcast section.pass-it-on.pre-content .caption a:before, body.single-podcast section.pass-it-on.pre-content .caption a:after {
  text-shadow: none;
}
@media (max-width: 768px) {
  body.single-podcasts section.pass-it-on.pre-content, body.single-podcast section.pass-it-on.pre-content {
    margin-top: 0;
  }
}
body.single-podcasts section.description .container, body.single-podcast section.description .container {
  display: flex;
  display: flex;
  padding-top: 48px;
  padding-bottom: 30px;
}
body.single-podcasts section.description .container .content, body.single-podcast section.description .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-podcasts section.description .container .content p:not(:last-child), body.single-podcast section.description .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container .content p:not(:last-child), body.single-podcast section.description .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-podcasts section.description .container .content, body.single-podcast section.description .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.description .container .content, body.single-podcast section.description .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container .content, body.single-podcast section.description .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-podcasts section.description .container .gutter, body.single-podcast section.description .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-podcasts section.description .container .gutter .wrapper, body.single-podcast section.description .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-podcasts section.description .container .gutter, body.single-podcast section.description .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-podcasts section.description .container ul, body.single-podcasts section.description .container ol, body.single-podcast section.description .container ul, body.single-podcast section.description .container ol {
  margin-top: -10px;
}
body.single-podcasts section.description .container, body.single-podcast section.description .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-podcasts section.description .container[data-type~="text"], body.single-podcast section.description .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-podcasts section.description .container[data-type~="text"] .content a, body.single-podcast section.description .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.description .container[data-type~="text"] .content a:before, body.single-podcasts section.description .container[data-type~="text"] .content a:after, body.single-podcast section.description .container[data-type~="text"] .content a:before, body.single-podcast section.description .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-podcasts section.description .container[data-type~="text"] .content a:hover, body.single-podcast section.description .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-podcasts section.description .container[data-type~="text"] .content strong, body.single-podcast section.description .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.description .container[data-type~="text"] .content p, body.single-podcast section.description .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-podcasts section.description .container[data-type~="text"] .content p.question, body.single-podcast section.description .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-podcasts section.description .container[data-type~="text"].dropcap .content p:first-child:first-letter, body.single-podcast section.description .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-podcasts section.description .container[data-type~="heading"], body.single-podcast section.description .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-podcasts section.description .container[data-type~="heading"] .content, body.single-podcast section.description .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.description .container[data-type~="video"] .video_container, body.single-podcast section.description .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.description .container[data-type~="video"] .video_container iframe, body.single-podcasts section.description .container[data-type~="video"] .video_container object, body.single-podcasts section.description .container[data-type~="video"] .video_container embed, body.single-podcast section.description .container[data-type~="video"] .video_container iframe, body.single-podcast section.description .container[data-type~="video"] .video_container object, body.single-podcast section.description .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-podcasts section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.single-podcast section.description .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-podcasts section.description .container[data-type~="image"], body.single-podcast section.description .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-podcasts section.description .container[data-type~="image"] .content a.img, body.single-podcast section.description .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-podcasts section.description .container[data-type~="image"] .content a.img img, body.single-podcast section.description .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-podcasts section.description .container[data-type~="image"] .content a.img::after, body.single-podcast section.description .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-podcasts section.description .container[data-type~="image"] .content a.img:hover::after, body.single-podcast section.description .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-podcasts section.description .container[data-type~="image"] .content .caption, body.single-podcast section.description .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-podcasts section.description .container[data-type~="image"] .content .caption p, body.single-podcasts section.description .container[data-type~="image"] .content .caption a, body.single-podcast section.description .container[data-type~="image"] .content .caption p, body.single-podcast section.description .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-podcasts section.description .container[data-type~="image"] .content .caption p, body.single-podcast section.description .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-podcasts section.description .container[data-type~="image"] .content .caption a, body.single-podcast section.description .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-podcasts section.description .container[data-type~="image"] .content .caption a::after, body.single-podcast section.description .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container[data-type~="image"] .content .caption, body.single-podcast section.description .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-podcasts section.description .container[data-type~="video"] .video_container, body.single-podcast section.description .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.description .container[data-type~="video"] .video_container iframe, body.single-podcasts section.description .container[data-type~="video"] .video_container object, body.single-podcasts section.description .container[data-type~="video"] .video_container embed, body.single-podcast section.description .container[data-type~="video"] .video_container iframe, body.single-podcast section.description .container[data-type~="video"] .video_container object, body.single-podcast section.description .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.description .container[data-type~="table"] .table, body.single-podcast section.description .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item, body.single-podcast section.description .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item .image, body.single-podcast section.description .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item .title a, body.single-podcasts section.description .container[data-type~="table"] .table .item .description a, body.single-podcast section.description .container[data-type~="table"] .table .item .title a, body.single-podcast section.description .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item .title a:before, body.single-podcasts section.description .container[data-type~="table"] .table .item .title a:after, body.single-podcasts section.description .container[data-type~="table"] .table .item .description a:before, body.single-podcasts section.description .container[data-type~="table"] .table .item .description a:after, body.single-podcast section.description .container[data-type~="table"] .table .item .title a:before, body.single-podcast section.description .container[data-type~="table"] .table .item .title a:after, body.single-podcast section.description .container[data-type~="table"] .table .item .description a:before, body.single-podcast section.description .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item .title a:hover, body.single-podcasts section.description .container[data-type~="table"] .table .item .description a:hover, body.single-podcast section.description .container[data-type~="table"] .table .item .title a:hover, body.single-podcast section.description .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-podcasts section.description .container[data-type~="table"] .table .item .title, body.single-podcast section.description .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container[data-type~="table"] .table, body.single-podcast section.description .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-podcasts section.description .container[data-type~="table"] .table .item, body.single-podcast section.description .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.description .container, body.single-podcast section.description .container {
    flex-direction: column;
  }
  body.single-podcasts section.description .container .content, body.single-podcast section.description .container .content {
    flex: 0;
  }
  body.single-podcasts section.description .container .gutter, body.single-podcast section.description .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-podcasts section.description .container .gutter .wrapper, body.single-podcast section.description .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-podcasts section.description .container .gutter .wrapper .breakout-box, body.single-podcast section.description .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-podcasts section.description .container .gutter .breakout-box[data-type="sponsored_post"], body.single-podcast section.description .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-podcasts section.description .container .gutter .breakout-box[data-type="issue_box"], body.single-podcast section.description .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container .gutter .wrapper .breakout-box, body.single-podcast section.description .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.description .container, body.single-podcast section.description .container {
    padding-top: 25px;
    padding-bottom: 0;
  }
}
body.single-podcasts section.description .container a, body.single-podcast section.description .container a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.description .container a:before, body.single-podcasts section.description .container a:after, body.single-podcast section.description .container a:before, body.single-podcast section.description .container a:after {
  text-shadow: none;
}
body.single-podcasts section.description .container a:hover, body.single-podcast section.description .container a:hover {
  color: #D1232A;
}
body.single-podcasts section.content .container, body.single-podcast section.content .container {
  display: flex;
  display: flex;
  margin-top: 40px;
}
body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-podcasts section.content .container .content p:not(:last-child), body.single-podcast section.content .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container .content p:not(:last-child), body.single-podcast section.content .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-podcasts section.content .container .gutter, body.single-podcast section.content .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-podcasts section.content .container .gutter .wrapper, body.single-podcast section.content .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-podcasts section.content .container .gutter, body.single-podcast section.content .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-podcasts section.content .container ul, body.single-podcasts section.content .container ol, body.single-podcast section.content .container ul, body.single-podcast section.content .container ol {
  margin-top: -10px;
}
body.single-podcasts section.content .container, body.single-podcast section.content .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-podcasts section.content .container[data-type~="text"], body.single-podcast section.content .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-podcasts section.content .container[data-type~="text"] .content a, body.single-podcast section.content .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.content .container[data-type~="text"] .content a:before, body.single-podcasts section.content .container[data-type~="text"] .content a:after, body.single-podcast section.content .container[data-type~="text"] .content a:before, body.single-podcast section.content .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container[data-type~="text"] .content a:hover, body.single-podcast section.content .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-podcasts section.content .container[data-type~="text"] .content strong, body.single-podcast section.content .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.content .container[data-type~="text"] .content p, body.single-podcast section.content .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-podcasts section.content .container[data-type~="text"] .content p.question, body.single-podcast section.content .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-podcasts section.content .container[data-type~="text"].dropcap .content p:first-child:first-letter, body.single-podcast section.content .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-podcasts section.content .container[data-type~="heading"], body.single-podcast section.content .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-podcasts section.content .container[data-type~="heading"] .content, body.single-podcast section.content .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-podcasts section.content .container[data-type~="video"] .video_container, body.single-podcast section.content .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.content .container[data-type~="video"] .video_container iframe, body.single-podcasts section.content .container[data-type~="video"] .video_container object, body.single-podcasts section.content .container[data-type~="video"] .video_container embed, body.single-podcast section.content .container[data-type~="video"] .video_container iframe, body.single-podcast section.content .container[data-type~="video"] .video_container object, body.single-podcast section.content .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper h4, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'], body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-podcasts section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover, body.single-podcast section.content .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-podcasts section.content .container[data-type~="image"], body.single-podcast section.content .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-podcasts section.content .container[data-type~="image"] .content a.img, body.single-podcast section.content .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-podcasts section.content .container[data-type~="image"] .content a.img img, body.single-podcast section.content .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-podcasts section.content .container[data-type~="image"] .content a.img::after, body.single-podcast section.content .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-podcasts section.content .container[data-type~="image"] .content a.img:hover::after, body.single-podcast section.content .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-podcasts section.content .container[data-type~="image"] .content .caption, body.single-podcast section.content .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-podcasts section.content .container[data-type~="image"] .content .caption p, body.single-podcasts section.content .container[data-type~="image"] .content .caption a, body.single-podcast section.content .container[data-type~="image"] .content .caption p, body.single-podcast section.content .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-podcasts section.content .container[data-type~="image"] .content .caption p, body.single-podcast section.content .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-podcasts section.content .container[data-type~="image"] .content .caption a, body.single-podcast section.content .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-podcasts section.content .container[data-type~="image"] .content .caption a::after, body.single-podcast section.content .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container[data-type~="image"] .content .caption, body.single-podcast section.content .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-podcasts section.content .container[data-type~="video"] .video_container, body.single-podcast section.content .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-podcasts section.content .container[data-type~="video"] .video_container iframe, body.single-podcasts section.content .container[data-type~="video"] .video_container object, body.single-podcasts section.content .container[data-type~="video"] .video_container embed, body.single-podcast section.content .container[data-type~="video"] .video_container iframe, body.single-podcast section.content .container[data-type~="video"] .video_container object, body.single-podcast section.content .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-podcasts section.content .container[data-type~="table"] .table, body.single-podcast section.content .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item, body.single-podcast section.content .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item .image, body.single-podcast section.content .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item .title a, body.single-podcasts section.content .container[data-type~="table"] .table .item .description a, body.single-podcast section.content .container[data-type~="table"] .table .item .title a, body.single-podcast section.content .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item .title a:before, body.single-podcasts section.content .container[data-type~="table"] .table .item .title a:after, body.single-podcasts section.content .container[data-type~="table"] .table .item .description a:before, body.single-podcasts section.content .container[data-type~="table"] .table .item .description a:after, body.single-podcast section.content .container[data-type~="table"] .table .item .title a:before, body.single-podcast section.content .container[data-type~="table"] .table .item .title a:after, body.single-podcast section.content .container[data-type~="table"] .table .item .description a:before, body.single-podcast section.content .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item .title a:hover, body.single-podcasts section.content .container[data-type~="table"] .table .item .description a:hover, body.single-podcast section.content .container[data-type~="table"] .table .item .title a:hover, body.single-podcast section.content .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-podcasts section.content .container[data-type~="table"] .table .item .title, body.single-podcast section.content .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container[data-type~="table"] .table, body.single-podcast section.content .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-podcasts section.content .container[data-type~="table"] .table .item, body.single-podcast section.content .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-podcasts section.content .container, body.single-podcast section.content .container {
    flex-direction: column;
  }
  body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
    flex: 0;
  }
  body.single-podcasts section.content .container .gutter, body.single-podcast section.content .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-podcasts section.content .container .gutter .wrapper, body.single-podcast section.content .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-podcasts section.content .container .gutter .wrapper .breakout-box, body.single-podcast section.content .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-podcasts section.content .container .gutter .breakout-box[data-type="sponsored_post"], body.single-podcast section.content .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-podcasts section.content .container .gutter .breakout-box[data-type="issue_box"], body.single-podcast section.content .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container .gutter .wrapper .breakout-box, body.single-podcast section.content .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-podcasts section.content .container .content, body.single-podcast section.content .container .content {
  padding-bottom: 70px;
}
body.single-podcasts section.content .container .content .podcast-player, body.single-podcast section.content .container .content .podcast-player {
  height: 200px;
  display: flex;
  width: 100%;
}
body.single-podcasts section.content .container .content .podcast-player .hero-image, body.single-podcast section.content .container .content .podcast-player .hero-image {
  flex: 0 1 200px;
  height: 200px;
  position: relative;
}
body.single-podcasts section.content .container .content .podcast-player .hero-image .image, body.single-podcast section.content .container .content .podcast-player .hero-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
body.single-podcasts section.content .container .content .podcast-player .hero-image .image::before, body.single-podcast section.content .container .content .podcast-player .hero-image .image::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(134, 67, 169, 0.4);
}
body.single-podcasts section.content .container .content .podcast-player .title, body.single-podcast section.content .container .content .podcast-player .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #3A3634;
  box-sizing: border-box;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 32px;
}
body.single-podcasts section.content .container .content .podcast-player .vertical.title, body.single-podcast section.content .container .content .podcast-player .vertical.title {
  display: none;
  width: 100%;
  white-space: normal;
  margin-top: 28px;
  text-align: center;
  padding-right: 0;
}
body.single-podcasts section.content .container .content .podcast-player .controls, body.single-podcast section.content .container .content .podcast-player .controls {
  display: flex;
  align-items: center;
  padding: 0 38px 0 32px;
  flex: 1;
  border-top: 2px solid #F4F4F2;
  border-right: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
}
body.single-podcasts section.content .container .content .podcast-player .controls .play-pause, body.single-podcast section.content .container .content .podcast-player .controls .play-pause {
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  flex: 1 0 60px;
  margin-right: 32px;
  transition: all 0.25s ease;
}
body.single-podcasts section.content .container .content .podcast-player .controls .play-pause.is_playing, body.single-podcast section.content .container .content .podcast-player .controls .play-pause.is_playing {
  background-image: url('images/icons/podcast-player-pause.svg');
}
body.single-podcasts section.content .container .content .podcast-player .controls .play-pause.is_paused, body.single-podcast section.content .container .content .podcast-player .controls .play-pause.is_paused {
  background-image: url('images/icons/podcast-player-play.svg');
}
body.single-podcasts section.content .container .content .podcast-player .controls .info, body.single-podcast section.content .container .content .podcast-player .controls .info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
body.single-podcasts section.content .container .content .podcast-player .controls .info .progress, body.single-podcast section.content .container .content .podcast-player .controls .info .progress {
  display: flex;
}
body.single-podcasts section.content .container .content .podcast-player .controls .info .progress progress, body.single-podcast section.content .container .content .podcast-player .controls .info .progress progress {
  margin-bottom: 16px;
  height: 6px;
  width: 100%;
  appearance: none;
  margin-right: 16px;
}
body.single-podcasts section.content .container .content .podcast-player .controls .info .progress progress::-webkit-progress-bar, body.single-podcast section.content .container .content .podcast-player .controls .info .progress progress::-webkit-progress-bar {
  background-color: #F4F4F2;
  border-radius: 12px;
}
body.single-podcasts section.content .container .content .podcast-player .controls .info .progress progress::-webkit-progress-value, body.single-podcast section.content .container .content .podcast-player .controls .info .progress progress::-webkit-progress-value {
  background-color: #3A3634;
  border-radius: 12px;
}
body.single-podcasts section.content .container .content .podcast-player .controls .info .time, body.single-podcast section.content .container .content .podcast-player .controls .info .time {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #928E8A;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume, body.single-podcast section.content .container .content .podcast-player .controls .volume {
  flex: 1 0 80px;
  padding-right: 48px;
  position: relative;
  border: 0;
  transform: translateY(-2px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume .icon, body.single-podcast section.content .container .content .podcast-player .controls .volume .icon {
  background-image: url('images/icons/podcast-player-volume.svg');
  height: 16px;
  flex: 0 1 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume .volume-slider, body.single-podcast section.content .container .content .podcast-player .controls .volume .volume-slider {
  height: 6px;
  width: 100%;
  background: #555;
  border: 0;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-base, body.single-podcast section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-base {
  background: #F4F4F2;
  border: 0;
  box-shadow: none;
  border-radius: 15px;
  overflow: hidden;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-connect, body.single-podcast section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-connect {
  background-color: #928E8A;
  border: 0;
  border-radius: 15px;
}
body.single-podcasts section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-handle, body.single-podcast section.content .container .content .podcast-player .controls .volume .volume-slider .noUi-handle {
  display: none;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"], body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #F4F4F2;
  padding: 28px;
  height: auto;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .hero-image, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .hero-image {
  height: 240px;
  width: 240px;
  flex: 1 0 240px;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .vertical.title, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .vertical.title {
  display: flex;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls {
  width: 100%;
  border: 0;
  flex: 0;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls .info, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls .info {
  transform: translateY(18px);
  align-items: center;
  flex-direction: column;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls .info .progress, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls .info .progress {
  width: 100%;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls .title, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls .title {
  display: none;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls .play-pause, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls .play-pause {
  width: 40px;
  height: 40px;
  flex: 1 0 40px;
}
body.single-podcasts section.content .container .content .podcast-player[data-layout="breakout"] .controls .volume, body.single-podcast section.content .container .content .podcast-player[data-layout="breakout"] .controls .volume {
  padding-right: 0;
}
@media (max-width: 1500px) {
  body.single-podcasts section.content .container .content .podcast-player, body.single-podcast section.content .container .content .podcast-player {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #F4F4F2;
    padding: 28px;
    height: auto;
  }
  body.single-podcasts section.content .container .content .podcast-player .hero-image, body.single-podcast section.content .container .content .podcast-player .hero-image {
    height: 240px;
    width: 240px;
    flex: 1 0 240px;
  }
  body.single-podcasts section.content .container .content .podcast-player .vertical.title, body.single-podcast section.content .container .content .podcast-player .vertical.title {
    display: flex;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls, body.single-podcast section.content .container .content .podcast-player .controls {
    width: 100%;
    border: 0;
    flex: 0;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls .info, body.single-podcast section.content .container .content .podcast-player .controls .info {
    transform: translateY(18px);
    align-items: center;
    flex-direction: column;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls .info .progress, body.single-podcast section.content .container .content .podcast-player .controls .info .progress {
    width: 100%;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls .title, body.single-podcast section.content .container .content .podcast-player .controls .title {
    display: none;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls .play-pause, body.single-podcast section.content .container .content .podcast-player .controls .play-pause {
    width: 40px;
    height: 40px;
    flex: 1 0 40px;
  }
  body.single-podcasts section.content .container .content .podcast-player .controls .volume, body.single-podcast section.content .container .content .podcast-player .controls .volume {
    padding-right: 0;
  }
}
body.single-podcasts section.content .container .content .plug, body.single-podcast section.content .container .content .plug {
  font-size: 18px;
  line-height: 24px;
  color: #928E8A;
  margin-bottom: 70px !important;
  margin-top: 30px;
}
body.single-podcasts section.content .container .content .plug a, body.single-podcast section.content .container .content .plug a {
  color: #928E8A;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-podcasts section.content .container .content .plug a:before, body.single-podcasts section.content .container .content .plug a:after, body.single-podcast section.content .container .content .plug a:before, body.single-podcast section.content .container .content .plug a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container .content .secondary-description, body.single-podcast section.content .container .content .secondary-description {
  margin-bottom: 50px;
  width: 100%;
}
body.single-podcasts section.content .container .content .secondary-description a, body.single-podcast section.content .container .content .secondary-description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-podcasts section.content .container .content .secondary-description a:before, body.single-podcasts section.content .container .content .secondary-description a:after, body.single-podcast section.content .container .content .secondary-description a:before, body.single-podcast section.content .container .content .secondary-description a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container .content .secondary-description a:hover, body.single-podcast section.content .container .content .secondary-description a:hover {
  color: #D1232A;
}
body.single-podcasts section.content .container .content .secondary-image, body.single-podcast section.content .container .content .secondary-image {
  margin-bottom: 72px;
  width: 100%;
}
body.single-podcasts section.content .container .content .discussion-transcript, body.single-podcast section.content .container .content .discussion-transcript {
  display: flex;
  flex-direction: column;
  margin-bottom: 110px;
}
body.single-podcasts section.content .container .content .discussion-transcript .menu, body.single-podcast section.content .container .content .discussion-transcript .menu {
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 2px solid #F4F4F2;
}
body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu a {
  color: #928E8A;
  transition: color 0.35s ease;
  transform: translateY(3px);
}
body.single-podcasts section.content .container .content .discussion-transcript .menu a.tab, body.single-podcast section.content .container .content .discussion-transcript .menu a.tab {
  cursor: pointer;
}
body.single-podcasts section.content .container .content .discussion-transcript .menu a.active, body.single-podcast section.content .container .content .discussion-transcript .menu a.active {
  color: black;
}
body.single-podcasts section.content .container .content .discussion-transcript .menu a:hover, body.single-podcast section.content .container .content .discussion-transcript .menu a:hover {
  color: black;
}
body.single-podcasts section.content .container .content .discussion-transcript .menu a:not(:last-child), body.single-podcast section.content .container .content .discussion-transcript .menu a:not(:last-child) {
  margin-right: 20px;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section, body.single-podcast section.content .container .content .discussion-transcript .tab-section {
  display: flex;
  flex-direction: column;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item {
  padding: 18px 20px;
  display: flex;
  background-color: #F4F4F2;
  border-radius: 4px;
  margin-bottom: 2px;
  align-items: flex-start;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .audio-time-link, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .audio-time-link {
  background-color: #928E8A;
  margin-right: 18px;
  padding: 8px 8px 5px 10px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  font-size: 12px;
  color: white;
  letter-spacing: 0.1em;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: opacity 0.3s ease;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .audio-time-link:hover, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .audio-time-link:hover {
  opacity: 0.7;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption {
  padding-top: 6px;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption, body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption p, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption p {
  font-size: 16px;
  line-height: 22px;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a:before, body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a:after, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a:before, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption p:not(:last-child), body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="discussion-points"] .item .caption p:not(:last-child) {
  margin-bottom: 22px;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"], body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] {
  border-top: 2px solid #F4F4F2;
  padding-top: 50px;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p {
  font-size: 16px;
  line-height: 30px;
  font-family: 'Tiempos Text Regular';
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a:before, body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a:after, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a:before, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p a:after {
  text-shadow: none;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p strong, body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p strong {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
}
body.single-podcasts section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p:not(:last-child), body.single-podcast section.content .container .content .discussion-transcript .tab-section[data-section="transcript"] p:not(:last-child) {
  margin-bottom: 22px;
}
body.single-podcasts section.content .container .content .categories, body.single-podcast section.content .container .content .categories {
  display: flex;
  flex-flow: row wrap;
  border-top: 2px solid #F4F4F2;
  padding-top: 48px;
}
@media (max-width: 1150px) {
  body.single-podcasts section.content .container .content .categories, body.single-podcast section.content .container .content .categories {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  body.single-podcasts section.content .container .content .categories, body.single-podcast section.content .container .content .categories {
    padding-top: 48px;
  }
}
body.single-podcasts section.content .container .content .categories .term, body.single-podcast section.content .container .content .categories .term {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 4px 0 14px;
  background-color: #928E8A;
  margin-right: 26px;
  margin-bottom: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  transition: background 0.35s ease;
  transition: background-image 0.35s ease;
}
body.single-podcasts section.content .container .content .categories .term .label, body.single-podcast section.content .container .content .categories .term .label {
  color: white;
  transform: translateY(3px);
}
body.single-podcasts section.content .container .content .categories .term::after, body.single-podcast section.content .container .content .categories .term::after {
  content: '';
  background-image: url('images/icons/category-end.svg');
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: -19px;
}
body.single-podcasts section.content .container .content .categories .term:hover, body.single-podcast section.content .container .content .categories .term:hover {
  cursor: pointer;
  background-color: #3A3634;
}
body.single-podcasts section.content .container .content .categories .term:hover::after, body.single-podcast section.content .container .content .categories .term:hover::after {
  background-image: url('images/icons/category-end-dark.svg');
}
body.single-podcasts .tablet-sponsor, body.single-podcast .tablet-sponsor {
  display: none !important;
  margin-bottom: 50px;
}
body.single-podcasts .tablet-sponsor .content, body.single-podcast .tablet-sponsor .content {
  flex: 1 !important;
}
body.single-podcasts .tablet-sponsor .content .breakout-box, body.single-podcast .tablet-sponsor .content .breakout-box {
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-podcasts .tablet-sponsor, body.single-podcast .tablet-sponsor {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  body.single-podcasts .tablet-sponsor, body.single-podcast .tablet-sponsor {
    display: none !important;
  }
}
body.single-podcasts .mobile-sponsor, body.single-podcast .mobile-sponsor {
  display: none;
  padding-bottom: 64px;
}
body.single-podcasts .mobile-sponsor .breakout-box, body.single-podcast .mobile-sponsor .breakout-box {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.single-podcasts .mobile-sponsor, body.single-podcast .mobile-sponsor {
    display: flex;
  }
}
body.single-podcasts .mobile-medrec, body.single-podcast .mobile-medrec {
  display: none;
  padding-bottom: 64px;
}
body.single-podcasts .mobile-medrec .ad, body.single-podcast .mobile-medrec .ad {
  height: 250px;
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  body.single-podcasts .mobile-medrec, body.single-podcast .mobile-medrec {
    display: flex;
  }
}
body.page-template-shop-home section.shop-hero {
  position: relative;
  height: 500px;
  width: 100%;
}
body.page-template-shop-home section.shop-hero .bg-image {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
body.page-template-shop-home section.shop-hero .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  z-index: 2;
  position: relative;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box {
  padding: 44px;
  padding-bottom: 22px;
  display: flex;
  flex-direction: column;
  background-color: rgba(58, 54, 52, 0.75);
  border-radius: 4px;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box h1 {
  color: white;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 32px;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button {
  width: 160px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  background-color: #D1232A;
  color: white;
  margin-bottom: 22px;
  font-size: 18px;
  line-height: 22px;
  padding-top: 6px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  transition: all 0.25s ease;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button:not(:last-child) {
  margin-right: 30px;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button.renew {
  background-color: #928E8A;
}
body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button:hover {
  background-color: #AE2327;
  opacity: 1;
}
@media (max-width: 768px) {
  body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button {
    margin-right: 0;
    width: 100%;
    flex: 1 0 auto;
  }
  body.page-template-shop-home section.shop-hero .container .subscribe-box .buttons .button:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  body.page-template-shop-home section.shop-hero {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
body.page-template-subscribe section.subscribe {
  border-top: 2px solid #F4F4F2;
}
body.page-template-subscribe section.subscribe .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 128px;
  flex: 1 0 auto;
}
@media (max-width: 1150px) {
  body.page-template-subscribe section.subscribe .container {
    padding-top: 48px;
    padding-bottom: 64px;
  }
}
body.page-template-subscribe section.subscribe .container h1 {
  color: #3A3634;
  font-size: 40px;
  line-height: 43px;
  text-align: center;
  margin-bottom: 32px;
}
@media (max-width: 1150px) {
  body.page-template-subscribe section.subscribe .container h1 {
    font-size: 36px;
    margin-bottom: 0;
  }
}
body.page-template-subscribe section.subscribe .container .content {
  display: flex;
  padding-top: 64px;
  flex: 1 0 auto;
}
body.page-template-subscribe section.subscribe .container .content .hero-image {
  display: flex;
  flex: 1 1 50%;
  margin-right: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-position: top center;
}
@media (max-width: 1150px) {
  body.page-template-subscribe section.subscribe .container .content {
    display: block;
    padding-top: 48px;
    flex-direction: column !important;
  }
  body.page-template-subscribe section.subscribe .container .content .hero-image {
    height: 300px;
    width: 100%;
    margin-right: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  body.page-template-subscribe section.subscribe .container .content .info {
    padding-top: 48px;
    max-width: 500px;
  }
}
body.page-template-subscribe section.subscribe .container .content .info {
  flex: 1 0 50%;
}
body.page-template-subscribe section.subscribe .container .content .info .description p:not(:last-child) {
  margin-bottom: 24px;
}
body.page-template-subscribe section.subscribe .container .content .info .description strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.page-template-subscribe section.subscribe .container .content .info p.choose {
  margin-top: 35px;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 22px;
  color: #9C9894;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe .container .content .info p.choose {
    text-align: center;
    margin-top: 48px;
  }
}
body.page-template-subscribe section.subscribe .container .content .info fieldset {
  display: none;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart {
  display: flex;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .value {
  width: 256px;
  padding-bottom: 10px;
  margin-right: 32px;
  position: relative;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .value select {
  width: 100%;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 45px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 18px;
  color: #928E8A;
  z-index: 1;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .value::before {
  background-image: url('images/icons/arrow-grey-down.svg');
  width: 10px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 20px;
  content: '';
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 42px;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .button .label {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.page-template-subscribe section.subscribe .container .content .info form.cart .button:hover {
  opacity: 1;
  background-color: black;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe .container .content .info form.cart {
    flex-direction: column;
    align-items: center;
  }
  body.page-template-subscribe section.subscribe .container .content .info form.cart .value {
    margin-right: 0 !important;
  }
  body.page-template-subscribe section.subscribe .container .content .info form.cart .button {
    margin-top: 24px;
  }
}
body.page-template-subscribe section.subscribe .container .content .info .upsell {
  display: flex;
  max-width: 256px;
  margin-top: 32px;
}
@media (max-width: 768px) {
  body.page-template-subscribe section.subscribe .container .content .info .upsell {
    max-width: none;
  }
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox {
  /* Prepare the label */
  /* If "checked" */
  transform: translateY(4px);
  flex: 0 1 32px;
  margin-right: 5px;
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:not(:checked), body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:not(:checked) + label, body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:not(:checked) + label:before, body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: -3px;
  border: 1px solid #C6C5C4;
  height: 14px;
  width: 14px;
  background: white;
  border-radius: 3px;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:not(:checked) + label:after, body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked + label:after {
  content: ' ';
  background-image: url('images/icons/checkbox-check.svg');
  position: absolute;
  top: 0px;
  left: 4px;
  font-size: 14px;
  width: 9px;
  height: 9px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s;
  /* animation incoming :p */
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  /* invisible */
  transform: scale(0);
  /* scaled down to 0 */
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked + label:before {
  background-color: #928E8A;
  border: 1px solid #928E8A;
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .checkbox [type="checkbox"]:checked + label:after {
  opacity: 1;
  /* visible */
}
body.page-template-subscribe section.subscribe .container .content .info .upsell .upsell-text p {
  font-size: 16px;
  line-height: 22px;
  color: #9C9894;
}
body.single-events section.header {
  border-top: 2px solid #F4F4F2;
}
body.single-events section.header .container {
  padding-top: 84px;
  display: flex;
  display: flex;
}
body.single-events section.header .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-events section.header .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-events section.header .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-events section.header .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-events section.header .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-events section.header .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-events section.header .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-events section.header .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-events section.header .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-events section.header .container ul, body.single-events section.header .container ol {
  margin-top: -10px;
}
body.single-events section.header .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-events section.header .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-events section.header .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.header .container[data-type~="text"] .content a:before, body.single-events section.header .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-events section.header .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-events section.header .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.header .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.header .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-events section.header .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-events section.header .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-events section.header .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.header .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.header .container[data-type~="video"] .video_container iframe, body.single-events section.header .container[data-type~="video"] .video_container object, body.single-events section.header .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.header .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-events section.header .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-events section.header .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-events section.header .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-events section.header .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-events section.header .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-events section.header .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-events section.header .container[data-type~="image"] .content .caption p, body.single-events section.header .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-events section.header .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-events section.header .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-events section.header .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-events section.header .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-events section.header .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.header .container[data-type~="video"] .video_container iframe, body.single-events section.header .container[data-type~="video"] .video_container object, body.single-events section.header .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.header .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-events section.header .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-events section.header .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-events section.header .container[data-type~="table"] .table .item .title a, body.single-events section.header .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.header .container[data-type~="table"] .table .item .title a:before, body.single-events section.header .container[data-type~="table"] .table .item .title a:after, body.single-events section.header .container[data-type~="table"] .table .item .description a:before, body.single-events section.header .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-events section.header .container[data-type~="table"] .table .item .title a:hover, body.single-events section.header .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-events section.header .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-events section.header .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-events section.header .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-events section.header .container {
    flex-direction: column;
  }
  body.single-events section.header .container .content {
    flex: 0;
  }
  body.single-events section.header .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-events section.header .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-events section.header .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-events section.header .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-events section.header .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-events section.header .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-events section.header .container .content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body.single-events section.header .container .content .meta {
  display: flex;
  margin-bottom: 34px;
}
body.single-events section.header .container .content .meta h6, body.single-events section.header .container .content .meta body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories body.single-events section.header .container .content .meta a, body.single-events section.header .container .content .meta body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr body.single-events section.header .container .content .meta th, body.single-events section.header .container .content .meta body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu body.single-events section.header .container .content .meta a, body.single-events section.header .container .content .meta body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu body.single-events section.header .container .content .meta a {
  color: #00AB68;
}
body.single-events section.header .container .content .meta h6:not(:last-child) {
  margin-right: 20px;
}
body.single-events section.header .container .content .meta .status-indicator {
  display: flex;
  padding: 3.5px 8px 0px;
  border-radius: 4px;
  letter-spacing: 0.1em;
  box-sizing: border-box;
  padding-top: 5px;
  font-family: 'Founders Grotesk Medium';
  font-size: 12px;
  line-height: 19px;
  color: white;
  text-transform: uppercase;
  background-color: #928E8A;
  transform: translateY(-5px);
}
body.single-events section.header .container .content .meta .status-indicator.low-stock {
  background-color: #FFA215;
}
body.single-events section.header .container .content .meta .status-indicator.out-of-stock {
  background-color: #FFA215;
}
body.single-events section.header .container .content .meta .status-indicator.selling-fast {
  background-color: #00AB68;
}
@media (max-width: 1150px) {
  body.single-events section.header {
    flex-direction: row;
    padding-top: 20px;
  }
  body.single-events section.header .content {
    flex: 1 0 500px;
    max-width: 100%;
  }
  body.single-events section.header .gutter {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-events section.header {
    padding-bottom: 0;
  }
  body.single-events section.header .container {
    padding-top: 0;
  }
  body.single-events section.header .container .content {
    flex: 1 0 auto;
  }
  body.single-events section.header .container .content .meta {
    margin-bottom: 24px;
  }
  body.single-events section.header .container .content h2, body.single-events section.header .container .content h2 p, body.single-events section.header .container .content h2 a, body.single-events section.header .container .content .kicker, body.single-events section.header .container .content .kicker p, body.single-events section.header .container .content .kicker a {
    font-size: 18px;
    line-height: 26px;
  }
  body.single-events section.header .container .content .kicker {
    margin-bottom: 32px;
  }
  body.single-events section.header .container .content .author {
    margin-bottom: 32px;
  }
}
body.single-events section.pass-it-on {
  padding: 24px 0 50px 0;
  margin-top: 0;
}
body.single-events section.tickets .container {
  display: flex;
  display: flex;
}
body.single-events section.tickets .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-events section.tickets .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-events section.tickets .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-events section.tickets .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-events section.tickets .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-events section.tickets .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-events section.tickets .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-events section.tickets .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-events section.tickets .container ul, body.single-events section.tickets .container ol {
  margin-top: -10px;
}
body.single-events section.tickets .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-events section.tickets .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-events section.tickets .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.tickets .container[data-type~="text"] .content a:before, body.single-events section.tickets .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-events section.tickets .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-events section.tickets .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.tickets .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.tickets .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-events section.tickets .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-events section.tickets .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-events section.tickets .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.tickets .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.tickets .container[data-type~="video"] .video_container iframe, body.single-events section.tickets .container[data-type~="video"] .video_container object, body.single-events section.tickets .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.tickets .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-events section.tickets .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-events section.tickets .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-events section.tickets .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-events section.tickets .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-events section.tickets .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-events section.tickets .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-events section.tickets .container[data-type~="image"] .content .caption p, body.single-events section.tickets .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-events section.tickets .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-events section.tickets .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-events section.tickets .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-events section.tickets .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.tickets .container[data-type~="video"] .video_container iframe, body.single-events section.tickets .container[data-type~="video"] .video_container object, body.single-events section.tickets .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.tickets .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-events section.tickets .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-events section.tickets .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-events section.tickets .container[data-type~="table"] .table .item .title a, body.single-events section.tickets .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.tickets .container[data-type~="table"] .table .item .title a:before, body.single-events section.tickets .container[data-type~="table"] .table .item .title a:after, body.single-events section.tickets .container[data-type~="table"] .table .item .description a:before, body.single-events section.tickets .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-events section.tickets .container[data-type~="table"] .table .item .title a:hover, body.single-events section.tickets .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-events section.tickets .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-events section.tickets .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-events section.tickets .container {
    flex-direction: column;
  }
  body.single-events section.tickets .container .content {
    flex: 0;
  }
  body.single-events section.tickets .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-events section.tickets .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-events section.tickets .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-events section.tickets .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-events section.tickets .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-events section.tickets .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-events section.tickets .container .meta {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #F4F4F2;
  padding-top: 24px;
  padding-bottom: 22px;
}
body.single-events section.tickets .container .meta .item {
  display: flex;
  justify-content: space-between;
}
body.single-events section.tickets .container .meta .item .label {
  display: flex;
  flex-direction: column;
}
body.single-events section.tickets .container .meta .item .label h2 {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-size: normal;
}
body.single-events section.tickets .container .meta .item .label .value {
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  width: 190px;
  height: 45px;
  padding-right: 20px;
  padding-left: 13px;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .icon {
  background-image: url('images/icons/calender-add.svg');
  width: 15px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 14px;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .label {
  display: block;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 16px;
  line-height: 22px;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button::before {
  background-image: url('images/icons/arrow-white-down.svg');
  width: 10px;
  height: 6px;
  position: absolute;
  right: 15px;
  top: 20px;
  content: '';
  z-index: 2;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  transform: translateY(100%);
  border-left: 1px solid #F4F4F2;
  border-right: 1px solid #F4F4F2;
  border-bottom: 1px solid #F4F4F2;
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-top: 2px;
  background-color: white;
  pointer-events: none;
  opacity: 0;
  transition: 0.25s ease;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .dropdown a {
  height: 48px;
  display: flex;
  align-items: center;
  padding: 3px 13px 0;
  box-sizing: border-box;
  transition: color 0.25s ease;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .dropdown a:not(:first-child) {
  border-top: 1px solid #F4F4F2;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button .dropdown a:hover {
  color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button:hover {
  opacity: 1;
}
body.single-events section.tickets .container .meta .item .add-to-calendar .button:hover .dropdown {
  opacity: 1;
  pointer-events: all;
}
body.single-events section.tickets .container .meta .item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body.single-events section.tickets .container .meta .item.where {
    display: flex;
    flex-direction: column;
  }
  body.single-events section.tickets .container .meta .item.where .add-to-calendar {
    padding-top: 10px;
  }
}
body.single-events section.tickets .container .meta.tickets {
  border-bottom: 2px solid #F4F4F2;
  padding-bottom: 28px;
}
body.single-events section.tickets .container .meta.tickets h2 {
  margin-bottom: 28px;
}
body.single-events section.tickets .container .meta.tickets .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 42px;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.tickets .container .meta.tickets .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
body.single-events section.tickets .container .meta.tickets form {
  display: flex;
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.tickets .container .meta.tickets form:not(:last-child) {
  margin-bottom: 20px;
}
body.single-events section.tickets .container .meta.tickets form .ticket-description {
  flex: 3;
}
body.single-events section.tickets .container .meta.tickets form .ticket-price, body.single-events section.tickets .container .meta.tickets form .quantity, body.single-events section.tickets .container .meta.tickets form .button {
  flex: 1;
}
body.single-events section.tickets .container .meta.tickets form .quantity input {
  width: 50px;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 45px;
  box-sizing: border-box;
  padding-top: 8px;
  padding-left: 14px;
  font-size: 18px;
  color: black;
  z-index: 1;
  border-radius: 4px;
}
body.single-events section.tickets .container .meta.tickets form .quantity input:focus {
  outline: none;
}
body.single-events section.tickets .container .meta.tickets form .button {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 42px;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.tickets .container .meta.tickets form .button .label {
  display: block;
  margin: 0 auto;
  padding-top: 6px;
  text-align: center;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.tickets .container .meta.tickets form .button:hover {
  opacity: 1;
  background-color: #AE2327;
}
@media (max-width: 1150px) {
  body.single-events section.tickets .container .meta.tickets form .ticket-description {
    flex: 3;
  }
  body.single-events section.tickets .container .meta.tickets form .ticket-price, body.single-events section.tickets .container .meta.tickets form .quantity, body.single-events section.tickets .container .meta.tickets form .button {
    flex: 1;
  }
}
@media (max-width: 768px) {
  body.single-events section.tickets .container .meta.tickets form {
    flex-flow: row wrap;
  }
  body.single-events section.tickets .container .meta.tickets form .ticket-description, body.single-events section.tickets .container .meta.tickets form .ticket-price, body.single-events section.tickets .container .meta.tickets form .quantity, body.single-events section.tickets .container .meta.tickets form .button {
    margin-bottom: 8px;
  }
  body.single-events section.tickets .container .meta.tickets form .ticket-description, body.single-events section.tickets .container .meta.tickets form .ticket-price {
    flex: 1 0 50%;
  }
}
body.single-events section.tickets .container .meta.tickets.external {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.single-events section.tickets .container .meta.tickets.external h2 {
  margin-right: auto;
  margin-bottom: 0;
  transform: translateY(10px);
}
body.single-events section.blocks .container .block {
  display: flex;
  display: flex;
}
body.single-events section.blocks .container .block .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-events section.blocks .container .block .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-events section.blocks .container .block .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-events section.blocks .container .block .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-events section.blocks .container .block .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-events section.blocks .container .block .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-events section.blocks .container .block .gutter {
    flex: 1 0 300px;
  }
}
body.single-events section.blocks .container .block ul, body.single-events section.blocks .container .block ol {
  margin-top: -10px;
}
body.single-events section.blocks .container .block {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-events section.blocks .container .block[data-type~="text"] {
  padding-bottom: 0;
}
body.single-events section.blocks .container .block[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.blocks .container .block[data-type~="text"] .content a:before, body.single-events section.blocks .container .block[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-events section.blocks .container .block[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-events section.blocks .container .block[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.blocks .container .block[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.blocks .container .block[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-events section.blocks .container .block[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-events section.blocks .container .block[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-events section.blocks .container .block[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.blocks .container .block[data-type~="video"] .video_container iframe, body.single-events section.blocks .container .block[data-type~="video"] .video_container object, body.single-events section.blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3, body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.blocks .container .block[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-events section.blocks .container .block[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-events section.blocks .container .block[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-events section.blocks .container .block[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-events section.blocks .container .block[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-events section.blocks .container .block[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-events section.blocks .container .block[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-events section.blocks .container .block[data-type~="image"] .content .caption p, body.single-events section.blocks .container .block[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-events section.blocks .container .block[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-events section.blocks .container .block[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-events section.blocks .container .block[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-events section.blocks .container .block[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.blocks .container .block[data-type~="video"] .video_container iframe, body.single-events section.blocks .container .block[data-type~="video"] .video_container object, body.single-events section.blocks .container .block[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.blocks .container .block[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item .title a, body.single-events section.blocks .container .block[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item .title a:before, body.single-events section.blocks .container .block[data-type~="table"] .table .item .title a:after, body.single-events section.blocks .container .block[data-type~="table"] .table .item .description a:before, body.single-events section.blocks .container .block[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item .title a:hover, body.single-events section.blocks .container .block[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-events section.blocks .container .block[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block[data-type~="table"] .table {
    align-items: center;
  }
  body.single-events section.blocks .container .block[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-events section.blocks .container .block {
    flex-direction: column;
  }
  body.single-events section.blocks .container .block .content {
    flex: 0;
  }
  body.single-events section.blocks .container .block .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-events section.blocks .container .block .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-events section.blocks .container .block .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-events section.blocks .container .block .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-events section.blocks .container .block .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-events section.blocks .container .block[data-type="text"] a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
body.single-events section.blocks .container .block[data-type="text"] a:before, body.single-events section.blocks .container .block[data-type="text"] a:after {
  text-shadow: none;
}
body.single-events section.blocks .container .block[data-type="image"] {
  margin-top: 48px;
  padding-bottom: 42px;
}
body.single-events section.blocks .container .block[data-type="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: auto;
  width: 100%;
  background-size: contain;
}
body.single-events section.blocks .container .block[data-type="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-events section.blocks .container .block[data-type="image"] .content a.img::after {
  display: none;
}
@media (max-width: 1150px) {
  body.single-events section.blocks .container .block[data-type="image"] .content a.img {
    height: 227px;
  }
  body.single-events section.blocks .container .block[data-type="image"] .content a.img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  body.single-events section.blocks .container .block[data-type="image"] .content a.img {
    height: auto;
  }
}
@media (max-width: 468px) {
  body.single-events section.blocks .container .block[data-type="image"] .content a.img {
    height: auto;
  }
}
body.single-events section.map .container {
  display: flex;
  display: flex;
  padding-bottom: 44px;
}
body.single-events section.map .container .content {
  flex: 0 1 724px;
  padding-left: 145px;
}
body.single-events section.map .container .content p:not(:last-child) {
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  body.single-events section.map .container .content p:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  body.single-events section.map .container .content {
    padding-left: 60px;
  }
}
@media (max-width: 1150px) {
  body.single-events section.map .container .content {
    padding-right: 120px;
  }
}
@media (max-width: 768px) {
  body.single-events section.map .container .content {
    padding-left: 0;
    padding-right: 0;
  }
}
body.single-events section.map .container .gutter {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 0 1 450px;
  padding-left: 75px;
  position: relative;
}
body.single-events section.map .container .gutter .wrapper {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (max-width: 1280px) {
  body.single-events section.map .container .gutter {
    flex: 1 0 300px;
  }
}
body.single-events section.map .container ul, body.single-events section.map .container ol {
  margin-top: -10px;
}
body.single-events section.map .container {
  margin-top: 32px;
  padding-bottom: 22px;
}
body.single-events section.map .container[data-type~="text"] {
  padding-bottom: 0;
}
body.single-events section.map .container[data-type~="text"] .content a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.map .container[data-type~="text"] .content a:before, body.single-events section.map .container[data-type~="text"] .content a:after {
  text-shadow: none;
}
body.single-events section.map .container[data-type~="text"] .content a:hover {
  color: #D1232A;
}
body.single-events section.map .container[data-type~="text"] .content strong {
  font-weight: normal;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.map .container[data-type~="text"] .content p {
  font-family: 'Founders Grotesk Regular';
  font-size: 20px;
  line-height: 30px;
}
body.single-events section.map .container[data-type~="text"] .content p.question {
  margin-top: 40px;
}
body.single-events section.map .container[data-type~="text"].dropcap .content p:first-child:first-letter {
  float: left;
  font-family: 'Founders Grotesk Medium';
  font-size: 70px;
  line-height: 0px;
  padding-top: 40px;
  padding-right: 10px;
  padding-left: 3px;
}
body.single-events section.map .container[data-type~="heading"] {
  margin-bottom: -8px;
  padding-bottom: 0;
}
body.single-events section.map .container[data-type~="heading"] .content {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
}
body.single-events section.map .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.map .container[data-type~="video"] .video_container iframe, body.single-events section.map .container[data-type~="video"] .video_container object, body.single-events section.map .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #F4F4F2;
  border-top: 1px solid #F4F4F2;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper h3, body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  color: #2D5AC0;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper h3 {
  font-family: 'Tiempos Headline Bold';
  font-size: 16px;
  line-height: 24px;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper h4 {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}
@media (max-width: 768px) {
  body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper h4 {
    margin-top: 2px;
  }
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
  display: flex;
  flex-direction: row;
  margin-left: auto;
  max-width: 526px;
}
@media (max-width: 768px) {
  body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form {
    margin-top: 16px;
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
    margin-bottom: 16px;
  }
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'], body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  border-radius: 5px;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email'] {
  flex: 1 0 auto;
  max-width: 416px;
  height: 40px;
  margin-right: 12px;
  box-sizing: border-box;
  padding-top: 4px;
  padding-left: 15px;
  border: none;
  background-color: #F4F4F2;
  font-family: 'Tiempos Text Regular';
  font-size: 16px;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form input[type='email']::placeholder {
  color: #928E8A;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit'] {
  background-color: #2D5AC0;
  box-shadow: none;
  border: none;
  width: 110px;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  cursor: pointer;
  transition: all 0.25s ease;
}
body.single-events section.map .container[data-type~="newsletter_signup"] .content .wrapper .cm-form form button[type='submit']:hover {
  opacity: 1;
  background-color: #F4F4F2;
}
body.single-events section.map .container[data-type~="image"] {
  margin-top: 48px;
  padding-bottom: 20px;
}
body.single-events section.map .container[data-type~="image"] .content a.img {
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
  width: 100%;
}
body.single-events section.map .container[data-type~="image"] .content a.img img {
  width: 100%;
  height: auto;
}
body.single-events section.map .container[data-type~="image"] .content a.img::after {
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url('images/icons/lightbox-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transition: opacity 0.25s ease;
}
body.single-events section.map .container[data-type~="image"] .content a.img:hover::after {
  opacity: 1;
}
body.single-events section.map .container[data-type~="image"] .content .caption {
  margin-top: 24px;
}
body.single-events section.map .container[data-type~="image"] .content .caption p, body.single-events section.map .container[data-type~="image"] .content .caption a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
body.single-events section.map .container[data-type~="image"] .content .caption p {
  margin-bottom: 0;
}
body.single-events section.map .container[data-type~="image"] .content .caption a {
  position: relative;
}
body.single-events section.map .container[data-type~="image"] .content .caption a::after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #928E8A;
}
@media (max-width: 768px) {
  body.single-events section.map .container[data-type~="image"] .content .caption {
    margin-bottom: 25px;
  }
}
body.single-events section.map .container[data-type~="video"] .video_container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
body.single-events section.map .container[data-type~="video"] .video_container iframe, body.single-events section.map .container[data-type~="video"] .video_container object, body.single-events section.map .container[data-type~="video"] .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.single-events section.map .container[data-type~="table"] .table {
  display: flex;
  flex-flow: row wrap;
}
body.single-events section.map .container[data-type~="table"] .table .item {
  flex: 0 1 33.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 32px;
  padding: 0 16px;
  box-sizing: border-box;
}
body.single-events section.map .container[data-type~="table"] .table .item .image {
  height: 180px;
  width: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
}
body.single-events section.map .container[data-type~="table"] .table .item .title a, body.single-events section.map .container[data-type~="table"] .table .item .description a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-events section.map .container[data-type~="table"] .table .item .title a:before, body.single-events section.map .container[data-type~="table"] .table .item .title a:after, body.single-events section.map .container[data-type~="table"] .table .item .description a:before, body.single-events section.map .container[data-type~="table"] .table .item .description a:after {
  text-shadow: none;
}
body.single-events section.map .container[data-type~="table"] .table .item .title a:hover, body.single-events section.map .container[data-type~="table"] .table .item .description a:hover {
  color: #D1232A;
}
body.single-events section.map .container[data-type~="table"] .table .item .title {
  padding-top: 16px;
}
@media (max-width: 768px) {
  body.single-events section.map .container[data-type~="table"] .table {
    align-items: center;
  }
  body.single-events section.map .container[data-type~="table"] .table .item {
    flex: 1 0 100%;
  }
}
@media (max-width: 1150px) {
  body.single-events section.map .container {
    flex-direction: column;
  }
  body.single-events section.map .container .content {
    flex: 0;
  }
  body.single-events section.map .container .gutter {
    flex: 1 0 auto;
    align-items: flex-start;
    padding-left: 0;
  }
  body.single-events section.map .container .gutter .wrapper {
    position: inherit;
    width: 100%;
  }
  body.single-events section.map .container .gutter .wrapper .breakout-box {
    margin-top: 40px;
    padding: 0 60px;
  }
  body.single-events section.map .container .gutter .breakout-box[data-type="sponsored_post"] {
    display: none;
  }
  body.single-events section.map .container .gutter .breakout-box[data-type="issue_box"] {
    display: none;
  }
}
@media (max-width: 768px) {
  body.single-events section.map .container .gutter .wrapper .breakout-box {
    padding: 0;
  }
}
body.single-events section.map .container .content .acf-map {
  width: 100%;
  height: 360px;
}
@media (max-width: 768px) {
  body.single-events section.map .container .content .acf-map {
    height: 280px;
    margin-bottom: -5px;
  }
}
body.single-events section.map .container .content .get-directions {
  font-size: 14px;
  line-height: 24px;
  color: #928E8A;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  margin-top: 20px;
  display: inline-block;
}
body.single-events section.map .container .content .get-directions:before, body.single-events section.map .container .content .get-directions:after {
  text-shadow: none;
}
body.single-events section.newsletter-signup {
  margin-top: 90px;
}
@media (max-width: 1150px) {
  body.single-events section.newsletter-signup {
    margin-top: 30px;
  }
}
body.single-events .tablet-sponsor {
  display: none !important;
  margin-bottom: 50px;
}
body.single-events .tablet-sponsor .content {
  flex: 1 !important;
}
body.single-events .tablet-sponsor .content .breakout-box {
  width: 100%;
  max-width: none;
}
@media (max-width: 1150px) {
  body.single-events .tablet-sponsor {
    display: flex !important;
  }
}
@media (max-width: 768px) {
  body.single-events .tablet-sponsor {
    display: none !important;
  }
}
body.single-events .mobile-sponsor {
  display: none;
  padding-bottom: 64px;
}
body.single-events .mobile-sponsor .breakout-box {
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.single-events .mobile-sponsor {
    display: flex;
  }
}
body.single-events .mobile-medrec {
  display: none;
  padding-bottom: 64px;
}
body.single-events .mobile-medrec .ad {
  height: 250px;
  width: 300px;
  position: relative;
}
@media (max-width: 768px) {
  body.single-events .mobile-medrec {
    display: flex;
  }
}
body.single-people .header-static-wrapper {
  border-bottom: none;
}
body.single-people section.header {
  background-color: #3A3634;
  padding: 64px 0 52px;
}
body.single-people section.header h1 {
  font-size: 32px;
  line-height: 36px;
  color: #9C9894;
  font-family: 'Founders Grotesk Regular';
  font-weight: normal;
  text-align: center;
}
body.single-people section.header h1 span {
  color: white;
  font-family: 'Founders Grotesk Medium';
  margin-left: 2px;
}
body.single-people section.person-info {
  background-color: white;
}
body.single-people section.person-info .container {
  box-sizing: border-box;
  display: flex;
  padding: 60px 32px;
  justify-content: center;
}
body.single-people section.person-info .container .hero-image {
  flex: 1 0 50%;
  justify-content: center;
  display: flex;
}
body.single-people section.person-info .container .hero-image .img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.single-people section.person-info .container .info {
  flex: 1 0 50%;
  max-width: 600px;
}
body.single-people section.person-info .container .info .one-line-bio {
  font-family: 'Founders Grotesk Semibold';
  color: #928E8A;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 24px;
}
body.single-people section.person-info .container .info .biography a {
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  transition: color 0.25s ease;
}
body.single-people section.person-info .container .info .biography a:before, body.single-people section.person-info .container .info .biography a:after {
  text-shadow: none;
}
body.single-people section.person-info .container .info .biography a:hover {
  color: #D1232A;
}
body.single-people section.person-info .container .info .biography p {
  font-size: 18px;
  line-height: 24px;
}
body.single-people section.person-info .container .info .biography p:not(:last-child) {
  margin-bottom: 24px;
}
body.single-people section.person-info .container .info .social {
  display: flex;
  align-items: center;
}
body.single-people section.person-info .container .info .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.5;
  margin-top: 25px;
}
body.single-people section.person-info .container .info .social .icon:hover {
  opacity: 1;
}
body.single-people section.person-info .container .info .social .icon:not(:last-child) {
  margin-right: 10px;
}
body.single-people section.person-info .container .info .social .icon.facebook {
  width: 10px;
  height: 13px;
}
body.single-people section.person-info .container .info .social .icon.twitter {
  width: 15px;
  height: 14px;
}
body.single-people section.person-info .container .info .social .icon.email {
  width: 15px;
  height: 12px;
}
body.single-people section.person-info .container .info .social .icon.instagram {
  width: 15px;
  height: 16px;
}
@media (max-width: 1150px) {
  body.single-people section.person-info .container {
    flex-direction: column;
  }
  body.single-people section.person-info .container .hero-image {
    margin-bottom: 48px;
  }
  body.single-people section.person-info .container .info, body.single-people section.person-info .container .hero-image {
    flex: 1 0 auto;
  }
}
body.search .header-static-wrapper {
  border-bottom: none;
}
body.search section.header {
  background-color: #3A3634;
  padding: 64px 0 52px;
}
body.search section.header .container {
  box-sizing: border-box;
  position: relative;
}
body.search section.header .container h1 {
  font-size: 32px;
  line-height: 36px;
  color: #9C9894;
  font-family: 'Founders Grotesk Regular';
  font-weight: normal;
  text-align: center;
}
body.search section.header .container h1 span {
  color: white;
  font-family: 'Founders Grotesk Medium';
  margin-left: 2px;
}
body.search section.header .container .search-icon {
  background-image: url('images/icons/header-search.svg');
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: translateY(-1px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.tax-inspire section.header {
  background-color: #F4F4F2;
  padding: 60px 0 48px;
}
body.tax-inspire section.header .container {
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.tax-inspire section.header .container .icon {
  width: 160px;
  height: 160px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.tax-inspire section.header .container .info {
  transform: translateY(-25px);
}
body.tax-inspire section.header .container .info h2 {
  font-size: 36px;
  line-height: 32px;
  color: #9C9894;
  font-family: 'Founders Grotesk Medium';
  color: #3A3634;
  text-align: center;
}
body.tax-inspire section.header .container .info h2.term {
  color: #D1232A;
}
body.tax-inspire section.header .container .stamp {
  width: 180px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transform: scale(1.2) translateX(-10%);
}
@media (max-width: 1150px) {
  body.tax-inspire section.header .container {
    flex-direction: column;
  }
  body.tax-inspire section.header .container .icon {
    width: 100px;
    height: 100px;
  }
  body.tax-inspire section.header .container .info {
    margin: 35px 0;
    font-size: 28px;
    line-height: 28px;
    transform: none;
  }
  body.tax-inspire section.header .container .stamp {
    width: 200px;
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    transform: none;
    margin-bottom: 24px;
  }
}
body.tax-inspire section.listing {
  background-color: #f9f9f9;
}
body.tax-inspire section.listing .container .posts-listing {
  margin: 0 auto;
  margin-top: -100px;
  max-width: 864px;
  width: calc(100% + 30px);
  overflow-x: hidden;
  padding-left: 30px;
}
@media (max-width: 1150px) {
  body.tax-inspire section.listing .container .posts-listing {
    padding-left: calc(30px / 2);
  }
}
@media (max-width: 768px) {
  body.tax-inspire section.listing .container .posts-listing {
    margin-top: 0px;
  }
}
@media (max-width: 600px) {
  body.tax-inspire section.listing .container .posts-listing {
    width: auto;
    padding-left: 0;
  }
}
body.tax-inspire section.listing .container .posts-listing .item {
  flex: 0 1 calc(50% - 60px);
  margin-right: calc(60px);
}
@media (max-width: 600px) {
  body.tax-inspire section.listing .container .posts-listing .item {
    flex: 0 0 100%;
    border: none;
    margin-bottom: 20px;
  }
}
body.tax-dumbo_categories .header-static-wrapper {
  border-bottom: none;
}
body.tax-dumbo_categories section.header {
  background-color: #3A3634;
  padding: 64px 0 52px;
}
body.tax-dumbo_categories section.header .container {
  box-sizing: border-box;
  position: relative;
}
body.tax-dumbo_categories section.header .container h1 {
  font-size: 32px;
  line-height: 36px;
  color: #9C9894;
  font-family: 'Founders Grotesk Regular';
  font-weight: normal;
  text-align: center;
}
body.tax-dumbo_categories section.header .container h1 span {
  color: white;
  font-family: 'Founders Grotesk Medium';
  margin-left: 2px;
}
body.page-template-about section.header, body.page-template-signup section.header {
  border-top: 2px solid #F4F4F2;
}
body.page-template-about section.content-blocks .container, body.page-template-signup section.content-blocks .container {
  margin-top: 0 !important;
}
body.page-template-about section.pass-it-on, body.page-template-signup section.pass-it-on {
  margin-top: 40px;
  margin-bottom: 80px;
}
section.fourohfour {
  border-top: 2px solid #F4F4F2;
}
section.fourohfour .container {
  padding: 128px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.fourohfour .container h1 {
  text-align: center;
  font-size: 32px;
}
section.fourohfour .container p {
  text-align: center;
  max-width: 720px;
  margin-top: 48px;
}
section.fourohfour .container p a {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
section.fourohfour .container p a:before, section.fourohfour .container p a:after {
  text-shadow: none;
}
section.fourohfour .container p a:hover {
  color: #D1232A;
}
.breakout-box {
  max-width: 300px;
  background-color: #F4F4F2;
  box-sizing: border-box;
}
.breakout-box:not(:last-child) {
  margin-bottom: 75px;
}
.breakout-box .post {
  width: 300px;
  display: flex;
  flex-direction: column;
}
.breakout-box .post .hero-image {
  height: 200px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.breakout-box .post .hero-image.placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breakout-box .post .hero-image.placeholder svg {
  height: 150px;
  transform: translateY(-15px);
}
.breakout-box .post .info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 20px 25px;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-left: 2px solid #F4F4F2;
  border-right: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
}
.breakout-box .post .info .post-type {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-100%) translateX(-50%);
  padding: 6px 16px 0;
  box-sizing: border-box;
  border-top: 2px solid black;
  background: white;
}
.breakout-box .post .info .post-type h6, .breakout-box .post .info .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box .post .info .post-type a, .breakout-box .post .info .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box .post .info .post-type th, .breakout-box .post .info .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box .post .info .post-type a, .breakout-box .post .info .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box .post .info .post-type a {
  transform: translateY(4px);
}
.breakout-box .post .info .post-type .background {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.breakout-box .post .info .post-title {
  font-family: 'Tiempos Headline Bold';
  line-height: 28px;
  font-size: 24px;
  text-align: center;
}
.breakout-box .post .info .description, .breakout-box .post .info .description p {
  font-family: 'Founders Grotesk Regular';
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-top: 18px;
}
.breakout-box .post .info .description p {
  margin-top: 0;
}
.breakout-box .post:not(:last-child) {
  margin-bottom: 20px;
}
.breakout-box .box-header {
  width: 100%;
  border-top: 2px solid #F4F4F2;
  padding: 20px 20px 12px;
  box-sizing: border-box;
  background-color: transparent;
}
.breakout-box .box-header .title {
  text-align: center;
  color: #928E8A;
}
.breakout-box[data-type="issue_box"] {
  padding: 32px;
  background-color: #FFF7E5;
  position: relative;
}
.breakout-box[data-type="issue_box"] h2 {
  color: #D1232A;
  text-align: center;
  line-height: 26px;
  margin-bottom: 32px;
}
.breakout-box[data-type="issue_box"] .cover {
  width: 100%;
  height: auto;
  z-index: 1;
  margin-bottom: 12px;
  box-sizing: border-box;
  padding: 0 20px;
}
.breakout-box[data-type="issue_box"] .cover-spacer {
  height: 32px;
}
.breakout-box[data-type="issue_box"] .subscribe {
  display: block;
  background-color: #D1232A;
  z-index: 3;
  width: 138px;
  height: 40px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 32px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.breakout-box[data-type="issue_box"] .subscribe:hover {
  opacity: 1;
  background-color: black;
}
.breakout-box[data-type="feature_quote"] {
  background-color: transparent;
  position: relative;
  display: flex;
  flex-direction: column;
}
.breakout-box[data-type="feature_quote"] .quote {
  font-size: 24px;
  line-height: 36px;
  font-family: 'Tiempos Headline Light Italic';
  color: #368678;
  display: inline;
  color: #928E8A;
}
.breakout-box[data-type="feature_quote"] .credit {
  font-family: 'Founders Grotesk Medium';
  font-size: 14px;
  line-height: 30px;
  color: #928E8A;
  margin-top: 18px;
}
.breakout-box[data-type="feature_quote"] .social {
  display: inline-flex;
  align-items: center;
  margin-top: 32px;
  transform: translateY(-50%);
}
.breakout-box[data-type="feature_quote"] .social .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  transition: opacity 0.35s ease;
  opacity: 0.3;
}
.breakout-box[data-type="feature_quote"] .social .icon:hover {
  opacity: 1;
}
.breakout-box[data-type="feature_quote"] .social .icon:not(:last-child) {
  margin-right: 10px;
}
.breakout-box[data-type="feature_quote"] .social .rule {
  width: 16px;
  height: 1px;
  background-color: #3A3634;
  margin-right: 10px;
  opacity: 0.2;
}
.breakout-box[data-type="feature_quote"] .social .facebook {
  width: 7px;
  height: 12px;
}
.breakout-box[data-type="feature_quote"] .social .twitter {
  width: 14px;
  height: 12px;
}
.breakout-box[data-type="feature_quote"] .social .email {
  width: 16px;
  height: 12px;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="feature_quote"] {
    width: 100%;
    max-width: none;
  }
}
.breakout-box[data-type="ad_medrec_desktop"] .ad, .breakout-box[data-type="ad_medrec_tablet"] .ad {
  position: relative;
}
.breakout-box[data-type="ad_medrec_desktop"] {
  background-color: transparent;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="ad_medrec_desktop"] {
    display: none;
  }
}
.breakout-box[data-type="ad_medrec_tablet"] {
  display: none;
  width: 100%;
  max-width: none;
  background-color: #f4f4f2;
  width: 100vw;
  box-sizing: border-box;
  margin-top: 48px;
  padding: 0 !important;
  transform: translateX(-60px);
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  background-image: url('images/df-ad-bg.svg');
  background-repeat: repeat;
  background-size: 50px 50px;
}
.breakout-box[data-type="ad_medrec_tablet"] .ad {
  margin: 50px 0;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="ad_medrec_tablet"] {
    display: flex;
  }
}
@media (max-width: 768px) {
  .breakout-box[data-type="ad_medrec_tablet"] {
    display: none;
  }
}
.breakout-box[data-type="sponsored_post"] {
  width: 300px;
  padding: 45px 38px 38px;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.breakout-box[data-type="sponsored_post"] .logo {
  width: 174px;
  height: auto;
  margin-bottom: 48px;
}
.breakout-box[data-type="sponsored_post"] .text {
  margin-bottom: 26px;
  text-align: center;
}
.breakout-box[data-type="sponsored_post"] .text, .breakout-box[data-type="sponsored_post"] .text p, .breakout-box[data-type="sponsored_post"] .text a {
  color: #928E8A;
  font-size: 14px;
  line-height: 22px;
  font-family: 'Tiempos Text Regular';
}
.breakout-box[data-type="sponsored_post"] .text a {
  text-decoration: none;
  text-shadow: 0.03em 0 transparent, -0.03em 0 transparent, 0 0.03em transparent, 0 -0.03em transparent, 0.06em 0 transparent, -0.06em 0 transparent, 0.09em 0 transparent, -0.09em 0 transparent, 0.12em 0 transparent, -0.12em 0 transparent, 0.15em 0 transparent, -0.15em 0 transparent;
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 100%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.breakout-box[data-type="sponsored_post"] .text a:before, .breakout-box[data-type="sponsored_post"] .text a:after {
  text-shadow: none;
}
.breakout-box[data-type="sponsored_post"] .text a:hover {
  opacity: 0.7;
}
.breakout-box[data-type="sponsored_post"] .text p:not(:last-child) {
  margin-bottom: 20px;
}
.breakout-box[data-type="sponsored_post"] a.link {
  font-size: 14px;
  color: #928E8A;
  text-decoration: none;
  text-shadow: 0.03em 0 transparent, -0.03em 0 transparent, 0 0.03em transparent, 0 -0.03em transparent, 0.06em 0 transparent, -0.06em 0 transparent, 0.09em 0 transparent, -0.09em 0 transparent, 0.12em 0 transparent, -0.12em 0 transparent, 0.15em 0 transparent, -0.15em 0 transparent;
  background-image: linear-gradient(transparent, transparent), linear-gradient(transparent, transparent), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.breakout-box[data-type="sponsored_post"] a.link:before, .breakout-box[data-type="sponsored_post"] a.link:after {
  text-shadow: none;
}
.breakout-box[data-type="sponsored_post"] a.link:hover {
  opacity: 0.7;
}
.breakout-box[data-type="sponsored_post"] .border-top {
  background-image: linear-gradient(to right, #928E8A 2px, transparent 2px);
  background-position: top;
  background-size: 9px 2px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  left: 0;
  right: -1px;
  height: 2px;
}
.breakout-box[data-type="sponsored_post"] .border-left {
  background-image: linear-gradient(to bottom, #928E8A 2px, transparent 2px);
  background-position: left;
  background-size: 2px 9px;
  background-repeat: repeat-y;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 0;
  width: 2px;
}
.breakout-box[data-type="sponsored_post"] .border-right {
  background-image: linear-gradient(to bottom, #928E8A 2px, transparent 2px);
  background-position: left;
  background-size: 2px 9px;
  background-repeat: repeat-y;
  position: absolute;
  top: 2px;
  right: -1px;
  bottom: 0;
  width: 2px;
}
.breakout-box[data-type="sponsored_post"] .border-bottom {
  background-image: linear-gradient(to right, #928E8A 2px, transparent 2px);
  background-position: top;
  background-size: 9px 2px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  right: -1px;
  bottom: -3px;
  height: 2px;
}
.breakout-box[data-type="gallery"] .post .info {
  border: 0;
  padding-bottom: 45px;
}
.breakout-box[data-type="gallery"] .post .info, .breakout-box[data-type="gallery"] .post .post-type {
  background-color: #F4F4F2;
}
.breakout-box[data-type="gallery"] .post .post-type {
  border-color: #928E8A;
}
.breakout-box[data-type="gallery"] .post .post-title, .breakout-box[data-type="gallery"] .post h6, .breakout-box[data-type="gallery"] .post body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="gallery"] .post a, .breakout-box[data-type="gallery"] .post body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="gallery"] .post th, .breakout-box[data-type="gallery"] .post body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="gallery"] .post a, .breakout-box[data-type="gallery"] .post body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="gallery"] .post a {
  color: black;
}
.breakout-box[data-type="gallery"] .post .button {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(50%) translateX(-50%);
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
  z-index: 3;
  width: 135px;
  height: 40px;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease;
}
.breakout-box[data-type="gallery"] .post .button .icon {
  width: 17px;
  height: 13px;
  background-image: url('images/icons/gallery-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.breakout-box[data-type="gallery"] .post .button .label {
  color: white;
  font-size: 16px;
  font-family: 'Founders Grotesk Regular';
  transform: translateY(3px);
}
.breakout-box[data-type="gallery"] .post .button:hover {
  opacity: 1;
  background-color: black !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .breakout-box[data-type="gallery"] {
    width: 100%;
    max-width: none;
    background-color: #f4f4f2;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 !important;
    transform: translateX(-60px);
  }
  .breakout-box[data-type="gallery"] .post {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 350px;
  }
  .breakout-box[data-type="gallery"] .post .hero-image {
    flex: 1 1 50%;
    height: 100%;
  }
  .breakout-box[data-type="gallery"] .post .info {
    flex: 1 1 50%;
  }
  .breakout-box[data-type="gallery"] .post .info .post-type {
    position: static;
    transform: none;
    background-color: transparent;
    border: 0;
    margin-bottom: 30px;
  }
  .breakout-box[data-type="gallery"] .post .info .post-type .background {
    display: none;
  }
  .breakout-box[data-type="gallery"] .post .info .post-title {
    max-width: 210px;
  }
  .breakout-box[data-type="gallery"] .post .info .button {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .breakout-box[data-type="gallery"] {
    width: 100%;
    max-width: none;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 !important;
    transform: translateX(-20px);
  }
  .breakout-box[data-type="gallery"] .post {
    width: 100%;
  }
  .breakout-box[data-type="gallery"] .post .hero-image {
    height: 216px;
  }
  .breakout-box[data-type="gallery"] .post .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .breakout-box[data-type="gallery"] .post .info .post-title {
    max-width: 210px;
  }
}
.breakout-box[data-type="podcast"] {
  width: 300px;
  background-color: transparent;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player {
  height: 200px;
  display: flex;
  width: 100%;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .hero-image {
  flex: 0 1 200px;
  height: 200px;
  position: relative;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .hero-image .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 2;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .hero-image .image::before {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(134, 67, 169, 0.4);
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  color: #3A3634;
  box-sizing: border-box;
  max-width: 280px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 32px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .vertical.title {
  display: none;
  width: 100%;
  white-space: normal;
  margin-top: 28px;
  text-align: center;
  padding-right: 0;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls {
  display: flex;
  align-items: center;
  padding: 0 38px 0 32px;
  flex: 1;
  border-top: 2px solid #F4F4F2;
  border-right: 2px solid #F4F4F2;
  border-bottom: 2px solid #F4F4F2;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .play-pause {
  display: flex;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 60px;
  flex: 1 0 60px;
  margin-right: 32px;
  transition: all 0.25s ease;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .play-pause.is_playing {
  background-image: url('images/icons/podcast-player-pause.svg');
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .play-pause.is_paused {
  background-image: url('images/icons/podcast-player-play.svg');
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress {
  display: flex;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress progress {
  margin-bottom: 16px;
  height: 6px;
  width: 100%;
  appearance: none;
  margin-right: 16px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress progress::-webkit-progress-bar {
  background-color: #F4F4F2;
  border-radius: 12px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress progress::-webkit-progress-value {
  background-color: #3A3634;
  border-radius: 12px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .time {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.05em;
  color: #928E8A;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume {
  flex: 1 0 80px;
  padding-right: 48px;
  position: relative;
  border: 0;
  transform: translateY(-2px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume .icon {
  background-image: url('images/icons/podcast-player-volume.svg');
  height: 16px;
  flex: 0 1 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 5px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume .volume-slider {
  height: 6px;
  width: 100%;
  background: #555;
  border: 0;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume .volume-slider .noUi-base {
  background: #F4F4F2;
  border: 0;
  box-shadow: none;
  border-radius: 15px;
  overflow: hidden;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume .volume-slider .noUi-connect {
  background-color: #928E8A;
  border: 0;
  border-radius: 15px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume .volume-slider .noUi-handle {
  display: none;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #F4F4F2;
  padding: 28px;
  height: auto;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .hero-image {
  height: 240px;
  width: 240px;
  flex: 1 0 240px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .vertical.title {
  display: flex;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls {
  width: 100%;
  border: 0;
  flex: 0;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls .info {
  transform: translateY(18px);
  align-items: center;
  flex-direction: column;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls .info .progress {
  width: 100%;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls .title {
  display: none;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls .play-pause {
  width: 40px;
  height: 40px;
  flex: 1 0 40px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player[data-layout="breakout"] .controls .volume {
  padding-right: 0;
}
@media (max-width: 1500px) {
  .breakout-box[data-type="podcast"] .podcast .podcast-player {
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #F4F4F2;
    padding: 28px;
    height: auto;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .hero-image {
    height: 240px;
    width: 240px;
    flex: 1 0 240px;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .vertical.title {
    display: flex;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls {
    width: 100%;
    border: 0;
    flex: 0;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info {
    transform: translateY(18px);
    align-items: center;
    flex-direction: column;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress {
    width: 100%;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls .title {
    display: none;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls .play-pause {
    width: 40px;
    height: 40px;
    flex: 1 0 40px;
  }
  .breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume {
    padding-right: 0;
  }
}
.breakout-box[data-type="podcast"] .podcast .podcast-player {
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border: 2px solid #F4F4F2;
  padding: 28px;
  height: auto;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .hero-image {
  height: 240px;
  width: 240px;
  flex: 1 0 240px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .vertical.title {
  display: flex;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls {
  width: 100%;
  border: 0;
  flex: 0;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info {
  transform: translateY(18px);
  align-items: center;
  flex-direction: column;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .info .progress {
  width: 100%;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .title {
  display: none;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .play-pause {
  width: 40px;
  height: 40px;
  flex: 1 0 40px;
}
.breakout-box[data-type="podcast"] .podcast .podcast-player .controls .volume {
  padding-right: 0;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="podcast"] {
    width: 100%;
    max-width: none;
  }
}
.breakout-box[data-type="text_box"] {
  width: 300px;
  background-color: transparent;
}
.breakout-box[data-type="text_box"] .text-box {
  padding: 25px;
  box-sizing: border-box;
  background-color: #F4F4F2;
}
.breakout-box[data-type="text_box"] .text-box p {
  font-family: 'Founders Grotesk Regular';
  font-size: 16px;
  line-height: 22px;
  color: inherit;
}
.breakout-box[data-type="text_box"] .text-box p:not(:last-child) {
  margin-bottom: 18px;
}
.breakout-box[data-type="text_box"] .text-box strong {
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
}
.breakout-box[data-type="text_box"] .text-box a {
  text-decoration: none;
  text-shadow: 0.03em 0 #F4F4F2, -0.03em 0 #F4F4F2, 0 0.03em #F4F4F2, 0 -0.03em #F4F4F2, 0.06em 0 #F4F4F2, -0.06em 0 #F4F4F2, 0.09em 0 #F4F4F2, -0.09em 0 #F4F4F2, 0.12em 0 #F4F4F2, -0.12em 0 #F4F4F2, 0.15em 0 #F4F4F2, -0.15em 0 #F4F4F2;
  background-image: linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#3A3634, #3A3634);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.breakout-box[data-type="text_box"] .text-box a:before, .breakout-box[data-type="text_box"] .text-box a:after {
  text-shadow: none;
}
.breakout-box[data-type="text_box"] .text-box ul {
  margin-top: 22px !important;
  padding-left: 10px;
  line-height: 22px;
}
.breakout-box[data-type="text_box"] .text-box ul li {
  font-family: 'Founders Grotesk Regular';
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  margin-bottom: 18px;
}
.breakout-box[data-type="text_box"] .text-box ul li::before {
  left: -10px;
}
.breakout-box[data-type="text_box"] .text-box ol {
  margin-top: 22px !important;
  padding-left: 10px;
  line-height: 22px;
}
.breakout-box[data-type="text_box"] .text-box ol li {
  font-family: 'Founders Grotesk Regular';
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  margin-bottom: 18px;
}
.breakout-box[data-type="text_box"] .text-box ol li::before {
  left: -10px;
}
.breakout-box[data-type="text_box"] .text-box :last-child {
  margin-bottom: 0;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="text_box"] {
    width: 100%;
    max-width: none;
  }
}
.breakout-box[data-type="dumbo_feather_content"] {
  width: 300px;
  background-color: transparent;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post {
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0);
  transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .hero-image.placeholder {
  background-color: rgba(209, 35, 42, 0.2);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .hero-image.placeholder svg path {
  fill: #D1232A;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type {
  border-color: #D1232A;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type h6, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type th, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="conversations"] .post-type a {
  color: #D1232A;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .hero-image.placeholder {
  background-color: rgba(45, 90, 192, 0.2);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .hero-image.placeholder svg path {
  fill: #2D5AC0;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type {
  border-color: #2D5AC0;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type h6, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type th, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="articles"] .post-type a {
  color: #2D5AC0;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .hero-image.placeholder {
  background-color: rgba(0, 158, 174, 0.2);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .hero-image.placeholder svg path {
  fill: #009EAE;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type {
  border-color: #009EAE;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type h6, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type th, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type~="historical"] .post-type a {
  color: #009EAE;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .hero-image.placeholder {
  background-color: rgba(134, 67, 169, 0.2);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .hero-image.placeholder svg path {
  fill: #8643A9;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type {
  border-color: #8643A9;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type h6, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type th, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="podcasts"] .post-type a {
  color: #8643A9;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .hero-image.placeholder {
  background-color: rgba(0, 171, 104, 0.2);
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .hero-image.placeholder svg path {
  fill: #00AB68;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type {
  border-color: #00AB68;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type h6, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type th, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type a, .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post[data-post-type="events"] .post-type a {
  color: #00AB68;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post .partner-profile {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 12px;
  height: 25px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Founders Grotesk Medium';
  background-color: #3A3634;
  display: flex;
  align-items: center;
  width: 170px;
}
.breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post:hover {
  box-shadow: 0px 10px 100px 0px rgba(0, 0, 0, 0.06);
  transform: translate3d(0, -1px, 0);
}
@media (max-width: 1150px) {
  .breakout-box[data-type="dumbo_feather_content"] {
    width: 100%;
    max-width: none;
    background-color: #f4f4f2;
    width: 100vw;
    box-sizing: border-box;
    padding: 20px 40px 40px !important;
    transform: translateX(-60px);
  }
  .breakout-box[data-type="dumbo_feather_content"] .box-header {
    border: 0;
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: stretch;
    width: 100%;
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post {
    flex: 1 0 auto;
    max-width: 300px;
    margin-bottom: 0;
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post .info {
    border: 0;
    flex: 1;
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post:not(:last-child) {
    margin-right: 24px;
  }
}
@media (max-width: 768px) {
  .breakout-box[data-type="dumbo_feather_content"] {
    transform: translateX(-20px);
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post:not(:first-child) {
    display: none;
  }
  .breakout-box[data-type="dumbo_feather_content"] .post-wrapper .post:not(:last-child) {
    margin-right: 0;
  }
}
.breakout-box[data-type="tags"] {
  width: 300px;
  background-color: transparent;
}
.breakout-box[data-type="tags"] .box-header {
  padding-left: 0;
}
.breakout-box[data-type="tags"] .box-header .title {
  text-align: left;
}
.breakout-box[data-type="tags"] .tags .categories {
  display: flex;
  flex-flow: row wrap;
  border-top: 2px solid #F4F4F2;
  padding-top: 48px;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="tags"] .tags .categories {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .breakout-box[data-type="tags"] .tags .categories {
    padding-top: 48px;
  }
}
.breakout-box[data-type="tags"] .tags .categories .term {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 4px 0 14px;
  background-color: #928E8A;
  margin-right: 26px;
  margin-bottom: 12px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  position: relative;
  transition: background 0.35s ease;
  transition: background-image 0.35s ease;
}
.breakout-box[data-type="tags"] .tags .categories .term .label {
  color: white;
  transform: translateY(3px);
}
.breakout-box[data-type="tags"] .tags .categories .term::after {
  content: '';
  background-image: url('images/icons/category-end.svg');
  width: 22px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  right: -19px;
}
.breakout-box[data-type="tags"] .tags .categories .term:hover {
  cursor: pointer;
  background-color: #3A3634;
}
.breakout-box[data-type="tags"] .tags .categories .term:hover::after {
  background-image: url('images/icons/category-end-dark.svg');
}
.breakout-box[data-type="tags"] .tags .categories {
  padding-top: 0;
  border-top: 0;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="tags"] {
    display: none;
  }
}
.breakout-box[data-type="most_popular"] {
  width: 300px;
  background-color: transparent;
}
.breakout-box[data-type="most_popular"] .box-header {
  border-color: #D1232A;
  border-bottom: 2px solid #F4F4F2;
}
.breakout-box[data-type="most_popular"] .box-header h6, .breakout-box[data-type="most_popular"] .box-header body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .box-header a, .breakout-box[data-type="most_popular"] .box-header body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .box-header th, .breakout-box[data-type="most_popular"] .box-header body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .box-header a, .breakout-box[data-type="most_popular"] .box-header body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .box-header a {
  color: #D1232A;
}
.breakout-box[data-type="most_popular"] .item {
  min-height: 122px;
  padding-top: 22px;
  box-sizing: border-box;
  display: flex;
}
.breakout-box[data-type="most_popular"] .item:not(:last-child) {
  padding-bottom: 12px;
}
.breakout-box[data-type="most_popular"] .item .hero-image {
  flex: 0 1 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.breakout-box[data-type="most_popular"] .item .hero-image:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to right, #D1232A, transparent);
  opacity: 0;
  overflow: hidden;
}
.breakout-box[data-type="most_popular"] .item .info {
  flex: 1;
  margin-left: 19px;
  border-bottom: 2px solid #F4F4F2;
}
.breakout-box[data-type="most_popular"] .item .info h6, .breakout-box[data-type="most_popular"] .item .info body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item .info a, .breakout-box[data-type="most_popular"] .item .info body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item .info th, .breakout-box[data-type="most_popular"] .item .info body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item .info a, .breakout-box[data-type="most_popular"] .item .info body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item .info a {
  font-size: 16px;
  letter-spacing: 0.05em;
  color: #928E8A;
}
.breakout-box[data-type="most_popular"] .item .info h1 {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0;
  display: inline;
}
.breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover .hero-image::before {
  background-image: linear-gradient(to right, #D1232A, transparent);
  opacity: 0.5;
}
.breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover h6, .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover th, .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover a {
  color: #D1232A;
}
.breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover h1 {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 95%;
}
.breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover h1:before, .breakout-box[data-type="most_popular"] .item[data-post="conversations"]:hover h1:after {
  text-shadow: none;
}
.breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover .hero-image::before {
  background-image: linear-gradient(to right, #2D5AC0, transparent);
  opacity: 0.5;
}
.breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover h6, .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover th, .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover a {
  color: #2D5AC0;
}
.breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover h1 {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#2D5AC0, #2D5AC0);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 95%;
}
.breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover h1:before, .breakout-box[data-type="most_popular"] .item[data-post="articles"]:hover h1:after {
  text-shadow: none;
}
.breakout-box[data-type="most_popular"] .item[historical="true"]:hover .hero-image::before {
  background-image: linear-gradient(to right, #009EAE, transparent);
  opacity: 0.5;
}
.breakout-box[data-type="most_popular"] .item[historical="true"]:hover h6, .breakout-box[data-type="most_popular"] .item[historical="true"]:hover body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item[historical="true"]:hover a, .breakout-box[data-type="most_popular"] .item[historical="true"]:hover body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item[historical="true"]:hover th, .breakout-box[data-type="most_popular"] .item[historical="true"]:hover body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[historical="true"]:hover a, .breakout-box[data-type="most_popular"] .item[historical="true"]:hover body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[historical="true"]:hover a {
  color: #009EAE;
}
.breakout-box[data-type="most_popular"] .item[historical="true"]:hover h1 {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#009EAE, #009EAE);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 95%;
}
.breakout-box[data-type="most_popular"] .item[historical="true"]:hover h1:before, .breakout-box[data-type="most_popular"] .item[historical="true"]:hover h1:after {
  text-shadow: none;
}
.breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover .hero-image::before {
  background-image: linear-gradient(to right, #8643A9, transparent);
  opacity: 0.5;
}
.breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover h6, .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover th, .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover a {
  color: #8643A9;
}
.breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover h1 {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#8643A9, #8643A9);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 95%;
}
.breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover h1:before, .breakout-box[data-type="most_popular"] .item[data-post="podcasts"]:hover h1:after {
  text-shadow: none;
}
.breakout-box[data-type="most_popular"] .item[data-post="events"]:hover .hero-image::before {
  background-image: linear-gradient(to right, #00AB68, transparent);
  opacity: 0.5;
}
.breakout-box[data-type="most_popular"] .item[data-post="events"]:hover h6, .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover body.single-product section.product .container .product-info .meta .categories a, body.single-product section.product .container .product-info .meta .categories .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr th, body.woocommerce-cart > section .container .woocommerce form table.shop_table thead tr .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover th, .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover body.single-podcasts section.content .container .content .discussion-transcript .menu a, body.single-podcasts section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover a, .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover body.single-podcast section.content .container .content .discussion-transcript .menu a, body.single-podcast section.content .container .content .discussion-transcript .menu .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover a {
  color: #00AB68;
}
.breakout-box[data-type="most_popular"] .item[data-post="events"]:hover h1 {
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#00AB68, #00AB68);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  background-position: 0% 90%, 100% 90%, 0% 95%;
}
.breakout-box[data-type="most_popular"] .item[data-post="events"]:hover h1:before, .breakout-box[data-type="most_popular"] .item[data-post="events"]:hover h1:after {
  text-shadow: none;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="most_popular"] {
    width: 100%;
    max-width: none;
  }
}
.breakout-box[data-type="about_dumbo_feather"] {
  width: 300px;
}
.breakout-box[data-type="about_dumbo_feather"] .image {
  width: 100%;
  height: 216px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #F4F4F2;
  z-index: 1;
  box-sizing: border-box;
}
.breakout-box[data-type="about_dumbo_feather"] .info {
  padding: 30px;
  background-color: rgba(209, 35, 42, 0.1);
  position: relative;
}
.breakout-box[data-type="about_dumbo_feather"] .info .text {
  margin-bottom: 12px;
}
.breakout-box[data-type="about_dumbo_feather"] .info .text, .breakout-box[data-type="about_dumbo_feather"] .info .text p {
  font-size: 20px;
  line-height: 26px;
  color: #D1232A;
  text-align: center;
}
.breakout-box[data-type="about_dumbo_feather"] .info .subscribe {
  display: block;
  background-color: #D1232A;
  z-index: 3;
  width: 138px;
  height: 40px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  padding-top: 12px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  cursor: pointer;
  transition: all 0.25s ease;
}
.breakout-box[data-type="about_dumbo_feather"] .info .subscribe:hover {
  opacity: 1;
  background-color: black;
}
@media (max-width: 1150px) and (min-width: 768px) {
  .breakout-box[data-type="about_dumbo_feather"] {
    width: 100%;
    max-width: none;
    background-color: #f4f4f2;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 !important;
    transform: translateX(-60px);
    display: flex;
    height: 350px;
  }
  .breakout-box[data-type="about_dumbo_feather"] .image {
    flex: 1 0 50%;
    height: 100%;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info {
    flex: 1 0 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info .text {
    max-width: 248px;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info .text, .breakout-box[data-type="about_dumbo_feather"] .info .text p {
    margin-bottom: 0;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info .button {
    position: static;
    transform: none;
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .breakout-box[data-type="about_dumbo_feather"] {
    width: 100%;
    max-width: none;
    width: 100vw;
    box-sizing: border-box;
    padding: 0 !important;
    transform: translateX(-20px);
    margin-bottom: 40px;
  }
  .breakout-box[data-type="about_dumbo_feather"] .image {
    height: 216px;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .breakout-box[data-type="about_dumbo_feather"] .info .text {
    max-width: 248px;
  }
}
.breakout-box[data-type="inspire_me"] {
  width: 300px;
  background-color: transparent;
  border-left: 2px solid #F4F4F2;
  padding: 40px 55px;
  text-align: center;
}
.breakout-box[data-type="inspire_me"] > h2 {
  color: #D1232A;
  font-size: 20px;
  line-height: 24px;
}
.breakout-box[data-type="inspire_me"] .filters {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 48px;
}
.breakout-box[data-type="inspire_me"] .filters .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.breakout-box[data-type="inspire_me"] .filters .item:hover {
  opacity: 0.7;
}
.breakout-box[data-type="inspire_me"] .filters .item:hover {
  opacity: 0.65;
}
.breakout-box[data-type="inspire_me"] .filters .item .icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 64px;
  width: 64px;
  margin-bottom: 15px;
}
.breakout-box[data-type="inspire_me"] .filters .item .filter-name-wrapper {
  display: inline;
}
.breakout-box[data-type="inspire_me"] .filters .item .filter-name-wrapper .filter-name {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  text-decoration: none;
  text-shadow: 0.03em 0 #fff, -0.03em 0 #fff, 0 0.03em #fff, 0 -0.03em #fff, 0.06em 0 #fff, -0.06em 0 #fff, 0.09em 0 #fff, -0.09em 0 #fff, 0.12em 0 #fff, -0.12em 0 #fff, 0.15em 0 #fff, -0.15em 0 #fff;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff), linear-gradient(#D1232A, #D1232A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
}
.breakout-box[data-type="inspire_me"] .filters .item .filter-name-wrapper .filter-name:before, .breakout-box[data-type="inspire_me"] .filters .item .filter-name-wrapper .filter-name:after {
  text-shadow: none;
}
.breakout-box[data-type="inspire_me"] .filters .item:not(:last-child) {
  margin-bottom: 33px;
}
@media (max-width: 1150px) {
  .breakout-box[data-type="inspire_me"] {
    display: none;
  }
}
body.woocommerce-account .woocommerce-message, body.woocommerce-account .woocommerce-info, body.woocommerce-account .woocommerce-error, body.page-id-423 .woocommerce-message, body.page-id-423 .woocommerce-info, body.page-id-423 .woocommerce-error {
  color: #928E8A;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 16px;
}
body.woocommerce-account .woocommerce-message strong, body.woocommerce-account .woocommerce-info strong, body.woocommerce-account .woocommerce-error strong, body.page-id-423 .woocommerce-message strong, body.page-id-423 .woocommerce-info strong, body.page-id-423 .woocommerce-error strong {
  font-family: 'Founders Grotesk Regular';
}
body.woocommerce-account .woocommerce-message li::before, body.woocommerce-account .woocommerce-info li::before, body.woocommerce-account .woocommerce-error li::before, body.page-id-423 .woocommerce-message li::before, body.page-id-423 .woocommerce-info li::before, body.page-id-423 .woocommerce-error li::before {
  display: none;
}
body.woocommerce-account .woocommerce-error, body.page-id-423 .woocommerce-error {
  margin-top: 0;
  margin-bottom: 48px;
}
body.woocommerce-account .woocommerce-error li, body.page-id-423 .woocommerce-error li {
  color: #D1232A;
}
body.woocommerce-account > section:first-of-type, body.page-id-423 > section:first-of-type {
  background-color: #F4F4F2;
  padding-top: 84px;
  padding-bottom: 84px;
}
body.woocommerce-account > section:first-of-type .container, body.page-id-423 > section:first-of-type .container {
  max-width: 980px;
}
body.woocommerce-account > section:first-of-type .container .account-content, body.page-id-423 > section:first-of-type .container .account-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
body.woocommerce-account > section:first-of-type .container .account-content .title, body.woocommerce-account > section:first-of-type .container .account-content .my-account, body.page-id-423 > section:first-of-type .container .account-content .title, body.page-id-423 > section:first-of-type .container .account-content .my-account {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Founders Grotesk Medium';
  font-weight: normal;
  font-size: 24px;
}
body.woocommerce-account > section:first-of-type .container .account-content .my-account, body.page-id-423 > section:first-of-type .container .account-content .my-account {
  color: #928E8A;
}
body.woocommerce-account > section:first-of-type .container .account-content .title, body.page-id-423 > section:first-of-type .container .account-content .title {
  margin-bottom: 28px;
  color: #3A3634;
}
body.woocommerce-account > section:first-of-type .container .account-content .description, body.page-id-423 > section:first-of-type .container .account-content .description {
  max-width: 600px;
  color: #3A3634;
}
body.woocommerce-account > section:first-of-type .container .account-content .description, body.woocommerce-account > section:first-of-type .container .account-content .description p, body.page-id-423 > section:first-of-type .container .account-content .description, body.page-id-423 > section:first-of-type .container .account-content .description p {
  color: #928E8A;
  font-size: 16px;
  line-height: 22px;
}
body.woocommerce-account > section:first-of-type .container form, body.page-id-423 > section:first-of-type .container form {
  max-width: 600px;
  background-color: white;
  border-radius: 13px;
  padding: 32px;
  margin: 0 auto;
}
body.woocommerce-account > section:first-of-type .container form h2, body.page-id-423 > section:first-of-type .container form h2 {
  margin-bottom: 32px;
}
body.woocommerce-account > section:first-of-type .container form .field:not(:last-child), body.page-id-423 > section:first-of-type .container form .field:not(:last-child) {
  margin-bottom: 32px;
}
body.woocommerce-account > section:first-of-type .container form label, body.page-id-423 > section:first-of-type .container form label {
  font-size: 12px;
  line-height: 24px;
  font-family: 'Founders Grotesk Medium';
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #928E8A;
  padding-bottom: 3px;
}
body.woocommerce-account > section:first-of-type .container form label abbr, body.page-id-423 > section:first-of-type .container form label abbr {
  border-bottom: 0;
  color: #D1232A;
}
body.woocommerce-account > section:first-of-type .container form input[type="text"], body.woocommerce-account > section:first-of-type .container form input[type="email"], body.woocommerce-account > section:first-of-type .container form input[type="tel"], body.woocommerce-account > section:first-of-type .container form input[type="password"], body.page-id-423 > section:first-of-type .container form input[type="text"], body.page-id-423 > section:first-of-type .container form input[type="email"], body.page-id-423 > section:first-of-type .container form input[type="tel"], body.page-id-423 > section:first-of-type .container form input[type="password"] {
  appearance: none;
  border: 0;
  height: 40px;
  border: 1px solid #C6C5C4;
  transition: border 0.25s ease;
  border-radius: 4px;
  padding: 5px 12px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: black;
  width: 100%;
}
body.woocommerce-account > section:first-of-type .container form input[type="text"]::placeholder, body.woocommerce-account > section:first-of-type .container form input[type="email"]::placeholder, body.woocommerce-account > section:first-of-type .container form input[type="tel"]::placeholder, body.woocommerce-account > section:first-of-type .container form input[type="password"]::placeholder, body.page-id-423 > section:first-of-type .container form input[type="text"]::placeholder, body.page-id-423 > section:first-of-type .container form input[type="email"]::placeholder, body.page-id-423 > section:first-of-type .container form input[type="tel"]::placeholder, body.page-id-423 > section:first-of-type .container form input[type="password"]::placeholder {
  color: #C6C5C4;
}
body.woocommerce-account > section:first-of-type .container form input[type="text"]:focus, body.woocommerce-account > section:first-of-type .container form input[type="email"]:focus, body.woocommerce-account > section:first-of-type .container form input[type="tel"]:focus, body.woocommerce-account > section:first-of-type .container form input[type="password"]:focus, body.page-id-423 > section:first-of-type .container form input[type="text"]:focus, body.page-id-423 > section:first-of-type .container form input[type="email"]:focus, body.page-id-423 > section:first-of-type .container form input[type="tel"]:focus, body.page-id-423 > section:first-of-type .container form input[type="password"]:focus {
  outline: none;
  border: 1px solid #928E8A;
}
body.woocommerce-account > section:first-of-type .container form select, body.page-id-423 > section:first-of-type .container form select {
  width: 100%;
  appearance: none;
  background-color: white;
  border: 0;
  border: solid 1px #C6C5C4;
  height: 40px;
  box-sizing: border-box;
  padding-top: 6px;
  padding-left: 14px;
  font-size: 18px;
  color: #928E8A;
  z-index: 1;
  background-image: url('images/icons/arrow-grey-down.svg');
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 40px 7px;
}
body.woocommerce-account > section:first-of-type .container form textarea, body.page-id-423 > section:first-of-type .container form textarea {
  border-radius: 4px;
  border: 1px solid #C6C5C4;
  font-size: 16px;
  line-height: 22px;
  box-sizing: border-box;
  padding: 4px 8px;
}
body.woocommerce-account > section:first-of-type .container form [type="submit"], body.page-id-423 > section:first-of-type .container form [type="submit"] {
  appearance: none;
  border: 0;
  background-color: #D1232A;
  width: 145px;
  height: 42px;
  margin-top: 24px;
  color: white;
  font-size: 18px;
  font-family: 'Founders Grotesk Medium';
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-account > section:first-of-type .container form [type="submit"]:hover, body.page-id-423 > section:first-of-type .container form [type="submit"]:hover {
  opacity: 1;
  background-color: black;
}
body.woocommerce-account > section:first-of-type .container .section, body.page-id-423 > section:first-of-type .container .section {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 13px;
}
body.woocommerce-account > section:first-of-type .container .section .tab, body.page-id-423 > section:first-of-type .container .section .tab {
  padding: 32px 32px 20px;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #F4F4F2;
}
body.woocommerce-account > section:first-of-type .container .section .tab h2, body.page-id-423 > section:first-of-type .container .section .tab h2 {
  font-size: 24px;
  margin-bottom: 0;
  margin-right: auto;
}
body.woocommerce-account > section:first-of-type .container .section .list .item, body.page-id-423 > section:first-of-type .container .section .list .item {
  padding: 28px 32px 20px;
  font-size: 18px;
  line-height: 26px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 2px solid #F4F4F2;
  position: relative;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row, body.page-id-423 > section:first-of-type .container .section .list .item .row {
  display: flex;
  flex-direction: column;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row .header, body.page-id-423 > section:first-of-type .container .section .list .item .row .header {
  color: #928E8A;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row:nth-child(1), body.page-id-423 > section:first-of-type .container .section .list .item .row:nth-child(1) {
  flex: 0 1 13%;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row:nth-child(2), body.page-id-423 > section:first-of-type .container .section .list .item .row:nth-child(2) {
  flex: 0 1 19%;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row:nth-child(3), body.page-id-423 > section:first-of-type .container .section .list .item .row:nth-child(3) {
  flex: 0 1 16%;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .row:nth-child(4), body.page-id-423 > section:first-of-type .container .section .list .item .row:nth-child(4) {
  flex: 1;
}
@media (max-width: 1150px) {
  body.woocommerce-account > section:first-of-type .container .section .list .item .row.actions, body.page-id-423 > section:first-of-type .container .section .list .item .row.actions {
    margin-left: 20px;
  }
}
body.woocommerce-account > section:first-of-type .container .section .list .item .text, body.page-id-423 > section:first-of-type .container .section .list .item .text {
  display: flex;
  flex: 1;
  flex-direction: column;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .text .value, body.page-id-423 > section:first-of-type .container .section .list .item .text .value {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .text .value > :first-child, body.page-id-423 > section:first-of-type .container .section .list .item .text .value > :first-child {
  color: #928E8A;
  margin-right: 8px;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .text .value a.sub, body.page-id-423 > section:first-of-type .container .section .list .item .text .value a.sub {
  font-family: 'Founders Grotesk Medium';
  color: #3A3634;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .text p, body.page-id-423 > section:first-of-type .container .section .list .item .text p {
  font-size: 18px;
  line-height: 26px;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .actions, body.page-id-423 > section:first-of-type .container .section .list .item .actions {
  display: flex;
  flex-direction: row;
  margin-left: 20%;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .actions .button, body.page-id-423 > section:first-of-type .container .section .list .item .actions .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  padding: 0 16px;
  height: 42px;
  color: white;
  font-size: 16px;
  font-family: 'Founders Grotesk Regular';
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  transform: translateY(2px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .actions .button.renew, body.page-id-423 > section:first-of-type .container .section .list .item .actions .button.renew {
  background-color: #D1232A;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .actions .button:hover, body.page-id-423 > section:first-of-type .container .section .list .item .actions .button:hover {
  opacity: 1;
  background-color: black;
}
body.woocommerce-account > section:first-of-type .container .section .list .item .actions .button:not(:last-child), body.page-id-423 > section:first-of-type .container .section .list .item .actions .button:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 768px) {
  body.woocommerce-account > section:first-of-type .container .section .list .item .actions, body.page-id-423 > section:first-of-type .container .section .list .item .actions {
    margin-top: 16px;
    margin-left: 0 !important;
  }
}
@media (max-width: 768px) {
  body.woocommerce-account > section:first-of-type .container .section .list .item, body.page-id-423 > section:first-of-type .container .section .list .item {
    flex-direction: column;
  }
}
body.woocommerce-account > section:first-of-type .container .section:not(:last-child), body.page-id-423 > section:first-of-type .container .section:not(:last-child) {
  margin-bottom: 32px;
}
body.woocommerce-account form.edit-account {
  margin: 0 auto;
  max-width: 600px;
  padding-top: 84px !important;
}
@media (max-width: 768px) {
  body.woocommerce-account form.edit-account {
    padding-top: 32px !important;
  }
}
body.woocommerce-account form.edit-account .fields {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  body.woocommerce-account form.edit-account .fields {
    flex-direction: column;
  }
}
body.woocommerce-account form.edit-account .fields .details, body.woocommerce-account form.edit-account .fields .password {
  flex: 1 1 50%;
}
body.woocommerce-account form.edit-account .fields .details {
  padding-right: 32px;
}
@media (max-width: 768px) {
  body.woocommerce-account form.edit-account .fields .details {
    padding-right: 0;
  }
}
body.woocommerce-account form.edit-account .fields input {
  width: 100%;
}
body.woocommerce-account form.edit-account .fields .password {
  position: relative;
}
body.woocommerce-account form.edit-account .fields .password label.legend {
  position: absolute;
  top: -50px;
  color: #3A3634;
}
@media (max-width: 768px) {
  body.woocommerce-account form.edit-account .fields .password {
    margin-top: 48px;
  }
  body.woocommerce-account form.edit-account .fields .password label.legend {
    position: initial;
    top: 0;
    display: block;
  }
}
body.woocommerce-account form.edit-account .submit {
  display: flex;
  justify-content: flex-end;
  padding-top: 32px;
}
@media (max-width: 768px) {
  body.woocommerce-account form.edit-account .submit {
    justify-content: center;
  }
}
body.woocommerce-edit-address .section .tab .button {
  appearance: none;
  border: 0;
  background-color: #928E8A;
  padding: 0 16px;
  height: 42px;
  color: white;
  font-size: 16px;
  font-family: 'Founders Grotesk Regular';
  text-align: center;
  padding-top: 6px;
  box-sizing: border-box;
  transform: translateY(-3px);
  cursor: pointer;
  transition: all 0.25s ease;
}
body.woocommerce-edit-address .section .tab .button:hover {
  opacity: 1;
  background-color: black;
}
body.woocommerce-edit-address form {
  width: 400px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  body.woocommerce-edit-address form {
    width: auto;
  }
}
body.woocommerce-edit-address form h2 {
  text-align: center;
}
body.woocommerce-edit-address form .form-row:not(:last-child) {
  margin-bottom: 24px;
}
body.woocommerce-edit-address form [name=billing_address_1] {
  margin-bottom: 8px;
}
body.woocommerce-edit-address form #update_all_subscriptions_addresses_field {
  display: flex;
  flex-direction: column;
}
body.woocommerce-edit-address form #update_all_subscriptions_addresses_field label {
  margin-bottom: 12px;
}
body.woocommerce-edit-address form #update_all_subscriptions_addresses_field label [type="checkbox"] {
  margin-right: 8px;
}
body.woocommerce-edit-address form #update_all_subscriptions_addresses_field small {
  color: #928E8A;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 14px;
}
body.woocommerce-edit-address form #update_all_subscriptions_addresses_field strong {
  font-weight: normal;
}
body.woocommerce-edit-address form input:not([type="checkbox"]) {
  width: 100%;
}
body.woocommerce-account .section {
  display: none;
}
body.woocommerce-account .section.issues-remaining .item .row:not(last-child) {
  margin-right: 32px;
}
body.woocommerce-account .section.issues-remaining .item .row.issues, body.woocommerce-account .section.issues-remaining .item .row.copies {
  flex: 0 1 13% !important;
}
body.woocommerce-account .section.issues-remaining .item .row.dispatch {
  flex: 1 !important;
}
body.woocommerce-account .section.order-summary .item mark {
  background: none !important;
  padding: 0 5px;
  color: #3A3634;
  font-size: 18px;
  line-height: 26px;
}
body.woocommerce-account .section.order-summary .item mark.order-status {
  padding-right: 0;
}
body.woocommerce-account .section.order-details .product-name {
  flex-direction: row !important;
}
body.woocommerce-account .section.order-details .product-name a.sub {
  margin-right: 0;
}
body.woocommerce-account .section.order-details .variation {
  margin: 0;
}
body.woocommerce-account .section.order-details .variation .variation-wcsg_deleted_recipient_data {
  margin-left: 0;
}
.woocommerce .account-content--login.account-content {
  margin-bottom: 15px !important;
}
.woocommerce .account-content--login.account-content .description {
  font-size: 24px !important;
  line-height: 30px !important;
  color: #3A3634 !important;
}
.woocommerce .woocommerce-error {
  padding-top: 32px;
  padding-left: 0;
  max-width: 300px;
  list-style-type: none;
  list-style: none;
  margin: 0 auto;
  display: flex;
}
.woocommerce .woocommerce-error li, .woocommerce .woocommerce-error li a, .woocommerce .woocommerce-error li p {
  list-style: none;
  font-size: 16px;
  line-height: 22px;
  color: #D1232A;
}
.woocommerce .woocommerce-error li::before {
  display: none;
}
.woocommerce .woocommerce-error li strong {
  font-weight: normal;
}
.woocommerce form.login {
  margin: 0 auto;
  max-width: 300px !important;
  background-color: transparent !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}
.woocommerce form.login button[type="submit"] {
  width: 100% !important;
}
.woocommerce form.login input#username {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.woocommerce form.login input#password {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
  margin-bottom: 12px;
}
.woocommerce form.login .lost_password, .woocommerce form.login .register {
  margin-top: 28px;
  text-align: center;
}
.woocommerce form.login .lost_password, .woocommerce form.login .lost_password a, .woocommerce form.login .register, .woocommerce form.login .register a {
  font-size: 16px;
  line-height: 22px;
  color: #928E8A;
}
.woocommerce form.login .lost_password a, .woocommerce form.login .register a {
  text-decoration: none;
  text-shadow: 0.03em 0 #F4F4F2, -0.03em 0 #F4F4F2, 0 0.03em #F4F4F2, 0 -0.03em #F4F4F2, 0.06em 0 #F4F4F2, -0.06em 0 #F4F4F2, 0.09em 0 #F4F4F2, -0.09em 0 #F4F4F2, 0.12em 0 #F4F4F2, -0.12em 0 #F4F4F2, 0.15em 0 #F4F4F2, -0.15em 0 #F4F4F2;
  background-image: linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#F4F4F2, #F4F4F2), linear-gradient(#928E8A, #928E8A);
  background-size: 0.05em 1px, 0.05em 1px, 1px 1px;
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: 0% 90%, 100% 90%, 0% 80%;
  text-align: center;
}
.woocommerce form.login .lost_password a:before, .woocommerce form.login .lost_password a:after, .woocommerce form.login .register a:before, .woocommerce form.login .register a:after {
  text-shadow: none;
}
.woocommerce form.login .register {
  margin-top: 22px;
}
.woocommerce form.login [type="submit"] {
  align-items: center;
  display: inline;
}
body.woocommerce-account form.create-gift-account {
  width: 300px;
}
body.woocommerce-account form.create-gift-account h2 {
  margin: 32px 0;
}
body.woocommerce-account form.create-gift-account #shipping_address_1_field input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 768px) {
  body.woocommerce-account form.create-gift-account #shipping_address_1_field {
    margin-bottom: 0;
  }
}
body.woocommerce-account form.create-gift-account #shipping_address_2_field input {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}
body.woocommerce-account form.create-gift-account input:not([type="checkbox"]) {
  width: 100%;
}
body.woocommerce-account form.create-gift-account #set_billing_field {
  padding: 24px 0;
}
body.woocommerce-account .woocommerce form.register [type="submit"] {
  margin: 22px 0 0 0;
}
.woocommerce form.register {
  margin: 0 auto;
  max-width: 300px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}
.woocommerce form.register [type="submit"] {
  margin: 22px auto 0;
}
