ul, ol{
    margin: 0;
    padding: 0 0 0 15px;
}
.grd-content {
    margin-right: 20px;
}
.text-center{
    text-align:center;
}
.gated-form-info {
    width: 100%;
    box-shadow: 0 5px 24px 0 rgb(0 0 0 / 8%);
    background: #fff;
    min-height: 480px;
    border-radius: 6px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.gfi-img {
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0 25px;
    height: 100%;
}
.gfi-form {
    width: 50%;
    display: inline-block;
    padding: 0 25px;
    height: 100%;
}
.col-12 {
    width: 100%;
}
.right-content span {
    font-weight: 700;
    text-align: right;
    position: relative;
    padding-left: 80px;
    padding-bottom: 35px;
    padding-top: 5px;
}
.right-content span:before {
    content: "";
    height: 1px;
    width: 60px;
    background: #000;
    position: absolute;
    left: 0;
    top: 12px;
}
.right-content {
    display: flex;
    justify-content: end;
}
.pd50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pb50{

    padding-bottom: 50px;
}
.pr50{
    padding-right: 50px;
}
.mt60{
    margin-top: 60px !important;
}

.mb60{
    margin-bottom: 60px;
}
h1.main-header {
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 72px;
    color: #773dbe;
    margin: 0;
    margin-bottom: 20px;
}
p.body-content {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.01em;
}
.pdf-download-btn {
    display: flex;
    justify-content: flex-end;
}
.btn-default{
    padding: 8px 28px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    position: relative;
    outline: 0;
    cursor: pointer;
    transition: transform .15s ease-in-out;
    letter-spacing: .001em;
    border: 2px solid #773dbe;
    text-transform: capitalize;
    -webkit-font-smoothing: antialiased;
    perspective: 1000px;
    background-color: #773dbe;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
}
.btn-default:hover{
    transform: scale(1.14);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.item-center{
        align-items: center;
}
.inner-content h2 {
    color: #773dbe;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 56px;
    margin: 0;
}

.box-shadow{
    box-shadow: 0 13px 35.6px 4.4px rgb(0 0 0 / 7%);
    margin-bottom: 50px;
}
.social-icon {
    text-align: center;
}
.social-icon ul{
    padding: 0;
    text-align: center;
}
.social-icon ul li{
    display: inline-block;
    padding: 0 7px;
}
.social-icon ul li a img{
    height: 40px;
    width: 40px;
    transition: all .2s linear;
}

.link-wrap a {
    color: #000;
    font-size: 18px;
    position: relative;
    display: inline-block;
    color: #20274f;
    padding: 3px 6px 6px;
    text-decoration: none;
    letter-spacing: 0;
    text-transform: capitalize;
    border: 2px solid transparent;
    transition: transform .6s cubic-bezier(0.2,0,0,1) .3s,border 0s ease;
}
.line-hover {
  position: relative;
  display: inline-block;
  color: #20274f;
  padding: 3px 6px 6px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: capitalize;
  border: 2px solid transparent;
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.3s, border 0s ease;
}
.line-hover:hover {
  border-radius: 7px;
  border: 2px solid #773DBE;
  transition-delay: 0.58s;
}
.line-hover:hover:before {
  transform: translate3d(0, -3px, 0);
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.line-hover .text {
  display: block;
  transition: transform 0.4s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.line-hover:after {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0px;
  right: 0px;
  height: 2px;
  width: 100%;
  background-color: #773DBE;
  transition: transform 0.8s cubic-bezier(1, 0, 0.37, 1) 0.2s, right 0.2s cubic-bezier(0.04, 0.48, 0, 1) 0.6s, left 0.4s cubic-bezier(0.04, 0.48, 0, 1) 0.6s;
  transform-origin: left;
}
.line-hover .line {
  position: absolute;
  background-color: #773DBE;
}
.line-hover .line.line-top {
  top: -2px;
  transition: transform 0.08s linear 0.43s;
  transform-origin: left;
  height: 2px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1);
}
.line-hover .line.line-bottom {
  bottom: -2px;
  transition: transform 0.3s cubic-bezier(1, 0, 0.65, 1.01);
  transform-origin: right;
  height: 2px;
  left: -2px;
  right: -2px;
  transform: scale3d(0, 1, 1);
}
.line-hover .line.line-right {
  right: -2px;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.23s;
  transform-origin: top;
  width: 2px;
  bottom: 0;
  top: 0;
  transform: scale3d(1, 0, 1);
}
.line-hover .line.line-left {
  transition: transform 0.08s linear 0.51s;
  transform-origin: bottom;
  width: 2px;
  bottom: 0;
  left: -2px;
  top: 0;
  transform: scale3d(1, 0, 1);
}
.line-hover:hover .text {
  transition: transform 0.6s cubic-bezier(0.2, 0, 0, 1) 0.4s;
}
.line-hover:hover .line {
  transform: scale3d(1, 1, 1);
}
.line-hover:hover .line.line-top {
  opacity: 0;
  transition: transform 0.08s linear 0.4s, opacity 0s ease 0.6s;
  transform-origin: right;
}
.line-hover:hover .line.line-bottom {
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0, 0.53, 0.29, 1) 0.56s, opacity 0s ease 0.6s;
  transform-origin: left;
}
.line-hover:hover .line.line-right {
  opacity: 0;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s, opacity 0s ease 0.6s;
  transition: transform 0.1s cubic-bezier(1, 0, 0.65, 1.01) 0.2s, opacity 0s ease 0.6s, opacity 0s ease 0.6s;
  transform-origin: bottom;
}
.line-hover:hover .line.line-left {
  opacity: 0;
  transition: transform 0.08s linear 0.48s, opacity 0s ease 0.6s;
  transform-origin: top;
}
.line-hover:hover:after {
  transform: scale3d(0, 1, 1);
  right: 0;
  left: 0;
  transform-origin: right;
  transition: transform 0.2s cubic-bezier(1, 0, 0.65, 1.01) 0.17s, right 0.2s cubic-bezier(1, 0, 0.65, 1.01), left 0s 0.3s;
}



div#resource-grid {
    display: flex;
    flex-wrap: wrap;    
    margin-top: 80px;
}
div#resource-grid .grid {
    width: 33.3333%;    
    padding: 10px
}
div#resource-grid .grid .inner-wrap div {
    width: 100%;
}
div#resource-grid .grid .img-wrap img {
    height: 170px;
    width: 100%;
    object-fit: scale-down;
}
.filter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-wrap .filter h4{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 32px;
    color: #000;
    position: relative;    
    margin: 0;    
    margin-right: 10px;
    min-width: 96px;
}
.filter-wrap .filter .select {
    position: relative;
    display: block;
    width: 200px;
    cursor: pointer;
}
.filter-wrap .filter .span-border {
    font-size: 16px;
    position: relative;
    display: block;
    background: #f0f2f5;
    border: 2px solid #000;
    border-radius: 4px;
    padding: 14px 80px 13px 20px;
    line-height: 1;
    font-weight: 600;
    min-height: 42px;
    cursor: pointer;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.filter-wrap .filter .span-border:before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 18px;
    margin: auto;
    width: 12px;
    height: 8px;
    background: url(../images/filter-arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all .4s ease-in-out;
}
.filter-wrap .filter .select.active .span-border:before {
    transform: rotate(180deg);
}
.filter-wrap .filter .select ul{
    display: block;
    position: absolute;
    top: 44px;
    left: 0;
    list-style: none;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
    padding-left: 16px;
    opacity: 0;
    visibility: hidden;
    transition: height,0.3s linear;
    height: 0;
    overflow: hidden;
    background: #f0f2f5;
    padding-right: 18px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 204px;
    overflow-y: scroll;
    padding-bottom: 5px;
    margin: 0;
}
.filter-wrap .filter .select.active ul {
    opacity: 1;
    visibility: visible;
    height: auto;
}
.filter-wrap .filter .select ul li {
    font-size: 16px;
    display: block;
    position: relative;
    padding: 8px 0;
    word-break: break-word;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #000;
}
.filter-wrap .search  input {
    border: 2px solid #000;
    border-radius: 4px;
    padding: 11px 53px 8px 19px;
    font-size: 16px;
    outline: 0;
    -webkit-appearance: none;
    width: 295px;
    min-height: 41px;
    background: #f0f2f5;
}
.filter-wrap .search {
    position: relative;
}
.filter-wrap .filter .select, .filter-wrap .search {
    margin-left: 20px;
}
.filter-wrap .search button {
    position: absolute;
    top: 0px;
    right: 0;
    background: #ff000000;
    margin: auto;
    outline: 0;
    border: 0;
    cursor: pointer;
}
section.resource-grid.bg-yellow {
    background-color: #f0f2f5;
    padding: 90px 0;
}
div#resource-grid .grid .inner-wrap {
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 24px rgb(0 0 0 / 8%);
    border-radius: 6px;
    background: #fff;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: end;
    text-align: center;
}
h6.termname {
    margin-bottom: 5px;
    margin-top: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 20px;
}
a.btn.btn-black {
    background-color: #000;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #000;
    padding: 8px 28px;
    margin-top: 8px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    outline: 0;
    cursor: pointer;
    transition: transform .15s ease-in-out;
    letter-spacing: .001em;
    text-decoration: none;
    text-transform: uppercase;
}
a.btn.btn-black:hover {
    transform: scale(1.14);
    color: #fff;
    -webkit-font-smoothing: antialiased;
}
.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
a.prev.page-numbers, a.next.page-numbers {
    font-size: 0;
    position: relative;
}
a.prev.page-numbers:before {
    content: "<";
    font-size: 18px;
}
a.next.page-numbers:before {
    content: ">";
    font-size: 18px;
}
.f0f2f5{
    background: #f0f2f5;
}

