﻿.article-banner {
    background-color: #5b009b;
    color: white;
    overflow: hidden;
    background-color: #000028; 
    background-image: url(""); 
    background-repeat: no-repeat; 
    background-size: cover; 
    background-position: 50% 50%;
    position: relative;
}
.article-banner canvas { 
    position: absolute; 
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.article-banner h1 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
    font-size: 24px;
}
.article-banner__heading {
    background-color: rgba(0,195,148,0.7);
    padding: 15px;
    text-align: center;
    border-radius: 0;
}
.article-author {
    margin-top: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}
.article-author__avatar {
    height: 64px;
    width: 64px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    background-size: cover;
}
.article-author__text {
    float: left;
}
.article-author__text--author {
    font-weight: 400;
    line-height: 16px;
}
.article-author__text--date {
    font-size: 12px;
    color: #6E6E6E;
}
.article-author__text > * {
    display: block;
    line-height: 32px;
}
.article-content {
    margin-top: 30px;
    display: block;
}
.article-content > .container {
    position: relative;
}
.article-content a {
    color: #5b009b;
}
.article-content ul {
    list-style: disc;
    font-family: WorkSans;
    line-height: 1.44;
    font-weight: 200;
    padding-left: 30px;
    margin-bottom: 30px;
    letter-spacing: -0.9px;
    word-spacing: -0.35px;

}
/*.article-content table {*/
/*    border-collapse: collapse;*/
/*}*/
.article-content table tbody td{
    vertical-align: top;
}
.article-content table tr:first-child {
    border-bottom: 1px solid black;
}
.article-content__mobile-section {
    margin-bottom: 30px;
}
.article-content__featured-image-container {
    margin-bottom: 30px;
}
.article-content__featured-image-container > img {
    display: block;
    border-radius: 8px;
    margin: auto;
    max-height: 260px;
    width: 100%;
    object-fit: cover;
}
.desktop .toplist__quicklinks ul {
    list-style: none;
}



.flipdown-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 26px;
}
.flipdown-box::before{
    width: 320px;
    opacity: 0.7;
    content: '';
    height: 1px;
    background-color: #d8d8d8;
    margin-bottom: 10px;
}

.flipdown-box__item{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.flipdown__link{
    margin-top: 34px;
    z-index:99;
}

.timer{
    padding-bottom: 27px;
}

.flipdown-box .flipdown__button{
    font-family: BwGlennSans;
    font-size: 14px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.3px;
    text-align: center;
    color: #202123;
    margin-left: 17px;
    padding: 13px 59px;
    background-color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    z-index:99999;
}

.article-content-sidebar__container{
    position: absolute;
    top: 0;
    left:30px;
    right: 0;
}

.article-content__grid-right{
    margin-top: 10px;
}

@media only screen and (min-width: 992px) {
    .article-banner {
        height: 300px;
    }
    .article-banner__heading {
        border-radius: 8px;
        padding: 80px;
    }
    .timer{
        padding-bottom: 42px;
    }
    .flipdown-box::before{
        width: 535px;
        opacity: 0.5;
    }
    .flipdown__link{
        margin-top: 30px;
    }
    .Guides .article-content__grid-left, .News .article-content__grid-left {
        width: 70%;
        float: left;
        margin-top: 0 !important;
    }
    .article-content__grid-right {
        width: 30%;
        float: right;
        margin-top: 0;
    }
    .article-content__latest-partners .blog-card {
        width: 23.5%;
        margin-right: 2%;
    }
    .article-content__latest-partners .blog-card:nth-of-type(4n) {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1350px) {
    .article-content__grid-left .article-content__section:first-of-type p:first-of-type {
        margin-top: 0;
    }
}

.article-ath{
    display: flex;

}
.article-ath .article-author__text--author{
    line-height: 32px;
}
.article-author_content{
    margin-top: 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.a2a_s_linkedin.a2a_s_linkedin_icon{
    width: 25px;
    height: 25px;
}
.lnk-icon-withDate{
    margin-right: 10px;
}