/*****************************************************************************
 "Impact" Blue:     #007acc
 *****************************************************************************/

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	font-display: swap;
	src: url('../fonts/InterVariable.woff2') format('woff2');
}

/*****************************************************************************
 Global
 *****************************************************************************/

::selection {
    background: #007acc;
    color: #fff;
}

html, html.fancybox-enabled {
    font-size: 10px;
    overflow-y: scroll;
}

body {
    font-size: 1.6rem;
    background-color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	position: relative;
}

body.compensate-for-scrollbar {
    margin-right: 0;
}

.page-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 5;
}

h3.page-title,
h3.entry-title {
    font-size: 3.4rem;
    margin-bottom: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

blockquote {
    position: relative;
    padding: 0 1em 1em 2.5em;
    font-style: italic;
    max-width: 64em;
    margin: 1em 0;
}

blockquote::before {
    content: " ";
    font-family: 'Literata', serif;
    font-size: 6.8rem;
    position: absolute;
    display: inline-block;
    line-height: 1;
    top: 0;
    left: -0.1em;
    color: #bbb;
    font-style: normal;
    width: 60px;
    height: 60px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath fill='%23e5e5e5' d='M2 14c0 6.1 5.8 11 13 11 1 0 1.9-.1 2.8-.3.6-.1 1.3.1 1.7.5 1.5 1.5 3.5 2.8 6 2.8.3 0 .5-.2.5-.5 0-.2-.1-.4-.3-.5-2.1-1-2.4-3.1-2.3-4.6 2.8-2 4.6-5 4.6-8.4 0-6.1-5.8-11-13-11S2 7.9 2 14zm19-2v1c0 1.1-.9 2-2 2h-.8c.4 1.6 1.2 2.1 1.2 2.1.5.2.7.8.4 1.3-.1.4-.4.6-.8.6-.1 0-.3 0-.4-.1-.3-.1-2.6-1.4-2.6-5.9v-1c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2zm-7 0v1c0 1.1-.9 2-2 2h-.8c.4 1.6 1.2 2.1 1.2 2.1.5.2.7.8.4 1.3-.1.4-.4.6-.8.6-.1 0-.3 0-.4-.1-.3-.1-2.6-1.4-2.6-5.9v-1c0-1.1.9-2 2-2h1c1.1 0 2 .9 2 2z'/%3E%3C/svg%3E");
    z-index: -1;
}

blockquote footer::before {
    content: '\2014';
    margin-right: 0.5em;
}

main a {
    color: #007acc;
}
	
.site-content {
    padding: 0 0 5em 0;
	backface-visibility: hidden;
}

.more-episodes {
    text-align: center;
}

.more-episodes a {
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: 2px solid #333;
}

.more-episodes a:hover,
.more-episodes a:active {
    color: #007acc;
    border-color: #007acc;
}

.site-content a:hover,
.site-content a:focus {
    color: #007acc;
}

.privacy-policy .entry-content h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.privacy-policy .entry-content h3 {
    font-size: 2.0rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}

.privacy-policy article ol,
.privacy-policy article ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.privacy-policy article p {
    margin-bottom: 1em;
}

.privacy-policy article section {
    margin-bottom: 2em;
}

/* ************************************************* */
/* Header
 * ************************************************* */

.header-with-hero-background {
    background-image: url('https://impactpodcast.com/wp-content/themes/impact/assets/img/bg-impact-lights.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
	position: relative;
}

.header-with-hero-background .primary-header {
    background: none;
    padding-bottom: 0;
}

.primary-header {
    padding-top: 1em;
    background-image: url('https://impactpodcast.com/wp-content/themes/impact/assets/img/bg-impact-lights.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-bottom: 4em;
    background-position: center 14%;
}

.primary-header .container {
    display: flex;
    gap: 4em;
    align-items: center;
	position: relative;
    z-index: 10;
}

.primary-header-logo svg {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-top: 1.5em;
}

.primary-navigation > ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 2em;
}

.primary-navigation > ul > li > a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.1s ease-in-out;
}

.primary-navigation a:hover,
.primary-navigation a:focus {
    color: #007acc;
}

.primary-navigation .has-dropdown a:hover svg,
.primary-navigation .has-dropdown a:focus svg {
    fill: #007acc;
}

.primary-navigation .has-dropdown svg {
    margin-top: -3px;
    margin-left: -2px;
    transition: fill 0.1s ease-in-out;
}

.primary-navigation .dropdown-toggle::after {
    display: none;
}

.primary-navigation .dropdown-toggle[aria-expanded="true"]:focus-visible {
    outline: none;
    box-shadow: none;
}

.primary-header-actions {
    margin-left: auto;
    align-self: center;
    display: flex;
    gap: 2em;
}

.primary-header-actions ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
    align-items: center;
    gap: 0.5em;
}

.primary-header-actions svg path,
.primary-header-actions svg rect {
    fill: #000000;
}

.primary-header-actions a {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.primary-header-actions button {
    width: 24px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
}

.primary-menu-toggle svg rect,
.primary-menu-toggle svg rect {
    transition: width 0.1s ease-in-out;
}

.primary-menu-toggle:hover svg rect,
.primary-menu-toggle:focus svg rect {
    width: 20px;
}

.primary-navigation .platform-icons {
    columns: 2;
    min-width: 340px;
    padding: 0.5em;
}

.primary-navigation .platform-icons a {
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 500;
}

.primary-navigation .platform-icons img {
    max-width: 24px;
    height: auto;
    max-height: 24px;
    margin-right: 0.25em;
}

.primary-navigation .platform-icons li {
    margin-bottom: 0.25em;
}

.primary-navigation .dropdown-item.active,
.primary-navigation .dropdown-item:active {
    background-color: #eee;
}

.header-with-hero-background > header,
.header-with-hero-background > section {
    position: relative;
    z-index: 150000;
}

h3.page-title, h3.entry-title {
    font-weight: 700;
    margin-bottom: 0.5em;
}

.primary-header::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.header-with-hero-background .primary-header {
    z-index: 1500000;
    padding-bottom: 1em;
}

.header-with-hero-background .primary-header::after {
    display: none;
}

.theme-toggle {
    position: relative;
    width: 24px;
    height: 24px;
}

.theme-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    transition: opacity 0.1s ease-in-out;
}

.sun-icon {
    opacity: 1;
}

.moon-icon {
    opacity: 0;
}

.dark-mode .sun-icon {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

.dark-mode .moon-icon {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg);
}

/* ************************************************* */
/* Home Hero
 * ************************************************* */

.home-hero {
    padding-top: 3em;
}

.home-hero .row {
    gap: 4em;
}

.home-hero .col-john {
    max-width: 350px;
}

.home-hero .john {
    position: relative;
}

.home-hero .john img {
    width: 100%;
	max-width: 349px;
    height: auto;
}

.home-hero .john-intro-text span {
	color: #007acc;
}

.home-hero figure {
    margin: 0;
}

.home-hero .john figcaption {
    position: absolute;
    bottom: 0.9em;
    color: #fff;
    font-weight: 700;
    padding-left: 1.8em;
    padding-right: 1em;
    line-height: 1.2;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 1);
    font-size: 1.8rem;
}

.home-hero .john figcaption h2 {
    font-size: 1.8rem;
    font-weight: 600;
}

.home-hero .john figcaption em {
    margin-left: 0.25em;
}

.home-latest-episode {
    align-self: center;
    margin-bottom: 1.2em;
}

.home-latest-episode article {
    display: flex;
    gap: 3em;
}

.home-latest-episode .latest-episode-image {
	order: 2;
}

.home-latest-episode .latest-episode-image img {
    max-width: 442px;
    height: auto;
    box-shadow: 0px 38px 64px 0px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
}

.latest-episode-content {
    align-self: center;
}

