.podcast_hero ul.footer-socials {
    list-style: none;
}
.bg-navy.podcast_hero h1.content-image__heading{
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: 77px;
    letter-spacing: -2.1px;
    max-width: 100%;
} 

.bg-navy.podcast_hero h1.content-image__heading span{
    color:transparent;
}

.bg-navy.podcast_hero h1.content-image__heading span:before{
    content:url(../img/montlick-mic.svg);
    position: absolute;
    margin-top: 5px;
}

.bg-navy .content-image__copy{
    line-height: 27.2px;
    letter-spacing: 0.16px;
}

.podcast_network h3 {
    font-size: 14px;
    margin-bottom: 16px;
    font-family: 'Open Sans';
}
.podcast_network {
    margin-top: 35px;
}

.content-image__content{
    padding: 120px 0;
}

.podcast_hero .content-image__media {
    flex-basis: 65%;
    margin-right: -10%;
    margin-left: -15%;
}
.podcast_hero_footer {
    background: #78BE38;
    padding: 14px 0;
    font-size: 24px;
    letter-spacing: -0.24px;
}
.main section.pdb-0, .pdb-0 {
    padding-bottom: 0;
}
.podcast_hero_footer .container {
    justify-content: center;
}
.mt-50 {
    margin-top: 50px;
}
.text-center {
    text-align: center;
}
.item_episode {
    width: calc((100% - 4.6rem) / 3);
}

.podcasts-item{
    width: calc((100% - 4.6rem) / 3);
}

.item_episode .video-player {
    position: relative;
    height: auto;
    padding-top: 0;
}

.item_episode .video-player img {
    position: static;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 9 / 5.1;
}

.item_episode .video-player:before{
    display: none;
}


h6.podcasts-item__heading {
    font-weight: 300;
}
.content-image--regular .container {
    gap: 70px;
}
.content-image--regular .container > div {
    flex-basis: 50%;
}
.content-image--regular .content-image__copy p, 
.video_post p {
    margin-bottom: 1em;
    font-size:15px;
}
.content-image--regular .content-image__copy p:last-child, 
.video_post p:last-child {
    margin-bottom: 0;
}
.bg-light {
    background: #EFF2F6;
}
.content-image--regular {
    padding: 8rem 0;
}
.general-podcasts-wrapper .general-archive__title {
    text-align: left;
}
.main .mt-0 {
    margin-top: 0;
}
.video_post .post-banner__content {
    display: flex;
    gap: 32px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.video_post .post-banner__content .post-banner__title {
    font-size: 42px;
    margin-bottom: 15px;
}
.video_post .post-banner__content .featured_img {
    max-width: 300px;
}

.video_post .post-banner__content .featured_img img{
    border-radius:1rem;
}

.episode_player {
    margin: 0px 0 35px;
}
.video_post h3.subtext {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 700;
    margin-bottom: 25px;
}
.watch_video iframe {
    width: 100%;
    min-height: 600px;
}
section.watch_video {
    padding: 10rem 0;
    margin-bottom: 20px;
}
.watch_video h2 {
    font-size: 32px;
    margin-bottom: 60px;
}

.podcast_hero .footer-socials a{
    margin-right: 8px;
}

.podcast_hero .podcast_network .footer-socials{
    margin-bottom: 0;
}

.podcast_hero .podcast_network .footer-socials a{
    margin-right: 16px;
}

.podcast_hero {
    padding-top: 0 !important;
    overflow: hidden;
}

.podcast_hero .container{
    align-items: flex-end;
}

.single .video_content,
.single .video_content-full{
    width: calc(100% - 332px);  
}

.single.single-video .video_content, .single.single-podcast .video_content{
    width: 100%;
}

.episode_content{
    margin-bottom: 30px;
}

.podcasts-items{

}

.podcasts .podcasts-cta,
.watch_video .view-more a{
    background:#AEDF82;
    border-radius: 8px;
    padding: 16px 32px;
    padding-right: 66px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    margin-top: 6rem;
}

.podcasts .podcasts-cta:after,
.watch_video .view-more a:after{
    right:32px;
    background-image:url('data:image/svg+xml;utf8,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8089 8.44618L11.7609 15.7913C11.6335 15.9583 11.4212 16 11.2514 16C11.0816 16 10.9117 15.9583 10.7844 15.8331C10.4872 15.5827 10.4872 15.1653 10.7419 14.9149L16.686 8.65485H0.67933C0.297207 8.65485 0 8.36271 0 8.02884C0 7.69497 0.297207 7.31937 0.67933 7.31937H16.686L10.7419 1.10103C10.4872 0.850628 10.4872 0.433289 10.7844 0.182887C11.0816 -0.0675162 11.5061 -0.0675162 11.7609 0.22462L18.8089 7.56977C19.0637 7.82017 19.0637 8.19578 18.8089 8.44618Z" fill="%230a1631"/></svg>');
}

.watch_video .view-more a{
    margin: auto;
    display: table;
}

.podcasts .item_clip .podcasts-item__media{
    border-radius:0;
}

/* Play button container */
.video-player__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) !important; /* Override the transform: none */
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.video-player__btn img {
    width: 70px !important;
    height: auto !important;
    position: static;
    margin: auto;
    object-fit: contain !important;
}