.featured_single {
    position: relative;
}
.featured_single:after {
    content: "";
    position: absolute;
    background: black;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .4;
}
.featured-post .fetured-row{
    margin: 0 -35px;    
    flex-wrap: wrap;
    justify-content: center;
}
.featured-post .fetured-row .first-featured, .featured-post .fetured-row .sec-featured {
    width: 50%;
    padding: 0 35px;
}
.featured_single {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    margin: 25px 0;
}
.featured-post .fetured-row .first-featured .featured_single{
    height: 560px;
}
.featured-post .fetured-row .sec-featured .featured_single, .featured-post .fetured-row .first-featured.moreRL .featured_single,.featured-post .fetured-row .first-featured.twoRL .featured_single {
    height: 267px;
}
.featured-post .fetured-row .first-featured.moreRL .featured_single {
    height: 267px;
}
.featured_content {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 20px;
    right: 20px;
}
.featured_content h6{
    color: #fff;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 32px;
    margin: 0;
}
.featured_content p{
    margin-bottom: 20px;
    color: #fff;
}
.table-of-content .single-toc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}
.table-of-content .single-toc .toc1 img {
    padding-top: 10px;
}
.table-of-content .single-toc .toc-count, .details-header .toc-count {
    font-size: 24px;
    font-weight: normal;
    letter-spacing: -0.015em;
    line-height: 32px;
    margin: 0 1rem;
}
.details-header .toc-count{
    margin-left: 0;
}
.table-of-content .single-toc .toc3 a{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 32px;
    text-decoration: none;
    color: #000;
}
.table-of-content .single-toc .toc3 a:hover, .details-header .toc-count{
    color: #6b00dd;
}
.table-of-content .single-toc .toc3 .pdf-download-link{
    font-weight: normal;
}
.details-header h3{
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 44px;
    margin: 0;
}
a.backtotop {
    border-bottom: 5px solid;
    padding-bottom: 30px;
    display: inline-block;
}
a.backtotop {
    border-bottom: 5px solid;
    padding-bottom: 30px;
    display: inline-block;
    margin-bottom: 50px;
}
.chapter-sidenav {
    padding: 0;
}
.chapter-sidenav li {
    display: block;
}
.chapter-sidenav li a {
    text-decoration: none;
    color: grey;
    position: relative;
    display: block;
}
.chapter-sidenav li a:before{
    content: "- ";
}
.chapter-sidenav li a:hover:before{
    content: "– ";
}
.image-caption p {
    font-size: .8em;
    padding: 1em 0;
    margin: 0;
}
.chapter-image {
    margin: 3em 0;
}
.chapter-subheader h6 {
    margin-top: 0;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.015em;
    line-height: 20px;
    margin-bottom: 1em;
}
.chapter-details {
    margin-top: 45px;
}
.whitepaper-reference a,.whitepaper-reference li{
    color: grey;
    text-decoration: none;
    font-size: 11px;
}
.whitepaper-reference p{
    margin: 0;
    padding-left: 15px;
    color: grey;
}
.whitepaper-reference {
    border-top: 2px solid #F0F2F5;
    margin: 25px 10px;
    padding-top: 10px;
}

