/********************************
	Print CSS
********************************/
* {
	margin: 0;
	padding: 0;
	border: none;
}


@page { 
    size: auto;
    margin: 25mm 20mm;  
} 

html body { 
	background-color: transparent;
	color: #464646;
    margin: 0px;  
	font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 9pt;
	line-height: 14pt;
}

.mobileOnly,
.desktopOnly,
#menuWrapper,
footer,
span.tagline,
div#news.relItems,
div#industries.relItems,
div#markets.relItems,
div#bios.relItems,
div#practices.relItems,
div#services.relItems,
div.box.submenu,
div.googleMap,
#pageHeader div#subnav,
#bios.relItems div.thumbnailWrapper,
div.sidebar div.shareLinks,
div.sidebar div.box.inline,
a.vcard,
a.viewAll,
#bioList a.email,
div#eventsToggle,
.page-template-home div#headerBackgrounds,
.page-template-home #pageHeader,
.page-template-home #slideControllers,
.page-template-home div.blogThumbnail {
	display: none !important;
}

.clear {
	clear: both;
}

a {
	text-decoration: none;
	color: #464646;
}

strong,bold {
	font-weight: 600;
}

i, em {
	font-style: italic;
}


header {
	background-image: none !important;
}

header #pageHeader {
	position: relative;
	padding: 7em 0 3em 0;
}

header #logo {
	width: 10em;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}

header #pageHeader h1,
header #pageHeader span.pageTitle {
	font-size: 12pt;
	color: #464646;
	font-weight: 400;
	text-transform: lowercase;
	margin: 0 0 5pt 0;
	display: block;
}

header #pageHeader span.headline {
	color: #000000;
	font-size: 26pt;
	line-height: 23pt;
	font-weight: 400;
	text-transform: lowercase;
	display: block;
}


#mainContent > .siteCenter > .colRight {
	float: left;
	width: 70%;
}

#mainContent > .siteCenter > .colLeft {
	float: right;
	width: 25%;
}

.narrative p {
	margin: 0 0 1em 0;
}

.narrative h2,
.narrative h3,
.narrative h4 {
	color: #297138;
	font-size: 12pt;
	font-weight: 400;
	line-height: 15pt;
}

.narrative h5,
.narrative h6 {
	color: #297138;
	font-size: 9pt;
	font-weight: 400;
	text-transform: uppercase;
}

.narrative ul,
.narrative ol {
	margin: 0 0 1em 0;
}

.narrative ul li {
	list-style: disc;
	margin: 0 0 .2em 1em;
}

.narrative ol li {
	list-style: decimal;
	margin: 0 0 .2em 1em;
}

.narrative blockquote {
    color: #464646;
    display: block;
    font-size: 10pt;
    line-height: 14pt;
    margin: 0.4em 0 1.3em;
    padding: 0.7em 0 0 2.5em;
    position: relative;
}

.narrative blockquote::before {
	content: "\f10d"; 
	color: rgba(0,0,0,.35);
    font-family: "FontAwesome";
    font-size: 17pt;
    font-style: normal;
    font-weight: normal;
    left: 0px;
    margin: 0;
    position: absolute;
    text-decoration: inherit;
    top: .3em;
    z-index: 1;
}

.narrative img.alignright {
	float: right;
	margin: 0 0 10pt 25pt;
}

.narrative img.alignleft {
	float: left;
	margin: 0 25pt 10pt 0;
} 

div.relItems {
	margin: 20pt 0;
}

div.relItems > ul,
div.relItems > div > ul {
	margin: 0;
}

div.relItems > ul > li,
div.relItems > div > ul > li {
	list-style: none;
	margin: 0 0 8pt 0;
}

div#bios.relItems ul.fullList > li > a {
	color: #000000;
}


#pageHeader address {
	margin: 20pt 0 10pt 0;
	font-style: normal;
}

div#bioList > ul > li {
	list-style: none;
}

div#bioList .thumbnailWrapper {
	display: none;
}

.page-template-news-landing div.newsList a {
	display: block;
	color: #000000;
}

.page-template-news-landing div.newsList li {
	margin: 0 0 7pt 0;
}

.page-template-news-landing div#events {
	margin: 30pt 0 0 0;
}

.page-template-news-landing div#events a { 
	display: block;
	color: #000000;
}

.page-template-news-landing div#events li {
	margin: 0 0 7pt 0;
}

.page-template-home div.blogPosts {
	margin: 100pt 0 0 0;
}

.page-template-home div.blogPosts ul li {
	margin: 0 0 7pt 0;
}
