
.help-wrapper {
    margin-bottom: 4rem;
}



.help-topic-nav li::marker,
.help-category-menu .list-unstyled li::marker {
    content: none;
}

.help-category-menu .list-unstyled li {
    margin-left:0;
    padding-left:0;
}

.help-article-list {
    border-top: 1px solid var(--bdag-maintext, #fff);
}
.help-article-item {
    border-bottom: 1px solid var(--bdag-maintext, #fff);
    margin-top: 18px;
    padding-bottom: 18px;
}


.help-article-item .help-article-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 16px;
}
.help-article-item .help-article-header h5 {  margin: 0; }
.help-article-item .help-article-content {
    color: var(--bdag-maintext, #fff);
    padding: 20px 0 12px 0;
}

.help-article-header .help-article-show {  display: none; }
.help-article-header .help-article-hide {  display: block; }
.help-article-header.collapsed .help-article-show { display: block; }
.help-article-header.collapsed .help-article-hide {  display: none; }

.help-article-show i,
.help-article-hide i {
    width: 20px; height: 20px;
    overflow: hidden;
    color: red;
}

i.far { background-repeat: no-repeat; }
i.fa-chevron-down { background-image: url('../Images/chevron-down.svg'); }
i.fa-chevron-up { background-image: url('../Images/chevron-up.svg'); }


.help-question-trigger { margin-top:4rem; }


.help-question-trigger .btn.btn-primary,
.help-question-dialogs .btn.btn-primary {
    font-family: 'Montserrat', Arial, sans-serif;
    font-weight: 400;
    background-color: var(--bdag-deco-color);
    border-color: var(--bdag-deco-color);
}

.help-question-dialogs .btn.btn-primary:hover ,
.help-question-trigger .btn.btn-primary:hover {
    background-color: var(--bdag-primary-color);
    border-color: var(--bdag-primary-color);
}

.help-question-dialogs { }
.help-question-dialogs label { color: #000; }
.help-question-dialogs .modal-content { color: #000; }