.latest-episode-label {
    color: #007acc;
    font-weight: 700;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.latest-episode-title {
    font-size: clamp(20px, calc(16px + 1vw), 2.8rem);
    font-weight: 800;
    color: #000;
    margin-bottom: 1.25em;
}

.latest-episode-title a {
    color: #000;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.latest-episode-title a:hover,
.latest-episode-title a:focus {
    color: #007acc;
}

.latest-episode-meta {
    color: #676767;
    font-weight: 500;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    gap: 2em;
}

.latest-episode-meta .btn-playback {
    font-weight: 700;
    display: flex;
    align-items: center;
	flex-shrink: 0;
}

.latest-episode-meta .btn-playback .playback-icon {
    width: 26px;
    height: 26px;
    margin-right: 0.5em;
    border-color: #000;
}

.latest-episode-meta .btn-playback .icon-play {
    width: 14px;
    height: 14px;
    opacity: 1;
    transition: fill 0.1s ease-in-out;
}

.latest-episode-meta .btn-playback .icon-pause {
    width: 18px;
    height: 18px;
}

.latest-episode-meta .btn-playback.inactive:hover .playback-icon,
.latest-episode-meta .btn-playback.inactive:focus .playback-icon {
    border-color: #007acc;
}

.latest-episode-meta .btn-playback.inactive:hover .playback-icon .icon-play,
.latest-episode-meta .btn-playback.inactive:focus .playback-icon .icon-play {
    fill: #007acc;
}

/* ************************************************* */
/* ************************************************* */

.home-featured-companies {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 3.4em;
}

.past-guests-include {
    color: #777;
    text-align: center;
    margin-top: 2em;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 0;
}

.logo-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2.25em 0;
    mask-image: linear-gradient(
        to right,
        transparent 0%,
        white 15%,
        white 85%,
        transparent 100%
    );
}

#logo-track {
    display: flex;
    gap: 76px;
    width: max-content;
    will-change: transform;
    margin: 0;
    padding: 0;
    list-style: none;
    animation: scroll-logos 20s linear infinite;
}

#logo-track li {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#logo-track:hover {
    animation-play-state: paused;
}

#logo-track li img {
    max-width: 100%;
    height: auto;
    max-height: 22px;
    display: block;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: filter 0.2s ease-in-out,
                opacity 0.2s ease-in-out;
}

#logo-track li img.larger {
    max-height: 38px;
}

#logo-track li:hover img {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes scroll-logos {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(var(--scroll-width));
    }
}

/* ************************************************* */
/* ************************************************* */

.home-intro {
    margin-bottom: 3em;
}

.section-sub-label {
    color: #007acc;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-bottom: 1.1em;
}

.home-intro .big-text {
    font-size: clamp(20px, calc(16px + 1vw), 2.8rem);
    font-weight: 800;
    max-width: 32ch;
    line-height: 1.3;
}

.home-intro .big-text span {
    color: #007acc;
}

.home-intro .listen-on-section {
    padding-top: 0;
}

.home-intro .listen-on-section .platform-badges {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

.home-intro .listen-on-section .platform-badges li {
    margin-bottom: 1em;
}

.home .cta-newsletter {
    border-top: 1px solid #dddddd;
    margin-top: 2.5em;
    padding-top: 3em;
}

.home .cta-newsletter .cta-subtitle {
    color: #007acc;
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 1.2em;
}

div#BTerMwHwDd form {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
}

div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 0 0 0 !important;
}

html div#BTerMwHwDd div#BTerMwHwDd_inpost .mo-optin-form-description {
    color: #1f1f1f !important;
    font-weight: 700;
    font-size: 2.8rem !important;
    max-width: 30ch;
    text-align: left !important;
    line-height: 1.2 !important;
    margin-bottom: 0 !important;
}

.mo-optin-form-description span {
    color: #007acc;
}

.home .mo-optin-error {
    order: -1;
}

.home .mo-optin-fields-wrapper {
    flex: 1 1 40%;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

div#BTerMwHwDd div#BTerMwHwDd_inpost_container div#BTerMwHwDd_inpost input[type=submit] {
    text-transform: initial;
    font-weight: 600;
    font-size: 1.6rem;
    padding: 0.75em 0;
    margin-top: 7px;
    border-radius: 0.4em;
}

html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal input.moEleganceModal_input_fields, html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal input.mo-optin-form-custom-field.text-field, html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal input.mo-optin-form-custom-field.password-field, html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal input.mo-optin-form-custom-field.date-field, html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal select.mo-optin-form-custom-field, html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal textarea.mo-optin-form-custom-field.textarea-field {
    border-radius: 0.4em;
}

/* ************************************************* */
/* ************************************************* */

.episode-rows-meta {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 2.5em;
    padding: 0 0 0.75em 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.4rem;
}

body.previous-shows .episode-rows-meta {
    margin-bottom: 1.25em;
}

.episode-rows-meta .episode-count {
    text-transform: uppercase;
    color: #777777;
    font-weight: 600;
}

.episode-rows-meta .episode-count strong {
    color: #000;
}

.episode-rows-meta p {
    margin: 0;
}

