/* CUSTOM CSS */

.uk-light > 
.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(/site/templates/img/pluswhite.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.uk-dark > 
.uk-accordion-title::before {
    content: "";
    width: 1.4em;
    height: 1.4em;
    margin-left: 10px;
    float: right;
    background-image: url(/site/templates/img/plus.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}