.video-player:before{
    display: none;
}

.podcasts {
    margin: 6rem 0 12rem;
}

.item_clip .podcasts-item__heading{
    text-align: left;
}

.podcasts-item__media{
    border-radius: 0;
    margin-bottom:10px;
}

.post-banner{
    padding-bottom: 96px;
}

/*

.general-archive__pagination .page-numbers{
    color: #0A1631;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: 0.16px;
    text-transform: capitalize;
    position: relative;
}

.general-archive__pagination .current.page-numbers{
    color: #78BE38;
    text-align: center;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: 0.24px;
    text-transform: capitalize;
}

.general-podcasts-wrapper a.next,
.general-podcasts-wrapper a.prev{
    color: transparent;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; 
    letter-spacing: 0.16px;
    text-transform: capitalize;
    position: relative;
}

.general-podcasts-wrapper a.next:before{
    content:'Next';
    color: #0A1631;
    position: absolute;
}

.general-podcasts-wrapper a.next:after{
    margin-top: -2px;
    margin-left: -6px;
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M16.6716 11.4999L11.3076 6.13589L12.7218 4.72168L20.5 12.4999L12.7218 20.278L11.3076 18.8638L16.6716 13.4999H4.5V11.4999H16.6716Z" fill="%2378BE38"/></svg>');
}


.general-podcasts-wrapper a.prev:after{
    content:'Previous';
    color: #0A1631;
    position: absolute;
    left: 0;
}

.general-podcasts-wrapper a.prev:before{
    margin-top: -2px;
    left: -35px;
    position: absolute;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="25" height="25" viewBox="0 0 25 25" fill="none"><path d="M8.3284 11.4999L13.6924 6.13589L12.2782 4.72168L4.5 12.4999L12.2782 20.278L13.6924 18.8638L8.3284 13.4999H20.5V11.4999H8.3284Z" fill="%2378BE38"/></svg>');
}


*/

.slider-controls{
    justify-content: center;
}

.posts-pagination a{
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-right: 3rem;
    font: 700 1.4rem / 1.3 Open Sans, sans-serif;
    letter-spacing: .01em;
    background-color: transparent;
    border: none;
    color: #0a1631;
    outline: none;
    cursor: pointer;
}

.posts-pagination a:first-child{
    padding-left: 3rem;
    padding-right: 0;
}

.posts-pagination a:after{position:absolute;content:"";width:1.9rem;height:1.6rem;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background-repeat:no-repeat;background-position:50%;background-image:url('data:image/svg+xml;utf8,<svg width="19" height="16" viewBox="0 0 19 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.8089 8.44618L11.7609 15.7913C11.6335 15.9583 11.4212 16 11.2514 16C11.0816 16 10.9117 15.9583 10.7844 15.8331C10.4872 15.5827 10.4872 15.1653 10.7419 14.9149L16.686 8.65485H0.67933C0.297207 8.65485 0 8.36271 0 8.02884C0 7.69497 0.297207 7.31937 0.67933 7.31937H16.686L10.7419 1.10103C10.4872 0.850628 10.4872 0.433289 10.7844 0.182887C11.0816 -0.0675162 11.5061 -0.0675162 11.7609 0.22462L18.8089 7.56977C19.0637 7.82017 19.0637 8.19578 18.8089 8.44618Z" fill="%2378BE38"/></svg>');}
.posts-pagination a:hover:after{-webkit-transform:translate(5px,-50%);transform:translate(5px,-50%);}