.view-grid .episode-title {
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    z-index: 15;
    font-size: 2.2rem;
    padding: 0 3.5em 1em 1em;
    margin: 0;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.episode-inner {
    position: relative;
}

.episode-inner .episode-thumbnail {
    display: block;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
	aspect-ratio: 768 / 512;
}

.episode-inner .episode-thumbnail a {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.episode-inner .episode-thumbnail::before {
    content: ' ' ;
    background-image: linear-gradient(0deg, rgba(0,15,26, 0.8) 0%, rgba(0,15,26,0) 50%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    pointer-events: none;
}

.episode-inner .episode-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.episode-meta {
    font-weight: 600;
    color: #777777;
}

.episode-meta .meta-separator {
    margin-left: 0.3em;
    margin-right: 0.3em;
}

.episode-actions > button {
    width: 32px;
    height: 32px;
    position: relative;
    padding: 0;
    margin: -0.25em 0 0 0;
    
    background: transparent;
    border: none;
}

.episode-actions > button svg {
    position: absolute;
    top: 0;
    left: 0;
    fill: #666;
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out;
}

.episode-actions > button:hover svg,
.episode-actions > button:focus svg {
    opacity: 1;
}

.btn-playback {
    background: transparent;
    border: none;
    z-index: 20;
    position: relative;
    padding: 0;
}

.btn-playback .playback-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 2px solid #434343;
    background: transparent;
    transition: border 0.1s ease-in-out;
    position: relative;
    display: inline-block;
}

/*****************************************************
 * Episodes View - Grid
 *****************************************************/

.view-grid .episode-inner .episode-title a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #fff;
}

.episodes.view-grid .episode-meta-row {
    display: flex;
    justify-content: space-between;
    padding-top: 0.5em;
}

.episodes.view-grid .btn-playback {
    position: absolute;
    bottom: 1.25em;
    right: 1.25em;
}

.episodes.view-grid .btn-playback .playback-icon {
    border: 2px solid rgba(255, 255, 255, 0.60);
}

.episodes.view-grid .btn-playback.paused .playback-icon,
.episodes.view-grid .btn-playback.playing .playback-icon{
    border-color: transparent;
}

.episodes.view-grid .episode-excerpt {
    width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.episodes.view-grid .btn-playback {
    bottom: 3.5em;
}

.episodes.view-grid .episode-title {
    bottom: 1.6em;
}

.episodes.view-grid .btn-playback:hover .playback-icon,
.episodes.view-grid .btn-playback:focus .playback-icon {
    border-color: #fff;
}

.episodes.view-grid .btn-playback.inactive:hover .icon-play,
.episodes.view-grid .btn-playback.inactive:focus .icon-play {
    fill: #fff;
}

.episodes.view-grid .btn-playback.playing:hover .playback-icon,
.episodes.view-grid .btn-playback.playing:focus .playback-icon,
.episodes.view-grid .btn-playback.paused:hover .playback-icon,
.episodes.view-grid .btn-playback.paused:focus .playback-icon {
    border-color: transparent;
}

/*****************************************************
 * Episodes View - Card
 *****************************************************/
 
 .episodes.view-card .episode-inner {
    display: flex;
    gap: 3em;
    margin-bottom: 1em;
}

.episodes.view-card .episode-thumbnail {
    flex: 1 0 405px;
}

.episodes.view-card .episode-inner .episode-thumbnail::before {
    display: none;
}

.episodes.view-card .episode-title {
    flex: 1 1 calc(100% - 31% - 2em);
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.episodes.view-card .episode-title a {
    text-decoration: none;
}

.episodes.view-card .episode-excerpt {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 1em;
}

.episodes.view-card .episode-meta-row {
    display: flex;
    align-items: center;
    gap: 2em;
}

.episodes.view-card .meta-separator {
    color: #aaa;
    font-size: 1.1rem;
    top: -3px;
    position: relative;
}

.episodes.view-card .btn-playback:hover .playback-icon,
.episodes.view-card .btn-playback:focus .playback-icon {
    border: 2px solid rgba(0, 0, 0, 1);
}

.episodes.view-card .btn-playback.playing:hover .playback-icon,
.episodes.view-card .btn-playback.playing:focus .playback-icon,
.episodes.view-card .btn-playback.paused:hover .playback-icon,
.episodes.view-card .btn-playback.paused:focus .playback-icon{
    border: #007acc;
}

 
 /*****************************************************
 * Episodes View - List
 *****************************************************/
 
.episodes.view-list .episode {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 1em;
}

.episodes.view-list .episode:last-of-type {
    border-bottom: none;
}

.episodes.view-list .episode-inner {
    display: flex;
    gap: 3em;
    margin-bottom: 1em;
    align-items: center;
}

.episodes.view-list .episode-thumbnail {
    flex: 0 0 180px;
}

.episodes.view-list .episode-inner .episode-thumbnail img {
    height: auto;
}

.episodes.view-list .episode-inner .episode-thumbnail::before {
    display: none;
}

.episodes.view-list .episode-title {
    flex: 1 1 calc(100% - 31% - 2em);
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.3;
    margin-bottom: 0.75em;
}

.episodes.view-list .episode-title a {
    text-decoration: none;
}

.episodes.view-list .episode-excerpt {
    width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important
}

.episodes.view-list .episode-meta-row {
    display: flex;
    align-items: center;
    gap: 1em;
}

.episodes.view-list .meta-separator {
    color: #aaa;
    font-size: 1.1rem;
    top: -3px;
    position: relative;
}

.episodes.view-list .btn-playback {
    margin-top: -5px;
}

.episodes.view-list .btn-playback span {
    width: 24px;
    height: 24px;
}

.episodes.view-list .btn-playback .icon-play {
    width: 16px;
    height: 16px;
    top: 55%;
}

.episodes.view-list .btn-playback .icon-pause {
    width: 20px;
}

.episodes.view-list .btn-playback:hover .playback-icon,
.episodes.view-list .btn-playback:focus .playback-icon {
    border: 2px solid rgba(0, 0, 0, 1);
}

.episodes.view-list .btn-playback.playing:hover .playback-icon,
.episodes.view-list .btn-playback.playing:focus .playback-icon,
.episodes.view-list .btn-playback.paused:hover .playback-icon,
.episodes.view-list .btn-playback.paused:focus .playback-icon{
    border: #007acc;
}
 
 /*****************************************************
 *****************************************************/

.btn-playback.inactive:hover .icon-play,
.btn-playback.inactive:focus .icon-play {
    opacity: 1;
}

.btn-playback svg {
    transition: opacity 0.1s ease-in-out;    
    position: absolute;
    transform: translate(-50%, -50%);
}

.view-grid .btn-playback svg {
    fill: #fff;
}

.btn-playback .icon-pause {
    opacity: 0;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
}

.btn-playback.playing .playback-icon,
.btn-playback.playing:focus .playback-icon,
.btn-playback.playing:hover .playback-icon {
    background: #007acc;
    border-color: #007acc;
    transition: border 0s;
}

.btn-playback.paused .playback-icon,
.btn-playback.paused:focus .playback-icon,
.btn-playback.paused:hover .playback-icon {
    background: #007acc;
    border-color: #007acc;
    transition: border 0s;
}

.btn-playback.paused .icon-pause,
.btn-playback.paused:focus .icon-pause,
.btn-playback.paused:hover .icon-pause {
    opacity: 0;
    fill: #fff;
}

.btn-playback.paused .icon-play,
.btn-playback.paused:focus .icon-play,
.btn-playback.paused:hover .icon-play {
    opacity: 1;
    fill: #fff;
}

.btn-playback.playing .icon-pause {
    opacity: 1;
    fill: #fff;
}

.btn-playback.playing .icon-play {
	fill: #fff;
    opacity: 0;
}

.btn-playback .icon-play {
    opacity: 0.60;
    width: 24px;
    height: 24px;
    top: 52%;
    left: 55%;
}

.btn-playback:hover .playback-icon,
.btn-playback:focus .playback-icon {
    border: 2px solid rgba(255, 255, 255, 1);
}

/* ****************************************************** */

.episode-rows-view {
    display: flex;
    align-items: center;
    gap: 0.25em;
}

.episode-rows-view > span {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.4rem;
    margin-right: 0.25em;
}

.episode-rows-view .view-btn {
    fill: #cccccc;
    background: transparent;
    padding: 0;
    width: 32px;
    height: 32px;
    border: none;
    text-align: center;
}

.episode-rows-view .view-btn.active {
    fill: #000;
}

.view-card {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.view-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(402px, 1fr));
    gap: 4.5rem;
}

.dropdown-menu {
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.1);
    border-color: #e4e4e7;
    border-radius: 5px;
    font-size: 1.4rem;
}

.episode-actions .dropdown-menu {
    font-size: 1.4rem;
    padding: 1em;
}

.episode-actions .dropdown-item {
    border-radius: 3px;
    padding-left: 0.5em;
}

.episode-actions .dropdown-item:focus,
.episode-actions .dropdown-item:hover {
    /* background-color: transparent; */
    color: initial;
}

.episode-actions .dropdown-item:active {
    background: #f8f9fa;
}

.dropdown-menu .episode-actions-list {
    display: flex;
}

.episode-actions .download-episode svg {
    margin-top: -2px;
}

.episode-actions .dropdown-divider {
    margin-top: 0.75em;
    border-top: 1px solid #e4e4e7;
}

.episode-actions .listen-on-section {
    padding-top: 0.5em;
}

.episode-actions .listen-on-section > p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.9em;
}

.listen-on-section .platform-icons {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

/*****************************************************
 * Single Episode Page
 *****************************************************/

.episode-hero {
    padding-top: 3em;
}

.episode-hero .container {
    padding-bottom: 2em;
}

.col-single-episode-info {
    align-self: center;
}

.col-single-episode-media {
    justify-content: end;
}

.single-episode-date {
    display: block;
    margin-bottom: 0.8em;
}

.single-episode-title {
    color: #000;
    font-weight: 800;
    font-size: clamp(18px, 10vw, 30px);
    margin-bottom: 1em;
}

.single-episode-duration {
    color: #000;
}

.single-episode-actions {
    padding-top: 1em;
    display: flex;
    gap: 2em;
    align-items: center;
}

.single-episode-actions > a {
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.single-episode-actions button {
    color: #000;
    padding: 0;
}

.single-episode-actions button > svg {
    fill: #000;
}

.single-episode-actions .share button {
    color: #000;
    padding-top: 4px;
}

.single-episode-actions .share button > svg {
    margin-top: -2px;
}

.single-episode-actions .icon-download {
    margin-top: -4px;
}

.single-episode-actions .st-btn {
    max-width: 36px;
    margin-right: 3px !important;
}

.single-episode-actions #st-1 .st-btn > img {
    display: block;
    min-width: 16px;
}

#st-1 .st-btn[data-network='email'] {
    display: none !important;
}

.single-episode-actions [data-network="facebook"],
.single-episode-actions [data-network="copy"],
.single-episode-actions [data-network="twitter"],
.single-episode-actions [data-network="linkedin"] {
    display: block !important;
}

.single-episode-actions .custom-email-share-link {
    width: 36px;
}

.single-episode-actions .dropdown-menu.show {
    display: flex;
    padding-right: 0.34em;
    padding-left: 0.4em;
}

.single-episode-actions #st-1 {
    display: flex;
}

.single-episode-actions #st-1 .st-btn:hover {
    top: 0;
}

.single-episode-actions .st-total {
    margin-right: 0.3em !important;
}

.single-episode-tabs-wrapper .nav-tabs .nav-item.show .nav-link,
.single-episode-tabs-wrapper .nav-tabs .nav-link.active {
    background: transparent;
}

.single-episode-tabs-wrapper.sticky-top {
    z-index: 1000;
    background: #fff;
}

