.podcasts-page { background-color: #f1ece2; }

.podcasts-page .podcast-index-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .podcast-episode-page .podcast-index-title .inline-h1 {
        width: 100%;
    }
}

.podcast-switcher-tab > li.uk-active:nth-child(1):before { border-top-color: #2E3192; }
.podcast-switcher-tab > li.uk-active:nth-child(2):before { border-top-color: #F8AE1A; }

.podcast-intro-panel {
    padding-top: 50px;
    padding-bottom: 40px;
    background: #fff;
}

.podcast-intro-panel .podcast-intro-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.podcast-intro-panel p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 18px;
    color: #2E3192;
}

.podcast-intro-panel .podcast-quote {
    margin: 30px 0 0;
    padding: 0;
    border: 0;
}

.podcast-intro-panel .podcast-quote:before,
.podcast-intro-panel .podcast-quote:after {
    color: #ED403D;
}

.podcast-intro-panel .podcast-quote p {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    color: #ED403D;
    margin-bottom: 10px;
}

.podcast-intro-panel .podcast-quote cite {
    font-style: normal;
    font-size: 14px;
    color: #ED403D;
}

.podcast-quote-wrapper {
    width: 80%;
    margin: 0 auto;
}

.podcast-quote-cite {
    display: block;
    font-style: normal;
    font-size: 17px;
    margin-top: 20px;
}

.podcasts-page .podcast-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}

.podcasts-page .podcast-links a {
    display: inline-block;
    padding: 6px 16px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #fff;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.podcasts-page .podcast-links a:hover {
    opacity: 0.85;
}

.podcasts-page .podcast-links a.link-spotify {
    background: #1DB954;
}

.podcasts-page .podcast-links a.link-apple {
    background: #A033FF;
}

.podcasts-page .podcast-links a.link-captivate {
    background: #2E3192;
}

.podcasts-page .season-note {
    font-size: 14px;
    color: #888;
    margin-bottom: 15px;
    font-style: italic;
    padding: 0 20px;
}

@media (min-width: 1100px) {
    .podcasts-page .season-note {
        padding: 0;
    }
}

/* Episode detail page */

.podcast-back-link {
    margin-bottom: 25px;
}

.podcast-back-link a {
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
}

.podcast-episode-title {
    color: #2E3192;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.podcast-episode-photos {
    background: #f1ece2;
    padding: 40px 0;
}

.podcast-photos-container {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.podcast-photos-container img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
}

.podcast-speakers-section {
    background: #f1ece2;
    padding: 0 0 40px;
}

.podcast-speakers-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.podcast-speakers-heading {
    color: #2E3192;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #2E3192;
    font-size: 26px;
    margin-bottom: 20px;
}

.podcast-speakers-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
}

.podcast-speakers-grid .podcast-speaker {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 250px;
    -moz-box-flex: 1;
    -ms-flex: 1 1 250px;
    flex: 1 1 250px;
}

.podcast-speakers-grid.single-speaker .podcast-speaker {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 700px;
}

.podcast-speaker-name {
    color: #ED403D;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #ED403D;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -2px;
}

.podcast-speaker-title {
    color: #ED403D;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #ED403D;
    padding-top: 0;
    font-size: 17px;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 12px;
}

.podcast-speaker-bio {
    color: #2E3192;
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: #2E3192;
    font-size: 14px;
    line-height: 22px;
}

.podcast-speaker-bio .red-color {
    color: #ED403D;
    -webkit-text-fill-color: #ED403D;
}

.podcast-listen-section {
    background: #f1ece2;
    padding: 20px 0 60px;
}

.podcast-listen-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
}

.podcast-listen-cta {
    color: #2E3192;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.podcast-listen-cta a {
    color: #ED403D;
    text-decoration: underline;
}

.podcast-speaker-sidebyside {
    background: #f1ece2;
    padding: 40px 0;
}

.podcast-sidebyside-content {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.podcast-sidebyside-image {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
}

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

.podcast-sidebyside-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -moz-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

@media (max-width: 700px) {
    .podcast-sidebyside-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .podcast-sidebyside-image {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 400px;
    }
}

.podcast-speaker-stacked {
    margin-bottom: 30px;
}

.podcast-speaker-stacked:last-child {
    margin-bottom: 0;
}

.podcast-speaker-stacked .podcast-speaker-name {
    margin-bottom: 15px;
}

.podcast-episode-page .captivate-player {
    width: 100%;
    max-width: 700px;
    height: 200px;
    border-radius: 6px;
    overflow: hidden;
}

.podcast-episode-page .captivate-player iframe {
    width: 100%;
    height: 200px;
    border: 0;
}
