.episode-banner {
    padding: 120px 0;
    overflow: hidden;
    background: #292929;
}
.episode-banner .fluid-img.fit-cover{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.episode-banner ul {
    margin-top: 35px;
}
.episode-banner ul li {
    margin: 0 8px;
}
.episode-banner ul li a {
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1em;
}
.episode-banner ul li a img {
    width: 1.33em;
    margin-right: 4px;
}
.episode-banner ul li a span {
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
}

.episode-player {
    padding: 37px 0;
    border-bottom: 1px solid #292929;
}
.share-btn a {
    background: url(../images/share.svg) 0 center no-repeat;
    background-size: 1.4em auto;
    padding-left: 2em;
}
.subscribe-btn .btn.btn-ghost {
    border: 1px solid #3029D7;
    line-height: 46px;
    height: 48px;
    font-family: 'Karla', sans-serif;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0.05em;
}
.playerAdditionalControls {
    width: 140px;
}
.player-container {
    width: 1030px;
}


.section-combined {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 29.03%, rgba(69, 175, 239, 0.1) 100%);
}
.episode-transcript .h3,
.episode-highlights .h3 {
    margin-bottom: 40px;
}
.episode-highlights .p.lg {
    margin-bottom: 5px;
}

.episode-highlights .p:not(.lg) {
    margin-bottom: 0;
    margin-top: 28px;
}
.episode-highlights a {
    color: #3029D7;
    text-decoration: underline;
}
.episode-transcript {
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
}
.resource-carousel {
    margin-top: 60px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#transcript li {
    padding: 8px 50px;
}
#transcript li:not(:last-child) {
    margin-bottom: 5px;
}
#transcript li.speaking {
    background: #FFC700;
}
.resource-carousel .item {
    padding: 0 30px;
}
.resource-carousel .item img {
    margin-bottom: 15px;
}
.owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 76.19047619047619%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}
.owl-prev {
    left: -50px;
}
.owl-next {
    right: -50px;
}
.owl-next, .owl-prev {
    position: relative;
    top: auto;
    transform: none;
    width: 46px;
    height: 48px;
    pointer-events: auto;
}
.owl-dots {
    position: absolute;
    left: 0;
    bottom: -42px;
}
.owl-dot {
    width: 12px;
    height: 12px;
    margin: 0 8px;
    opacity: .3;
    background: #292929 !important;
}
.owl-dot.active {
    opacity: 1;
    background: #2C27A4 !important;
}
.related-podcasts.podcasts {
    background: #292929;
    border-bottom: 2px solid #EBB700;
}
.related-podcasts .h2 {
    margin-bottom: 70px;
}
.related-podcasts .p {
    color: #fff;
}
.related-podcasts .btn {
    padding-left: 1.2em;
    padding-right: 1.2em;
}
.episode-resoureces.section-spacing {
    padding-bottom: 140px;
}

.audio-player {
    transition: opacity 300ms;
}
.menu-active .audio-player {
    opacity: 0;
    pointer-events: none;
}
.audio_progressbar {
    height: 8px;
    background: #3029D7;
    cursor: pointer;
}
.progress {
    width: 0;
    height: 8px;
    background: #FFC700;
    transition: width .1s linear;
}
audio {
    width: 100%
}
.player-content {
    width: 140px;
}
.play-pause {
    background: none;
    border: none;
    width: 64px;
    height: 64px;
    margin: 0 21px;
    position: relative;
    z-index: 9999999;
}
.play-pause svg {
    width: 100%;
}
.play-pause .play-icon {
    transition: 300ms;    
}
.play-pause .pause-icon,
.player-nav {
    opacity: 0;
    transition: 300ms;
}
.podcast-playing .player-nav {
    opacity: 1;
}
.play-pause.active .play-icon {
    opacity: 0;
}
.play-pause.active .pause-icon {
    opacity: 1;
}
.player-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}
.player-nav button {
    background: none;
    padding: 0;
    width: 5em;
    height: 2em;    
    pointer-events: none;
}
.player-nav button svg {
    width: 100%;
    height: 2em;
    object-fit: contain;
}
.podcast-playing .player-nav button {
    pointer-events: auto;
}
.transcript-wrap {
    height: 600px;
}