.col-guest-info {
    padding-right: 2em;
}

.single-episode__guest-info {
    margin-bottom: 2em;
}

.single-episode__guest-info .guest-photo-wrap {
    position: relative;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 100%;
    border-radius: 0.7em;
    max-width: 240px;
    margin-bottom: 1em;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.single-episode__guest-info .guest-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-episode__guest-info a {
    text-decoration: none;
}

.single-episode__guest-info .guest-name {
    font-weight: 700;
}

.single-episode__guest-info .guest-title,
.single-episode__guest-info .guest-company {
    margin: 0;
    color: #333333;
    line-height: 1.2;
    font-size: 1.6rem;
}

.single-episode__guest-info .guest-title {
    font-style: italic;
}

.single-episode-video, .single-episode-cover {
    background: #fff;
}

.single-episode-video img,
.single-episode-cover img {
    width: 101%;
    height: 101%;
    object-fit: contain;
}

.single-episode-actions button,
.single-episode-actions a {
    transition: color 0.1s ease-in-out;
}

.single-episode-actions button svg,
.single-episode-actions a svg {
    transition: fill 0.1s ease-in-out;
}

.single-episode-actions button:hover,
.single-episode-actions button:focus,
.single-episode-actions a:hover,
.single-episode-actions a:focus {
    color: #007acc;
}

.single-episode-actions button:hover svg,
.single-episode-actions button:focus svg,
.single-episode-actions a:hover svg,
.single-episode-actions a:focus svg {
    fill: #007acc;
}

.custom-email-share-link {
    background-color: #007acc;
    background-image: url('https://platform-cdn.sharethis.com/img/email.svg');
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    display: block;
    height: 32px;
    padding: 1px;
}

.single-episode-video,
.single-episode-cover {
    position: relative;
    overflow: hidden;
    border-radius: 0.5em;
    box-shadow: 0px 38px 64px 0px rgba(0, 0, 0, 0.3);
    max-width: 712px;
    margin-left: auto;
    margin-bottom: -3.5em;
}

.single-episode-video::before,
.single-episode-cover::before {
    content: '';
    display: block;
    padding-top: 56.65%;
}

.single-episode-video img,
.single-episode-cover img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 45;
    max-width: 101%;
    height: auto;
}

.single-episode-video iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 102%;
    height: 102%;
    transform: translate(-50%, -50%);
    border-radius: 0.8em;
    z-index: 25;
}

.single-episode-video .youtube-play-button {
    position: absolute;
    z-index: 50;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.single-episode-video .youtube-play-button svg {
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.single-episode-video .youtube-thumbnail,
.single-episode-video .youtube-play-button {
    transition: opacity 300ms ease;
    will-change: opacity;
}

.single-episode-tabs-wrapper {
    border-bottom: 1px solid #dddddd;
}

.single-episode-tabs-wrapper .nav-tabs {
    border: none;
}

.single-episode-tabs-wrapper .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 1.8rem;
    color: #585858;
    padding: 1.2em 2em;
    border: none;
    border-bottom: 3px solid transparent;
    position: relative;
}

.single-episode-tabs-wrapper .nav-tabs .nav-item.show .nav-link,
.single-episode-tabs-wrapper .nav-tabs .nav-link.active {
    color: #007acc;
    border-bottom: 3px solid #007acc;    
}

.single-episode-tabs-wrapper .unavailable {
    display: block;
    font-weight: 400;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    margin-top: auto;
    line-height: 1;
    opacity: 0.7;
}

.episode-info-transcript {
    padding-top: 3.25em;
    font-size: 1.8rem;
	position: relative;
    z-index: 500;
}

.single-episode__guest-list {
	margin-bottom: 1.5em;
}

.single-episode__guest-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#single-episode-tabbed-content p {
    margin-bottom: 1.25em;
}

.transcript-speaker {
    font-weight: 700;
    display: block;
    margin-right: 2em;
    flex: 0 0 6em;
}

#transcript:focus-visible {
    outline: none;
    box-shadow: none;
}

#transcript {
    scroll-margin-top: 1.9em;
}

/***************************************
 || General
 ***************************************/

.partners-list ul, .syndication-list ul {
    margin: 0 -1.5em 0 -1em;
    padding: 0 1em;
    list-style: none;
}

.partners-list li, .syndication-list li {
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    width: calc(100% / 4 - 1.25em);
    position: relative;
    margin: 0 1em 1em 0;
}

.partners-list li::after, .syndication-list li::after {
    content: ' ';
    padding-top: 60%;
    display: block;
}

.partners-list li a, .syndication-list li a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.partners-list li a img, .syndication-list li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    width: auto;
    max-height: 40%;
}

/***************************************
 || Post Boxes (Episodes)
 ***************************************/

.share button {
    border: 0;
    padding: 0.2em;
    background: transparent;
    color: #666;
}

.share.dropup .dropdown-menu {
    right: -2px !important;
    left: auto !important;
    top: 2px !important;
    padding: 0;

    border: 2px solid #fff;
    border-radius: 0;
}

.share a {
    display: block;
    color: #fff;
    font-size: 1.4rem;
    padding: 2px;
    text-decoration: none;
    margin: 0 0 2px 0;
    transition: background-color 0.1s ease-in-out;
}

.share a:hover,
.share a:focus {
    color: #fff;
}

.share svg {
    fill: #fff;
}

.share .social.reddit svg path {
    stroke: #fff;
}

.share .social.facebook {
    background: #3a579a;
}

.share .social.facebook:hover {
    background: #4965aa;
}

.share .social.twitter {
    background: #00abf0;
}

.share .social.twitter:hover {
    background: #28b8fe;
}

.share .social.pinterest {
    background: #e62023;
}

.share .social.pinterest:hover {
    background: #cd1c1f;
}

.share .social.reddit {
    background: #fc461e;
}

.share .social.reddit:hover {
    background: #ff6536;
}

.sharethis-wrapper {
    display: flex;
    gap: 0.5em;
    justify-content: center;
}

.sharethis-section > p {
    text-align: center;
    font-weight: 500;
    margin-bottom: 0.9em;
}

.sharethis-section .st-inline-share-buttons {
    display: flex !important;
}

.sharethis-section .st-btn[data-network='facebook'],
.sharethis-section .st-btn[data-network='linkedin'],
.sharethis-section .st-btn[data-network='copy'],
.sharethis-section .st-btn[data-network='sharethis'],
.sharethis-section .custom-email-share-link {
    display: block !important;
    max-width: 32px;
}

.sharethis-section .custom-email-share-link {
    width: 32px;
}

.site-content .episode-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}

.site-content .episode-controls .play-pause {
    background: #fff;
    display: block;
    width: 44px;
    height: 42px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.site-content .episode-controls .play-pause .play,
.single-guest .episode .play-pause .play,
.episode-template-default .single-episode__main-content .episode-details .play-pause .play {
    position: absolute;
    left: -4px;
    top: -2px;
}

.site-content .episode-controls .play-pause .pause,
.single-guest .episode .play-pause .pause,
.episode-template-default .single-episode__main-content .episode-details .pause {
    position: absolute;
    left: -2px;
    top: -3px;
}

.site-content .episode-controls .play-pause.currently-playing,
.single-guest .episode .play-pause.currently-playing,
.episode-template-default .single-episode__main-content .episode-details .play-pause.currently-playing {
    background: #007acc;
}

.site-content .episode-controls .play-pause.currently-playing svg,
.single-guest .episode .play-pause.currently-playing svg,
.episode-template-default .single-episode__main-content .episode-details .play-pause.currently-playing svg {
    fill: #fff;
}

/*****************************************************
 * Mobile Menu
 *****************************************************/
 
.offcanvas-backdrop {
    z-index: 1000000;
}

.offcanvas {
    z-index: 2000000;
}

#mobile-menu.offcanvas {
    max-width: 240px;
}

#mobile-menu {
    font-size: 1.8rem;
}

#mobile-menu a {
    color: #000;
    text-decoration: none;
}

#mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#mobile-menu .mobile-menu-main-links {
    margin-bottom: 1em;
}

#mobile-menu .platform-icons li {
    margin-bottom: 0.25em;
}

#mobile-menu .offcanvas-body {
    margin-top: -2.1em;
}

