.body {
    margin-top: 60px;
}

.card-related-container {
    display: block;
    justify-content: space-between;
    clear: both;
    width: 100%;
}

.list .card-horizontal {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 20px;
    float: left;
}

.list .full-width-list {
    display: block !important;
    width: 100%;
}

.list .card-heading {
    display: grid;
    grid-template-columns: 15% 85%;
    gap: 20px;
}

.list .card-heading .heading-col-right {
    padding: 15px 0 0 0;
}

.list-post-contents p {
    padding: 10px 0;
}

.list .col-fluid {
    display: block;
    width: 100%;
    clear: both;
    margin: 20px 0 0 0;
}

.list .col-fluid p {
    white-space: pre-wrap;
}

.list {
    margin: 0 0 40px 0;
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    padding: 20px;
    border: 1px solid #ededed;
    border-radius: 5px;
    clear: both;
}

.list figure img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.list span.list_number {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 80px;
    line-height: 80px;
    font-weight: 900;
    width: max-content;
}

.list h2.list_title,
.list h2.list_title a {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 26px;
    line-height: 26px;
    color: #242477;
    font-weight: 600;
}

.list h3.list_subtitle {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.list p {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.list span.list_year {
    padding: 0;
    margin: 0 0 10px 0;
    display: block;
    color: #000;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-weight: 600;
    text-transform: uppercase;
}



.list div.list-footer {
    border: 2px solid #818181;
    border-width: 2px 0;
    padding: 10px 0;
    margin: 0 20px 20px 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex: 1 0;
}

.list .card-horizontal.full-width-list div.list-footer {
    margin: 0 0 20px 0;
}

.list div.list-footer .playpause-btn {
    width: 50%;
    text-transform: uppercase;
}

.list div.list-footer .playpause-btn img {
    width: 30px;
}

.list div.list-footer .playpause-btn a {
    color: #000;
    text-decoration: none;
    padding: 5px 0 5px 10px;
    font-size: 12px;
}

.list div.list-footer .playpause-btn .internaml-playpause-btn {
    display: flex;
    align-items: center;
}

.list div.list-footer .powered-by {
    width: 50%;
    text-align: right;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: right;
    font-size: 12px;
    color: #666;
}

.list div.list-footer .powered-by img {
    width: 100px;
}

/* PAGINATION */
.list-pagination ul.pagination {
    font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
    width: 100%;
    display: flex;
    overflow-x: scroll;
    scrollbar-width: none;
    gap: 5px;
}

.list-pagination ul.pagination li {
    list-style: none;
    display: inline-block;
}

.list-pagination ul.pagination li a {
    padding: 3px 15px;
    background: #242477;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    width: max-content;
}

.list-pagination ul.pagination li a:hover,
.list-pagination ul.pagination li a.active {
    background: #fc5f00;
}

.list-pagination {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 128px;
    background-color: #FFF;
    padding: 20px 0 1px 0;
    z-index: 0;
    border-top: 1px solid #cccccc4f;
}

.list-pagination ul {
    padding-left: 0 !important;
}

.posts article.content-col.top-bg {
    margin: 30px 0;
}

.posts article.content-col.top-bg .post-content {
    padding: 0 20px;
}

.list .card-horizontal .col p {
    margin-bottom: 10px;
}

a.replace-url-tag,
a.replace-url-tag1 {
    pointer-events: none;
    cursor: default;
}

a.replace-url-tag1 figcaption {
    padding: 0 0 20px 0;
    font-style: italic !important;
    color: #141c24;
}

.youtube-video-iframe iframe {
    width: 100%;
    height: 510px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .list .card-heading {
        gap: 50px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
    .youtube-video-iframe iframe {
        height: 450px;
    }

    .list .card-heading {
        gap: 60px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .list .card-heading {
        display: grid;
        grid-template-columns: 25% 75%;
    }

    .list h2.list_title {
        font-size: 22px;
        line-height: 24px;
    }

    .list div.list-footer .play-btn a {
        padding: 5px 0 5px 25px;
        font-size: 10px;
    }

    .posts section p,
    .posts article p {
        font-size: 14px;
        line-height: 22px;
    }

    .youtube-video-iframe iframe {
        height: 400px;
    }

    .list .card-heading {
        gap: 20px;
    }

    .list span.list_number {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .youtube-video-iframe iframe {
        height: 350px;
    }

    html,
    body {
        overflow-x: inherit;
    }

    .list-pagination {
        top: 127px;
    }

    .list div.list-footer {
        margin: 0 0 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    .card-related-container {
        display: block;
    }

    .list .card-horizontal {
        display: block;
        grid-template-columns: 40% 60%;
    }

    .list .card-horizontal .col {
        margin: 10px 0;
    }

    .list .card-heading {
        grid-template-columns: 20% 80%;
        align-items: center;
        gap: 20px;
    }

    .list span.list_number {
        font-size: 34px;
        line-height: 40px;
    }

    .list h2.list_title {
        font-size: 19px;
        line-height: 24px;
    }

    .list .card-heading .heading-col-right {
        padding: 0;
    }

    .list div.list-footer {
        padding: 12px 0;
        display: block;
    }

    .list div.list-footer .playpause-btn {
        /*margin-bottom: 20px;*/
    }

    .list div.list-footer .playpause-btn,
    .list div.list-footer .powered-by {
        width: 100%;
    }

    .list div.list-footer .play-btn {
        font-size: 12px;
    }

    .list div.list-footer .play-btn a {
        padding: 5px 0 5px 25px;
        font-size: 11px;
    }

    .youtube-video-iframe iframe {
        height: 185px;
    }

    .top-nav .top-right .but-store {
        margin-left: 5px;
    }
}

/* this should only be for horizontal images
@media only screen and (min-width: 1024px) {
    .list .card-horizontal {
        display: block;
    }
}
*/
/* Hide the volume control */
audio::-webkit-media-controls-volume-slider {
    display: none;
}

audio::-webkit-media-controls-mute-button {
    display: none;
}

audio::-webkit-media-controls-volume-control-container {
    display: none;
}

audio::-webkit-media-controls-volume-control {
    display: none;
}

/* Hide the download button */
audio::-webkit-media-controls-enclosure {
    overflow: hidden;
}

audio::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust width as needed */
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display {
    flex: 1;
    margin-left: 10px;
}

.internaml-playpause-btn iframe {
    background: transparent !important;
    max-width: 100% !important;
}

.ad-min-height-250 {
    min-height: 250px;
}

.ad-min-height-600 {
    min-height: 600px;
}