/*
 * Theme Name:  Venture Deals
 * Theme URI: https://authentik.com
 * Description: Custom theme built for venturedeals.com
 * Author: Authentik Studio
 * Author URI: https://authentik.com
 * Version:     1.1
 * Tags :       accessibility-ready, custom-colors, custom-logo, custom-menu, featured-images, footer-widgets,
 *              full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post,
 *              theme-options, threaded-comments, translation-ready, two-columns
 * Template:    genesis
 * License:     GPL-2.0-or-later
 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: venture-deals
*/
@import 'https://fonts.googleapis.com/css?family=Fira+Sans|PT+Sans|PT+Sans+Caption:400,700&display=swap';
/**
 * Normalize
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0;
}

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1, .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder;
}

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none;
}

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible;
}

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
     * Correct the padding in Firefox.
     */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto;
}

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block;
}

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item;
}

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none;
}

/**
 * Variables
 */
/**
 * Functions
 */
section.hero .retailers-wrap a img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container, header.site-header .wrap, section.hero.image-left .retailers-wrap,
section.hero.image-left .buttons-mobile, body.single-post main.content,
body.single-podcast main.content,
body.page main.content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 767px) {
  .container, header.site-header .wrap, section.hero.image-left .retailers-wrap,
  section.hero.image-left .buttons-mobile, body.single-post main.content,
  body.single-podcast main.content,
  body.page main.content {
    padding: 0 24px;
  }
}

@-webkit-keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}

@keyframes loader {
  0%,
  80%,
  100% {
    box-shadow: 0 1em 0 -1.3em;
  }
  40% {
    box-shadow: 0 1em 0 0;
  }
}

/**
 * Typography
 */
h1, .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
h2,
h3,
.h1,
.block.authors .author-description h2,
.h2,
.h3 {
  font-weight: 700;
}

h1, .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
.h1,
.block.authors .author-description h2 {
  font-size: 3rem;
  line-height: 1.125;
  letter-spacing: -2px;
}

@media (max-width: 767px) {
  h1, .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
  .h1,
  .block.authors .author-description h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

h1.bg-white > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-white.entry-title > span,
.h1.bg-white > span,
.block.authors .author-description h2.bg-white > span {
  display: inline-block;
  line-height: calc(5em / 3);
  padding-right: calc(5em / 3);
  background-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  h1.bg-white > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-white.entry-title > span,
  .h1.bg-white > span,
  .block.authors .author-description h2.bg-white > span {
    line-height: 2em;
    padding-right: 2em;
  }
}

@media (max-width: 479px) {
  h1.bg-white > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-white.entry-title > span,
  .h1.bg-white > span,
  .block.authors .author-description h2.bg-white > span {
    padding-right: 1rem;
  }
}

h1.bg-orange > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-orange.entry-title > span,
.h1.bg-orange > span,
.block.authors .author-description h2.bg-orange > span {
  display: inline-block;
  line-height: calc(5em / 3);
  padding-right: calc(5em / 3);
  background-color: rgba(244, 139, 49, 0.1);
}

@media (max-width: 767px) {
  h1.bg-orange > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-orange.entry-title > span,
  .h1.bg-orange > span,
  .block.authors .author-description h2.bg-orange > span {
    line-height: 2em;
    padding-right: 2em;
  }
}

@media (max-width: 479px) {
  h1.bg-orange > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-orange.entry-title > span,
  .h1.bg-orange > span,
  .block.authors .author-description h2.bg-orange > span {
    padding-right: 1rem;
  }
}

h1.bg-gray > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-gray.entry-title > span,
.h1.bg-gray > span,
.block.authors .author-description h2.bg-gray > span {
  display: inline-block;
  line-height: calc(5em / 3);
  padding-right: calc(5em / 3);
  background-color: rgba(94, 116, 129, 0.1);
}

@media (max-width: 767px) {
  h1.bg-gray > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-gray.entry-title > span,
  .h1.bg-gray > span,
  .block.authors .author-description h2.bg-gray > span {
    line-height: 2em;
    padding-right: 2em;
  }
}

@media (max-width: 479px) {
  h1.bg-gray > span, .archive-wrap .posts.has-featured .post:first-child .post-content .bg-gray.entry-title > span,
  .h1.bg-gray > span,
  .block.authors .author-description h2.bg-gray > span {
    padding-right: 1rem;
  }
}

h2,
.h2 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h3,
.h3 {
  font-size: 0.75rem;
  line-height: 1.5;
}

p, body.page-template-author-page .author-links, .wp-block-quote p, .block.text-with-reviews .reviews-inner .description .subtext p {
  font-size: 1.125rem;
  line-height: calc(14em / 9);
  color: #5e7481;
  font-family: "PT Sans", sans-serif;
}

@media (max-width: 767px) {
  p, body.page-template-author-page .author-links, .wp-block-quote p, .block.text-with-reviews .reviews-inner .description .subtext p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

p.small, section.hero .retailers-wrap a p, .archive-wrap .post-content .entry-meta, body.single-post main.content article.post > header.entry-header .entry-header-wrap p.entry-meta,
body.page main.content article.post > header.entry-header .entry-header-wrap p.entry-meta, .podcast-wrapper .podcast-entry-content .podcast-time, .podcast-wrapper .podcast-entry-content .podcast-player .powerpress_links, .archive-wrap .post-content .read-more, .arrow-link.small, body.single-post .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  font-size: 0.75rem;
  line-height: 1.5;
}

p.large, .entry-content ul,
.entry-content ol, section.hero p:not(.retailers-label):not(.retailers-mobile-label):not(.arrow-link), .archive-wrap .posts.has-featured .post:first-child .post-content .entry-content p, body.single-post main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta),
body.page main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta), body.single-post main.content article > .entry-content > p,
body.page main.content article > .entry-content > p, .podcast-wrapper .podcast-entry-content .podcast-excerpt p, .wp-block-quote.is-style-large p, .block.text-with-reviews .reviews-inner .description .text p, .block.resources p, .block.about-the-book .content p, .block.authors .author-description p {
  font-size: 1.375rem;
  line-height: calc(16em / 11);
}

@media (max-width: 767px) {
  p.large, .entry-content ul,
  .entry-content ol, section.hero p:not(.retailers-label):not(.retailers-mobile-label):not(.arrow-link), .archive-wrap .posts.has-featured .post:first-child .post-content .entry-content p, body.single-post main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta),
  body.page main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta), body.single-post main.content article > .entry-content > p,
  body.page main.content article > .entry-content > p, .podcast-wrapper .podcast-entry-content .podcast-excerpt p, .wp-block-quote.is-style-large p, .block.text-with-reviews .reviews-inner .description .text p, .block.resources p, .block.about-the-book .content p, .block.authors .author-description p {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.entry-content ul,
.entry-content ol {
  color: #5e7481;
  margin: 2.125rem 0 2.125rem 2rem;
  padding: 0 0 0 2.5rem;
}

@media (max-width: 767px) {
  .entry-content ul,
  .entry-content ol {
    font-size: 1rem;
    line-height: 1.5;
  }
}

@media (max-width: 479px) {
  .entry-content ul,
  .entry-content ol {
    margin-left: 0;
  }
}

.entry-content ul ul,
.entry-content ul ol,
.entry-content ol ul,
.entry-content ol ol {
  margin-left: 0;
}

.entry-content ul li,
.entry-content ol li {
  margin: 0.625rem 0;
}

.entry-content ul {
  list-style: none;
}

.entry-content ul li {
  position: relative;
}

.entry-content ul li::before {
  content: '';
  display: block;
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #ff682B;
  top: 0.75rem;
  left: -1.375rem;
}

/**
 * Global
 */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PT Sans Caption", sans-serif;
}

a {
  text-decoration: none;
  color: #f48b31;
  transition: all 0.3s;
}

a:hover {
  color: #d86400;
}

/*
 * Alignment
 */
.alignwide, .wp-block-quote, .alignfull {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}

.alignwide, .wp-block-quote {
  max-width: 950px !important;
}

@media (max-width: 991px) {
  .alignwide, .wp-block-quote {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .alignwide, .wp-block-quote {
    padding: 0 24px;
  }
}

.alignfull {
  max-width: 100vw !important;
}

header.site-header {
  position: relative;
  padding: 2.9375rem 0;
}

@media (max-width: 991px) {
  header.site-header {
    padding: 1.5rem 0 0.6875rem;
  }
}

header.site-header .wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  header.site-header .wrap {
    padding: 0;
  }
}

header.site-header .custom-logo-link img {
  width: 128px;
  height: 67px;
}

@media (max-width: 991px) {
  header.site-header .custom-logo-link img {
    width: 77px;
    height: 40px;
  }
}

@media (max-width: 991px) {
  header.site-header .custom-logo-link {
    margin-left: 24px;
  }
}

header.site-header .menu-toggle {
  display: none;
  width: 40px;
  height: 36px;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 1.75rem;
  right: 1.9375rem;
  z-index: 999;
  margin: 0;
  padding: 0;
  transition: all 0.32s ease;
  cursor: pointer;
}

@media (max-width: 991px) {
  header.site-header .menu-toggle {
    display: block;
  }
}

header.site-header .menu-toggle span,
header.site-header .menu-toggle span::before,
header.site-header .menu-toggle span::after {
  width: 100%;
  height: 2px;
  background-color: #f48b31;
  border-radius: 1px;
}

header.site-header .menu-toggle span {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 40px;
  transition: transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

header.site-header .menu-toggle span::before {
  content: "";
  position: absolute;
  display: block;
  transition: top 0.12s 0.2s ease, transform 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  top: -0.5rem;
}

header.site-header .menu-toggle span::after {
  content: "";
  position: absolute;
  display: block;
  transition: opacity 0.12s ease, top 0.12s 0.2s ease;
  top: 0.5rem;
}

header.site-header .menu-toggle.active {
  background-color: #fff;
  border-radius: 15px;
}

header.site-header .menu-toggle.active span {
  transition: all 0.12s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(-45deg);
  width: 40px;
  left: 1px;
}

header.site-header .menu-toggle.active span::before {
  transition: top 0.12s ease, transform 0.12s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(90deg);
  top: 0;
}

header.site-header .menu-toggle.active span::after {
  transition: opacity 0.12s 0.2s ease, top 0.12s ease;
  top: 0;
  opacity: 0;
}

@media (min-width: 1200px) {
  header.site-header .menu-toggle {
    display: none;
  }
}

header.site-header .menu-wrap {
  display: block;
}

@media (min-width: 992px) {
  header.site-header .menu-wrap {
    margin-top: 3px;
  }
}

@media (max-width: 991px) {
  header.site-header .menu-wrap {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    background: #ffffff;
    z-index: 999;
  }
}

header.site-header .menu-wrap .nav-primary ul {
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  header.site-header .menu-wrap .nav-primary ul {
    width: 100%;
  }
}

header.site-header .menu-wrap .nav-primary ul li {
  display: inline-block;
}

@media (max-width: 991px) {
  header.site-header .menu-wrap .nav-primary ul li {
    display: block;
  }
}

header.site-header .menu-wrap .nav-primary ul li a {
  display: block;
  padding: 15px 18px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  color: #5e7481;
  text-decoration: none;
  transition: all .2s linear;
}

header.site-header .menu-wrap .nav-primary ul li a:hover {
  color: #f48b31;
}

@media (max-width: 991px) {
  header.site-header .menu-wrap .nav-primary ul li a {
    display: block;
    padding: 24px;
    width: 100%;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "PT Sans Caption", sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #E7E7E7;
    color: #f48b31;
    position: relative;
  }
  header.site-header .menu-wrap .nav-primary ul li a::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 1.6875rem;
    transform: translateY(-50%);
    width: 1.125rem;
    height: 0.75rem;
    background-image: url("./images/arrow.svg");
    background-size: contain;
    margin-left: 2rem;
    vertical-align: middle;
  }
}

