figure,
.article-social-media {
    max-width: fit-content;
}

.article-entry a {
    color: #0051ee
}

.brand-text-color a:hover {
    color: #000;
}

#articleShare .modal-content {
    color: #fff;
}

#articleShare .modal-header {
    border-bottom: 1px solid #fff;
}

#articleShare .close {
    color: #fff;
    opacity: 1;
}

#desktop-line {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

.article-entry h2,
.article-entry h3 {
    padding-top: 1rem;
    font-size: 26px;
    font-family: GilroyBold;
}

.article-entry h2 {
    font-size: 26px;
}

.article-entry h3 {
    font-size: 24px;
}

.article-entry .article-subcategory {
    font-size: 22px;
    font-family: GilroyBold , Arial, Helvetica, sans-serif;
    font-display: swap;
	
}

.article-entry figcaption,
.img-caption {
    font-size: 12px !important;
    font-style: italic !important;
    color: #000 !important;
    margin-top: 6px !important;
    margin-left: 2px !important;
    opacity: 1 !important;
    display: flex;
}

.article-entry figure {
    margin: 2rem 0;
}

.new-article-entry h3 {
    padding-top: 1rem;
    font-size: 22px;
    font-family: GilroyBold;
}

.listicle-entry h2,
.with-section-header .article-section-header {
    font-family: GilroyBold;
    font-size: 32px;
    margin-top: 4rem;
}

.new-article-entry.listicle-entry h3 {
    padding-top: 3rem; 
    font-size: 24px;
    font-family: GilroyBold;
}

.article_channel_logo {
    height: 80px;
    /*margin-top: 2rem;*/
}

.article_first_section {
    text-align: center;
    margin-bottom: 3rem;
}

.article_first_section .article-subcategory a {
    font-family: GilroyBold;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 1rem;
}

.article_first_section h1,
.article_first_section span.article-title {
    font-family: GilroyBold;
    font-size: 50px;
    color: #000;
}

.article_first_section .post-date {
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-family: Cambria;
    font-size: 14px;
}

.article_tags_social {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.article_socials {
    display: flex;
    align-items: center;
    font-size: 20px;
    justify-content: end;
    margin-bottom: 0.5rem;
}

.article_socials .article-social {
    color: #000;
    border: none;
    background-color: transparent;
    outline: none;
    padding: 0;
    margin-left: 1rem;
}

.article_socials .article-social:first-child {
    margin-left: 0;
}

.article_tags {
    display: flex;
    align-items: center;
    font-family: GilroyMedium;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
}

.article_tags_container {
    margin-left: .5rem;
}

.article_tags_inner {
    width: max-content;
}

.article_tags .article_tag {
    font-size: 16px;
    background: transparent;
    padding: 2px 18px;
    border-radius: 20px;
    color: #000;
    font-family: GilroyMedium;
    text-transform: capitalize;
    transition: all 0.2s;
    white-space: nowrap;
    margin-left: 0;
    margin-right: .5rem;
}

.article_tags .article_tag:hover {
    color: #fff;
    transition: all 0.2s;
}

.article-entry {
    font-size: 20px;
    font-family: GilroyMedium,Arial, Helvetica, sans-serif;
    font-display: swap;
    line-height: 1.25;
}

.article-entry strong{
    font-family: GilroyBold,Arial, Helvetica, sans-serif;
}

.article-entry img,
.article-entry .article-social-media {
    max-width: 100%;
}

.article-entry .article-social-media {
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
}

.article-entry a{
    text-decoration: underline;
    color: #000000 !important;

}

.article-entry a.article-button {
    background-color: #000;
    color: #fff !important;
    padding: .75rem 5rem;
    text-decoration: none;
    border-radius: 12px;
    margin: 0 auto;
    display: block;
    width: max-content;
    margin-bottom: 1rem;
}

.article-cta {
    padding: 1.5rem 0;
    font-style: italic;
    font-family: GilroyBold;
    line-height: 1.2;
    margin-top: 1rem;
}

.article-cta p {
    margin: 0;
}

.article-entry p:first-of-type::first-letter {
    font-family: GilroyBold;
    font-size: 65px;
    margin-bottom: 10px;
    padding-right: 5px;
    line-height: 0.6;
    float: left;
}

.article-entry p:first-of-type{
    min-height: 3rem;
}

.entry-thumbnail img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
    aspect-ratio: 8/5;
}

