.PodcastInfo {
     margin:50px auto 50px auto;
     max-width: 940px;
}
 .PodcastInfo h2 {
     font-style: normal;
     font-weight: 300;
     font-size: 25px;
     line-height: 40px;
     text-align: center;
     color: #6c6e70 !important;
}

 .PodcastInfo p {
     font-style: normal;
     font-weight: 300;
     font-size: 25px !important;
     line-height: 36px;
     text-align: center;
     color: #6c6e70 !important;
       margin-bottom: 0px;
}
 .PodcastInfo p span{
     font-style: normal;
     font-weight: 300;
     font-size: 25px !important;
     line-height: 36px;
     text-align: center;
     color: #6c6e70 !important;
}
 .PodcastVideos input {
     position: absolute;
     opacity: 0;
     z-index: -1;
}
 .PodcastVideos {
     max-width: 690px;
     margin: 20px auto 0 auto;
}
 .PodcastVideos-tab {
width: 100%;
    color: #838c97;
    overflow: hidden;
    margin: 0 auto 10px auto;
   
}
 .PodcastVideo-tab-header {
     display: -webkit-box;
     display: flex;
     -webkit-box-pack: justify;
     justify-content: space-between;
     padding: 1em;
     background: transparent;
     font-weight: 500;
     font-size: 13px;
     line-height: 15px;
   {# cursor: pointer; #}
     color: #838C97;
     border-bottom: 1px solid #E5E5E5;
     max-width: 666px;
     margin: 0 auto;
     letter-spacing: 0.11em;
    text-transform: uppercase;
}
{#
 .PodcastVideo-tab-header:hover {
}
 .PodcastVideo-tab-header::after {
     content: "\276F";
     width: 1em;
     height: 1em;
     text-align: center;
     -webkit-transition: all .35s;
     transition: all .35s;
}
#}
 .PodcastVideo-tab-content {
     max-height: 0;
     padding: 30px 0 0px 0;
     color: #2c3e50;
     background: transparent;
     -webkit-transition: max-height 0.3s ease-out;
     transition: max-height 0.3s ease-out;
     overflow: hidden;
}

 .PodcastVideo-tab-content a{
display: block;
    width: 100%;
    margin-bottom: 16px;
    -webkit-transition: none;
    transition: none;
    cursor: pointer;
}

.PodcastVideos .PodcastVideo-item:hover {
       -webkit-box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.24);
    border-color: #d1d1d1;
    background-color: #fff;
      -webkit-transition: ease-in-out 0.25s;
    transition: ease-in-out 0.25s;
}
 .tab-close {
     display: -webkit-box;
     display: flex;
     -webkit-box-pack: end;
     justify-content: flex-end;
     padding: 1em;
     font-size: 0.75em;
     background: #2c3e50;
     cursor: pointer;
}
 .tab-close:hover {
     background: #1a252f;
}
 input:checked + .PodcastVideo-tab-header {
}
 input:checked + .PodcastVideo-tab-header::after {
     -webkit-transform: rotate(90deg);
     transform: rotate(90deg);
}
 input:checked ~ .PodcastVideo-tab-content {
     max-height: 100%;
     padding: 30px 0 0px 0;
   -webkit-transition: max-height 0.3s ease-out;
     transition: max-height 0.3s ease-out;
}
 .PodcastVideos .PodcastVideo-item {
     display: flex;
     position: relative;
     background: #fff;
       -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12);
     border-radius: 8px;
     padding: 14px;
     margin: 0 auto 16px auto;
       -webkit-transition: background-color 0.5s, border 0.2s, -webkit-box-shadow 0.5s;
    transition: background-color 0.5s, border 0.2s, -webkit-box-shadow 0.5s;
    transition: background-color 0.5s, box-shadow 0.5s, border 0.2s;
    transition: background-color 0.5s, box-shadow 0.5s, border 0.2s, -webkit-box-shadow 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
   max-width: 666px;
}
 .PodcastVideos .PodcastVideo-item .imagebox {
     border-radius: 16px;
     height: 135px;
     min-width: 135px;
       position: relative;
}

