* No title for features */
.notitle .feature_title_sum .itemList p:first-child > a strong {
    display: none!important;
}

.notitle strong {
    display: none!important;
}

.notitle p > a > strong {
    display: none!important;
}

/* System Bar Icons consistant with collaborate */
.header .nav > li > a.btn, .header .nav > li > a.btn:hover, .header .nav > li > a.btn:focus {
    border-radius: 4px!important;
}

.header .nav > li > a.UserImgActive img {
    border-radius: 4px!important;
}

/ * URL LINK COLOUR CHANGE TO GREY */

.link-text .ckContentArea a.btn, .link-text .ckContentArea a, .link-text .textimage_comp .ckContentArea a, .link-text .hero_comp .ckContentArea a {
    color: #a9a9a9!important;
}
.link-text .ckContentArea a.btn:hover, .link-text .textimage_comp .ckContentArea a:hover {
    color: #a9a9a9!important;
}
.link-text .ckContentArea a, .link-text .textimage_comp .ckContentArea a, .link-text .hero_comp .ckContentArea a {
    color: #a9a9a9;
}

.nogreyline .clearfix {
    color: transparent;
}
.nogreyline hr {
    border-color: transparent;
    border-top: 1px solid transparent;
}