/* Additional CSS to customise subpages . 03 Mar 2018 */



/*  About Co-Lead - yellow / 101700 */

#n101700 .g-bg-gray-light-v5 {
	border-bottom: solid 1px #ebc71d ;

}



#n101700 .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #ebc71d !important;
    border-color: #ebc71d !important;
}




/*  About Us - purple / 101701  */
#n101701 .g-bg-gray-light-v5 {
	border-bottom: solid 1px #9a69cb ;

}


#n101701 .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #9a69cb !important;
    border-color: #9a69cb !important;
}




/*  NewsEvents - green / 101702 */
#x101702 .g-bg-gray-light-v5 {
	border-bottom: solid 1px #609750 ;

}


#n101702 .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #609750 !important;
    border-color: #609750 !important;
}



/*  Resource Hub - Teal / 101703 */
#n101703 .g-bg-gray-light-v5 {
	border-bottom: solid 1px #29d6e6  ;

}


#n101703 .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #29d6e6  !important;
    border-color: #29d6e6  !important;
}




/*  Contact - Red / 101704*/
#n101704 .g-bg-gray-light-v5 {
	border-bottom: solid 1px #e81c62 ;

}


#n101704 .u-accordion-bg-primary .u-accordion__header [aria-expanded="true"] {
    background-color: #e81c62 !important;
    border-color: #e81c62 !important;
}


/*  Home page icon box : T4 Content type needs this*/
.g-bg-green-lineargradient, .g-bg-green-lineargradient--after::after {
    background-image: linear-gradient(to bottom, rgba(51, 152, 220, 0.5) 0%, rgba(114, 192, 44, 0.8) 100%);
    background-repeat: repeat-x;
}