.PodcastVideos .PodcastVideo-item .imagebox img{
    position: absolute;
    right: 13px;
    bottom: 13px;
}
 .PodcastVideos .PodcastVideo-item .content {
    margin-left: 25px;
}
 .PodcastVideos .PodcastVideo-item .content .details p span{
     background: #78A0AF;
     padding: 5px 10px;
     font-family: Roboto;
     font-style: normal;
     font-weight: normal;
     font-size: 12px;
     line-height: 18px;
     color: #FFFFFF;
     margin-right: 10px;
}
 .PodcastVideos .PodcastVideo-item .content .details p {
     font-family: Roboto;
     font-style: normal;
     font-weight: normal;
     font-size: 12px;
     line-height: 18px;
     color: #838C97;
}
 .PodcastVideos .PodcastVideo-item h3 {
     font-family: Roboto;
     font-style: normal;
     font-weight: 500;
     font-size: 21px;
     line-height: 25px;
     color: #42474C;
     margin-bottom: 0px;
}
 .PodcastVideos .PodcastVideo-item h3 span {
     color: #838C97;
}
 .PodcastVideos .PodcastVideo-item .details{
     margin-top: 10px;
}
 .podcast-info{
     display: flex;
     align-items: center;
     justify-content: center;
}
 @media (max-width: 767px){
   .PodcastInfo p {
    font-size: 18px !important;
    line-height: 28px;
    
}
   .PodcastInfo p span{
   font-size: 18px !important;
    line-height: 28px;
    
}
     .PodcastVideos .PodcastVideo-item .imagebox {
         border-radius: 16px;
         height: 85px;
         min-width: 85px;
    }
     .PodcastVideos .PodcastVideo-item h3 {
         font-size: 16px;
         line-height: 19px 
    }
     .PodcastVideos .PodcastVideo-item .content .details p {
         margin-bottom: 10px;
    }
     .PodcastInfo h2 {
         font-family: Roboto;
         font-style: normal;
         font-weight: 300;
         font-size: 21px;
         line-height: 32px;
         margin-bottom: 0px;
    }
     .PodcastInfo {
         margin: 35px auto 35px auto;
    }
     .PodcastVideos {
         margin: 35px auto 0 auto;
    }
   .PodcastVideos .PodcastVideo-item .imagebox img {
    position: absolute;
    right: 8px;
    bottom: 8px;
    width: 20px;
    height: 20px;
}
   .PodcastVideos .PodcastVideo-item .content {
    margin-left: 15px;
}
   
   .Podpost .PageHero-col--video {
    margin-top: -120px !important;
}
   
 
   
 .Podpost .PageHero--shorter .PageHero-inner, .Podpost  .PageHero--content .PageHero-inner,  .Podpost .PageHero--shorter .PageHero-mask,  .Podpost .PageHero--content .PageHero-mask{
    min-height: auto !important;
}
   
   
   
   
}
 
/*
.Podlisting .PageHero--content .PageHero-mask {
    max-height: 375px;
}

.Podlisting .PageHero--content .PageHero-inner
{
    min-height: 375px;
    padding-top: 50px;
    padding-bottom: 50px;
}
*/

.Podlisting .PageHero--content .Col-heading {
    font-size: 4rem;
    line-height: 1.21;
}


.Podlisting .PageHero .Col-tag {
    font-size: 1.2rem;
    line-height: 1.23076923;
}

 .Podlisting .Col-cta a{
    color: #00B49D !important;
    font-size: 16px !important;
    padding-top: 11px !important;
    padding-bottom: 11px !important;
}

 .Podlisting .Col-cta a img{
    margin-right: 6px;
}


.Podpost .PageHero-col--video{
    max-width: 666px !important;
    overflow: hidden;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.09), 0 4px 2px rgba(0, 0, 0, 0.09), 0 8px 4px rgba(0, 0, 0, 0.09), 0 16px 8px rgba(0, 0, 0, 0.09), 0 32px 16px rgba(0, 0, 0, 0.09);
    border-radius: 12px;
  margin-top: -260px;
}


.PodcastPostInfo
{
 max-width: 666px;
  margin: 50px auto;
}

.PodcastPostInfo h1 span
{
display: block;
font-weight: 500;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.11em;
text-transform: uppercase;
color: #838C97;
}

.PodcastPostInfo h1 
{
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #42474c;
    margin-bottom: 16px;
}

.PodcastPostInfo p
{
    font-weight: 300;
    font-size: 18px !important;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #6C6E70;
}

.PodcastPostInfo ul{
    padding-left: 20px;
    word-break: break-all;
}

.PodcastPostInfo ul li
{
    font-weight: 300;
    font-size: 18px !important;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: #6C6E70;
}



