.blue-gradient{
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,e8f5ff+60,c3e4ff+100 */
background: linear-gradient(to bottom,  #ffffff 1%,#e8f5ff 60%,#c3e4ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

/************* ACCORDIONS *************/

.plus-x, 
.creative-accordion, 
.creative-accordion .color-mask {
    -webkit-transition: all linear 0.2s;
    transition: all linear 0.2s;
    cursor: pointer;
}
.plus-x p:before {
    content:'\002B';
}
.rotated .plus-x {
    transform: rotate(45deg);
}
.session-box {
    cursor: auto;
}