.offcanvas-header .btn-close {
    position: relative;
    z-index: 10;
}

/***************************************
 || Pages -- Search/Search Results
 ***************************************/
 
 body.modal-open {
    padding-right: 0 !important;
}

.modal-backdrop {
    z-index: 10000000;
    --bs-backdrop-opacity: 0.6;
}

.modal {
    z-index: 10000001;
}

#search-modal form {
    display: flex;
    align-items: center;
    gap: 0.5em;
}

#search-modal label {
    width: 100%;
}

#search-modal input {
    width: 100%;
    background: #007acc;
    border: none;
    border-bottom: 2px solid #007acc;
    padding: 0.5em 0.5em 0.4em 0.7em;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 600;
    border-radius: 0.4em;
}

#search-modal input::placeholder {
    color: #fff;
    font-weight: 600;
    opacity: 0.7;
}

#search-modal input::selection {
    background: rgba(255, 255, 255, 0.3);
}

#search-modal input::-webkit-search-cancel-button {
    display: none;
}

#search-modal button[type="submit"] {
    background: transparent;
    border: none;
    margin-top: -2px;
}

#search-modal button[type="submit"] svg {
    fill: #fff;
}

#modal-search-input:focus {
    outline: none;
    box-shadow: none;
}

#search-modal .modal-body {
    padding: 0;
}

#search-modal .modal-content {
    background: transparent;
    border: none;
}

#search-modal .modal-header {
    border: none;
}

#search-modal .btn-close {
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center center;
}

.site-content .search-form label {
    margin: 0;
    width: 100%;
    max-width: 25em;
}

.site-content .search-form .search-field {
    border: 1px solid #ccc;
    font-size: 1.8rem;
    padding: 0.15em 0.15em 0.15em 0.3em;
    vertical-align: middle;
    width: 100%;
}

.site-content .search-form .search-submit {
    background: none;
    border: none;
    padding: 3px 5px;
    vertical-align: middle;
}

.search-results__search-query {
    color: #007acc;
}

body.search-results .search-result {
    border-bottom: 2px solid #eee;
    padding: 0 0 1em 0;
    margin: 0 0 2em 0;
    max-width: 50em;
    color: #444;
}

body.search-results .search-result__url a {
    color: #666;
}

body.search-results .search-result:last-of-type {
    border-bottom: none;
}

/***************************************
 || Pages -- Single Guest
 ***************************************/

.btn-playback:hover .playback-icon,
.btn-playback:focus .playback-icon {
    border: 2px solid #000;
}

.btn-playback.inactive:hover .icon-play,
.btn-playback.inactive:focus .icon-play {
    fill: #000;
}

.single-guest .guest-content .mo-optin-form-inpost {
    display: none !important;
}

.single-episode-playback-container {
    display: flex;
    align-items: center;
    gap: 1em;
}

.single-episode-playback-container button {
    margin-top: 4px;
}

.single-guest-header {
    display: flex;
    margin-top: 2em;
    gap: 3em;
    align-items: center;
}

.single-guest-header .guest-name {
    font-weight: 800;
    font-size: 3.2rem;
    letter-spacing: 0.5px;
}

.single-guest-header .guest-title {
    font-style: italic;
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #444;
}

.single-guest-header .guest-company {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 600;
    color: #444;
}

.single-guest-header .guest-photo-wrap {
    box-shadow: 0px 10px 32px 0px rgba(0, 0, 0, 0.3);
    border-radius: 0.5em;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    position: relative;
    max-width: 240px;
    margin-bottom: -2em;
}

.single-guest-header .guest-photo-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.single-guest .site-content {
    padding-top: 5em;
}

.single-guest .site-content h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1em;
}

.single-guest .guest-sidebar {
    max-width: 288px;
    padding-right: 3em;
    font-size: 1.8rem;
}

.single-guest .guest-content {
    font-size: 1.8rem;
}

.single-guest .guest-content p {
    margin-bottom: 1.25em;
}

.guest-content-divider-line {
    margin: 3em 0;
}

.guest-episodes .episodes-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.guest-episodes .episodes-list li.episode {
    background-color: #f8f8f8;
    border-radius: 0.5em;
    margin-bottom: 2em;
    padding: 1em;
    font-size: 1.6rem;
}

.guest-episodes .episodes-list .episode-date {
    font-size: 1.6rem;
    color: #777;
    margin: 0;
    font-weight: 700;
}

.guest-episodes .episodes-list .episode-date time {
    margin-bottom: 0.5em;
}

.guest-episodes .episodes-list .episode-title {
    font-weight: 700;
    font-size: 2.2rem;
    margin-bottom: 0.5em;
}

.guest-episodes .episodes-list .episode-title a {
    text-decoration: none;
}

.guest-episodes .episodes-list .episode-summary {
    margin-bottom: 0;
}

.guest-episodes .btn-playback {
    margin-top: 5px;
}

.view-guests-episodes {
    display: none;
}

/*****************************************************
 *****************************************************/

[data-plyr="rewind"] svg {
    position: relative;
    left: -2px;
}

[data-plyr="fast-forward"] svg {
    position: relative;
    left: 2px;
}

[data-plyr="play"] .icon--not-pressed {
    position: relative;
    left: 2px;
}

/***************************************
 || Pages -- About
 ***************************************/

.page.about blockquote {
    margin: 2em auto;
}

 .team-bios-container hr {
     margin: 2em 0;
 }

.team-bio__name {
    font-size: 2.4rem;
    padding-top: 0.5em;
    font-family: 'Literata', serif;
}

.team-bio__title {
	font-size: 1.8rem;
	color: #666;
	margin-bottom: 0.75em;
}

.team-bio__email a {
    color: #32325d;
    text-decoration: none;
}

.team-bio__email a:hover,
.team-bio__email a:focus,
.team-bio__email a:hover svg,
.team-bio__email a:focus svg {
    color: #007acc;
    fill: #007acc;
}

 a .icon--email {
     fill: #32325d;
     width: 20px;
 }

/***************************************
 || Pages -- 404
 ***************************************/

.not-found-404 {
    text-align: center;
    padding-top: 2em;
}

.not-found-404 h3 {
    font-size: 3.4rem;
    margin-bottom: 1em;
}

.not-found-404__image {
    max-width: 632px;
    margin-bottom: 3em;
}

/***************************************
 || Forms
 ***************************************/
 
.be-a-guest .gform_wrapper {
    max-width: 740px;
    margin: 0 auto;
}

.gform_wrapper .field_sublabel_below > .gfield_label {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 0;
}

.gform_wrapper input[type="submit"] {
    font-weight: 600;
    background: transparent;
    border: 2px solid #007acc;
    color: #007acc;
    font-size: 1.8rem !important;
    padding: 0.25em 1em;
}

.gform_wrapper input[type="submit"]:hover,
.gform_wrapper input[type="submit"]:focus {
    background: #007acc;
    color: #fff;
}

.gform_footer {
    text-align: right;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: 2px solid #ccc;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus {
    border-color: #007acc;
    outline: 0;
}

.gform_wrapper textarea {
    border: 2px solid #ccc;
}

.gform_wrapper textarea:focus {
    border-color: #007acc;
    outline: 0;
}

.gfield_checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.impact-podcast .gform_wrapper ul.gfield_checkbox li,
.impact-podcast .gform_wrapper ul.gfield_radio li {
    overflow: unset;
}

.impact-podcast .gform_wrapper .gfield_checkbox li label,
.impact-podcast .gform_wrapper .gfield_radio li label {
    position: relative;
    font-size: 1.6rem;
}

.impact-podcast .gform_wrapper .gfield_checkbox label {
    padding-left: 2em;
}

.impact-podcast .gfield_checkbox label::before {
    content: ' ';
    width: 1.25em;
    height: 1.25em;
    border: 2px solid #bbb;
    display: block;
    position: absolute;
    left: 0;
    top: 1px;
}

.impact-podcast .gfield_checkbox input:focus + label::before {
    border-color: #007acc;
}

.gfield_checkbox input:checked + label::before {
    border-color: #007acc;
}

.gfield_checkbox input:checked + label::after {
    content: '\2714';
    font-size: 1.8rem;
    position: absolute;
    left: 3px;
    top: 3px;
    line-height: 1;
    font-weight: 600;
    color: #007acc;
}

