/**
 * FAQS
 */

.faqs dt, .dc_faq-title a {
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    font-family: "Open Sans", Arial, sans-serif;
    cursor: pointer;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    position: relative;
    background: #fff;
    padding: 20px;
    padding: 2rem;
    padding-left: 48px !important;
    padding-left: 4.8rem !important;
    border: 1px solid #D4D4D4;
}

.faqs dd {
}

.faqs dt:before, .dc_faq-title a:before {
    content: "+";
    font-size: 20px;
    font-size: 2rem;
    display: block;
    position: absolute;
    left: 20px !important;
    left: 2rem !important;
}

.faqs dt.expanded:before, .dc_faq.open .dc_faq-title a:before {
    content: "-";
}

.faqs dd p:last-child {
    margin-bottom: 0;
}

/* remove toggle jitters */

.faq h2, .dc_faq-title a {
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    margin-top: 2rem;
    margin-bottom: 15px;margin-bottom: 1.5rem;
    position: relative;
    background: #fff;
    padding: 20px;padding: 2rem;
    padding-left: 48px !important;padding-left: 4.8rem !important;
    text-decoration: none;
}

.faq h2:before, .dc_faq-title a:before {
    content: "+";
    font-size: 20px;font-size: 2rem;
    display: block;
    position: absolute;
    left: 20px !important;left: 2rem !important;
    color: #000;
}

.faq h2.expanded:before, .dc_faq.open .dc_faq-title a:before {
    content: "-";
    color: #000;
}

.faq p:last-child {
    margin-bottom: 0;
}

/* remove toggle jitters */
.faq button, .dc_faq .dc_faq-title a {
    border: none;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.faq-content br, .dc_faq-body br:first-child {
    display: none;
}

.no-js .dc_faq {
    margin-bottom: 10px;margin-bottom: 1rem;
}

.no-js .dc_faq-body {
    display: block;
}

.no-js .dc_faq-title a {
    background: #DFEFFF;
}

.no-js .faqs dt.expanded:before, .no-js .dc_faq .dc_faq-title a:before {
    content: "-";
}

.dc_faq-body {
    display: none;
    font-size: 14px;font-size: 1.4rem;
    line-height: 1.7;
}

.dc_faq.open .dc_faq-body {
    display: block;
    overflow: hidden;
    margin-bottom: 10px;margin-bottom: 1rem;
}

.dc_faq-title {
    margin: 0;
    text-transform: none;
    font-weight: normal;
}

.dc_faq .dc_faq-title a {
    display: block;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;border-bottom: 0.1rem solid #e0e0e0;
    text-decoration: none; /*transition: all ease 0.4s;*/
}

/*.dc_faq .dc_faq-title a:hover, .dc_faq .dc_faq-title a:focus, .dc_faq .dc_faq-title a:active{ background:#DFEFFF; }*/
/*.dc_faq .dc_faq-title a:hover{ box-shadow: inset 1000px 0 0 0 #DFEFFF;}*/
.dc_faq .dc_faq-title a:hover {
    background: #DFEFFF;
}

.dc_faq.open .dc_faq-title a {
}

.dc_faq-body {
    padding: 0 24px 20px;padding: 0 2.4rem 2rem;
    border: 1px solid #e0e0e0;border: 0.1rem solid #e0e0e0;
    border-top: none;
    background: #fff;
}

.dc_faq .dc_faq-body:before {
    display: block;
    height: 20px;height: 2rem;
    content: "";
}

.dc_faq.open .dc_faq-title > a {
    background: #DFEFFF;
}

/** Search Styles */
.faq-filter {
    margin-bottom: 10px;margin-bottom: 1rem;
}

.faq-filter ~ .faq-filter {
    display: none;
}

#filter-exam-times {
    padding: 10px 5px;padding: 1rem 0.5rem;
    width: 100%;
}

.filter-title {
    background: #41A849;
    color: #fff !important;
    padding: 10px;padding: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2px;letter-spacing: 0.02rem;
    font-size: 26px;font-size: 2.6rem;
}

.highlight_text {
    background: #ffff00;
}

.close-icon {
    border: 1px solid transparent;border: 0.1rem solid transparent;
    background-color: transparent;
    display: inline-block;
    vertical-align: middle;
    outline: 0;
    cursor: pointer;
}
