@CHARSET "UTF-8";

h1,h2,h3,h4,h5,p {
	color: #000000;
}
p
{
	font-size: 13px !important;
}

.clear {
	clear: both;
}

#BgContainer,
#Navigation,
#SearchBar,
#TransBar,
#Breadcrumbs,
#ButtonPrint,
#ButtonEmail,
#Footer,
.mejs-overlay,
.mejs-controls,
.typography .button,
.videoBox
{
	display: none;
}
.forPrint,
.mejs-poster
{
	display: block;
}
#Header,
#Logo,
#Container
{
	display: block;
	position: static;
	margin: 0;
}

#Logo
{
	float: right;
}

#people .profile .columnWrapper .column#LowerColumnOne,
#people .profile .columnWrapper .column#LowerColumnTwo,
#people .content .tabWrapper .columnWrapper .column ul.article li,
#people .content .tabWrapper .columnWrapper .column ul.article li.itemColumn0
{
	width: auto;
	float: none;
}

.typography p,
#people .profile h2,
#people .profile h2.secondary,
#people .profile .profileItems h2,
#people .profile .columnWrapper .column,
#people .profile .columnWrapper .column .profileQuote,
#people .profile .columnWrapper .column .profileQuote .profileQuoteSource,
#people .profile .profileItems ul,
#people .profile .profileItems ul.article li .title,
#people .profile .profileItems ul.inline li a
{
	color: black;
	text-decoration: none;
}

#people .profile .hrule
{
	border-bottom: 1px solid #CCC;
}

#people .profile .profileItems ul.inline,
#people .profile .profileItems ul.inline li
{
	margin: auto;
	padding: auto;

}

#people .profile .profileItems ul.inline li
{
	display: list-item;
	list-style: disc inside;
	white-space: normal;
}

#people .profile h2.secondary span.email,
#people .profile .column #ProfilePrint,
#people .content .tabWrapper .columnWrapper .column .profileItems,
#people .content .tabWrapper .columnWrapper .column .profileItems h2
{
	display: block !important;
}
#people .profile .column #ProfileShort,
#people .profile .column #ProfileFull,
#people .profile .column #ProfileButton,
#people .tabNav
{
	display: none;
}



#thinking .columnBody,
#ArticlePage .columnBody,
#ExperiencePage .columnBody,
#CorrsWaySubPage .columnBody,
#AboutUsPage .columnBody,
#ThinkingItemPageTemplate .columnBody
{
	width: auto;
	float: none;
}
#thinking .columnSide,
#ArticlePage .columnSide,
#CorrsWaySubPage .columnSide,
#AboutUsPage .columnSide,
#ThinkingItemPageTemplate .columnSide
{
	width: auto;
	float: none;
}

/** EXPERTISE PAGE **/

#expertise .column ul.menu,
#expertise #ExpertiseSelector,
#expertise #ExpertisePeople,
#expertise #ExpertiseExperience,
#expertise #ExpertiseThinking,
#expertise .heroImageHead .overlay,
#expertise .heroImage
{
	display: none;
}

#expertise .content .columnWrapper .column {
	float: none;
	width: auto;
	margin: 0;
}
#expertise .cycleItems {
	border-top: 1px solid #CCC;
	padding: 20px 0 0;
	margin: 20px 0 0;
	clear: both;
	float: left;
	width: 100%;
}

#expertise .cycleItems .item {
	float: left;
	clear: left;
	width: 45%;
	margin: 0 5% 20px 0;
}
#expertise .cycleItems .item,
#expertise .cycleItems .item .photo,
#expertise .cycleItems .item .photo img
{
	page-break-inside: avoid;
}
#expertise .cycleItems .item0 {
	float: right;
	clear: right;
	margin-right: 0;
}
#expertise .people .item .photo {
	float: left;
	margin: 0 20px 0 0;
}
	#expertise .people .item .text span {
		display: block;
	}