/*****************************************************
 * Primary Footer
 *****************************************************/

.primary-footer {
    background: #000;
    color: #ccc;
    padding: 5em 0;
}

.primary-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.primary-footer a {
    color: #ccc;
    text-decoration: none;
}

.primary-footer a:hover,
.primary-footer a:focus {
    color: #fff;
}

.primary-footer .footer-top {
    padding-bottom: 4em;
}

.primary-footer .footer-bottom {
    border-top: 1px solid #666;
    padding-top: 1.5em;
    font-size: 1.3rem;
}

.primary-footer .footer-bottom .col-links {
    text-align: right;
}



.primary-footer h3 {
    color: #fff;
    margin-bottom: 0.8em;
}

.primary-footer .impact-logo {
    display: inline-block;
    margin-bottom: 3.5em;
}

.primary-footer .impact-logo img {
    width: 100%;
    max-width: 260px;
    height: auto;
}

.primary-footer .other-properties ul {
    display: flex;
    gap: 2em;
    align-items: center;
}

.primary-footer .other-properties li {
    margin-bottom: 1em;
}

.primary-footer .other-properties h3 {
    margin-bottom: 1em;
}

.primary-footer .other-properties .eri img {
    max-width: 80px;
    height: auto;
}

.primary-footer .other-properties .recyclenation img {
    max-width: 190px;
    height: auto;
}

.primary-footer .platform-icons {
    display: flex;
    justify-content: space-between;
}

.primary-footer .platform-icons img {
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}

.primary-footer .platform-icons a:hover img,
.primary-footer .platform-icons a:focus img {
    opacity: 1;
}

.primary-footer .platforms {
    margin-bottom: 2em;
}

.primary-footer .social-links {
    display: flex;
    gap: 1em;
}

.primary-footer .social-links svg {
    fill: #ccc;
    transition: fill 0.2s ease-in-out;
}

.primary-footer .social-links a:hover svg,
.primary-footer .social-links a:focus svg {
    fill: #fff;
}

.partner-logo-description:nth-of-type(1) {
    margin-top: 3em;
}

.partner-logo-description {
    margin-bottom: 4em;
}

.partner-logo-description .partner-logo img {
    width: 100%;
    max-width: 220px;
    height: auto;
}

.partner-logo-description .partner-logo a {
    display: block;
}

@media (max-width: 576px) {
    .partner-logo-description .partner-logo {
        margin-bottom: 1em;
    }
}

/*****************************************************
 * Search Results
 *****************************************************/

.site-main .search-form {
    margin-bottom: 2em;
}

body.search-results h3.page-title {
    font-size: 2.4rem;
    border: none;
}

.search-result .entry-title {
    font-size: 2.0rem;
    margin-bottom: 0.1em;
}

.search-result .entry-title a {
    text-decoration: none;
}

.search-result__url {
    font-size: 1.4rem;
}

.search-result__url a {
    text-decoration: none;
}

.search-result-thumbnail {
    aspect-ratio: 1 / 1;
    max-width: 64px;
    overflow: hidden;
    border-radius: 0.5em;
}

.search-result-thumbnail a {
    display: block;
}

.search-result-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.search-results .search-count-options {
    margin-bottom: 2em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
}

.search-count-options {
    display: flex;
    gap: 2em;
}

.search-results mark {
    font-weight: 700;
}

.disable-highlighting mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700;
	padding: 0;
}

.search-result .thumbnail-and-meta {
    display: flex;
    gap: 1em;
    align-items: center;
    margin-bottom: 0.8em;
    line-height: 1.3;
}

.search-result-meta .post-type-label {
    font-weight: 700;
    display: block;
}

.search-result-meta p {
    margin: 0;
}

.episode-footer {
    position: relative;
}

.site-content .episode-controls .play-pause .play, .single-guest .episode .play-pause .play, .episode-template-default .single-episode__main-content .episode-details .play-pause .play {
    width: 24px;
    height: 24px;
}

/*****************************************************
 * Pagination
 *****************************************************/

body.previous-shows .paged-numbers.pagination-above {
    padding-top: 0;
}

.paged-numbers {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 1.25em 0 0.5em 0;
}

.paged-numbers ul.pages {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.paged-numbers ul.pages li {
    min-width: 2.5em;
    text-align: center;
}

.paged-numbers .next {
    text-align: right;
}

.paged-numbers .next a,
.paged-numbers .prev a {
    color: #fff;
    text-decoration: none;
    background: #007acc;
    display: inline-flex;
    padding: 0.5em;
    border-radius: 0.4em;
}

.paged-numbers .next a {
    padding-left: 1em;
}

.paged-numbers .prev a {
    padding-right: 1em;
}

.paged-numbers .next svg path,
.paged-numbers .prev svg path {
    stroke: #fff;
}

.pagination-above {
    margin-bottom: 2em;
    border-bottom: 1px solid #dddddd;
}

.pagination-below {
    margin-top: 2em;
    border-top: 1px solid #dddddd;
}

.paged-numbers .disabled {
    opacity: 0;
}

.paged-numbers .pages {
    font-weight: 700;
    
}

.paged-numbers .pages a,
.paged-numbers .pages .dots {
    display: inline-flex;
    padding: 0.5em 1em;
}

.paged-numbers .pages a {
    font-weight: 700;
    text-decoration: none;
    background: transparent;
    transition: background 0.1s ease-in-out;
    border-radius: 0.4em;
}

.paged-numbers .pages a:hover {
    background: #f0f0f0;
}

.paged-numbers .current {
    background: #f0f0f0;
    display: block;
    padding: 0.5em 1em;
    border-radius: 0.4em;
}

/*****************************************************
 * Dark Mode
 *****************************************************/

html.dark-mode .header-with-hero-background::before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

html.dark-mode .primary-header-logo #subtext {
    fill: #fff;
    transition: fill 0.1s ease-in-out;
}

html.dark-mode .primary-navigation > ul > li > a {
    color: #c2c0b5;
}

html.dark-mode .primary-navigation > ul > li > a:hover,
html.dark-mode .primary-navigation > ul > li > a:focus {
    color: #eee;
}

html.dark-mode .primary-navigation .has-dropdown svg {
    fill: #c2c0b5;
}

html.dark-mode .primary-header-actions svg {
    fill: #bcbcbc;
}

html.dark-mode .site-content {
    background: #121212;
    transition: background 0.1s ease-in-out;
    color: #adadad;
}

html.dark-mode .single-episode-tabs-wrapper {
    border-bottom-color: #4d4d4d;
    transition: border-bottom-color 0.1s ease-in-out;
}

html.dark-mode #impact-player-bar {
    background: #0d0d0d;
}

html.dark-mode .plyr__controls svg {
    fill: #ccc;
    transition: fill 0.1s ease-in-out;
}

html.dark-mode .dropdown-menu {
    background-color: #282828;
    border-color: #5c5c5c;
}

/*****************************************************
 * Global Player Bar
 *****************************************************/

#impact-player-bar {
    background: #007acc;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding-bottom: env(safe-area-inset-bottom);
    z-index: 1000000;
    transition: background 0.1s ease-in-out;
	transform: translateY(80px);
    will-change: transform;
}

#impact-player-bar.is-visible {
    transform: translateY(0);
}

#impact-player-bar .player-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1em;
}

#impact-player-bar .plyr__episode-info {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 0 auto;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    color: #60b6f0;
}

.plyr--full-ui input[type=range] {
    color: #60b6f0;
}

#impact-player-bar .plyr__episode-thumbnail {
    width: 48px;
    height: 48px;
    border-radius: 0.3em;
    overflow: hidden;
    
}

#impact-player-bar .plyr__episode-thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

#impact-player-bar .plyr__episode-title {
    color: #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 340px;
    text-align: left;
    line-height: 1.2;
    font-weight: 600;
    font-size: 1.5rem;
}

#impact-player-bar .plyr__episode-thumbnail img {
    width: 48px;
    height: 48px;
}

#impact-player-bar .plyr__episode-title {
    min-width: 340px;
}

.plyr__progress__container {
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    width: 100%;
}

.plyr--audio .plyr__controls {
    background: transparent;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding: 0;
    margin: 0;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    border-radius: 0;
}