.resource-carousel.slider-links .clinks a img{
    width: 1.10em;
    margin-right: 8px;
}
.clinks a {
    display: flex;
    align-items: flex-start;
}
.clinks img {
    margin-top: .2em;
}
.clinks span {
    text-align: center;
    width: 100%;
}
.clinks span:hover {
    color: #EBB700;
}

.audio-player .episode-player {
    transition: padding 300ms;
}
.audio-player.isSticky .episode-player {
    padding-top: 20px;
    padding-bottom: 20px;
}
.episode-resoureces.section-spacing .podcasts-row .card{
    margin-bottom: 0em;
}
.expand-image {
    cursor: pointer;
}
.imageEnlarger {
    background: rgba(0,0,0,.85);
}
.imageEnlarger .overlay-container {
    background: none;
    max-width: 540px;
    margin: 0 auto;
}
.imageEnlarger img {
    width: 100%
}

/*---- video player ----*/
.video-player .episode-player {
    border: none;
}
.video-player .social-icon {
    z-index: 1;
}
.video-player .section-combined .play {
    background-color: rgba(0,0,0,.35);
    background-image: url(../images/play-icon.svg);
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: none;
    background-size: 10% auto;
    background-position: center center;
}
/*---- video player ----*/
@media screen and (max-width: 1599px) {
    .episode-banner {
        padding: 100px 0;
        overflow: hidden;
    }
    .episode-banner ul {
        margin-top: 30px;
    }
    .episode-player {
        padding: 32px 0;
    }
    .subscribe-btn .btn.btn-ghost {
        line-height: 40px;
        height: 42px;
    }
    .playerAdditionalControls {
        width: 115px;
    }
    .episode-transcript .h3,
    .episode-highlights .h3 {
        margin-bottom: 32px;
    }
    .episode-highlights .p.lg {
        margin-bottom: 5px;
    }
    .episode-highlights .p:not(.lg) {
        margin-top: 24px;
    }
    .resource-carousel {
        margin-top: 50px;
        max-width: 1030px;
    }
    .episode-transcript {
        max-width: 1030px;
    }
    .resource-carousel .item {
        padding: 0 25px;
    }
    .resource-carousel .item img {
        margin-bottom: 13px;
    }
    .owl-prev {
        left: -42px;
    }
    .owl-next {
        right: -42px;
    }
    .owl-next, .owl-prev {
        width: 38px;
        height: 40px;
    }
    .owl-dots {
        bottom: -34px;
    }
    .owl-dot {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }
    .related-podcasts .h2 {
        margin-bottom: 58px;
    }    
    .episode-resoureces.section-spacing {
        padding-bottom: 115px;
    }

    .player-container {
        width: 810px;
    }
    .player-content {
        width: 115px;
    }
    .play-pause {
        width: 58px;
        height: 58px;
        margin: 0 18px;
    }
    .player-nav {
        font-size: 13px;
    }
    .transcript-wrap {
        height: 490px;
    }
    .audio-player.isSticky .episode-player {
        padding-top: 14px;
        padding-bottom: 14px;
    }    
}

