
/* Care Circle intro: the section is already text-align:center, but .cc-lead has a
   544px max-width with margin:0, so the BOX sat hard left even though the text
   inside it was centred. Auto side margins centre the box itself. */
#page-care-circle .cc-intro .cc-lead,
#page-care-circle .cc-intro .cc-lead2{
  margin-left:auto !important;
  margin-right:auto !important;
}
