/* Adds background colour behind Article Headings in CB (for Newsletter layout) */
.cbContent .articleHeader {
    

    /* Adjustable colours */
    background-color: #db2728;
    color: #FFFFFF;
    
    /* No touchy */
    position: relative;
    left: -45px;
    padding: 5px 45px;
    width: calc(100% + 45px);
}


.cbContent h3 {
    color: #1e097b;;
}
.cbContent h4 {
    color: #1e097b;;
}