.collapsibleSection::before {
    content: "\f105";
    font-family: "FontAwesome";
    position: relative;
    color: white;
    margin-right: 3px;
}

.collapsibleSection:not(.collapsed)::before {
    content: "\f107";    
    font-family: "FontAwesome";
}