@media screen and (max-width: 1279px) {
    .episode-banner {
        padding: 78px 0;
        overflow: hidden;
    }
    .episode-banner ul {
        margin-top: 23px;
    }
    .episode-player {
        padding: 24px 0;
    }
    .subscribe-btn .btn.btn-ghost {
        line-height: 36px;
        height: 38px;
    }
    .playerAdditionalControls {
        width: 100px;
    }
    .player-container {
        width: calc(100% - 200px);
    }
    .episode-transcript .h3,
    .episode-highlights .h3 {
        margin-bottom: 26px;
    }
    .episode-highlights .p.lg {
        margin-bottom: 4px;
    }
    .episode-highlights .p:not(.lg) {
        margin-top: 18px;
    }
    .resource-carousel {
        margin-top: 38px;
        max-width: 800px;
    }
    .episode-transcript {
        max-width: 800px;
    }
    .resource-carousel .item {
        padding: 0 20px;
    }
    .resource-carousel .item img {
        margin-bottom: 10px;
    }
    .owl-prev {
        left: -35px;
    }
    .owl-next {
        right: -35px;
    }
    .owl-next, .owl-prev {
        width: 30px;
        height: 34px;
    }
    .owl-dots {
        bottom: -27px;
    }
    .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 6px;
    }
    .related-podcasts .h2 {
        margin-bottom: 45px;
    }    
    .episode-highlights .col-oneThird {
        padding-left: 10px;
        padding-right: 10px;
    }
    .episode-highlights .col-oneThird .p br {
        display: none;
    }
    .episode-resoureces.section-spacing {
        padding-bottom: 90px;
    }
    .player-container {
        width: 590px;
    }
    .player-content {
        width: 90px;
    }
    .play-pause {
        width: 48px;
        height: 48px;
    }
    .player-nav {
        font-size: 12px;
    }
    .transcript-wrap {
        height: 480px;
    }
    .audio-player.isSticky .episode-player {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 991px) {
    .episode-banner {
        padding: 65px 0;
    }
    .episode-banner ul {
        margin-top: 18px;
    }
    .episode-player {
        padding: 18px 0;
    }
    .playerAdditionalControls {
        width: 90px;
    }
    .player-container {
        width: calc(100% - 180px);
    }
    .episode-transcript .h3,
    .episode-highlights .h3 {
        margin-bottom: 20px;
    }
    .episode-highlights .p.lg {
        margin-bottom: 3px;
    }
    .episode-highlights .p:not(.lg) {
        margin-top: 14px;
    }
    .resource-carousel {
        margin-top: 30px;
        max-width: 640px;
    }
    .episode-transcript {
        max-width: 640px;
    }
    .resource-carousel .item {
        padding: 0 10px;
    }   
    .related-podcasts .h2 {
        margin-bottom: 35px;
    }    
    .episode-resoureces.section-spacing {
        padding-bottom: 70px;
    }
    .player-container {
        width: 500px;
    }
    .player-nav {
        font-size: 11px;
    }
    .social-share.visible-sm-xs{
        display: flex !important;
    }

    .social-share.visible-sm-xs {
        display: flex !important;
        width: 30%;
        justify-content: center;
    }

    .social-share.episodes .btn.social img {
        width: 100%;
        margin: 0 auto;
    }

    .social-share .col-25 {
        padding: 0 15px 0 0;
      }
}
.pad15{
    padding: 0 15px;
}
.pad20{
    padding: 0 25px;
}
@media screen and (max-width: 767px) {
    .imageEnlarge .overlay-close {
        right: 0;
        top: -36px;
    }
    .episode-banner {
        padding: 35px 0;
    }
    .episode-banner .container {
        padding-left: 35px;
        padding-right: 35px;
        text-align: left !important;
        display: block;
    }
    .episode-banner .h2 {
        font-size: 42px;
    }
    .episode-banner span.p {
        font-size: 18px;
        padding-left: 2px;
    }
    .episode-banner .p {
        font-size: 16px;
    }
    .episode-banner .p br,
    .episode-highlights .p:not(.lg) br {
        display: none;
    }
    .episode-banner ul {
        display: block;
        margin-top: 20px;
    }
    .episode-banner ul li {
        margin: 0;
    }
    .episode-banner ul li:not(:last-child) {
        margin-bottom: 17px;
    }
    .h3.lg {
        font-size: 26px;
    }
    .episode-highlights .h3,
    .episode-resoureces .h3 {
        margin-bottom: 20px;
    }
    .episode-highlights .p.lg {
        margin-bottom: 15px;
    }
    .episode-highlights .p:not(.lg) {
        margin-top: 20px;
    }
    .episode-highlights .p:not(.lg) br {
        display: none !important;
    }
    .episode-highlights .col-oneThird {
        padding-left: 0;
        padding-right: 0;
    }
    .episode-highlights .col-oneThird:not(:last-child) {
        margin-bottom: 40px;
    }
    .episode-highlights .col-oneThird .p br {
        display: block;
    }    
    .resource-carousel .item {
        padding: 0 10px;
    }
    .owl-nav {
        opacity: 0;
        pointer-events: none;
    }
    .player-content {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding-top: 10px;
    }
    #transcript li {
        padding: 8px 15px;
    }
    .transcript-wrap {
        height: 500px;
    }

    .social-share.visible-sm-xs {
        display: flex !important;
        width: 60%;
        justify-content: flex-start;
    }
    .pad15{
        padding: 0 0px;
    }
    .pad20{
        padding: 0 0px;
    }

    .video-player .section-combined .play {
        background-size: 100px auto;
    }
}