.resource-gated-asset{
    padding-bottom: 85px;
}
.wk-lead-form .asset-detail .img {
    max-width: 140px;
}

.body-gated-resource .wk-gated-asset.single-template {
    padding: 210px 0 0 0;
}
.wk-gated-asset.single-template .section-heading{
    margin-top: 0;
}
.wk-gated-asset.single-template .wk-featured-3up-asset {
    padding: 100px 0;
}

@media (max-width: 991px){
    .wk-gated-asset.single-template .wk-featured-3up-asset{
        padding: 60px 0;
    }
}

/* Podcast Detail Page */
.podcast-resource-details{
    font-size: 18px;
    padding-bottom: 100px;
}

.podcast-resource-details ul.podcast-info {
    font-size: 18px;
    margin-top: 10px;
    list-style-type: none;
    padding: 0;
    display: flex;
    align-items: center;
}
.podcast-resource-details ul.podcast-info li {
    color: #fff;
    margin: 0 30px 0 0;
    padding: 0 !important;
    display: flex;
    align-items: center;
}
.podcast-resource-details ul.podcast-info li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    margin-right: 10px;
}

.podcast-detail-info {
    padding-top: 30px;
}
.podcast-detail-info .guest-speaker-info {
    margin-top: 30px;
}
.podcast-detail-info .guest-speaker-info h3 {
    font-size: 22px;
    margin: 0 0 10px 0;
    font-weight: 500;
    letter-spacing: -0.015em;
}
.podcast-detail-info .guest-speaker-info p:last-child {
    margin-bottom: 0;
}
.podcast-right-section > img {
    margin-bottom: 30px;
    border-radius: 30px;
}