.posts-pagination a:first-child:after{
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1);
}

.posts-pagination a[disabled] {
    opacity: .4;
    pointer-events: none;
}

.slider-pagination{
    padding-right: 2.0rem;
}

.transcript{
    height: 400px;
    overflow: hidden;
    position: relative;
}

.active.transcript{
    height: auto;
}

.transcript:before{
    content:'';
    display: block;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,252,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(255,252,255,1)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,252,255,1) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,252,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(255,252,255,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(255,252,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#fffcff', GradientType=0 );
}

.active.transcript:before{
    display: none;
}

.transcript table tr {
    margin: 10px 0;
  }

.transcript tr td{
    vertical-align: text-top;
    padding: 10px 0;
}

.transcript .view-more a{

}

.archive-breadcrumbs{
    margin-bottom: 10px;
}

.post-sidebar{
    margin-top: 20px;
}

.content-image__experience{
    position: static;
    padding: 0 !important;
    margin:0;
    background: none;
    border: none;
    max-width: 100%;
    margin-top: 20px;
}
.mobile-sidebar{
    display: none;
}

.related_videos{
    padding-top: 0 !important;
    padding-bottom: 50px !important;
}

.related_videos .related-podcasts.Videos{
    padding-top: 50px;
    padding-bottom: 50px;
}

.related-podcasts.Episodes{
    padding-top: 50px;
}

.related-podcasts.Episodes .podcasts-item a img{
    display: none;
}

.related_videos .view-more{
    padding-top: 50px;
}

.related_videos .view-more{
    padding-top: 50px;
    padding-bottom: 0;
}

.related_videos .view-more.Videos{
    padding-top: 0px;
    padding-bottom: 100px;
}



@media (min-width:769px) and (max-width:1000px){
    .bg-navy.podcast_hero h1.content-image__heading{
        font-size: 58px;
        line-height: 57px;
    }

    .bg-navy.podcast_hero h1.content-image__heading span:before{
        margin-top: 8px;
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        margin-left: -20px;
    }

    .content-image__content {
        padding: 50px 0 80px;
    }
}

@media (min-width:769px){
    .podcasts-heading {
        margin-bottom: 6rem;
    }

    .general-podcasts-wrapper .general-archive__title{
        font-size:46px;
        margin-bottom: 55px;
    }
}




@media only screen and (max-width: 1024px) {
    .watch_video iframe {
        min-height: 450px;
    }

    .podcasts-item {
        width: calc((100% - 2.2rem) / 2);
    }

    .single .video_content-full{
        width: 100%;
    }
}

@media (max-width:768px){
    .podcasts-item {
        width: 100%;
        margin-right: 0;
    }

    .podcasts-item__media{
    }

    .podcasts {
        margin: 6rem 0 0;
    }

    .item_episode h6.podcasts-item__heading{
    }

    .podcast_hero .content-image__media{
        margin: 0;
        margin-top: -50px;
    }

    .podcast_hero .content-image__media img{
        height: auto;
    }

    .content-image__content {
        padding: 60px 0;
    }

    .podcast_network h3{
        text-align: center;
        padding-right: 20px;
    }

    .bg-navy.podcast_hero h1.content-image__heading{
        font-size: 39px;
        letter-spacing: 0;
        line-height: 45px;
    }

    .bg-navy.podcast_hero h1.content-image__heading span:before{
        margin-top: -6px;
        transform: scale(0.6);
        margin-left: -45px;
    }

    .bg-navy .content-image__copy {
        line-height: 25.2px;
        letter-spacing: 0.16px;
        font-size: 15px;
    }

    .podcast_hero_footer{
        font-size: 16px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .content-image--regular {
        padding: 4rem 0;
    }
    .general-podcasts-wrapper .general-archive__title {
        margin-bottom: 40px;
    }
    .watch_video iframe {
        min-height: 250px;
    }
    .video_post .post-banner__content {
        flex-direction: column;
    }
    .video_post .post-banner__content .featured_img {
        max-width: 100%;
    }

    .single .video_content, .single .video_content-full{
        width: 100%;
    }
    .desktop-sidebar{
        display: none;
    }

    .mobile-sidebar{
        display: block;
    }
}

