div#total-count {
    font-size: 14px;
    font-weight: 400;
    color: #40405D;
    margin-bottom: 10px;
}
input#qa_search {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #555572;
    width: 100%;
    margin-bottom: 0;
    border-radius: 190px;
    border-color: #ccc;
    padding: 10px 20px;
}
input#qa_search::placeholder {
    opacity: .75;
}

#active-filters .active-filter {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #40405D;
    background: #E0E1EC;
    border-radius: 13px;
    padding: 2px 15px;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 15px;
    margin-top: 5px;
}
#active-filters .remove-filter {
    margin-left: 4px;
    cursor: pointer;
    font-size: 25px;
    font-weight: 300;
    vertical-align: bottom;
    color: #40405D;
    line-height: 1em;
}

.question_filter_list {
    display: grid;
    justify-content: flex-start;
    column-count: 1;
    height: 100%;
    max-height: 194px;
    overflow-y: auto;
    position: relative;
    z-index: 1;
}
a#clear_all_filters{
    color: #4d83fc;
}
a#clear_all_filters:hover {
    color: #FF007B;
}
.question_filter_wrap {
    position: relative;
}
.question_filter_wrap:after {
    content: "";
    height: 24px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0), #fff);
    z-index: 2;
    opacity: 1;
}

.question_filter_list label {
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    color: #767676;
    margin-bottom: 12px;
}
.question_filter_list label:last-of-type {
    margin-bottom: 30px;
}

div#qa-results {
    margin-top: 15px;
}
.qa-item {
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-right: 10px;
    padding-left: 10px;
    border: 1px solid #ccc;
    border-radius: 0 10px 10px 10px;
}
.qa-question {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.4em;
    color: #40405d;
}
.qa-item:hover .qa-question {
    color: #ff007b;
}
.qa-question-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 5px;
    flex-flow: row nowrap;
}
.q-symbol {
    font-size: 19px;
    padding-right: 5px;
    margin-right: 5px;
    border-right: 1px solid #ccc;
}
.qa-category {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.qa-category span {
    display: inline-block;
    border-radius: 13px;
    padding: 2px 15px;
    background: #40405D;
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
}
.qa-question .toggle-symbol {
    font-size: 18px;
    margin-left: 10px;
}

.qa-answer {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.4em;
    color: #40405D;
    font-style: italic;
}

.qa-answer.show {
    display: block;
    opacity: 1;
}
.recommend-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
    flex-flow: row wrap;
    margin-top: 20px;
}
.recommend-column-1, .recommend-column-2 {
    flex: 1 1 auto;
}
.recommended-courses, .related-resources {
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4em;
}
.recommended-courses ul li, .related-resources ul li {
    line-height: 24px;
    margin-bottom: 5px;
}
.recommended-courses ul li a, .related-resources ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.recommended-courses ul, .related-resources ul {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

.experts-wrap {

}
.field-experts {
    font-style: normal;
}
.field-experts ul {
    list-style: none !important;
    padding: 0px !important;
    margin: 0px !important;
}
.field-experts li img {
    width: 40px;
    border-radius: 50%;
}
.field-experts ul li {
    margin-bottom: 10px;
}
.field-experts ul li:first-of-type {
    margin-top: 10px;
}
.field-experts ul li:last-of-type {
    margin-top: 0px;
}
.field-experts ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
span.expert-name {
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
    line-height: 1.2em;
    color: #40405D;
    display: block;
}
span.expert-title {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2em;
    color: #40405D;
    display: block;
}
#questions-wrap .content-library-pagination {
    width: 100%;
    margin-top: 25px;
    text-align: center;
}
#questions-wrap .content-library-pagination a {
    color: #5b8eff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    padding: 4px 10px;
    border: 1px solid;
    border-radius: 50%;
    margin-right: 7px;
}
#questions-wrap .content-library-pagination a.active {
    background: #5b8eff !important;
    color: #fff !important;
}
#questions-wrap .content-library-pagination a:hover {
    background: #555572 !important;
    color: #fff !important;
}