.plus-minus p:before{
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}

.plus-minus p:before {
    content:'\002B';
}

.plus-minus p:before {
    display:block;
}

.plus-minus.rotated p:before {
    transform: rotate(180deg);
    content:'\2212';
}

strong {
    font-family:'Salesforce Sans Bold';
}

body.sticky-button-is-stuck .creative-sticky-footer {
    position:fixed!important;
}

#footer {
    display:none;
}