/*------------------------Top level pages------------------------*/
a, a:visited {
	color:#630031;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* hero & h3 titles colours */
.learning h3, #hero h2 {
	color:#630031;
}

/* h2 titles colour & bg colour */
#related h2, #subhero h2, #browse h2 {
	color:#FFF;
	background: #630031;
}

/* Browse, subhero & related bg color */
#browse, #related, /*#related p,*/ #subhero div {
	background:#EFE5EA;
}

/* related & browse bullet points colour */
#related ul, #browse ul {
	color:#630031;
}

/* related h3 subtitles bg colour */
#related h3 {
	background: none;
}

/* learning hero background color*/
#hero {
	background:#D0B2C1;
}

#content a:active, #content a:focus, #content a:active span,  #content a:focus span {
	text-decoration:underline !important;
	background:#630031 ; 
	color:#FFF ;
}


/*--- START blogs --*/
.righthandtitles h3 {
	color: #fff;
}

body.blogs h1 {
	background: #630031;
}


/*--- START blogs --*/


/* collapsomatic styling for Taking It Further headings*/
.expanderHeading {
	padding:0.2em;
	padding-top:0;
	background-color:#EEE5EA;
	color:#630031;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #630031;
}