/*  BPB STYLE   ||-----------*/


/*
a, a:link, img {
color: #E8973E;
}
*/

.accordion-section {
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
}

.accordion-section:last-child {
    border-bottom: 1px solid #000000;
}

.accordion-title.active {
    /*background: #fafafa;*/
    color: #e6ae49;
}

/*that stupid dot thing */
h3:after {
    color: #e6ae49;
    content: "";
    font-size: 34px;
}