header.site-header .menu-wrap .nav-primary ul li.current-menu-item a, header.site-header .menu-wrap .nav-primary ul li.current-menu-ancestor a {
  color: #f48b31;
}

header.site-header .menu-wrap .nav-primary ul li.current-menu-item a[href^="/#"], header.site-header .menu-wrap .nav-primary ul li.current-menu-item a[href^="#"], header.site-header .menu-wrap .nav-primary ul li.current-menu-ancestor a[href^="/#"], header.site-header .menu-wrap .nav-primary ul li.current-menu-ancestor a[href^="#"] {
  color: #5e7481;
}

header.site-header .menu-wrap .nav-primary ul li:last-of-type a {
  padding: 15px 0 15px 20px;
}

@media (max-width: 991px) {
  header.site-header .menu-wrap .nav-primary ul li:last-of-type a {
    padding: 24px;
    border-bottom: 1px solid #E7E7E7;
  }
}

body.has-hero header.site-header {
  position: absolute;
  width: 100%;
}

section.hero {
  background: linear-gradient(180deg, #fff 52.6%, #def0fa 100%);
  display: flex;
}

@media (min-width: 768px) {
  section.hero {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  section.hero {
    flex-direction: column;
  }
}

section.hero.image-right {
  justify-content: flex-end;
  padding-top: 102px;
}

@media (min-width: 768px) {
  section.hero.image-right .hero-image {
    order: 2;
    width: calc(50% + 50px);
  }
}

section.hero.image-right .hero-image img {
  width: 100%;
  max-width: 723px;
}

@media (max-width: 767px) {
  section.hero.image-right .hero-image img {
    margin-bottom: -0.8125rem;
    width: 96%;
    transform: translateX(13%);
  }
}

@media (min-width: 768px) {
  section.hero.image-right .hero-content {
    width: calc(50% - 50px);
    max-width: 550px;
    padding-left: 30px;
    padding-top: 84px;
  }
}

@media (max-width: 991px) {
  section.hero.image-right .retailers {
    width: 100% !important;
  }
  section.hero.image-right .retailers a.selected {
    display: none;
  }
}

section.hero.image-right .retailers-wrap {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  section.hero.image-right .retailers-wrap {
    width: calc(200% + 100px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  section.hero.image-right .buttons-mobile {
    flex-direction: column;
  }
  section.hero.image-right .buttons-mobile a {
    margin: 0 0 1.125rem;
  }
  section.hero.image-right .buttons-mobile a.btn-primary {
    align-self: stretch;
  }
}

section.hero.image-left {
  justify-content: center;
  padding-top: 2.125rem;
}

@media (max-width: 767px) {
  section.hero.image-left {
    padding-top: 2.375rem;
  }
}

@media (min-width: 768px) {
  section.hero.image-left .hero-image,
  section.hero.image-left .hero-content {
    width: 50%;
    max-width: 600px;
  }
}

@media (min-width: 768px) {
  section.hero.image-left .hero-image {
    padding-left: 10px;
  }
}

section.hero.image-left .hero-image img {
  margin-bottom: -2.125rem;
}

@media (max-width: 767px) {
  section.hero.image-left .hero-image img {
    width: 88%;
    max-width: 500px;
  }
}

section.hero.image-left .hero-content {
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 767px) {
  section.hero .hero-image,
  section.hero .hero-content {
    padding: 0 1.5rem;
  }
}

section.hero h1, section.hero .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.hero .entry-title {
  color: #333;
  margin-bottom: 1.5rem;
  max-width: 455px;
}

@media (max-width: 767px) {
  section.hero h1, section.hero .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.hero .entry-title {
    margin-bottom: 0.875rem;
  }
}

section.hero p:not(.retailers-label):not(.retailers-mobile-label):not(.arrow-link) {
  margin: 0;
  max-width: 455px;
}

section.hero .hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

section.hero .buttons,
section.hero .buttons-mobile {
  display: flex;
  align-items: center;
}

section.hero .buttons a,
section.hero .buttons-mobile a {
  margin: 0 1.5rem;
}

section.hero .buttons a.arrow-link,
section.hero .buttons-mobile a.arrow-link {
  margin-bottom: 4px;
}

section.hero .buttons {
  margin: 2.75rem -1.5rem 5.375rem;
}

@media (max-width: 991px) {
  section.hero .buttons {
    display: none;
  }
}

section.hero .buttons-mobile {
  width: 100%;
  margin: 1rem 0 3.5rem !important;
}

@media (min-width: 992px) {
  section.hero .buttons-mobile {
    display: none;
  }
}

@media (max-width: 479px) {
  section.hero .buttons-mobile {
    flex-direction: column;
  }
}

section.hero .buttons-mobile a:first-child {
  margin-left: 0;
}

section.hero .buttons-mobile a:last-child {
  margin-right: 0;
}

@media (max-width: 479px) {
  section.hero .buttons-mobile a {
    margin: 0 0 1.125rem;
  }
  section.hero .buttons-mobile a.btn-primary {
    align-self: stretch;
  }
  section.hero .buttons-mobile a.arrow-link::after {
    display: none;
  }
}

@media (max-width: 991px) {
  section.hero .retailers-label {
    display: none;
  }
}

section.hero .retailers-mobile-label {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 700;
  color: #000;
  margin: 2.75rem 0 0.4375rem;
}

@media (min-width: 992px) {
  section.hero .retailers-mobile-label {
    display: none;
  }
}

section.hero .selected-retailer {
  position: relative;
  background: #fff;
  border: 1px solid #bedae3;
  border-radius: 4px;
}

@media (min-width: 992px) {
  section.hero .selected-retailer {
    display: none;
  }
}

section.hero .selected-retailer::after {
  content: '';
  display: block;
  width: 12px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  background: url(images/chevron-orange.svg);
  background-size: contain;
  transition: transform 0.3s;
}

section.hero .selected-retailer.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

section.hero .selected-retailer.active::after {
  transform: translateY(-50%) rotateX(180deg);
}

section.hero .retailers {
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 2;
}

@media (min-width: 992px) {
  section.hero .retailers {
    display: flex !important;
    margin-bottom: 57px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media (max-width: 991px) {
  section.hero .retailers {
    display: none;
    border: 1px solid #bedae3;
    border-top: 0;
    position: absolute;
    width: calc(100% - 60px);
  }
}

@media (max-width: 767px) {
  section.hero .retailers {
    width: calc(100% - 48px);
  }
}

section.hero .retailers-wrap {
  width: 100%;
  margin: 0 !important;
}

section.hero .retailers-wrap a {
  width: 17%;
  padding: 1rem 1.5rem 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #ddd;
}

@media (max-width: 1199px) {
  section.hero .retailers-wrap a {
    padding: 1rem 1rem 0.75rem;
  }
}

@media (max-width: 991px) {
  section.hero .retailers-wrap a {
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #bedae3;
  }
}

@media (min-width: 992px) {
  section.hero .retailers-wrap a:first-child, section.hero .retailers-wrap a:last-child {
    width: 16%;
  }
}

section.hero .retailers-wrap a:last-child {
  border-right: 0;
  border-bottom: 0;
}

section.hero .retailers-wrap a:hover img.image-hover {
  opacity: 1;
}

section.hero .retailers-wrap a:hover p {
  color: #f48b31;
}

section.hero .retailers-wrap a:hover p span {
  max-width: 100%;
  margin-right: 14px;
}

section.hero .retailers-wrap a:hover p::after {
  background: url("images/link-arrow-orange.svg");
}

section.hero .retailers-wrap a .image-wrap {
  position: relative;
  flex: 1 1 auto;
  max-width: 100%;
}

@media (max-width: 991px) {
  section.hero .retailers-wrap a img {
    max-height: 62px;
    width: auto;
  }
}

section.hero .retailers-wrap a img.image-hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

section.hero .retailers-wrap a p {
  flex: 0 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  section.hero .retailers-wrap a p {
    display: none;
  }
}

section.hero .retailers-wrap a p span {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 0;
  transition: all 0.3s;
}

section.hero .retailers-wrap a p::after {
  margin-left: 0;
}

/**
 * Footer
 */
footer.site-footer {
  padding: 1.5625rem 0 3.4375rem 0;
  font-family: "PT Sans", sans-serif;
}

footer.site-footer .wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 991px) {
  footer.site-footer .wrap {
    padding: 0 24px;
  }
}

footer.site-footer .footer-widgets .widget-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget-area {
    flex-direction: column;
  }
}

footer.site-footer .footer-widgets .widget-area .widget {
  width: 66.66%;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
}

footer.site-footer .footer-widgets .widget-area .widget:first-of-type {
  width: 33%;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget-area .widget:first-of-type {
    width: 50%;
  }
}

footer.site-footer .footer-widgets .widget-area .widget:last-of-type {
  width: 33%;
  flex-grow: 1;
  text-align: right;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget-area .widget:last-of-type {
    width: 50%;
  }
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget-area .widget {
    width: 50%;
  }
}

footer.site-footer .footer-widgets .widget_media_image {
  margin: 0.9375rem auto 0 0;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_media_image {
    width: 55%;
    order: 1;
  }
}

footer.site-footer .footer-widgets .widget_media_image img {
  width: 128px;
  height: 48px;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_media_image img {
    width: 106px;
    height: 40px;
  }
}

footer.site-footer .footer-widgets .widget_nav_menu {
  margin: 0.25rem 0 0 auto;
  text-align: right;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_nav_menu {
    position: absolute;
    right: 0;
    width: 45%;
    padding: 0 0 3rem;
    order: 3;
    text-align: left;
  }
}

footer.site-footer .footer-widgets .widget_nav_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 600px) and (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_nav_menu ul {
    -moz-column-count: 2;
         column-count: 2;
  }
}

footer.site-footer .footer-widgets .widget_nav_menu ul li {
  display: inline-block;
  padding: 0.625rem 1.125rem;
  font-size: 1.125rem;
}

footer.site-footer .footer-widgets .widget_nav_menu ul li:last-of-type {
  padding-right: 0;
}

@media (max-width: 1199px) {
  footer.site-footer .footer-widgets .widget_nav_menu ul li {
    padding: 0.625rem;
  }
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_nav_menu ul li {
    display: block;
    font-size: 1rem;
    padding-bottom: 0.375rem;
  }
}

footer.site-footer .footer-widgets .widget_nav_menu ul li a {
  color: #5e7481;
  text-decoration: none;
  transition: all .2s linear;
}

footer.site-footer .footer-widgets .widget_nav_menu ul li a:hover {
  color: #f48b31;
}

footer.site-footer .footer-widgets .widget_text {
  margin: -0.125rem 0 0 auto;
}

@media (max-width: 991px) {
  footer.site-footer .footer-widgets .widget_text {
    width: 55%;
    margin: 2rem 0 0 0;
    padding: 0 40px 0 0;
    order: 2;
    max-width: 204px;
  }
}

footer.site-footer .footer-widgets .widget_text p {
  margin: 0;
  font-size: 12px;
  color: #5e7481;
}

.podcasts-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .podcasts-grid {
    justify-content: center;
  }
}

.podcasts-grid .podcast {
  width: calc((100% - 60px) / 3);
  max-width: 360px;
  margin: 0 0 30px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .podcasts-grid .podcast {
    width: calc(50% - 15px);
  }
}

@media (max-width: 767px) {
  .podcasts-grid .podcast {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.podcasts-grid .podcast a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.podcasts-grid .podcast a::before {
  content: '';
  display: block;
  position: absolute;
  width: 37px;
  height: 43px;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
  background: url(images/icon-play.svg) no-repeat;
  background-size: contain;
  z-index: 2;
}

.podcasts-grid .podcast a::after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(209deg, #f48b31 0%, rgba(244, 139, 49, 0) 50%);
  transition: all 0.3s;
  opacity: 0;
}

.podcasts-grid .podcast a:hover h2 {
  color: #f48b31;
}

.podcasts-grid .podcast a:hover::after {
  opacity: 1;
}

.podcasts-grid .podcast .image {
  position: relative;
}

.podcasts-grid .podcast .image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 31, 45, 0.75);
}

.podcasts-grid .podcast .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.podcasts-grid .podcast .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 34%, rgba(0, 0, 0, 0) 62%);
  color: #fff;
  padding: 45px 40px;
  z-index: 3;
}