.podcast-right-section {
    margin-left: 50px;
}
.wk-social-icon {
    text-align: center;
    padding: 30px;
    border-radius: 30px;
    margin-bottom: 30px;
}

.podcast-right-section .wk-social-icon{
    background-color: rgba(255,255,255,0.1);
}

@media (max-width: 991px){
    .podcast-right-section {
        max-width: 300px;
        margin: 50px auto 0;
    }
    .podcast-resource-details{
        padding-bottom: 60px;
    }
}

/*css for transcript more & less code*/
    #transcript .desc p:first-child{
        display:inline;
    }

    #transcript .full-text.active{
        display: inline !important;
    }

    #transcript .readmore-btn{
        display: inline-block;
        cursor: pointer;
        margin-top: 15px;
    }

    #transcript .full-text.active p {
        display: block;
    }
/*css for transcript more & less code*/




/* Player background */
    .wp_audio_shortcode {
        margin: 62px 0 40px 0;
    }

    .wp_audio_shortcode .mejs-container,
    .wp_audio_shortcode .mejs-container .mejs-controls,
    .wp_audio_shortcode .mejs-embed, .mejs-embed body{
        background: #eff3f4;
        padding: 8px 18px;
        height: 55px;
        box-sizing: border-box;
        border-radius: 30px;
        top: -7px;
    } 

    .wp_audio_shortcode .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
    .wp_audio_shortcode .mejs-controls .mejs-time-rail .mejs-time-loaded{
        background: #000;
        top: 0;
    }

   .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
   .mejs-controls .mejs-time-rail .mejs-time-total{
        background: rgb(83 79 79 / 33%);
   }

    .wp_audio_shortcode .mejs-currenttime,
    .wp_audio_shortcode .mejs-duration{
        color: #000;
   }

    .wp_audio_shortcode .mejs-button>button{
        background: url(../../../revamp/assets/images/mejs-controls.png) no-repeat;
    }

    .wp_audio_shortcode .mejs-pause>button{
        background-position: -20px 0;
    }

    .wp_audio_shortcode .mejs-mute>button{
        background-position: -60px 0;
    }

    .wp_audio_shortcode .mejs-unmute>button{
        background-position: -40px 0;
    }

    .wp_audio_shortcode .mejs-controls .mejs-time-rail .mejs-time-current{
        background: var(--btn-primary-color);
    }

    .wp_audio_shortcode .mejs-time-rail .mejs-time-handle-content:active,
    .wp_audio_shortcode .mejs-time-rail .mejs-time-handle-content:focus, 
    .wp_audio_shortcode .mejs-time-rail:hover .mejs-time-handle-content{
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
/* Player background */



/* Video Resource Detail Page */
.video-resource-details{
    font-size: 18px;
    padding-bottom: 100px;
}
.wk-gated-asset.single-template .video-resource-details .top-section {
    padding-bottom: 0;
}
.video-resource-details .right-section{
    border-radius: 30px;
	margin-left:50px;
}
.video-resource-details .right-section .wk-social-icon{
    background-color: rgba(255,255,255,0.1);
}
.video-resource-details .right-section .wk-social-icon:last-child{
    margin-bottom: 0;
}
.video-section .video-wrapper {
    max-width: 810px;
    margin: 0 auto 0 0;
}
.video-section .video-iframe {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
    padding-top: 37%;
}
.video-section .video-wrapper .section-desc{
    font-size: 18px;
    line-height: 30px;
}

.wk-gated-asset.single-template .video-resource-details .video-section .video-wrapper .section-desc{
    margin-top: 20px;
}

#video-iframe {
    width: 100%;
    height: 400px;
}
.video-section .video-wrapper video{
    width: 800px;
}
.top-section .cbtn.weka-tertiary.back {
    margin-left: 16px !important;
}
@media (max-width: 1024px){
    .video-section .video-wrapper video{
        width: 640px;
    }
}
@media (max-width: 991px){
    .video-section .video-wrapper video{
        width: 100%;
    }
    .video-resource-details .right-section {
        max-width: 300px;
        margin: 50px auto 0;
    }
    .video-resource-details{
        padding-bottom: 60px;
    }
}
@media (max-width: 567px){
    #video-iframe {
        height: 220px;
        /* position: relative; */
    }
}

/* PDF Resource Detail Page */
.pdf-resource-details .top-section {
    padding-bottom: 50px;
}
.pdf-resource-details .pdfdownload .cta-box {
    text-align: center;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pdf-resource-details .pdfdownload .cta-box .wk-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    padding: 0;
    margin-bottom: 0;
}
.pdf-resource-details .pdfdownload .cta-box .wk-social-icon h5 {
    font-size: 20px;
    margin: 0;
}
.pdf-resource-details .pdfdownload .cta-box .wk-social-icon ul{
    margin: 0;
}
.pdf-resource-details .cta-box {
    padding-top: 30px;
}
@media (max-width: 480px){
    .pdf-resource-details .pdfdownload .cta-box {
        flex-direction: column;
        padding: 60px 0;
    }
    .pdf-resource-details .pdfdownload .cta-box .cbtn{
        margin-right: 0;
        margin-bottom: 30px;
        display: block;
    }
}