.kh-accordion {
    padding: 45px;
    margin: 0 !important;
}

#kh_n00WC .kh-accordion h2 {
    font-weight: normal;
    font-size: 29.3px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #036;
}

#kh_n00WC .kh-accordion ul {
    list-style-type: none;
   /* margin-left: -40px;
    margin-top: -0px; */
}

#kh_n00WC .kh-accordion ul li {
    border-bottom: 1px solid #c8c8c8;
    padding: 10px 0 10px 0;
    font-size: 14px;
}

#kh_n00WC .kh-accordion ul li a {
    color: #3f70b1;
}

#kh_n00WC .kh-accordion ul li p, #kh_n00WC .kh-accordion ul li h3 {
    margin-bottom: 0;
    margin-top: 14px;
}

#kh_n00WC .kh-accordion ul li button.accButt {
    background: transparent;
    font-size: 22px;
    cursor: pointer;
    width: 100%;
    text-align: left;
    position: relative;
    padding-right: 36px;
    padding-left: 0;
    color: black;
    font-weight: normal;
}

.kh-accordion ul li button.accButt:after {
    content: '';
    background: url(/images/n00/icons/caretDown.svg) top right no-repeat;
    background-size: contain;
    width: 18px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 9px;
}

.kh-accordion ul li button.accButt.accExpanded:after {
    content: '';
    background: url(/images/n00/icons/caretUp.svg) top right no-repeat;
    top: 8px;
    background-size: contain;
    width: 18px;
    height: 12px;
    display: inline-block;
    position: absolute;
    right: 5px;
}

#kh_n00WC .kh-accordion ul li .accDrop {
    margin-top: -12px;
    padding-right: 30px;
    line-height: 1.5;
}

#kh_n00WC .kh-accordion-all-link a {
    color: #3f70b1 !important;
    padding-top: 12px;
    display: block;
}

@media screen and (max-width: 740px) {
    .kh-accordion {
        padding: 30px;
    }
}