/* CUSTOM CSS
 * Notes:
 * h4.mediumGreenTextHeaderWithBorder - separates Related Information from Insights thumbnail - ADD TO RULE ON global.css
 * legalMainHeaderText - color change for re-brand - REPLACE .legalMainHeaderText{color:#C4960C;} ON sub-homepage.css
 * businessadvisoryMainHeaderText - Financial re-brand - ADD TO sub-homepage.css
 * .leftMenuItem + .leftMenuItem a - Adjust spacing for addition of Business Advisory - MODIFY RULES ON sliderMenu.css
 * ul.serviceContainer li - Gives service items appropriate spacing when requiring two lines
 * secondLevelHeader - prevents image alignment in expertise overview text from displacing Insights list header
 *
 */
.legalMainHeaderText {color:#009b7a !important;}
h4.mediumGreenTextHeaderWithBorder {clear: both;}
.legalMainHeaderText {color:#009b7a !important;}
.businessadvisoryMainHeaderText {color: rgb(0,122,201);font-size: 20px;font-weight: bold;line-height: 20px;margin-bottom: 22px;margin-top: 33px;text-transform: uppercase;}
.leftMenuItem {padding-top:12px !important;}
.leftMenuItem a {line-height:20px !important;}
ul.serviceContainer li {line-height: 100%;margin-bottom: 8px;}
.secondLevelHeader {clear:both;}