/**
 * FAQ Deck
 */

.faq-deck .faq-group + .faq-group {
    border-top: 2px solid #25F5CE;
}

.faq-deck .faq-group .collapse.show {
    border-bottom: 3px solid #25F5CE;
}

.faq-deck .faq-group .title {
    cursor: pointer;
    padding-right: 3rem;
    position: relative;
}

.faq-deck .faq-group .title[aria-expanded="true"] .question:after {
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f106";
    position: absolute;
    right: 2rem;
    bottom: -.5rem;
    line-height: 2.5rem;
    color: #1B004E;
}

.faq-deck .faq-group .title[aria-expanded="false"] .question:after {
    font-size: 2rem;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    position: absolute;
    right: 2rem;
    bottom: -.5rem;
    line-height: 2.5rem;
    color: #8C7FA6;
}

.bg-faq {
    background-color: #E6FDF9 !important;
}
.bg-square {
    color: #25F4CD !important;
}