.wrapBodyNew #secondaryContainer {
    display: none;
}

.questionContent {
    margin-bottom: 15px;
}

ul.faqList {
    font-size: 1.2em;
    list-style-type: disc; 
    line-height: 1.6em;
    padding-left: 20px;
    margin-bottom: 30px;
}

ul.faqList li{
    padding: 2px 0px;
}

.faqList li a {
    font-weight: 600;
}

div.faqSection{
  padding-left:15px;
}

.faqSectionTitle {
    font-size: 1.2em;
    font-weight: 700;
}

.expand {
    color: #001828;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: none;
    height: auto;
    line-height: 26px;
    margin-bottom: 10px;
    cursor: pointer;
}
.expandable {
    display:none;
    margin-bottom: 20px;
}

.expandable ul li {
    list-style-type: disc;
    margin-left: 30px;
}

.expandable ol li {
    list-style-type: decimal;
    margin-left: 30px;
}

.faqsTop {
    padding: 15px 5px 15px 0;
    text-align: right;
    font-size:1.2em;
    font-weight: 600;
}    