.plyr__controls .plyr__time {
    color: #fff;
}

[data-plyr="fast-forward"] {
    margin-right: auto;
}

.plyr__controls svg {
    fill: #fff;
}

.plyr__menu .plyr__control:focus-visible,
.plyr__menu .plyr__control:hover,
.plyr__menu .plyr__control[aria-expanded=true] {
    background: #0078c8;
}

button.plyr__control,
a.plyr__control {
    border-radius: 1em;
}

.plyr--audio .plyr__control:hover {
    background: #3395d6;
}

.plyr__episode-thumb,
.plyr__episode-title span {
    transition: opacity 0.15s ease-in-out;
}

.plyr__episode-info.updating .plyr__episode-thumb,
.plyr__episode-info.updating .plyr__episode-title span {
    opacity: 0.5;
}

.episode.current-episode .episode-thumbnail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #007acc;
    border-radius: 0.5em;
    z-index: 15;
}

.plyr__episode-thumbnail img[src=""] {
    opacity: 1;
}

.plyr__episode-thumbnail img[src=""] {
    opacity: 0;
}

/*****************************************************************************
 Media Queries
 *****************************************************************************/

 @media(min-width: 1440px) {
    .team-bio__photo {
        max-width: 255px;
    }
}

@media (max-width: 1399px) {
    .home-hero .col-john {
        max-width: 300px;
    }
    
	.home-hero .john figcaption {
        font-size: 1.6rem;
    }
	
    .home-latest-episode .latest-episode-image img {
        max-width: 340px;
    }
    
    .latest-episode-title {
        font-size: clamp(20px, calc(16px + 1vw), 2.4rem);
        margin-bottom: 0.5em;
    }
    
    .latest-episode-meta {
        gap: 1em;
    }
    
    .latest-episode-meta .btn-playback {
        flex-basis: 100%;
        width: fit-content;
        order: 2;
    }
	
	.view-grid .episode-title {
        bottom: 2em;
    }
	
	.episodes.view-grid .episode-title {
        bottom: 2em;
    }
	
	.home-intro .listen-on-section .platform-badges {
        column-gap: 1.8em;
        row-gap: 0.5em;
        justify-content: center;
    }
}

@media(max-width: 1199px) {
	.home .cta-newsletter .cta-subtitle {
        text-align: center;
    }
    
    html div#BTerMwHwDd div#BTerMwHwDd_inpost .mo-optin-form-description {
        max-width: 36ch;
        text-align: center !important;
        margin: 0 auto !important;
    }

	.home-hero .col-john {
        max-width: 240px;
    }
	
	.home-hero .john figcaption {
        font-size: 1.2rem;
    }
    
    .home-latest-episode .latest-episode-image img {
        max-width: 280px;
    }
    
    .latest-episode-title {
        font-size: clamp(20px, calc(16px + 1vw), 2.0rem);
        margin-bottom: 0.5em;
    }
    
    .logo-carousel {
        padding: 2em 0;
    }
    
    .home-intro .listen-on-section .platform-badges li {
        margin-bottom: 0;
    }

    .primary-header-logo svg {
        max-width: 150px;
        margin-top: 0.7em;
    }
    
    .primary-header .container {
        gap: 2.5em;
    }
    
    .primary-navigation > ul {
        gap: 1em;
    }
    
    .single-episode-title {
        font-size: clamp(18px, 10vw, 24px);
    }
	
	.partners-list li,
    .syndication-list li {
        width: calc(100% / 3 - 1.25em);
        overflow-x: hidden;
    }
	
	.episodes.view-card .episode-inner {
        align-items: start;
    }
    
    .episodes.view-grid .episode-title {
        bottom: 1.6em;
    }
	
	.primary-footer .platform-icons {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 1.2em;
    }
}

@media(max-width: 991px) {
	.home-intro .col-text {
        display: none;
    }
	
	.home-latest-episode .latest-episode-image {
		order: 0;
	}
	
	.home-intro .listen-on-section {
        padding-top: 2em;
        margin-bottom: 0;
    }
    
    .home-featured-companies {
        margin-bottom: 0;
    }
    
    .home-intro .listen-on-section .platform-badges {
        gap: 0.5em;
        justify-content: center;
    }
    
    .home-hero .row {
        gap: 0;
    }
    
    .home-hero .col-john {
        max-width: 100%;
        display: flex;
        flex: 1 0 100%;
        order: 2;
    }
	
	.home-hero .john {
		order: 2;
        display: flex;
        align-items: center;
    }
    
    .home-hero .john img {
        order: 2;
        max-width: 200px;
    }
    
    .home-hero .john figcaption {
        position: relative;
        color: initial;
        bottom: initial;
        font-size: 2rem;
        text-shadow: none;
        padding: 0;
    }
    
    .home-hero .john figcaption span {
        color: #007acc;
    }
    
    .view-grid {
        grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
    }
    
    .view-grid .episode-title {
        font-size: 1.8rem;
    }

	.primary-navigation {
        display: none;
    }
    
    .primary-footer .impact-logo {
        margin-bottom: 2em;
    }
    
    .primary-footer .impact-logo img {
        max-width: 200px;
    }
    
    .footer-top .col-left {
        flex: 1 1 100%;
        margin-bottom: 2em;
        text-align: center;
        justify-items: center;
    }
	
    .partners-list li,
    .syndication-list li {
        width: calc(100% / 2 - 1.25em);
    }

    .partners-list ul,
    .syndication-list ul {
        margin: 0;
    }
	
	.episodes.view-grid .episode-title {
        bottom: 2.4em;
    }
    
    .episodes.view-card .episode-inner {
        align-items: start;
    }
    
    .episodes.view-card .episode-thumbnail {
        width: 100%;
        max-width: 200px;
    }
}

@media (max-width: 916px) {
    #impact-player-bar .plyr__episode-title {
        max-width: 200px;
        min-width: 300px;
    }
}

@media (max-width: 767px) {
	.home-hero .john img {
        max-width: 100px;
    }
    
    .home-hero .john figcaption {
        font-size: 1.6rem;
    }

	.home-latest-episode article {
        gap: 2em;
    }
    
    .home-latest-episode .latest-episode-image img {
        max-width: 140px;
    }
    
    .latest-episode-label {
        margin-bottom: 0.5em;
    }
    
    .latest-episode-title {
        font-size: 1.8rem;
    }
    
    .latest-episode-meta .btn-playback {
        flex-basis: auto;
        order:-1;
    }
    
    .view-grid {
        gap: 2rem;
    }
    
    .view-grid .episode-inner .episode-thumbnail a {
        aspect-ratio: 16 / 8;
        display: block;
        overflow: hidden;
    }
    
    .view-grid .episode-inner .episode-thumbnail img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    
    .view-grid .episode-title {
        padding-right: 4em;
    }
    
    .view-grid .btn-playback {
        bottom: 1em;
        right: 1em;
    }

    .col-single-episode-info {
        flex: 1 1 100%;
        margin-bottom: 1.5em;
    }
    
    .col-single-episode-media {
        flex: 1 1 100%;
    }
    
    .single-episode-video,
    .single-episode-cover {
        margin-bottom: 0;
    }
    
    .single-episode-title {
        font-size: clamp(18px, 10vw, 20px);
    }
    
    .single-episode-tabs-wrapper {
        padding-top: 0.5em;
    }
    
    .single-episode-tabs-wrapper .nav-tabs .nav-link {
        padding: 0.5em 1em;
        font-size: 1.6rem;
    }
	
	.plyr__volume {
        display: none;
    }
	
	.view-grid .episode-title {
        bottom: 2.2em;
    }
	
	.episodes.view-card .episode-inner {
        flex-direction: column;
        gap: 1em;
    }
    
    .episodes.view-card .episode-thumbnail {
        width: 100%;
        max-width: 100%;
        max-height: 240px;
    }
    
    .episodes.view-list .episode-inner {
        align-items: start;
    }
    
    .episodes.view-list .episode-title {
        font-size: 1.8rem;
    }
	
	.single-episode__guest-info {
        display: flex;
        gap: 1.5em;
        margin-bottom: 0.75em;
    }
    
    .single-episode__guest-info .guest-photo {
        max-width: 64px;
    }
    
    .single-episode__guest-info .guest-name {
        font-size: 1.8rem;
        margin: 0;
    }
    
    .episode-info-transcript {
        padding-top: 2em;
    }
    
    #single-episode-tabbed-content {
        font-size: 1.6rem;
    }
	
	.single-guest-header .guest-photo-wrap {
        max-width: 140px;
    }
    
    .single-guest-header .guest-name {
        font-size: 2.4rem;
    }
    
    .single-guest-header .guest-title,
    .single-guest-header .guest-company {
        font-size: 1.6rem;
    }
    
    .single-guest-header .guest-company {
        margin-bottom: 1em;
    }
    
    .single-guest .guest-columns {
        flex-direction: column;
    }
    
    .single-guest .guest-sidebar {
        max-width: 100%;
        padding-right: initial;
        margin-bottom: 1em;
    }
    
    .view-guests-episodes {
        display: block;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.8rem;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
    }
    
    .single-guest .site-content {
        padding-top: 3em;
    }
}

