
.articles-list,.help-list{
    letter-spacing: 0px;
    padding: 9px 24px;
    margin: 2px 0;
    font-size: 18px;
    border: 1px solid white;
    border-right: 0;
    height: 20%;
    align-items: center;
}
.active{
    background-color: #91bbfe;
    font-weight: 500;
}
.helpActive{
    background-color: #91bbfe;
    border: 1px solid #91bbfe;
    font-weight: 500;
}
.articles-list:hover,.help-list:hover{
    background-color: #DDEAFF;
    border: 1px solid #91bbfe;
    border-right: 0;
}
#sideBar a{
    color: black;
    text-decoration: none;
}
.articles-main .content{
    margin: 1.7% 0% !important;
    width: 85%;
}
.articles-main .content h3{
    font-size: 22px;
}
.articles-main .content p{
    font-size: 18px;
}
#header h2{
    font-weight: bold;
    color: #c97c00 !important;
    margin-bottom: 0;
    font-size: 32px;
}
#header h2 a{
    color: #c97c00 !important;
}
#header{
    border-bottom: 1px solid #0000006e;
}

.content{
    margin-top: 24px;
}

#sideBar{
    padding: 32px 0px;
}

.articles-wrapper{
    text-align: left;
    display: flex;
    width: 97%;
}
.articles-main{
    width: 75%;
    padding: 32px 0 0 2%; 
    overflow: auto;
    height: auto;
}
.articles-side{
    
    overflow: auto;
    height: auto;
    width: 24%; 
    border-right: 1px solid #4E7BC480;
    border-left: 1px solid #4e7bc451;
}
.articles-side::-webkit-scrollbar,
.articles-main-container::-webkit-scrollbar,
.articles-main::-webkit-scrollbar{
    display: none;
}
.articles-main-container{
    max-width: 1650px;
    margin: auto;
    display: flex;
    overflow: hidden;
    height: calc(100vh - 155px);
    position: relative;
    width: 100%;
    backface-visibility: hidden;
    will-change: overflow;
}

.keywords-grouping{
    display: inline-block;
}

.articles-arrows{
    position: absolute;
    right: 0.8em;
    top: 50%;
    transform: translate(0,-50%);
    display: none;
}
#desktop-sideBar-title{
    display: block;
    font-size: 28px;
    border-bottom: 1px solid #0000006e;
    padding-bottom: 1.3rem;
}

#mobile-sideBar-title{
    display: none;
}

 ul, ol{
    margin-left: 40px;
}

@media only screen and (max-width: 920px){
    .articles-main ul, ol{
        margin-left: 18px;
        margin-bottom: 40px;
    }
    .articles-wrapper{
        flex-flow: column-reverse;
        margin: auto;
        width: 100%;
    }
    .articles-main{
        width: 99% !important;
        padding: 15px !important;
        padding-bottom: 42px !important;
        margin-bottom: 30px;
    }
    .articles-main-container{
        overflow:auto;
        height: auto;
    }
    .articles-side{
        width: 100% !important;
        border: none;
    }

    #sideBar, #helpSideBar{
        border-top: 1px solid #0000006e;
        padding-bottom: 0;
        padding-top: 48px;
    }

    #sideBar{
        margin-bottom: 100px !important;
    }

    #desktop-sideBar-title{
        display: none;
    }

    #mobile-sideBar-title{
        display: block;
        padding: auto;
        font-weight: bold;
    }
    .articles-main .content {
        margin: 5% auto !important;
        width: 98%;
    }

    .articles-imgs{
        height: auto;
        width: -webkit-fill-available;
    }
    .articles-list{
        border-top: 1px solid #91bbfe;
        margin: auto;
        position: relative;
        padding-top: 16px;
        padding-bottom: 16px;
        font-size: 15px;
    }
    body{
        margin-bottom: 10px;
    }
    .footer{
        position: relative;
    }
    .articles-main .content{
        word-break: break-word;
        margin: 5% auto !important;
        width: 98%;
    }
    .articles-arrows{
        display: block;
    }

    .articlesRow{
        flex-flow: column;
        margin-bottom: 0 !important;
    }

    .articles-right{
        margin-left: 0 !important;
    }
    .article{
        width: 100% !important;
        margin-right: 0% !important;
        margin-bottom: 40px !important;
    }
    .articles_topBanner{
        padding: 3% 5% !important;
    }
    .topbannersection{
        padding:3% !important;
    }
    .all_articles {
        margin: 40px 5% !important;
        padding: 0px !important;
    }

    .welcome_help_table tr{
        display: flex;
        flex-flow: row;
        padding-top: 10px;
        width:100%;
        flex-wrap: wrap;
    }
    .welcome_help_tab_table tr{
        display: flex;
        flex-wrap: nowrap; 
        padding-top: 10px;
        width:100%;
    }
    .welcome_help_table{
        width: -webkit-fill-available;
    }
    .welcome_help_tab_table{
        width: -webkit-fill-available;
    }
    .article-main-body{
        margin-bottom: 0px !important;
    }

    .sideBar{
        padding-top:32px !important;
        margin-bottom: 20px !important;
    }
}

@media (max-width: 1250px){
    .articles-wrapper{
        margin-top: 25px;
    }
}


/* articles home page */

.topbannersection p{
    color: black;
    font-size: 24px;
    font-size: 20px;
    opacity: 0.8;
}
.topbannersection a{
    color: #002b79;
}

.all_articles {
    max-width: 1500px; 
    padding: 85px 35px;
}
.all_articles .keywords-grouping:hover{
    text-decoration: underline ;
}
.articlesRow {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 100px;
}
.article{
    width: 50%;
}
.article h4{
    font-size: 24px;
    color: black;
}
.article li{
    font-size: 20px;
    color: #002b79;
}
.article a{
    color: #002b79;
}



/* help pages */
#helpSideBar a{
    color: black;
    text-decoration: none;
}
#helpSideBar{
    padding: 32px 0px;
}
.help-list p{
    margin: 0;
}


.sublist{
    margin-top: 5px;
    padding-left: 15px;
    display: none;
}

.hideWhatsNew{
    display: none;
}

.helpSubpageActive{
    border: 2px solid #91bbfe;
    background-color: white;
}
div#helpSideBar ol{
    list-style: none;
    margin-left: 0px !important;
    padding: 0px;
}

 .dp_help_table{
    width: 100%;
    display: flex;
    flex-flow: column;
    width: -webkit-fill-available;

}
.dp_help_td{
    display: flex;
    flex-flow: column;
    width: 47%;
    text-align:"left" 
}

.articlesmainheading:hover{
    color:#c97c00 !important;
}

.all-articles {
    margin-top: 0;
    max-width: 1650px;
    margin-inline: auto;
    width: fit-content;
}

.article-main-body {
    margin-bottom: 25px;
    overflow:auto;
}

.article-main-body img, .article-main-body br,.article-main-body li{
    display: none;
}

.articles-list-item {
    color: #0e48a7;
    border-bottom: 1px solid #cccccc;
    letter-spacing: 0px;
    padding: 9px 24px;
    margin: 2px 0;
    font-size: 20px;
    border-right: 0;
    height: 20%;
    align-items: center;
    transition: 0.3s;

}

.current-product-active {
    font-weight: bold;
}

.article-header {
    font-size: 26px;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

.article-content-div {
    margin-bottom: 25px;
}

.acticle-content-text{
    font-weight: normal;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}

.acticle-content-text *{
    display: inline;
}

.article-content-title a {
    font-weight: normal;
    font-size: 24px;
    color: #0e48a7;
}

.articles-list-item:hover {
    font-weight: bold;
}
