/* css colours for essentials icons */

.essentials-default {
    /*background: #666666 linear-gradient(#D9D9D9, #9D9D9D 35%, #666666);*/
}

.essentials-green {
    /*background: #041E42 linear-gradient(#1D428A, #0F2E62 25%, #041E42);*/
}

.essentials-orange {
    /*background: #041E42 linear-gradient(#74B5E6, #407EC9 35%, #041E42);*/
}

.essentials-blue {
    /*background: #E90068 linear-gradient(#CE0037 65%, #E90068);*/
}

.essentials-purple {
    /*background: #EE3C48 linear-gradient(#F3B8B5, #EE3C48);*/
}

.essentials-red {
    /*background: #407EC9 linear-gradient(#74B5E6, #407EC9);*/
}