.post-content h2 {
    line-height: 0.9;
}

.post-content h2 a {
    cursor: pointer;
    font-size: 22px;
    font-family: GilroyBold;
    color: #000;
}

.post-content p {
    font-family: GilroyMedium,Arial, Helvetica, sans-serif;
    font-display: swap;
	
    line-height: 1.2;
    font-size: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-meta .via-homepage {
    font-family: Cambria,Arial, Helvetica, sans-serif;
    font-display: swap;
    text-transform: uppercase;
    font-size: 14px;
}

.entry-meta .side_article_bottom {
    height: 2px;
    width: 100%;
}

.article-social-media iframe {
    width: 100%;
    max-width: 540px;
}

.cpy,
.ur {
    border: none;
    background: #fff;
}

.modal-title {
    font-family: GilroyBold,Arial, Helvetica, sans-serif;
    font-display: swap;
	
}

.modal-title span {
    font-family: GilroyLight,Arial, Helvetica, sans-serif;
    font-display: swap;
	
    font-size: 16px;
}

.side-articles {
    position: relative;
}

.side-articles .channel-stories-bookmark {
    position: absolute;
    font-size: 26px;
    top: -25px;
    right: -10px;
}

figure, .article-social-media {
    max-width: 100%;
}

.article-entry img, .article-entry .article-social-media {
    width: 100%;
}

#exampleModal .modal-header {
    background: #000;
    color: #fff;
}

.container-fluid {
    padding: 0;
}

.channel_subcategory .container {
    overflow: hidden; /* Hides the scrollbar */
    overflow-x: scroll; /* Allows vertical scrolling */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    scrollbar-width: none; /* For Firefox */
}

.channel_subcategory .container::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.channel_subcategory_container {
    margin: 0 auto;
    color: #fff;
    justify-content: center;
    width: max-content;
}

.channel_subcategory_container span {
    color: #fff;
    min-width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid RGBA(255,255,255,0.3);
    margin: 11px 0;
    padding: 0 1rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-size: 17px;
}

.channel_subcategory_container span a {
    color: #fff;
    font-family: 'GilroyBold';
}

.channel_subcategory_container span a.active-subcat,
.channel_subcategory_container span a:hover {
    text-decoration: underline;
    text-underline-offset: .25rem;
}

.channel_subcategory_container span:last-child {
    border: none;
}

.channel_subcategory_container span .active_subcat {
    text-decoration-line: underline;
    text-underline-offset: 0.25rem;
}

.channel_subcategory {
    position: sticky;
    top: 90px;
    z-index: 5;
    transition: top 0.3s;
    position: sticky;
    width: 100%;
    left: 0;
}

.channel_subcategory .container {
    transition: all 0.3s;
}

.channelTag{
    display: block;
    margin: 0 auto;
    width: 250px;
}


@media only screen and (max-width: 767.5px) {
    .article_channel_logo {
        height: 60px;
    }

    .article_first_section .article-subcategory a,
    .article_first_section .post-date {
        font-size: 12px;
    }

    .article_first_section h1 {
        font-size: 30px;
    }

    .article_socials {
        justify-content: start;
    }

    .article_tags,
    .article_socials {
        margin: 0;
    }

    .container-fluid {
        padding: 0;
    }

    .article_tags {
        font-size: 14px;
    }

    

    .article_first_section .post-date {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .article_tags_inner {
        width: fit-content;
        text-align: left;
    }
}


@media only screen and (min-width: 768px) {
    .article_sidebar{
        min-width: 330px;
        max-width: 331px;
    }

    .article_body{
        min-width: 720px;
        margin-right: 3rem;
        width: 100%;
    }
}

@media(max-width: 499px) {
    .channel_subcategory {
        top: 55px;
    }

    .article_tags_container {
        overflow: scroll;
    }
}

@media(max-width: 425px) {
    #desktop-line.sticky-sub {
        border-bottom: none;
    }

    #mobile-line.sticky-sub {
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
}