.podcasts-grid .podcast p.time {
  color: #bedae3;
  margin: 0 0 calc(2em / 3);
}

.podcasts-grid .podcast h2 {
  color: #fff;
  transition: all 0.3s;
  margin: 0 0 0.45em;
}

.podcasts-grid .podcast .excerpt p {
  color: #bedae3;
  margin: 0;
}

@media (max-width: 767px) {
  .archive-wrap h1, .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title {
    max-width: 360px;
    margin: 0 auto;
  }
}

.archive-wrap .posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .archive-wrap .posts {
    align-items: center;
    flex-direction: column;
  }
}

.archive-wrap .posts.has-featured .post:first-child {
  width: 100%;
}

@media (min-width: 768px) {
  .archive-wrap .posts.has-featured .post:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.archive-wrap .posts.has-featured .post:first-child .entry-meta {
  margin: 0 0 1rem;
}

.archive-wrap .posts.has-featured .post:first-child .post-image,
.archive-wrap .posts.has-featured .post:first-child .post-content {
  width: calc(50% - 30px);
}

@media (max-width: 767px) {
  .archive-wrap .posts.has-featured .post:first-child .post-image,
  .archive-wrap .posts.has-featured .post:first-child .post-content {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .archive-wrap .posts.has-featured .post:first-child .post-image {
    margin-bottom: 0;
    align-self: flex-start;
  }
}

@media (max-width: 767px) {
  .archive-wrap .posts.has-featured .post:first-child .post-image {
    margin-bottom: 2.5rem;
  }
}

.archive-wrap .posts.has-featured .post:first-child .post-content {
  display: block;
  flex: 0 0 auto;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .entry-title {
  margin: 0 0 1.625rem;
}

@media (max-width: 767px) {
  .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title {
    margin-bottom: 1.125rem;
  }
}

.archive-wrap .posts.has-featured .post:first-child .post-content .entry-content {
  margin-bottom: 2.5rem;
}

.archive-wrap article,
.archive-wrap .post {
  margin: 2.5rem 0;
  width: calc(( 100% - 60px) / 3);
}

@media (max-width: 767px) {
  .archive-wrap article,
  .archive-wrap .post {
    width: 100%;
    max-width: 360px;
    flex: 0 0 auto;
  }
}

.archive-wrap .post-image {
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 2.3125rem;
}

@media (max-width: 767px) {
  .archive-wrap .post-image {
    margin-bottom: 1.375rem;
  }
}

.archive-wrap .post-image a:hover img {
  transform: scale(1.1);
}

.archive-wrap img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.3s;
}

@media (max-width: 991px) {
  .archive-wrap img {
    margin: 0 auto;
  }
}

.archive-wrap .post-content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

.archive-wrap .post-content .entry-meta {
  margin: 0 0 0.5rem;
}

@media (max-width: 767px) {
  .archive-wrap .post-content .entry-meta {
    margin-bottom: 0.3125rem;
  }
}

.archive-wrap .post-content .entry-title {
  margin: 0 0 0.5625rem;
}

@media (max-width: 767px) {
  .archive-wrap .post-content .entry-title {
    margin-bottom: 0.375rem;
  }
}

.archive-wrap .post-content .entry-title a {
  color: #19303e;
  transition: all .2s linear;
}

.archive-wrap .post-content .entry-title a:hover {
  color: #f48b31;
}

.archive-wrap .post-content .entry-content {
  margin-bottom: 1.3125rem;
}

@media (max-width: 767px) {
  .archive-wrap .post-content .entry-content {
    margin-bottom: 1.4375rem;
  }
}

.archive-wrap .post-content .entry-content p {
  margin: 0;
}

.archive-wrap .post-content .read-more {
  margin: 0;
  align-self: flex-start;
}

.archive-pagination {
  margin-top: 5.625rem;
  margin-bottom: 10rem;
}

@media (max-width: 767px) {
  .archive-pagination {
    margin: 2rem 0 3rem;
  }
}

.archive-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.archive-pagination li:not(:first-child) {
  margin-left: 0.625rem;
}

@media (max-width: 479px) {
  .archive-pagination li:not(:first-child) {
    margin-left: 0.5rem;
  }
}

.archive-pagination li:not(:last-child) {
  margin-right: 0.625rem;
}

@media (max-width: 479px) {
  .archive-pagination li:not(:last-child) {
    margin-right: 0.5rem;
  }
}

.archive-pagination li.active a {
  color: #f48b31;
}

.archive-pagination a {
  font-size: 1.25rem;
  line-height: 1.5;
  color: #19303e;
  transition: all 0.3s;
}

.archive-pagination a:hover {
  color: #f48b31;
}

.archive-pagination .pagination-previous a,
.archive-pagination .pagination-next a {
  display: block;
  width: 2.8125rem;
  height: 2.8125rem;
  padding-top: 2.8125rem;
  color: transparent;
  overflow: hidden;
  position: relative;
  border-radius: 0.25rem;
  background-color: #f48b31;
}

.archive-pagination .pagination-previous a::after,
.archive-pagination .pagination-next a::after {
  content: '';
  display: block;
  width: 1.1875rem;
  height: 0.75rem;
  background: url(images/arrow-white.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) {
  .archive-pagination .pagination-previous {
    margin-right: 2.75rem !important;
  }
}

.archive-pagination .pagination-previous a::after {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (min-width: 768px) {
  .archive-pagination .pagination-next {
    margin-left: 2.75rem !important;
  }
}

body.blog .archive-wrap {
  margin-top: 4.125rem;
}

@media (max-width: 767px) {
  body.blog .archive-wrap {
    margin-top: 2.125rem;
  }
}

body.post-type-archive-podcast .archive-pagination {
  margin: 3.75rem 0 10.625rem;
}

@media (max-width: 767px) {
  body.post-type-archive-podcast .archive-pagination {
    margin: 1.5rem 0 7.5rem;
  }
}

body.single-post .back-link-wrap,
body.single-podcast .back-link-wrap,
body.page .back-link-wrap {
  margin: 1.125rem 0 4rem;
}

@media (max-width: 767px) {
  body.single-post .back-link-wrap,
  body.single-podcast .back-link-wrap,
  body.page .back-link-wrap {
    margin: 1.5rem 0 2.25rem;
  }
}

body.single-post article > .entry-content,
body.single-podcast article > .entry-content,
body.page article > .entry-content {
  max-width: 45rem;
  margin: 0 auto;
}

body.content-margin .content-sidebar-wrap {
  margin-bottom: 10.625rem;
}

@media (max-width: 767px) {
  body.content-margin .content-sidebar-wrap {
    margin-bottom: 2.5rem;
  }
}

body.single-post main.content article.post > header.entry-header,
body.page main.content article.post > header.entry-header {
  position: relative;
  margin-bottom: 5.25rem;
}

@media (max-width: 767px) {
  body.single-post main.content article.post > header.entry-header,
  body.page main.content article.post > header.entry-header {
    margin-bottom: 2.5rem;
  }
}

body.single-post main.content article.post > header.entry-header .post-image,
body.page main.content article.post > header.entry-header .post-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0.5rem;
  overflow: hidden;
  z-index: 1;
}

body.single-post main.content article.post > header.entry-header .post-image::after,
body.page main.content article.post > header.entry-header .post-image::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  body.single-post main.content article.post > header.entry-header .post-image,
  body.page main.content article.post > header.entry-header .post-image {
    border-radius: 0;
    left: -24px;
    right: -24px;
  }
}

body.single-post main.content article.post > header.entry-header .post-image img,
body.single-post main.content article.post > header.entry-header .post-image .img,
body.page main.content article.post > header.entry-header .post-image img,
body.page main.content article.post > header.entry-header .post-image .img {
  display: block;
  width: 100%;
  height: 100%;
}

body.single-post main.content article.post > header.entry-header .post-image img,
body.page main.content article.post > header.entry-header .post-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

body.single-post main.content article.post > header.entry-header .post-image .img,
body.page main.content article.post > header.entry-header .post-image .img {
  background-size: cover;
  background-position: center;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap,
body.page main.content article.post > header.entry-header .entry-header-wrap {
  position: relative;
  width: 100%;
  min-height: 520px;
  padding: 2rem 5.9375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
}

@media (max-width: 767px) {
  body.single-post main.content article.post > header.entry-header .entry-header-wrap,
  body.page main.content article.post > header.entry-header .entry-header-wrap {
    padding: 5rem 0;
    min-height: 585px;
  }
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap h1, body.single-post main.content article.post > header.entry-header .entry-header-wrap .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content body.single-post main.content article.post > header.entry-header .entry-header-wrap .entry-title,
body.page main.content article.post > header.entry-header .entry-header-wrap h1,
body.page main.content article.post > header.entry-header .entry-header-wrap .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
.archive-wrap .posts.has-featured .post:first-child .post-content body.page main.content article.post > header.entry-header .entry-header-wrap .entry-title {
  color: #fff;
  max-width: 31.9375rem;
  margin: 0.875rem 0 1.375rem;
}

@media (max-width: 767px) {
  body.single-post main.content article.post > header.entry-header .entry-header-wrap h1, body.single-post main.content article.post > header.entry-header .entry-header-wrap .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content body.single-post main.content article.post > header.entry-header .entry-header-wrap .entry-title,
  body.page main.content article.post > header.entry-header .entry-header-wrap h1,
  body.page main.content article.post > header.entry-header .entry-header-wrap .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
  .archive-wrap .posts.has-featured .post:first-child .post-content body.page main.content article.post > header.entry-header .entry-header-wrap .entry-title {
    margin-top: 1.375rem;
  }
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap p,
body.page main.content article.post > header.entry-header .entry-header-wrap p {
  margin: 0;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap p.entry-meta,
body.page main.content article.post > header.entry-header .entry-header-wrap p.entry-meta {
  color: #f48b31;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta),
body.page main.content article.post > header.entry-header .entry-header-wrap p:not(.entry-meta) {
  color: #bedae3;
  max-width: 26rem;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap .entry-author-thumb,
body.page main.content article.post > header.entry-header .entry-header-wrap .entry-author-thumb {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: middle;
  margin-right: 0.5rem;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap .entry-author-thumb img,
body.page main.content article.post > header.entry-header .entry-header-wrap .entry-author-thumb img {
  display: block;
  max-width: 2.5rem;
  height: auto;
}

body.single-post main.content article.post > header.entry-header .entry-header-wrap .entry-time,
body.page main.content article.post > header.entry-header .entry-header-wrap .entry-time {
  color: #bedae3;
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  margin-left: 1.125rem;
}

body.single-post main.content article.page header.entry-header,
body.page main.content article.page header.entry-header {
  max-width: 45rem;
  margin: 0 auto;
}

body.single-post main.content article.page header.entry-header h1, body.single-post main.content article.page header.entry-header .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content body.single-post main.content article.page header.entry-header .entry-title,
body.page main.content article.page header.entry-header h1,
body.page main.content article.page header.entry-header .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title,
.archive-wrap .posts.has-featured .post:first-child .post-content body.page main.content article.page header.entry-header .entry-title {
  margin: 1em 0 1.5em;
}

body.single-post main.content article > .entry-content > p,
body.page main.content article > .entry-content > p {
  margin: 1.875rem 0;
}

@media (max-width: 767px) {
  body.single-post main.content article > .entry-content > p,
  body.page main.content article > .entry-content > p {
    font-size: 1rem;
    line-height: 1.5;
  }
}

body.single-post main.content article > .entry-content strong,
body.page main.content article > .entry-content strong {
  color: #19303e;
}

body.single-post main.content article > .entry-content > h2,
body.page main.content article > .entry-content > h2 {
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
}

@media (max-width: 767px) {
  body.single-post main.content article > .entry-content > h2,
  body.page main.content article > .entry-content > h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

body.single-post main.content article > .entry-content > h2,
body.page main.content article > .entry-content > h2 {
  color: #f48b31;
  margin: 3.5rem 0 2.125rem;
}

body.single-post main.content article > .entry-content > p:first-of-type,
body.page main.content article > .entry-content > p:first-of-type {
  color: #19303e;
  font-size: 2rem;
  line-height: 1.3125;
  font-weight: 700;
  font-family: "PT Sans Caption", sans-serif;
}

@media (max-width: 767px) {
  body.single-post main.content article > .entry-content > p:first-of-type,
  body.page main.content article > .entry-content > p:first-of-type {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

body.single-podcast main.content article > .entry-content > p:first-of-type {
  color: #19303e;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  font-family: "PT Sans Caption", sans-serif;
}

body.single-podcast article.podcast {
  padding-bottom: 4.8125rem;
  border-bottom: 1px solid #bedae3;
}

@media (max-width: 767px) {
  body.single-podcast article.podcast {
    padding-bottom: 0.875rem;
  }
}

body.page-template-author-page article.page {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 3.75rem;
  margin-bottom: 12.5rem;
}

@media (max-width: 991px) {
  body.page-template-author-page article.page {
    margin-bottom: 5.875rem;
  }
}

@media (max-width: 767px) {
  body.page-template-author-page article.page {
    flex-direction: column;
  }
}

body.page-template-author-page header.entry-header {
  margin-bottom: 4.25rem !important;
  overflow: hidden;
  order: 1;
}

@media (min-width: 768px) {
  body.page-template-author-page header.entry-header {
    border-radius: 0.25rem;
    max-width: 100% !important;
    margin-bottom: 4.25rem !important;
  }
}

@media (max-width: 767px) {
  body.page-template-author-page header.entry-header {
    margin-left: -24px !important;
    margin-right: -24px !important;
    max-width: calc(100% + 48px) !important;
    margin-bottom: 2.25rem !important;
  }
}

body.page-template-author-page header.entry-header img {
  max-width: 100%;
  height: auto;
  display: block;
}

body.page-template-author-page .entry-content {
  max-width: 40.875rem !important;
  margin-left: 0 !important;
  order: 1;
}

@media (min-width: 992px) {
  body.page-template-author-page .entry-content {
    padding-left: 6.25rem;
    width: calc(74% - 1px);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-author-page .entry-content {
    padding-left: 3rem;
    width: calc(70% - 1px);
  }
}

@media (min-width: 768px) {
  body.page-template-author-page .entry-content {
    border-left: 1px solid #bedae3;
  }
}

@media (max-width: 767px) {
  body.page-template-author-page .entry-content {
    border-bottom: 1px solid #bedae3;
    padding-bottom: 4.8125rem;
  }
}

body.page-template-author-page .entry-content h1, body.page-template-author-page .entry-content .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content body.page-template-author-page .entry-content .entry-title {
  color: #19303e;
  margin: 0.75rem 0 3.25rem;
}

body.page-template-author-page .entry-content :last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  body.page-template-author-page .entry-content p {
    font-size: 1.25rem !important;
    line-height: 1.6 !important;
  }
  body.page-template-author-page .entry-content p:first-of-type {
    font-size: 1.375rem !important;
    line-height: calc(16em / 11) !important;
  }
}

body.page-template-author-page .author-links {
  margin: 0.5rem 0 0;
  padding: 0;
  list-style: none;
  max-width: 290px;
  order: 1;
}

@media (min-width: 992px) {
  body.page-template-author-page .author-links {
    width: 26%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  body.page-template-author-page .author-links {
    width: 30%;
  }
}

@media (max-width: 767px) {
  body.page-template-author-page .author-links {
    order: 2;
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: calc(14em / 9);
  }
}

body.page-template-author-page .author-links li {
  margin-bottom: 1em;
}

@media (max-width: 767px) {
  body.page-template-author-page .author-links li {
    margin-bottom: 0.5rem;
  }
}

body.error404 main.content {
  max-width: 45rem;
  margin: 3rem auto 6rem;
}

section.newsletter-form {
  background-color: #19303e;
  padding: 10rem 0;
}

@media (max-width: 767px) {
  section.newsletter-form {
    padding: 2.5rem 0;
  }
}

section.newsletter-form h1, section.newsletter-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.newsletter-form .entry-title {
  color: #fff;
  margin-top: 0;
}

@media (max-width: 767px) {
  section.newsletter-form h1, section.newsletter-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.newsletter-form .entry-title {
    margin-bottom: 1.125rem;
  }
}

section.newsletter-form p {
  margin: 0;
}

section.newsletter-form .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 767px) {
  section.newsletter-form .container {
    flex-direction: column;
  }
}

section.newsletter-form .content,
section.newsletter-form .form {
  max-width: 457px;
  width: calc(50% - 20px);
}

@media (max-width: 767px) {
  section.newsletter-form .content,
  section.newsletter-form .form {
    width: 100%;
  }
}

@media (max-width: 767px) {
  section.newsletter-form .content {
    margin-bottom: 2.5625rem;
  }
}

section.newsletter-form .btn-primary {
  width: 100%;
  margin-top: 0.75rem;
}

section.contact-form {
  background-color: #f48b31;
  padding: 10rem 0;
}

@media (max-width: 767px) {
  section.contact-form {
    padding: 2.5rem;
  }
}

section.contact-form h1, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media (max-width: 479px) {
  section.contact-form h1, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title {
    margin-bottom: 1.5rem;
  }
}

section.contact-form h1 > span, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title > span, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title > span {
  display: inline-block;
  line-height: calc(5em / 3);
  padding-right: calc(5em / 3);
  background-color: rgba(255, 255, 255, 0.1);
  padding-left: 1.875rem;
  padding-right: 2.375rem !important;
}

@media (max-width: 479px) {
  section.contact-form h1 > span, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title > span, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title > span {
    width: 100%;
    padding: 0 !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  section.contact-form h1 > span, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title > span, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title > span {
    line-height: 2em;
    padding-right: 2em;
  }
}

@media (max-width: 479px) {
  section.contact-form h1 > span, section.contact-form .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title > span, .archive-wrap .posts.has-featured .post:first-child .post-content section.contact-form .entry-title > span {
    padding-right: 1rem;
  }
}

section.contact-form .header p {
  text-align: center;
  color: #fff;
  margin-top: 0;
  margin-bottom: 2.5rem;
}

section.contact-form .form {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
}

section.contact-form .form textarea {
  height: 220px;
  resize: vertical;
}

section.contact-form .form input[type="submit"] {
  margin-top: 1.5rem;
}

@media (max-width: 479px) {
  section.contact-form .form input[type="submit"] {
    width: 100%;
  }
}

section.contact-form .form .message {
  display: none;
  border-radius: 0.25rem;
  background-color: #fff;
  padding: 0.5em;
}

section.contact-form .form .message.success {
  color: #3C7700;
}

section.contact-form .form .message.error {
  color: #d42c0d;
}

section.more-posts {
  margin: 8.75rem 0 7.5rem;
}

@media (max-width: 767px) {
  section.more-posts {
    margin: 2.5rem 0;
  }
}

section.more-posts h1, section.more-posts .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content section.more-posts .entry-title {
  margin-top: 0;
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  section.more-posts h1 span, section.more-posts .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title span, .archive-wrap .posts.has-featured .post:first-child .post-content section.more-posts .entry-title span {
    padding-right: 1rem;
  }
}

.more-episodes {
  margin: 8rem 0 9.375rem 0;
}

@media (max-width: 767px) {
  .more-episodes {
    margin: 2.5rem 0;
  }
}

.more-episodes h1, .more-episodes .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .more-episodes .entry-title {
  margin-top: 0;
  margin-bottom: 4.25rem;
  display: inline-block;
  margin-right: 40px;
  padding-right: 80px;
  font-size: 48px;
  line-height: 1.675;
}

.more-episodes h1.bg-oragne, .more-episodes .archive-wrap .posts.has-featured .post:first-child .post-content .bg-oragne.entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .more-episodes .bg-oragne.entry-title {
  color: #19303e;
  background: rgba(244, 139, 49, 0.1);
}

@media (max-width: 991px) {
  .more-episodes h1.bg-oragne, .more-episodes .archive-wrap .posts.has-featured .post:first-child .post-content .bg-oragne.entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .more-episodes .bg-oragne.entry-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .more-episodes .podcasts-grid .podcast:nth-child(n+3) {
    display: block;
  }
}

@media (max-width: 767px) {
  .more-episodes .podcasts-grid .podcast:nth-child(n+2) {
    display: block;
  }
}

.more-episodes .more-episodes-wrap {
  margin-top: 2.125rem;
  text-align: center;
}

.podcast-wrapper {
  margin-bottom: 6.875rem;
}

@media (max-width: 767px) {
  .podcast-wrapper {
    margin-bottom: 2.5rem;
    margin-left: -24px;
    margin-right: -24px;
  }
}

.podcast-wrapper .podcast-entry {
  position: relative;
  padding: 9.125rem 6rem 4.625rem 6rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #fff;
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  .podcast-wrapper .podcast-entry {
    padding: 6.6875rem 1.25rem 2.5rem 1.25rem;
    border-radius: 0;
  }
}

.podcast-wrapper .podcast-entry .podcast-gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0.32deg, rgba(0, 0, 0, 0.75) 33.54%, rgba(0, 0, 0, 0) 91.8%), linear-gradient(0deg, rgba(0, 31, 45, 0.75), rgba(0, 31, 45, 0.75));
  border-radius: 0.5rem;
}

@media (max-width: 767px) {
  .podcast-wrapper .podcast-entry .podcast-gradient {
    border-radius: 0;
  }
}

.podcast-wrapper .podcast-entry-content {
  position: relative;
  z-index: 2;
}

.podcast-wrapper .podcast-entry-content .podcast-time {
  display: block;
  color: #bedae3;
}

.podcast-wrapper .podcast-entry-content .podcast-title {
  max-width: 32rem;
  margin: 0 0 0.875rem 0;
}

.podcast-wrapper .podcast-entry-content .podcast-excerpt {
  max-width: 25.5625rem;
  margin-bottom: 2.75rem;
}

.podcast-wrapper .podcast-entry-content .podcast-excerpt p {
  color: #bedae3;
}

.podcast-wrapper .podcast-entry-content .podcast-excerpt p:last-child {
  margin: 0;
}

.podcast-wrapper .podcast-entry-content .podcast-player {
  padding: 1.5rem 2.5rem;
  font-family: "PT Sans Caption", sans-serif;
  background: #fff;
  border-radius: 0.25rem;
  box-shadow: 0px 33px 60px rgba(44, 66, 100, 0.2);
}

@media (max-width: 767px) {
  .podcast-wrapper .podcast-entry-content .podcast-player {
    padding: 1rem 0 1.5rem 0;
  }
}

.podcast-wrapper .podcast-entry-content .podcast-player .powerpress_player {
  padding-bottom: 23px;
  border-bottom: solid 1px rgba(77, 98, 121, 0.3);
}

@media (max-width: 767px) {
  .podcast-wrapper .podcast-entry-content .podcast-player .powerpress_player {
    padding: 0 1rem 0.675rem 1rem;
  }
}

.podcast-wrapper .podcast-entry-content .podcast-player .powerpress_player .mejs-container {
  height: 50px !important;
  background: #fff;
}

@media (max-width: 767px) {
  .podcast-wrapper .podcast-entry-content .podcast-player .powerpress_player .mejs-container {
    height: 104px !important;
  }
}

.podcast-wrapper .podcast-entry-content .podcast-player .powerpress_links {
  margin: 1.4375rem 0 0 0;
  font-family: "PT Sans Caption", sans-serif;
  font-weight: bold;
  color: #4d6279;
  text-align: center;
  line-height: 1.125rem;
}

.podcast-wrapper .podcast-entry-content .podcast-player .powerpress_links a {
  color: #4d6279;
  padding-bottom: 4px;
}

.podcast-wrapper .podcast-entry-content .podcast-player .powerpress_links .powerpress_link_d {
  border-bottom: solid 2px;
}

.btn, .btn-primary, .btn-secondary {
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 1em 2em;
  transition: all 0.3s;
  font-weight: 700;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  font-size: 1.125rem;
  line-height: calc(14em / 9);
  font-family: "PT Sans", sans-serif;
}

@media (max-width: 767px) {
  .btn, .btn-primary, .btn-secondary {
    padding: 0.875rem 2em;
  }
}

.btn:hover, .btn-primary:hover, .btn-secondary:hover {
  color: #fff;
}

.btn .loader, .btn-primary .loader, .btn-secondary .loader,
.btn .loader::before,
.btn-primary .loader::before,
.btn-secondary .loader::before,
.btn .loader::after,
.btn-primary .loader::after,
.btn-secondary .loader::after {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: loader 1.8s infinite ease-in-out;
          animation: loader 1.8s infinite ease-in-out;
}

.btn .loader, .btn-primary .loader, .btn-secondary .loader {
  display: none;
  position: absolute;
  top: calc(50% - 1em);
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}


.btn .loader::before,
.btn-primary .loader::before,
.btn-secondary .loader::before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}


.btn .loader::after,
.btn-primary .loader::after,
.btn-secondary .loader::after {
  left: 1.5em;
}


.btn .loader::before,
.btn-primary .loader::before,
.btn-secondary .loader::before,
.btn .loader::after,
.btn-primary .loader::after,
.btn-secondary .loader::after {
  content: '';
  position: absolute;
  top: 0;
}

.loading.btn, .loading.btn-primary, .loading.btn-secondary {
  color: transparent;
}

.loading.btn .loader, .loading.btn-primary .loader, .loading.btn-secondary .loader {
  display: block;
  color: #fff;
}

.btn-primary {
  background-color: #f48b31;
}

.btn-primary:hover {
  background-color: #d86400;
}

.btn-secondary {
  background-color: #19303e;
}

.btn-secondary:hover {
  background-color: #041926;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more, .arrow-link {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-decoration: none;
  color: #f48b31;
  transition: all 0.3s;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more::after, .arrow-link::after, .archive-wrap .posts.has-featured .post:first-child .post-content .read-more::before, .arrow-link::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 12px;
  background: url("images/link-arrow-orange.svg");
  vertical-align: 2px;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more::after, .arrow-link::after {
  margin-left: 19px;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more::before, .arrow-link::before {
  display: none;
  transform: rotate(180deg);
  margin-right: 19px;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more:hover, .arrow-link:hover {
  color: #d86400;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .read-more:hover::after, .arrow-link:hover::after {
  background: url("images/link-arrow-orange-dark.svg");
}

.archive-wrap .post-content .read-more::after, .arrow-link.small::after {
  vertical-align: -2px;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .back-link.read-more::after, .back-link.arrow-link::after {
  display: none;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .back-link.read-more::before, .back-link.arrow-link::before {
  display: inline-block;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .gray.read-more, .gray.arrow-link {
  color: #5e7481;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .gray.read-more::after, .gray.arrow-link::after {
  background: url("images/link-arrow-gray.svg");
}

.archive-wrap .posts.has-featured .post:first-child .post-content .gray.read-more:hover, .gray.arrow-link:hover {
  color: #f48b31;
}

.archive-wrap .posts.has-featured .post:first-child .post-content .gray.read-more:hover::after, .gray.arrow-link:hover::after {
  background: url("images/link-arrow-orange.svg");
}

input:not([type="submit"]),
textarea {
  width: 100%;
  border: 1px solid #bedae3;
  border-radius: 0.25rem;
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1.0625rem;
  font-size: 1.125rem;
  line-height: calc(14em / 9);
  color: #5e7481;
  font-family: "PT Sans", sans-serif;
}

input:not([type="submit"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:not([type="submit"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input:not([type="submit"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
}

input:not([type="submit"])::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  opacity: 1;
}

input:not([type="submit"])::placeholder,
textarea::placeholder {
  opacity: 1;
}

.wp-block-quote {
  margin: 4.125rem 0 !important;
}

@media (max-width: 767px) {
  .wp-block-quote {
    margin: 2.875rem 0 4.875rem !important;
  }
}

.wp-block-quote p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-style: normal !important;
  background-color: #5e7481;
  border: 0.25rem solid #f48b31;
  border-radius: 0.25rem;
  padding: 2.75rem 3.625rem 4.5rem !important;
  margin: 0 !important;
}

@media (max-width: 767px) {
  .wp-block-quote p {
    padding: 2.75rem 1.25rem 2.875rem !important;
  }
}

.wp-block-quote p::before, .wp-block-quote p::after {
  content: '';
  position: absolute;
  width: 5.1875rem;
  height: 2.625rem;
  background: url(images/quote.svg) no-repeat;
  background-size: contain;
}

@media (max-width: 767px) {
  .wp-block-quote p::before, .wp-block-quote p::after {
    background: url(images/quote-mobile.svg) no-repeat;
    width: 3.75rem;
    height: 2.625rem;
  }
}

.wp-block-quote p::before {
  top: 1.5rem;
  left: 1.9375rem;
}

@media (max-width: 767px) {
  .wp-block-quote p::before {
    top: 1.25rem;
    left: 1.625rem;
  }
}

.wp-block-quote p::after {
  bottom: 1.5rem;
  right: 1.9375rem;
}

@media (max-width: 767px) {
  .wp-block-quote p::after {
    bottom: 1.4375rem;
    right: 1.125rem;
  }
}

body.single-post .wp-block-image,
.editor-styles-wrapper .wp-block-image {
  border-bottom: 1px solid #bedae3;
  margin: 4.8125rem auto;
}

@media (max-width: 767px) {
  body.single-post .wp-block-image,
  .editor-styles-wrapper .wp-block-image {
    margin: 5.4375rem auto;
  }
}

@media (max-width: 991px) {
  body.single-post .wp-block-image.alignwide, body.single-post .wp-block-image.wp-block-quote,
  .editor-styles-wrapper .wp-block-image.alignwide,
  .editor-styles-wrapper .wp-block-image.wp-block-quote {
    padding: 0;
  }
}

@media (max-width: 991px) {
  body.single-post .wp-block-image.alignwide figcaption, body.single-post .wp-block-image.wp-block-quote figcaption,
  .editor-styles-wrapper .wp-block-image.alignwide figcaption,
  .editor-styles-wrapper .wp-block-image.wp-block-quote figcaption {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  body.single-post .wp-block-image.alignwide figcaption, body.single-post .wp-block-image.wp-block-quote figcaption,
  .editor-styles-wrapper .wp-block-image.alignwide figcaption,
  .editor-styles-wrapper .wp-block-image.wp-block-quote figcaption {
    padding: 0 24px;
  }
}

body.single-post .wp-block-image img,
.editor-styles-wrapper .wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

body.single-post .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
  color: #5e7481;
  font-family: "PT Sans Caption", sans-serif;
  text-align: left;
  margin: 1rem 0;
}

@media (max-width: 767px) {
  body.single-post .wp-block-image figcaption,
  .editor-styles-wrapper .wp-block-image figcaption {
    margin: 1.5rem 0 2.75rem;
  }
}

aside.author-info {
  max-width: 56.25rem;
  background-color: #def0fa;
  padding: 3.625rem 5.625rem 3.125rem;
  margin: 5.375rem auto 8.75rem;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  aside.author-info {
    padding: 3rem;
  }
}

@media (max-width: 767px) {
  aside.author-info {
    margin: 2.5rem auto;
    padding: 2rem 2rem 3rem;
  }
}

@media (max-width: 599px) {
  aside.author-info {
    padding: 1rem 1rem 2.75rem;
    flex-direction: column;
  }
}

aside.author-info h2 {
  color: #19303e;
  margin: 0 0 0.875rem;
}

@media (max-width: 599px) {
  aside.author-info h2 {
    font-size: 1.125rem;
    line-height: 1.625rem;
    margin-bottom: 0.4375rem;
  }
}

aside.author-info p {
  margin: 0 0 0.9375rem;
}

@media (max-width: 599px) {
  aside.author-info p {
    margin-bottom: 2.3125rem;
  }
}

aside.author-info .author-image {
  width: 12.5rem;
  flex: 0 0 auto;
  border-radius: 0.25rem;
  overflow: hidden;
  margin-top: 0.25rem;
}

@media (max-width: 599px) {
  aside.author-info .author-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 1.3125rem;
  }
}

aside.author-info .author-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

aside.author-info .content {
  max-width: 28.75rem;
  margin-left: 2rem;
}

@media (max-width: 599px) {
  aside.author-info .content {
    margin: 0 auto;
    max-width: 400px;
    padding: 0 0.5rem;
  }
}

.podcast-player {
  /* Override theme styles that may conflict with controls. */
  /* Hide native play button and control bar from iOS to favor plugin button */
  /* Start: LAYERS */
  /* End: LAYERS */
  /* Start: CONTROL BAR */
  /* :focus for accessibility */
  /* End: Play/Pause/Stop */
  /* Start: Progress Bar */
  /* End: Progress Bar */
  /* Start: Fullscreen */
  /* End: Fullscreen */
  /* Start: Mute/Volume */
  /* End: Mute/Volume */
  /* Start: Track (Captions and Chapters) */
}

.podcast-player .mejs-container {
  clear: both;
  max-width: 100%;
}

.podcast-player .mejs-container * {
  font-family: "PT Sans Caption", sans-serif;
}

.podcast-player .mejs-container,
.podcast-player .mejs-embed,
.podcast-player .mejs-embed body,
.podcast-player .mejs-container .mejs-controls {
  background: #fff;
}

.podcast-player .mejs-time {
  font-weight: normal;
  word-wrap: normal;
}

.podcast-player .mejs-controls a.mejs-horizontal-volume-slider {
  display: table;
}

.podcast-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #bedae3;
}

.podcast-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: #f48b31;
}

.podcast-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #19303e;
}

.podcast-player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #bedae3;
  border-radius: 100px;
}

.podcast-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  background: #f7e4d4;
  border-radius: 100px;
}

.podcast-player .mejs-controls .mejs-time-rail span,
.podcast-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.podcast-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  border-radius: 100px;
}

.podcast-player .mejs-overlay-loading {
  background: transparent;
}

.podcast-player .mejs-controls button:hover {
  border: none;
  box-shadow: none;
}

.podcast-player .me-cannotplay {
  width: auto !important;
}

.podcast-player .media-embed-details .wp-audio-shortcode {
  display: inline-block;
  max-width: 400px;
}

.podcast-player .audio-details .embed-media-settings {
  overflow: visible;
}

.podcast-player .media-embed-details .embed-media-settings .setting span {
  max-width: 400px;
  width: auto;
}

.podcast-player .media-embed-details .embed-media-settings .checkbox-setting span {
  display: inline-block;
}

.podcast-player .media-embed-details .embed-media-settings {
  padding-top: 0;
  top: 28px;
}

.podcast-player .media-embed-details .instructions {
  padding: 16px 0;
  max-width: 600px;
}

.podcast-player .media-embed-details .setting p,
.podcast-player .media-embed-details .setting .remove-setting {
  color: #a00;
  font-size: 10px;
  text-transform: uppercase;
}

.podcast-player .media-embed-details .setting .remove-setting {
  padding: 0;
}

.podcast-player .media-embed-details .setting a:hover {
  color: #dc3232;
}

.podcast-player .media-embed-details .embed-media-settings .checkbox-setting {
  float: none;
  margin: 0 0 10px;
}

.podcast-player .wp-video {
  max-width: 100%;
  height: auto;
}

.podcast-player .wp_attachment_holder .wp-video,
.podcast-player .wp_attachment_holder .wp-audio-shortcode {
  margin-top: 18px;
}

.podcast-player video.wp-video-shortcode,
.podcast-player .wp-video-shortcode video {
  max-width: 100%;
  display: inline-block;
}

.podcast-player .video-details .wp-video-holder {
  width: 100%;
  max-width: 640px;
}

.podcast-player .wp-playlist {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 12px 0 18px;
  font-size: 14px;
  line-height: 1.5;
}

.podcast-player .wp-admin .wp-playlist {
  margin: 0 0 18px;
}

.podcast-player .wp-playlist video {
  display: inline-block;
  max-width: 100%;
}

.podcast-player .wp-playlist audio {
  display: none;
  max-width: 100%;
  width: 400px;
}

.podcast-player .wp-playlist .mejs-container {
  margin: 0;
  max-width: 100%;
}

.podcast-player .wp-playlist .mejs-controls .mejs-button button {
  outline: 0;
}

.podcast-player .wp-playlist-light {
  background: #fff;
  color: #000;
}

.podcast-player .wp-playlist-dark {
  color: #fff;
  background: #000;
}

.podcast-player .wp-playlist-caption {
  display: block;
  max-width: 88%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.5;
}

.podcast-player .wp-playlist-item .wp-playlist-caption {
  text-decoration: none;
  color: #000;
  max-width: calc(100% - 40px);
}

.podcast-player .wp-playlist-item-meta {
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.podcast-player .wp-playlist-item-title {
  font-size: 14px;
  line-height: 1.5;
}

.podcast-player .wp-playlist-item-album {
  font-style: italic;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.podcast-player .wp-playlist-item-artist {
  font-size: 12px;
  text-transform: uppercase;
}

.podcast-player .wp-playlist-item-length {
  position: absolute;
  right: 3px;
  top: 0;
  font-size: 14px;
  line-height: 1.5;
}

.podcast-player .rtl .wp-playlist-item-length {
  left: 3px;
  right: auto;
}

.podcast-player .wp-playlist-tracks {
  margin-top: 10px;
}

.podcast-player .wp-playlist-item {
  position: relative;
  cursor: pointer;
  padding: 0 3px;
  border-bottom: 1px solid #ccc;
}

.podcast-player .wp-playlist-item:last-child {
  border-bottom: 0;
}

.podcast-player .wp-playlist-light .wp-playlist-caption {
  color: #333;
}

.podcast-player .wp-playlist-dark .wp-playlist-caption {
  color: #ddd;
}

.podcast-player .wp-playlist-playing {
  font-weight: bold;
  background: #f7f7f7;
}

.podcast-player .wp-playlist-light .wp-playlist-playing {
  background: #fff;
  color: #000;
}

.podcast-player .wp-playlist-dark .wp-playlist-playing {
  background: #000;
  color: #fff;
}

.podcast-player .wp-playlist-current-item {
  overflow: hidden;
  margin-bottom: 10px;
  height: 60px;
}

.podcast-player .wp-playlist .wp-playlist-current-item img {
  float: left;
  max-width: 60px;
  height: auto;
  margin-right: 10px;
  padding: 0;
  border: 0;
}

.podcast-player .rtl .wp-playlist .wp-playlist-current-item img {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}

.podcast-player .wp-playlist-current-item .wp-playlist-item-title,
.podcast-player .wp-playlist-current-item .wp-playlist-item-artist {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.podcast-player .wp-audio-playlist .me-cannotplay span {
  padding: 5px 15px;
}

.podcast-player .mejs-offscreen {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal;
}

.podcast-player .mejs-container {
  background: #000;
  box-sizing: border-box;
  font-family: "PT Sans Caption", sans-serif;
  position: relative;
  text-align: left;
  text-indent: 0;
  vertical-align: top;
}

.podcast-player .mejs-container * {
  box-sizing: border-box;
}

.podcast-player .mejs-container video::-webkit-media-controls,
.podcast-player .mejs-container video::-webkit-media-controls-panel,
.podcast-player .mejs-container video::-webkit-media-controls-panel-container,
.podcast-player .mejs-container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}

.podcast-player .mejs-fill-container,
.podcast-player .mejs-fill-container .mejs-container {
  height: 100%;
  width: 100%;
}

.podcast-player .mejs-fill-container {
  background: transparent;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.podcast-player .mejs-container:focus {
  outline: none;
}

.podcast-player .mejs-iframe-overlay {
  height: 100%;
  position: absolute;
  width: 100%;
}

.podcast-player .mejs-embed,
.podcast-player .mejs-embed body {
  background: #000;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.podcast-player .mejs-fullscreen {
  overflow: hidden !important;
}

.podcast-player .mejs-container-fullscreen {
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000;
}

.podcast-player .mejs-container-fullscreen .mejs-mediaelement,
.podcast-player .mejs-container-fullscreen video {
  height: 100% !important;
  width: 100% !important;
}

.podcast-player .mejs-background {
  left: 0;
  position: absolute;
  top: 0;
}

.podcast-player .mejs-mediaelement {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.podcast-player .mejs-poster {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}

.podcast-player :root .mejs-poster-img {
  display: none;
}

.podcast-player .mejs-poster-img {
  border: 0;
  padding: 0;
}

.podcast-player .mejs-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
}

.podcast-player .mejs-layer {
  z-index: 1;
}

.podcast-player .mejs-overlay-play {
  cursor: pointer;
}

.podcast-player .mejs-overlay-button {
  background-position: 0 -39px;
  height: 80px;
  width: 80px;
}

.podcast-player .mejs-overlay:hover > .mejs-overlay-button {
  background-position: -80px -39px;
}

.podcast-player .mejs-overlay-loading {
  height: 80px;
  width: 80px;
}

.podcast-player .mejs-overlay-loading-bg-img {
  -webkit-animation: mejs-loading-spinner 1s linear infinite;
  animation: mejs-loading-spinner 1s linear infinite;
  display: block;
  height: 80px;
  width: 80px;
  z-index: 1;
}

@-webkit-keyframes mejs-loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes mejs-loading-spinner {
  100% {
    transform: rotate(360deg);
  }
}

.podcast-player .mejs-controls {
  bottom: 0;
  display: flex;
  height: auto;
  left: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

.podcast-player .mejs-controls:not([style*='display: none']) {
  background: transparent;
  background: transparent;
  background: transparent;
}

.podcast-player .mejs-button,
.podcast-player .mejs-time,
.podcast-player .mejs-time-rail {
  font-size: 10px;
  height: 50px;
  line-height: 50px;
  margin: 0;
  width: 50px;
}

.podcast-player .mejs-button.mejs-playpause-button,
.podcast-player .mejs-time.mejs-playpause-button,
.podcast-player .mejs-time-rail.mejs-playpause-button {
  width: 50px;
  margin-right: 24px;
  padding: 1px 10px;
  background-color: #f48b31;
  border-radius: 50px;
}

@media (max-width: 767px) {
  .podcast-player .mejs-button.mejs-playpause-button,
  .podcast-player .mejs-time.mejs-playpause-button,
  .podcast-player .mejs-time-rail.mejs-playpause-button {
    position: absolute;
    top: -54px;
    left: 0;
  }
}

.podcast-player .mejs-button > button {
  background: transparent url(images/mejs-controls.svg);
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin: 15px 6px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-decoration: none;
  width: 20px;
}

.podcast-player .mejs-button > button:focus {
  outline: dotted 1px #999;
}

.podcast-player .mejs-container-keyboard-inactive a,
.podcast-player .mejs-container-keyboard-inactive a:focus,
.podcast-player .mejs-container-keyboard-inactive button,
.podcast-player .mejs-container-keyboard-inactive button:focus,
.podcast-player .mejs-container-keyboard-inactive [role=slider],
.podcast-player .mejs-container-keyboard-inactive [role=slider]:focus {
  outline: 0;
}

.podcast-player .mejs-time {
  height: 50px;
  box-sizing: content-box;
  color: #4d6279;
  font-size: 12px;
  font-weight: bold;
  height: 50px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: auto;
}

.podcast-player .mejs-time.mejs-currenttime-container {
  margin-right: 20px;
}

.podcast-player .mejs-time.mejs-duration-container {
  margin-left: 12px;
  margin-right: 22px;
}

@media (max-width: 767px) {
  .podcast-player .mejs-time.mejs-duration-container {
    margin-right: 0;
  }
}

.podcast-player .mejs-play > button {
  background-position: 0 0;
}

.podcast-player .mejs-pause > button {
  background-position: -20px 0;
}

.podcast-player .mejs-replay > button {
  background-position: -160px 0;
}

.podcast-player .mejs-time-rail {
  display: flex;
  align-items: center;
  direction: ltr;
  flex-grow: 1;
  height: 50px;
  margin: 0;
  padding-top: 0;
  position: relative;
}

.podcast-player .mejs-time-total,
.podcast-player .mejs-time-buffering,
.podcast-player .mejs-time-loaded,
.podcast-player .mejs-time-current,
.podcast-player .mejs-time-float,
.podcast-player .mejs-time-hovered,
.podcast-player .mejs-time-float-current,
.podcast-player .mejs-time-float-corner,
.podcast-player .mejs-time-marker {
  border-radius: 2px;
  cursor: pointer;
  display: block;
  height: 7px;
  position: absolute;
}

.podcast-player .mejs-time-float {
  display: none;
}

.podcast-player .mejs-time-current {
  height: 5px;
  margin: 1px 0;
}

.podcast-player .mejs-time-total {
  background: rgba(255, 255, 255, 0.3);
  margin: 0;
  width: 100%;
  border-radius: 100px;
}

.podcast-player .mejs-time-buffering {
  -webkit-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
  background: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 15px 15px;
  width: 100%;
}

@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.podcast-player .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.3);
}

.podcast-player .mejs-time-current,
.podcast-player .mejs-time-handle-content {
  background: rgba(255, 255, 255, 0.9);
}

.podcast-player .mejs-time-hovered {
  background: rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.podcast-player .mejs-time-hovered.negative {
  background: rgba(0, 0, 0, 0.2);
}

.podcast-player .mejs-time-current,
.podcast-player .mejs-time-buffering,
.podcast-player .mejs-time-loaded,
.podcast-player .mejs-time-hovered {
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: 0.15s ease-in all;
  width: 100%;
}

.podcast-player .mejs-time-buffering {
  transform: scaleX(1);
}

.podcast-player .mejs-time-hovered {
  transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}

.podcast-player .mejs-time-hovered.no-hover {
  transform: scaleX(0) !important;
}

.podcast-player .mejs-time-handle,
.podcast-player .mejs-time-handle-content {
  border: none;
  background-color: #5e7481;
  cursor: pointer;
  left: 0;
  position: absolute;
  transform: translateX(0);
  z-index: 11;
}

.podcast-player .mejs-time-handle-content {
  border: none;
  background-color: #5e7481;
  border-radius: 50%;
  height: 9px;
  left: -5px;
  top: -1px;
  transform: scale(0);
  width: 9px;
}

.podcast-player .mejs-time-rail:hover .mejs-time-handle-content,
.podcast-player .mejs-time-rail .mejs-time-handle-content:focus,
.podcast-player .mejs-time-rail .mejs-time-handle-content:active {
  transform: scale(1);
}

.podcast-player .mejs-time-float {
  background: transparent;
  border: none;
  bottom: 100%;
  color: #4d6279;
  display: none;
  height: 25px;
  margin-bottom: 25px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: 36px;
}

.podcast-player .mejs-time-float-current {
  display: block;
  left: 0;
  margin: 2px;
  text-align: center;
  width: 30px;
}

.podcast-player .mejs-time-float-corner {
  border: none;
  border-color: none;
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  line-height: 0;
  position: absolute;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
}

.podcast-player .mejs-long-video .mejs-time-float {
  margin-left: -23px;
  width: 64px;
}

.podcast-player .mejs-long-video .mejs-time-float-current {
  width: 60px;
}

.podcast-player .mejs-broadcast {
  color: #fff;
  height: 10px;
  position: absolute;
  top: 15px;
  width: 100%;
}

.podcast-player .mejs-fullscreen-button > button {
  background-position: -80px 0;
}

.podcast-player .mejs-unfullscreen > button {
  background-position: -100px 0;
}

.podcast-player .mejs-mute > button {
  background-position: -60px 0;
}

.podcast-player .mejs-unmute > button {
  background-position: -40px 0;
}

.podcast-player .mejs-volume-button {
  position: relative;
}

.podcast-player .mejs-volume-button {
  width: 25px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .podcast-player .mejs-volume-button {
    position: absolute;
    top: -54px;
    right: 70px;
  }
}

.podcast-player .mejs-volume-button.mejs-mute > button, .podcast-player .mejs-volume-button.mejs-unmute > button {
  width: 19px;
  height: 16px;
}

.podcast-player .mejs-volume-button.mejs-mute > button {
  background: url(images/mute.svg) no-repeat center center;
}

.podcast-player .mejs-volume-button.mejs-unmute > button {
  background: url(images/unmute.svg) no-repeat center center;
}

.podcast-player .mejs-volume-button > .mejs-volume-slider {
  -webkit-backface-visibility: hidden;
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  bottom: 100%;
  display: none;
  height: 115px;
  left: 50%;
  margin: 0;
  position: absolute;
  transform: translateX(-50%);
  width: 25px;
  z-index: 1;
}

.podcast-player .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

.podcast-player .mejs-volume-total {
  background: rgba(255, 255, 255, 0.5);
  height: 100px;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 8px;
  transform: translateX(-50%);
  width: 2px;
}

.podcast-player .mejs-volume-current {
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  margin: 0;
  position: absolute;
  width: 100%;
}

.podcast-player .mejs-volume-handle {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 1px;
  cursor: ns-resize;
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 16px;
}

.podcast-player .mejs-horizontal-volume-slider {
  display: block;
  height: 50px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

@media (max-width: 767px) {
  .podcast-player .mejs-horizontal-volume-slider {
    position: absolute;
    top: -54px;
    right: 0;
  }
}

.podcast-player .mejs-horizontal-volume-total {
  background: rgba(50, 50, 50, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 5px;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  width: 50px;
}

.podcast-player .mejs-horizontal-volume-current {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  font-size: 1px;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.podcast-player .mejs-horizontal-volume-handle {
  display: none;
}

.podcast-player .mejs-captions-button,
.podcast-player .mejs-chapters-button {
  position: relative;
}

.podcast-player .mejs-captions-button > button {
  background-position: -140px 0;
}

.podcast-player .mejs-chapters-button > button {
  background-position: -180px 0;
}

.podcast-player .mejs-captions-button > .mejs-captions-selector,
.podcast-player .mejs-chapters-button > .mejs-chapters-selector {
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  border-radius: 0;
  bottom: 100%;
  margin-right: -43px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 50%;
  visibility: visible;
  width: 86px;
}

.podcast-player .mejs-chapters-button > .mejs-chapters-selector {
  margin-right: -55px;
  width: 110px;
}

.podcast-player .mejs-captions-selector-list,
.podcast-player .mejs-chapters-selector-list {
  list-style-type: none !important;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

.podcast-player .mejs-captions-selector-list-item,
.podcast-player .mejs-chapters-selector-list-item {
  color: #fff;
  cursor: pointer;
  display: block;
  list-style-type: none !important;
  margin: 0 0 6px;
  overflow: hidden;
  padding: 0 10px;
}

.podcast-player .mejs-captions-selector-list-item:hover,
.podcast-player .mejs-chapters-selector-list-item:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.podcast-player .mejs-captions-selector-input,
.podcast-player .mejs-chapters-selector-input {
  clear: both;
  float: left;
  left: -1000px;
  margin: 3px 3px 0 5px;
  position: absolute;
}

.podcast-player .mejs-captions-selector-label,
.podcast-player .mejs-chapters-selector-label {
  cursor: pointer;
  float: left;
  font-size: 10px;
  line-height: 15px;
  padding: 4px 0 0;
}

.podcast-player .mejs-captions-selected,
.podcast-player .mejs-chapters-selected {
  color: #21f8f8;
}

.podcast-player .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px;
}

.podcast-player .mejs-captions-layer {
  bottom: 0;
  color: #fff;
  font-size: 16px;
  left: 0;
  line-height: 20px;
  position: absolute;
  text-align: center;
}

.podcast-player .mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.podcast-player .mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.podcast-player .mejs-captions-position {
  bottom: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.podcast-player .mejs-captions-position-hover {
  bottom: 35px;
}

.podcast-player .mejs-captions-text,
.podcast-player .mejs-captions-text * {
  background: rgba(20, 20, 20, 0.5);
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
  padding: 0;
  white-space: pre-wrap;
}

.podcast-player .mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
  display: none;
}

.podcast-player .mejs-overlay-error {
  position: relative;
}

.podcast-player .mejs-overlay-error > img {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.podcast-player .mejs-cannotplay,
.podcast-player .mejs-cannotplay a {
  color: #fff;
  font-size: 0.8em;
}

.podcast-player .mejs-cannotplay {
  position: relative;
}

.podcast-player .mejs-cannotplay p,
.podcast-player .mejs-cannotplay a {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
}

.block.text-with-reviews {
  padding: 5.9375rem 0 10.3125rem 0;
}

@media (max-width: 991px) {
  .block.text-with-reviews {
    padding: 5.75rem 0 4rem 0;
  }
}

@media (max-width: 767px) {
  .block.text-with-reviews {
    padding: 1rem 0 2.5rem 0;
  }
}

.block.text-with-reviews .wrap {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

@media (max-width: 991px) {
  .block.text-with-reviews .wrap {
    padding: 0 24px;
  }
}

.block.text-with-reviews h1, .block.text-with-reviews .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.text-with-reviews .entry-title {
  font-size: 48px;
  color: #19303e;
}

@media (max-width: 991px) {
  .block.text-with-reviews h1, .block.text-with-reviews .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.text-with-reviews .entry-title {
    font-size: 40px;
  }
}

.block.text-with-reviews p {
  font-size: 22px;
  color: #5e7481;
}

@media (max-width: 991px) {
  .block.text-with-reviews p {
    font-size: 20px;
  }
}

.block.text-with-reviews p:last-of-type {
  margin-bottom: 48px;
}

.block.text-with-reviews .reviews-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 991px) {
  .block.text-with-reviews .reviews-inner {
    flex-direction: column;
  }
}

.block.text-with-reviews .reviews-inner .description {
  width: 50%;
  max-width: 456px;
}

@media (max-width: 991px) {
  .block.text-with-reviews .reviews-inner .description {
    width: 100%;
    margin-bottom: 35px;
  }
}

.block.text-with-reviews .reviews-inner .description .text p {
  margin-bottom: 30px;
  color: #19303e;
}

.block.text-with-reviews .reviews-inner .reviews {
  text-align: right;
  width: 50%;
  max-width: 554px;
}

@media (max-width: 991px) {
  .block.text-with-reviews .reviews-inner .reviews {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
}

.block.text-with-reviews .reviews-inner .reviews a {
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #f48b31;
  text-decoration: underline;
}

.block.text-with-reviews .reviews-inner .reviews .link-wrap {
  max-width: 420px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .block.text-with-reviews .reviews-inner .reviews .link-wrap {
    max-width: 456px;
  }
}

.block.text-with-reviews .reviews-inner .reviews .review {
  margin: 0 auto 24px;
  padding: 64px 70px 64px 64px;
  box-shadow: 0px 0px 40px rgba(40, 117, 159, 0.1);
  text-align: left;
  max-width: 420px;
}

@media (max-width: 991px) {
  .block.text-with-reviews .reviews-inner .reviews .review {
    padding: 40px;
    max-width: 456px;
  }
}

.block.text-with-reviews .reviews-inner .reviews .review-text p {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
}

.block.text-with-reviews .reviews-inner .reviews .review-author {
  display: flex;
  align-items: center;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .company-logo {
  max-width: 100px;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .company-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .image {
  width: 40px;
  margin-right: 10px;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .description {
  width: calc(100% - 50px);
}

.block.text-with-reviews .reviews-inner .reviews .review-author .description h3,
.block.text-with-reviews .reviews-inner .reviews .review-author .description h4 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e7481;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.block.text-with-reviews .reviews-inner .reviews .review-author .description h4 {
  font-weight: 400;
}

.block.reviews {
  margin: 6rem 0 9rem 0;
}

@media (max-width: 991px) {
  .block.reviews {
    margin: 6rem 0;
  }
}

@media (max-width: 767px) {
  .block.reviews {
    margin: 2.5rem 0;
  }
}

.block.reviews h1, .block.reviews .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.reviews .entry-title {
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .block.reviews h1, .block.reviews .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.reviews .entry-title {
    max-width: 555px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .block.reviews h1, .block.reviews .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.reviews .entry-title {
    margin-bottom: 2.5rem;
  }
}

.block.reviews .reviews-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .block.reviews .reviews-grid {
    justify-content: center;
  }
}

.block.reviews .reviews-grid .review {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
  padding: 50px 70px;
  box-shadow: 0px 0px 40px rgba(40, 117, 159, 0.1);
  text-align: left;
  width: calc((100% / 2) - 15px);
  max-width: 555px;
}

@media (max-width: 991px) {
  .block.reviews .reviews-grid .review {
    width: 100%;
    padding: 40px;
    margin-bottom: 24px;
  }
}

.block.reviews .reviews-grid .review-text {
  margin-top: auto;
}

.block.reviews .reviews-grid .review-text p {
  font-size: 18px;
  font-family: "PT Sans", sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
}

.block.reviews .reviews-grid .review-author {
  display: flex;
  align-items: center;
  margin-bottom: auto;
}

.block.reviews .reviews-grid .review-author .company-logo {
  max-width: 100px;
}

.block.reviews .reviews-grid .review-author .company-logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.block.reviews .reviews-grid .review-author .image {
  width: 40px;
  margin-right: 10px;
}

.block.reviews .reviews-grid .review-author .image .no-photo {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #C4C4C4;
}

.block.reviews .reviews-grid .review-author .image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.block.reviews .reviews-grid .review-author .description {
  width: calc(100% - 50px);
}

.block.reviews .reviews-grid .review-author .description h3,
.block.reviews .reviews-grid .review-author .description h4 {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
  color: #5e7481;
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
}

.block.reviews .reviews-grid .review-author .description h4 {
  font-weight: 400;
}

/**
 * Block: Podcast
 */
.block.podcast {
  padding: 5.625rem 0 2.5rem;
}

@media (max-width: 767px) {
  .block.podcast {
    padding: 1rem 0 2.5rem;
  }
}

.block.podcast.bg-blue {
  background-color: #def0fa;
}

.block.podcast.bg-blue h1, .block.podcast.bg-blue .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.podcast.bg-blue .entry-title {
  padding-top: 1.875rem;
}

.block.podcast.bg-white .container {
  margin-top: 0.5rem;
}

.block.podcast.bg-white .logo {
  box-shadow: 0px 0px 40px rgba(40, 117, 159, 0.2);
}

.block.podcast.bg-white .buttons a {
  box-shadow: 0px 0px 40px rgba(40, 117, 159, 0.1);
}

@media (max-width: 767px) {
  .block.podcast .container {
    display: flex;
    flex-direction: column;
  }
}

.block.podcast h1, .block.podcast .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.podcast .entry-title {
  margin-top: 0;
}

@media (max-width: 767px) {
  .block.podcast h1, .block.podcast .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.podcast .entry-title {
    margin-bottom: 1em;
  }
}

.block.podcast h2.line {
  display: flex;
  align-items: center;
  color: #19303e;
  margin-bottom: 0.4em;
}

@media (max-width: 767px) {
  .block.podcast h2.line {
    margin-top: 2em;
    margin-bottom: 1.25em;
  }
}

.block.podcast h2.line::after {
  content: '';
  height: 1px;
  background-color: #bedae3;
  flex: 1 1 auto;
  margin-left: 14px;
  margin-bottom: 2px;
}

.block.podcast .header {
  order: -1;
}

.block.podcast .header p {
  margin-bottom: 2.125rem;
}

@media (max-width: 767px) {
  .block.podcast .header p {
    margin-bottom: 1.9em;
  }
}

.block.podcast .logo {
  width: 100%;
  padding-top: 100%;
  height: 0;
  border-radius: 10px;
  background: linear-gradient(180deg, #fff 52.6%, rgba(221, 240, 250, 0.46) 100%), #fff;
}

.block.podcast .logo-wrap {
  position: relative;
}

@media (min-width: 768px) {
  .block.podcast .logo-wrap {
    float: right;
    width: calc((100% - 60px) / 3);
    margin-left: 128px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .block.podcast .logo-wrap {
    margin-left: 64px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .block.podcast .logo-wrap {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
  }
}

.block.podcast .logo img {
  max-width: 56%;
  max-height: 56%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block.podcast .buttons {
  display: flex;
  margin-bottom: 0.625rem;
}

@media (max-width: 767px) {
  .block.podcast .buttons {
    flex-direction: column;
  }
}

@media (max-width: 991px) {
  .block.podcast .buttons-wrap {
    clear: both;
  }
}

@media (min-width: 408px) and (max-width: 767px) {
  .block.podcast .buttons-wrap {
    width: 360px;
    margin: 0 auto;
  }
}

.block.podcast .buttons a {
  display: block;
  background-color: #fff;
  color: #072148;
  line-height: 1.875;
  padding: 0.5625rem 1.25rem 0.5625rem 0.9375rem;
  white-space: nowrap;
  font-weight: 700;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .block.podcast .buttons a {
    text-align: center;
  }
}

.block.podcast .buttons a:hover {
  background-color: #e6e6e6;
}

@media (min-width: 768px) {
  .block.podcast .buttons a:not(:last-child) {
    margin-right: 1.5rem;
  }
}

@media (max-width: 767px) {
  .block.podcast .buttons a:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.block.podcast .buttons a span {
  display: block;
}

.block.podcast .buttons img {
  width: auto;
  height: 1.625rem;
  vertical-align: middle;
  margin-right: 13px;
}

.block.podcast .podcasts-grid {
  clear: both;
  margin-top: 4.625rem;
  margin-bottom: 3.125rem;
}

@media (max-width: 767px) {
  .block.podcast .podcasts-grid {
    margin-bottom: 0.625rem;
  }
}

@media (max-width: 991px) {
  .block.podcast .podcast:nth-child(n+3) {
    display: none;
  }
}

@media (max-width: 767px) {
  .block.podcast .podcast:nth-child(n+2) {
    display: none;
  }
}

@media (max-width: 479px) {
  .block.podcast .more-episodes {
    width: 100%;
  }
}

.block.podcast .more-episodes-wrap {
  text-align: center;
  margin-bottom: 1.625rem;
}

.block.resources {
  padding-top: 7.5rem;
  background: linear-gradient(to bottom, #def0fa 0%, #def0fa 50%, #19303e 50%, #19303e 100%);
}

@media (max-width: 767px) {
  .block.resources {
    padding-top: 2.5rem;
  }
}

.block.resources h1, .block.resources .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.resources .entry-title {
  color: #19303e;
  margin-top: 4.25rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .block.resources h1, .block.resources .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.resources .entry-title {
    margin-top: 0;
  }
  .block.resources h1 span, .block.resources .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title span, .archive-wrap .posts.has-featured .post:first-child .post-content .block.resources .entry-title span {
    padding-right: 1rem;
  }
}

.block.resources p:last-of-type {
  margin-bottom: 48px;
}

.block.resources .resources-inner {
  display: flex;
  justify-content: space-between;
  padding: 3.9375rem 4.6875rem 4.625rem 6.25rem;
  border-radius: 8px;
  background-color: #fff;
}

@media (max-width: 991px) {
  .block.resources .resources-inner {
    padding: 2.25rem 1.5rem 2.5rem;
  }
}

@media (max-width: 767px) {
  .block.resources .resources-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.block.resources .resources-inner .image {
  width: 58.4%;
}

@media (max-width: 767px) {
  .block.resources .resources-inner .image {
    margin-bottom: 50px;
    max-width: 500px;
  }
}

.block.resources .resources-inner .image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.block.resources .resources-inner .description {
  width: 41.6%;
  max-width: 358px;
}

@media (max-width: 767px) {
  .block.resources .resources-inner .description,
  .block.resources .resources-inner .image {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .block.resources .btn-primary {
    width: 100%;
  }
}

.block.about-the-book {
  max-width: 45rem;
  margin: 8.1875rem auto 13.25rem auto;
}

@media (max-width: 767px) {
  .block.about-the-book {
    margin: 2.5rem auto;
  }
}

.block.about-the-book h1, .block.about-the-book .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.about-the-book .entry-title {
  max-width: 33rem;
  margin: 0;
  color: #19303e;
}

.block.about-the-book .lead {
  margin: 3.375rem 0;
}

@media (max-width: 767px) {
  .block.about-the-book .lead {
    margin: 2.3125rem 0;
  }
}

.block.about-the-book .lead p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.625rem;
  color: #19303e;
}

@media (max-width: 767px) {
  .block.about-the-book .lead p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.block.about-the-book .content p {
  margin: 0 0 3.375rem 0;
}

@media (max-width: 767px) {
  .block.about-the-book .content p {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 2.75rem;
  }
}

.block.about-the-book .content p:last-of-type {
  margin: 0;
}

.block.authors {
  padding: 10rem 0 1.1875rem;
  background-color: #def0fa;
}

@media (max-width: 767px) {
  .block.authors {
    padding: 2.5rem 0 2.5rem;
  }
}

.block.authors .authors-description {
  display: flex;
}

@media (max-width: 991px) {
  .block.authors .authors-description {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .block.authors .authors-description {
    max-width: 456px;
    margin: 0 auto;
  }
}

.block.authors .authors-description h1, .block.authors .authors-description .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.authors .authors-description .entry-title {
  margin: 0 3.4375rem 0 0;
}

@media (max-width: 991px) {
  .block.authors .authors-description h1, .block.authors .authors-description .archive-wrap .posts.has-featured .post:first-child .post-content .entry-title, .archive-wrap .posts.has-featured .post:first-child .post-content .block.authors .authors-description .entry-title {
    margin-bottom: 1.875rem;
  }
}

.block.authors .authors-description p {
  margin: 0.25rem 0 0;
}

.block.authors .author {
  margin: 7.75rem 0 8.125rem;
}

@media (min-width: 768px) {
  .block.authors .author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .block.authors .author {
    flex-direction: column;
    margin: 2.5rem auto;
    max-width: 456px;
  }
}

.block.authors .author:nth-of-type(3n) {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .block.authors .author:nth-of-type(3n) {
    flex-direction: column;
  }
}

.block.authors .author-image,
.block.authors .author-description {
  width: calc(50% - 23px);
}

@media (max-width: 991px) {
  .block.authors .author-image,
  .block.authors .author-description {
    width: calc(50% - 12px);
  }
}

@media (max-width: 767px) {
  .block.authors .author-image,
  .block.authors .author-description {
    width: 100%;
  }
}

.block.authors .author-image {
  align-self: flex-start;
}

@media (max-width: 767px) {
  .block.authors .author-image {
    margin-bottom: 2.375rem;
  }
}

.block.authors .author-image img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .block.authors .author-image img {
    margin: 0 auto;
  }
}

.block.authors .author-description h2 {
  margin: 0 0 0.75rem;
  color: #19303e;
}

@media (max-width: 767px) {
  .block.authors .author-description h2 {
    margin-bottom: 1.125rem;
  }
}

.block.authors .author-description p {
  margin: 0 0 1.75rem;
}

@media (max-width: 767px) {
  .block.authors .author-description p {
    margin-bottom: 2.25rem;
  }
}

.block.blog-posts {
  padding: 6.125rem 0 6.875rem;
}

@media (max-width: 767px) {
  .block.blog-posts {
    padding: 2.5rem 0;
  }
}

@media (max-width: 767px) {
  .block.blog-posts .post:not(:first-child) {
    display: none;
  }
}

.block.blog-posts .button-wrap {
  text-align: center;
  max-width: 360px;
  margin: 2.375rem auto 0;
}

@media (max-width: 479px) {
  .block.blog-posts .btn-primary {
    width: 100%;
  }
}
