.list-style ul li:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 22px;
    height: 20px;
    background-image: url(../img/list-icon.svg);
    top: 4px;
    background-repeat: no-repeat;
}
.list-style ul li {
    position: relative;
    padding-left: 38px;
    margin-bottom: 5px;
}
.resource .links{
    gap:10px;
}
ul.column-2 {
    column-count: 2;
}
.accordion-body ul li{
    list-style:disc;
    margin-left:25px;
}
.nap-footer{
    display:none;
}
.resource .content-box{
    background-color:#d7d7d76b;
    padding:30px;
    height:100%;
    border-radius:20px;
}
.podcast-box-image img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.play-icon:after {
    content: "";
    background-image: url(../img/play-icon1.svg);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    transition: .5s;
    background-color: #3B3B3B;
    transform: translate(-50%, -50%);
}
.play-icon:hover::after {
    background-color: var(--blue);
}
.podcast-box{
    position: relative;
}
/*.podcast-featured-section {
    background: #f4f4f4;
}*/

.podcast-box-image {
    position: relative;
}
.podcast-box-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}
.podcast-box-image .podcast-btn {
    position: absolute;
    bottom: 15px;
    right: 14px;
    z-index: 11;
}
.podcast-box .play-icon {
    position: absolute;
    height: 55px;
    width: 55px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.podcast-box {
    position: relative;
    height: 100%;
    box-shadow: 0 0 10px #b1b1b1;
    overflow: hidden;
    border-radius:20px;
}
.podcast-list {
    padding-top: 15px;
    padding-bottom: 15px;
}
.podcast-title {
    line-height: 1.3;

    color: #111111;
    font-size: 30px;
}
.podcast-content-wraper {
    padding: 15px 15px 40px;
}
.podcast-subscriber-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.podcast-subscriber {
    background: #253a60;
    text-align: center;
    padding: 50px 0;
}
.podcast-subscriber-box {
    padding: 20px;
}
.podcast-slider-image{
    position: relative;
}
.podcast-slider-image .play-icon {
    position: absolute;
    height: 55px;
    width: 55px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.podcast-subscriber-box img {
    max-width: 250px;
    transition: all 0.5s ease;
}
.podcast-subscriber-box img:hover {
    transform:scale(1.05);
}
.podcast-slider-wraper {
    padding: 15px 0;
}
.podcast-slider-title {
    line-height: 1.3;
    color: #111111;
    font-size: 30px;
    margin-bottom: 10px;

}
.podcast-slider-image img {
    max-height: 580px;
    object-fit: contain;
    background-color:#000;
    border-radius:20px;
    height:100%;
}
.podcast-slider-content {
    margin-bottom: 10px;
}
.slick-current.slick-active .featured-episode-listing-box,
.slick-current .featured-episode-listing-box {
    box-shadow: -3px 0px 7px 1px rgba(0,0,0,0.1);
    background-color:#253a60;
    z-index: 1;
}
.featured-episode-listing-box.slick-slide.slick-current.slick-active {
    background-color: var(--blue);
    color: #fff;
}
.featured-episode-listing-box.slick-slide.slick-current.slick-active .episode-counter {
    color: #fff;
}
.slick-current.slick-active .featured-episode-listing-box:after, .slick-current .featured-episode-listing-box:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-color:#253a60;
    left: -3px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: -1;
}
.featured-episode-listing-box {
    padding: 20px;
    margin: 6px;
    margin-bottom:20px;
    background-color: #FFFFF9;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    border: 1px solid #5985A9 !important;
    border-radius: 20px;
}
.podcast-slider-item.slider-for{
    margin-top: 6px;
}
.podcast-left-slider.slider-nav .slick-arrow {
    bottom: 0;

}
.podcast-left-slider.slider-nav{
    padding-bottom: 65px;
}
.featured-episode-listing-box:hover {
    box-shadow: -3px 0px 7px 1px rgba(0,0,0,0.1);
    z-index: 1;
}
.featured-episode-listing-box-inner {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.featured-episode-thumb {
    width: 171px;
    height: 140px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}
.featured-episode-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color:#000;
}
.featured-episode-info {
    line-height: 1.55;
    padding-right: 10px;
    width: calc(100% - 200px);
}
.episode-counter {
    color: #000;
}
.episode-number {
    background: #cf0;
    padding: 10px 20px;
    border-radius: 5px;
    width: auto;
    font-size: 22px;
    position: absolute;
    top: 20px;
    left: 20px;
}
.slick-current.slick-active .featured-episode-listing-box .episode-name,
.slick-current  .featured-episode-listing-box .episode-name,
.slick-current.slick-active .featured-episode-listing-box .episode-counter,
.slick-current .featured-episode-listing-box .episode-counter {
    color: #FFF;
}
.episode-name {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.2;
}
.slick-current.slick-active .featured-episode-listing-box .episode-name, .slick-current  .featured-episode-listing-box .episode-name, .slick-current.slick-active .featured-episode-listing-box .episode-counter, .slick-current .featured-episode-listing-box .episode-counter {
    color: #FFF;
}
.content-transcript ul li {
    margin-bottom: 10px;
}
.content-transcript ul li span{
    color: #253a60;
}
.single-episode-number {
    font-size: 22px;
    margin-bottom: 10px;
    color: #a5a5a5;
}

.latest-episode-loop .h4 {
    background: #cf0;
    padding: 5px;
    border-radius: 5px;
    width: auto;
    font-size: 22px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px 20px;
}
.latest-episode-loop:after{
    display:none
}
.latest-episode-single {
    position: relative;
    margin-bottom: 20px;
}
.latest-episode-single .play-icon {
    position: absolute;
    height: 55px;
    width: 55px;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.videos iframe{
    height:500px;
    width:100%;
}
.featured-videos .row{
    --bs-gutter-y: 30px;
    --bs-gutter-x: 30px;
    justify-content: center;
}
.video-center .videos-list {
    --bs-gutter-y: 30px;
    --bs-gutter-x: 30px;
}
.video-center .video-thumb {
    position: relative;
    margin-bottom: 30px;
    border-radius: 20px;
    overflow: hidden;
}
.video-center .video-thumb:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all .3s ease-in-out;
}
.video-center .video-thumb img {
    height: 270px;
    object-fit:contain;
    width: 100%;
    object-position: center;
    background-color:#000;
}
.video-center .video-thumb .full-link.html5lightbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-center .video-thumb:hover:before {
    background: rgba(0,0,0,0.25);
}
.video-center .video-thumb .play-icon{
    width: 72px;
    height: 50px;
}
.video-center .btn-link .black-btn{
    display: inline-block;
}
.single-video .video-center .video-thumb img {
    width: 100%;
    height: 300px;
    object-fit: contain;
}
.single-video .video-center .video-thumb:before{
    background-color:transparent;
}

.practice-page-details .videos-section .videos iframe {
    height: 438px;
    width: 100%;
    margin: 0;
    margin-top: 20px;
}
.practice-page-details .videos-section .videos iframe:first-child {
    margin-top: 0px;
}

@media(max-width:1449px){
    .team-member-card .title-bar {
        font-size: 18px!important;
    }
    .team-member-card .img-sc img{
        height:360px;
        min-height:360px;
    }
}
@media(max-width:767px){
    .single-video .video-center .video-thumb img{
        height:auto;
    }
}
@media(max-width: 575px){
    .practice-page-details .videos-section .videos iframe {
        height: 300px; 
    }
}
