.colour-block {
    background:#1E4382 !important;

    padding:7% 7% 7% 7%;
    color:#fff;
}

.white-block {
    background:#fff;
    padding:7%;
    color: #1E4382 !important;
}


/*------------------*/
/*  SKEW CLOCKWISE  */
/*------------------*/
.skew-cc{
    width:100%;
    height:100px;
    position:absolute;
    left:0px;
    background: linear-gradient(to right bottom, #1E4382 49%, #fff 50%),    linear-gradient(-50deg, #ffffff 16px, #000 0);
}


.skew-c{
    width:100%;
    height:100px;
    position:absolute;
    left:0px;
    background: linear-gradient(to left bottom, #fff 49%, #1E4382 50%);
}