.icon-change:hover{
    background-image: url("http://d3m889aznlr23d.cloudfront.net/img/events/id/459/459371838/assets/e5a0e74639c5d67fbd8538cbe4c382d4.Frame-2147234411-3-.svg") !important;  
}

/************* ACCORDIONS *************/
.plus-x,
.creative-accordion-button, 
.creative-accordion, 
.creative-accordion .color-mask {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}
.creative-accordion:hover .color-mask {
    opacity:0.2!important;
}
.plus-x p:before {
    content:'\002B';
    font-weight: 600;
}
.rotated .plus-x {
    transform: rotate(45deg);
}
.sr-only {  
    position: absolute;  
    width: 1px;  
    height: 1px;  
    padding: 0;  
    margin: -1px;  
    overflow: hidden;  
    clip: rect(0, 0, 0, 0);  
    border: 0;  
}