@media (max-width: 699px) {
    
}

@media (max-width: 575px) {
	.home-hero {
        padding-top: 1em;
    }
    
    .home-latest-episode article {
        display: flex;
        flex-direction: column;
        gap: 0.8em;
        border-bottom: 1px solid #ccc;
        padding-bottom: 1em;
    }
    
    .home-hero .col-john {
        align-self: center;
    }
	
	.header-with-hero-background .primary-header {
        padding-bottom: 0;
    }
	
	.primary-header-logo {
        position: relative;
        left: 50%;
        transform: translate(-50%);
    }
	
	html div#BTerMwHwDd div#BTerMwHwDd_inpost.moEleganceModal .moElegance_description {
        font-size: 2.2rem !important;
    }
    
    .home .mo-optin-fields-wrapper {
        flex-wrap: wrap;
    }
    
    #impact-player-bar .plyr__episode-info {
        order: -1;
        margin-right: 0.3em;
    }
    
    .plyr__time--current.plyr__time {
        order: -1;
        margin-right: auto;
    }
    
    .home-hero .latest-episode-image {
        width: 100%;
        display: block;
        aspect-ratio: 16 / 7;
        overflow: hidden;
        position: relative;
    }
    
    .home-hero .latest-episode-image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    
    .home-hero .latest-episode-content {
        flex: 1 0 100%;
    }
	
	#logo-track {
		gap: 42px;
	}
    
    .view-grid {
        grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    }
    
    .paged-numbers {
        flex-wrap: wrap;        
    }
    
    .paged-numbers ul.pages {
        flex-basis: 100%;
        order: -1;
    }
    
    .paged-numbers .prev {
        text-align: right;
    }
    
    .paged-numbers .next {
        text-align: left;
    }
    
    body.home .paged-numbers .prev {
        display: none;
    }
    
    body.home .paged-numbers .next {
        text-align: center;
    }
    
    .site-content {
        padding-bottom: 1em;
    }

    .primary-header {
        padding-top: 0;
    }
    
    .primary-header-logo svg {
        max-width: 130px;
    }
    
    .primary-navigation {
        display: none;
    }
    
    ul.primary-header-social-links {
        display: none;
    }
    
    .episode-hero {
        padding-top: 1.25em;
    }
    
    .primary-footer {
        padding: 2em 0 6em 0;
    }
    
    .primary-footer .col-social {
        padding-top: 2em;
        flex: 1 1 100%;
    }
    
    .primary-footer .footer-top {
        padding-bottom: 1.5em;
    }
	
	.episodes.view-card .episode-title {
        font-size: 2rem;
    }
    
    .episodes.view-card .episode-excerpt {
        font-size: 1.6rem;
    }
    
    .episodes.view-list .episode-inner {
        gap: 1em;
    }
    
    .episodes.view-list .episode-thumbnail {
        flex: 0 0 100px;
    }
    
    .episodes.view-list .btn-playback {
        margin-top: -3px;
    }
    
    .episodes.view-list .episode-meta {
        font-size: 1.4rem;
    }
	
	.single-guest-header {
        align-items: start;
    }
    
    .single-guest .site-content {
        padding-top: 3em;
    }
    
    .single-guest .guest-content {
        font-size: 1.6rem;
    }
	
	#impact-player-bar .plyr__controls {
        display: flex;
        flex-wrap: wrap;
    }
    
    #impact-player-bar .plyr__episode-thumbnail {
        min-width: 40px;
        height: 40px;
    }
    
    #impact-player-bar .plyr__episode-info {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 0.5em;
    }
    
    #impact-player-bar .plyr__episode-title {
        max-width: 100%;
        font-size: 1.4rem;
    }
    
    .plyr__time--current.plyr__time {
        margin-left: 0;
        padding: 0 !important;
    }
    
    [data-plyr="rewind"] {
        margin-left: 1.1em !important;
    }
    
    .primary-footer {
        padding-bottom: 7.25em;
    }
    
    .plyr--audio .plyr__controls {
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
	
	#impact-player-bar {
        transform: translateY(112px);
    }
}

@media (max-width: 520px) {
    .single-episode-actions .dropdown-menu.show,
    .single-episode-actions #st-1 {
        display: block;
    }
    
    .single-episode-actions .st-btn {
        max-width: 100%;
        margin-right: 0 !important;
        display: block !important;
        margin-bottom: 2px;
    }
    
    .single-episode-actions #st-1 .st-btn > img {
        margin: 0 auto;
    }
    
    .single-episode-actions .custom-email-share-link {
        width: 100%;
    }
    
    .episode-info-transcript {
        font-size: 1.6rem;
        padding-top: 1em;
    }
    
    #transcript p {
        display: block;
    }
    
    .transcript-speaker {
        margin: 0;
    }
}

@media (max-width: 470px) {
    .footer-bottom .copyright span {
        display: block;
    }
}

@media (max-width: 450px) {
    .episodes.view-list .episode-title {
        font-size: 1.6rem;
    }
    
    .episodes.view-list .episode-meta-row {
        flex-wrap: wrap;
        gap: 0;
    }
    
    .episodes.view-list .episode-meta {
        order: 2;
        flex: 0 0 100%;
    }
    
    .episodes.view-list .episode-actions {
        margin-left: 0.8em;
    }
}

@media (max-width: 431px) {
    .single-guest-header {
        flex-direction: column;
        gap: 1em;
        padding-bottom: 1em;
    }
    
    .single-guest-header .guest-photo-wrap {
        margin: 0 auto 0 auto;
    }
    
    .single-guest-header .guest-info {
        text-align: center;
        padding-left: 2em;
        padding-right: 2em;
    }
    
    .single-guest .site-content {
        padding-top: 1.5em;
    }
}

/*****************************************************/

@media (min-width: 1200px) and (max-width: 1399px) {
    .view-grid {
        grid-template-columns: repeat(auto-fill, minmax(302px, 1fr));
    }
    
    .view-grid .episode-title {
        font-size: 1.9rem;
        padding-right: 3.8em;
    }
}

@media (min-width: 992px) {
    .nav-item__mobile-menu {
        display: none;
    }
}

@media (min-width: 768px) {
    .single-episode__guest-list.sticky-top {
        top: 6em;
    }
}

/*************************************************************/

.bio-cert {
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.18);
	max-width: 260px;
	position: relative;
	margin: 1em 2em 1.25em 0;
	display: inline-block;
	text-align: center;
	background-image: url('//eridirect.com/external-assets/certificates/cert-box-bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: right bottom
}

.bio-cert a {
	text-decoration: none;
	padding: 20px;
	display: block;
}

.bio-cert img {
	max-width:100%;
	max-height: 40px;
	height: auto;
	width:auto;
	margin-bottom: 13px;
}

.bio-cert em {
	font-style: normal;	
}

.bio-cert__title {
	font-weight: 500;
	text-align: center;
	margin: 0 0 1.1em 0;
	font-size: 14px;
	color: #222;
}

.bio-cert__view {
	font-size: 11px;
	color: #888;
	position: absolute;
	right: 5px;
	bottom: 6px;
	margin: 0;
}

.bio-cert__view img {
	width: 16px;
	height: auto;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 -1px 1px;
}

.tooltip {
    font-size: 1.3rem;
}