/*Reset*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, input, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
object,embed,iframe {position: relative;z-index: 0;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight: bold;}
em {font-style: italic;}
address {display: inline;}
figure {margin: 0;}
input {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}


/**************************
		LAYOUT
***************************/

body,
html {
	height: 100%;
	padding: 0;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;	
}

body {
	color: #464646;
	font-family: 'Quattrocento Sans', sans-serif;	
	line-height: 24px;
	font-size: 16px;
	font-weight: 400;
}

.clear {
	clear: both;
}

.desktopOnly {
	display: inline-block;
}

.printOnly,
.mobileOnly {
	display: none !important;
}

pre {
	color: #000000;
}

#body em { font-style: italic;  }
#body strong { font-weight: 600; }
#body hr { border-top: 1px solid #c8c8c8; border-left: none; border-bottom: none; margin-bottom: 25px; }

a {
	text-decoration: none;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
}

hr {
	border-top: none;
	border-bottom: 1px solid rgba(190,190,190,.5);
	border-left: none;
	border-right: none;
	margin: 10px 0 20px 0;
	height: 1px;
}

/**************************
		CONTAINERS
***************************/
div#siteContainer {
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}

div#body {
	position: relative;
	padding-top: 30px;
	padding-bottom: 60px; /* height of footer */
	width: 100%;
	overflow: hidden;
}

div.siteCenter {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0 20px;
	position: relative;
}

div#fullBackground {
	position: fixed;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;	
}



/**************************
		HEADER
***************************/
header {
	position: fixed;
	z-index: 100;
	padding: 30px 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 350px;	
	width: 100%;
	background-color: #dfdfdf;	
}

header.tall {
	min-height: 500px;
}

header.transparent {
	background: transparent;
}

body.search header {
	background-image: url(../images/bg_clovers.jpg);
}

div#mainMenuContainer {
	background-color: #ffffff;
	border: 1px solid rgba(70,70,70,.35);
	width: 240px;
	height: auto;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	font-family: 'Quattrocento Sans', sans-serif;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.25);
	box-shadow: 0 0 10px rgba(0,0,0,0.25);	
}


div#mainMenuContainer img#logo {
	width: 98%;
	margin: 0 1%;
}

div#mainMenuContainer span.tagline {
	display: block;
	text-align: center;
	margin: 10px 0 -10px 0;
	font-size: 20px;
	letter-spacing: -1px;
	font-weight: 600;
	color: #297138;
}

div#mainMenuContainer > div > div {
	border-top: 1px solid rgba(190,190,190,.5);
	margin: 20px 0 0 0;
	padding: 20px 0 0 0;
}

div#mainMenuContainer > div > div > a:link,
div#mainMenuContainer > div > div > a:visited {
	color: #8d8f90;
	position: relative;
	display: block;
}

div#mainMenuContainer > div > div > a:hover {
	color: #000000;
}

div#mainMenuContainer > div > div > span.toggle {
	color: #8d8f90;
	position: relative;
	display: block;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;
	cursor: pointer;
}


div#mainMenuContainer > div > div > span.toggle:hover {
	color: #000000;
}

div#mainMenuContainer > div > div > span.toggle:before {
	content: "\f0c9"; 
	color: #8d8f90;
    font-family: "FontAwesome";
    font-size: 25px;
    font-style: normal;
    font-weight: normal;
    left: 10px;
    margin: 0;
    position: absolute;
    text-decoration: inherit;
    top: -3px;
    z-index: 1;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;	
}

div#mainMenuContainer > div > div > span.toggle.active:before {
	content: "\f078";
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); 
}


div#mainMenu {
	display: none;
}

div#mainMenuContainer nav#main ul li {
	margin: 10px 0;
	padding: 0;
	list-style: none;
}

div#mainMenuContainer nav#main li a:link,
div#mainMenuContainer nav#main li a:visited {
	color: #464646;
}

div#mainMenuContainer nav#main li a:hover,
div#mainMenuContainer nav#main li.active a {
	color: #000000;
}

div#mainMenuContainer div#menuFooter {
	font-size: 25px;
}

div#mainMenuContainer div#menuFooter ul {
	margin: 5px 0 0 0;
	padding: 0;
}

div#mainMenuContainer div#menuFooter ul li {
	list-style: none;
	display: inline;
	margin: 0 5px;
}

div#mainMenuContainer div#menuFooter a:link,
div#mainMenuContainer div#menuFooter a:visited {
	color: #bcbec0;
}

div#mainMenuContainer div#menuFooter a:hover {
	color: #000000;
}

div#mainMenuContainer div#menuFooter a.inactive {
	opacity: 0;
	cursor: default;
}

div#mainMenuContainer div#menuFooter a span {
	display: none;
}

#searchWrapper {
	display: none;
}

form#searchform {
	margin: 10px 0;
	padding: 0;
	width: 100%;
}

form#searchform div {
	position: relative;
}

form#searchform label {
	display: none;
}

form#searchform input#s {
	border: none;
	border-radius: 0;
	width: 80%;
	background-color: #e3e3e1;
	color: #464646;
	padding: 8px 0 8px 5%;
	font-size: 20px;
	float: left
}
 
form#searchform button#searchsubmit,
form#searchform button#searchsubmit:focus {
	background-color: #e3e3e1;
	border-radius: 0;
	color: #999999;
	cursor: pointer;
	font-size: 30px;
	height: 41px;
	line-height: 30px;
	padding: 5px 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 20%;
	-webkit-box-shadow: 0 0 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 0 rgba(0,0,0,0.5);
	box-shadow: 0 0 0 rgba(0,0,0,0.5);
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;		
}

form#searchform button#searchsubmit:hover {
	color: #000000;
}

div#mainMenuContainer form#searchform .awesomplete ul {
	margin-top: 50px;
}

div#mainMenuContainer form#searchform .awesomplete mark {
	background: transparent;
}


div#pageHeader {
	float: right;
	width: 75%;
	max-width: 600px;
	text-align: right;
	padding: 65px 0 0 0;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;	
}

div#pageHeader h1,
div#pageHeader span.pageTitle {
	display: block;
	font-weight: 400;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: -1px;
	text-transform: lowercase;
	color: #ffffff;
	margin: 0 0 5px 0;
	font-family: 'Quattrocento Sans', sans-serif;	
}

div#pageHeader span.headline {
	display: block;
	font-weight: 400;
	font-size: 62px;
	line-height: 57px;
	letter-spacing: -4px;
	text-transform: lowercase;
	color: #ffffff;
	margin: 0 0 5px 0;
	font-family: 'Quattrocento Sans', sans-serif;	
}


/**************************
		FOOTER
***************************/

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
	height: 60px; /* height of footer */
	z-index: 10;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	color: #464646;
}


footer nav#footerNav {
	position: relative;
	float: left;
	margin: 19px 0 0 10px;
}

footer nav#footerNav ul {
	margin: 0;
	padding: 0;
}

footer nav#footerNav ul li {
	list-style: none;
	display: inline;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	vertical-align: middle;
	border-left: 1px solid #000000;
}

footer nav#footerNav ul li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;
}

footer nav#footerNav img {
	margin: 0 10px;
}

footer nav#footerNav a:link,
footer nav#footerNav a:visited {
	font-weight: 600;
	color: #000000;
}

footer nav#footerNav a:hover {
	color: #dc5a15;
}

footer span.copyright {
	display: inline-block;
	float: left;
	margin: 15px 20px 0 0;
	padding: 6px 0 0 0;
}

footer span.icon {
	display: inline-block;
	float: left;
	margin: 13px 20px 0 0;
	position: relative;
	cursor: pointer;
}

footer span.icon div#externalLinkList {
	display: none;
	position: absolute;
	bottom: 50px;
	left: -10px;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #e3e3e1;
	border-radius: 15px;
	padding: 20px;
	-webkit-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.25);
	box-shadow: -5px 5px 5px 0px rgba(0,0,0,0.25);
}

footer span.icon div#externalLinkList div.tail {
    border-style: solid;
    position: absolute;
	border-color: #e3e3e1 transparent transparent transparent;
    border-width: 8px 8px 0px 8px;
    bottom: -8px;
}

footer span.icon div#externalLinkList div.tail:after {
    border-color: #ffffff transparent transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0px 7px;
    bottom: 1px;
    content: "";
    position: absolute;
    left: -7px;
}

footer span.icon div#externalLinkList ul {
	margin: 0;
	padding: 0;
}


footer span.icon div#externalLinkList ul li {
	list-style: none;
	margin: 0 0 8px 0;
}

footer span.icon div#externalLinkList a:link,
footer span.icon div#externalLinkList a:visited {
	color: #000000;
}

footer span.icon div#externalLinkList a:hover {
	color: #dc5a15;
}



/**************************
		MAIN CONTENT
***************************/
section#mainContent {
	background-color: transparent;
	padding: 0;
	margin: 500px 0 0 0;
}

section#mainContent > div.siteCenter > div.colLeft {
	float: left;
	width: 20%;
	position: relative;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;    
}

section#mainContent > div.siteCenter > div.colRight {
	float: right;
	width: 75%;
}

.narrative {
	font-size: 16px;
	line-height: 21px;
}

.narrative a:link,
.narrative a:visited {
	color: #000000;
}

.narrative a:hover {
	color: #dc5a15;
}


div.narrative div.colorized {
	padding: 30px;
	background-color: rgba(242,243,236,.8);
	margin: 0 0 100px 0;
	min-height: calc(100vh - 600px);
}

.narrative h1 {
	background-color: yellow;
}

.narrative h2,
.narrative h3 {
	font-weight: 600;
	color: #000000;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 24px;
	letter-spacing: -1px;
	margin: 0 0 8px 0;	
}

.narrative h4,
.narrative h5 {
	font-weight: 600;
	color: #000000;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 18px;
	letter-spacing: -.75px;
	margin: 0 0 8px 0;	
}

.narrative h6 {
	font-weight: 400;
	color: #000000;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	letter-spacing: -.5px;
	margin: 0 0 8px 0;	
	text-transform: uppercase;
}


.narrative p {
	margin: 0 0 20px 0;
}

.narrative ul,
.narrative ol {
	margin: 0 0 20px 17px;
}

.narrative ul li {
	list-style: disc;
	margin: 0 0 5px 0;
}

.narrative ol li {
	list-style: decimal;
	margin: 0 0 5px 0;
}

.narrative ul li ul,
.narrative ol li ul {
	margin-bottom: 5px;
	margin-left: 25px;
}

.narrative ul li ul li,
.narrative ol li ul li {
	list-style-type: circle;
}

.narrative ul li ol,
.narrative ol li ol {
	margin-bottom: 5px;
	margin-left: 25px;
}

.narrative ul li ol li,
.narrative ol li ol li {
	list-style-type: lower-alpha;	
}

.narrative blockquote {
	font-size: 22px;
	line-height: 25px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 600;
	color: #464646;
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 15px 0 5px 55px;
	border-top: 1px solid rgba(150,150,150,.5);
	border-bottom: 1px solid rgba(150,150,150,.5);
}

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

.narrative img.alignleft {
	float: left;
	margin: 5px 40px 25px 0;
	max-width: 50% !important;
	height: auto !important;
}

.narrative img.alignright {
	float: right;
	margin: 5px 0 25px 40px;
	max-width: 50% !important;
	height: auto !important;
}

.narrative img.alignnone {
	display: block;
	margin: 10px 0 25px 0;
}

.narrative img.aligncenter {
	display: block;
	margin: 10px auto 25px auto;
}

.narrative table {
	margin: 0 0 20px 0;
	border: 0;
}

.narrative table td {
	width: 50%;
	padding: 0 5% 0 0;
}

div#siteContainer.search-results div.post-single {
	display: block;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(0,0,0,.25);
}

div#siteContainer.search-results div.post-single p {
	margin-bottom: 0;
}

/**************************
		LANDING PAGES
***************************/
div#childPageList {
	float: right;
	position: relative;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	width: 50%;
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	width: 70%;
	max-width: 650px;
	padding: 0 40px;
	margin: 40px 0;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 80px; /* Chrome, Safari, Opera */
    -moz-column-gap: 80px; /* Firefox */
    column-gap: 80px;
    -webkit-column-rule: 1px solid rgba(255,255,255,.5); /* Chrome, Safari, Opera */
    -moz-column-rule: 1px solid rgba(255,255,255,.5); /* Firefox */
    column-rule: 1px solid rgba(255,255,255,.5);
}

div#childPageList ul {
	padding: 0;
	margin: 0;
}

div#childPageList ul li {
	list-style: none;
	padding: 0;
	margin: 0 0 17px 0;
}

div#childPageList a:link,
div#childPageList a:visited {
	color: #ffffff;
	line-height: 1.1;
}

div#childPageList a:hover {
	color: #40adee;
}

.page-template-market-sector-landing div#childPageList {
	border-right: none;
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    -webkit-column-rule: none; /* Chrome, Safari, Opera */
    -moz-column-rule: none; /* Firefox */
    column-rule: none;
}

.page-template-market-sector-landing div#childPageList > ul {
	width: 50%;
}

.page-template-market-sector-landing div#childPageList > ul > li > span {
	cursor: pointer;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;	
}

.page-template-market-sector-landing div#childPageList > ul > li > span:hover {
	color: #40adee;
}

.page-template-market-sector-landing div#childPageList > ul > li > div {
	position: absolute;
	top: 0;
	left: 50%;
	border-left: 1px solid rgba(255,255,255,.5);
	border-right: 1px solid rgba(255,255,255,.5);
	width: 50%;
	padding: 0 40px;
	overflow: hidden;
	display: none;
	-webkit-transition: all ease 800ms;
	-moz-transition: all ease 800ms;
	-o-transition: all ease 800ms;
	transition: all ease 800ms;
}

.page-template-market-sector-landing div#childPageList > ul > li > div > ul {
	margin-left: -100%;
}






/**************************
		PROFESSIONAL LANDING
***************************/
#bioList {
	position: relative;
	font-family: 'Quattrocento Sans', sans-serif;	
	font-size: 14px;
	color: #464646;
}

#bioList ul {
	margin: 0;
	padding: 0;
}

#bioList ul li {
	list-style: none;
	float: left;
	margin: 0 .5% 50px 0;
	padding: 0;
	width: 24.5%;
}

#bioList ul li:nth-child(4n+1) {
	clear: left;
}

#bioList .thumbnailWrapper {
	width: 100%;
	height: 120px;
	margin: 0 0 10px 0;
	position: relative;
	overflow: hidden;
	text-align: right;
}

#bioList .thumbnailWrapper.empty {
	background-color: rgba(160,160,160,.2);
}

#bioList .thumbnailWrapper img {
	height: 130%;
	margin: 0 -5px 0 0;
	width: auto;
	
}

#bioList .thumbnailWrapper a {
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
}

#bioList .thumbnailWrapper .wallpaper {
	position: absolute;
	z-index: -10;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center bottom;
}

#bioList a:link,
#bioList a:visited {
	font-size: 20px;
	color: #464646;
}

#bioList a.email:link,
#bioList a.email:visited {
	color: #ffffff;
	background-color: #f0a429;
	display: inline-block;
	text-transform: lowercase;
	font-size: 15px;
	padding: 2px 5px;
	margin: 4px 8px 0 0;
}

#bioList a.vcard:link,
#bioList a.vcard:visited {
	color: #ffffff;
	background-color: #dc5a15;
	display: inline-block;
	text-transform: lowercase;
	font-size: 15px;
	padding: 2px 5px;
	margin: 4px 8px 0 0;
}

#bioList a.email:hover,
#bioList a.vcard:hover {
	color: #000000;
	background-color: #40adee;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
}

#bioSearchForm {
	margin: 400px 0 0 -20px;
	width: 235px;
}

#bioSearchForm strong {
	font-weight: 600;
	color: #000000;
	display: block;
	margin: 0 0 10px 0;
	font-size: 22px;
	letter-spacing: -.5px;
}

#bioSearchForm input[type="text"],
#bioSearchForm input[type="text"]:focus {
	font-size: 20px;
	font-weight: 400;
	color: #464646;
	border-radius: 0;
	border: none;
	background-color: #e3e3e1;	
	margin: 0 0 7px 0;
	float: left;
	width: 100%;
	padding: 10px 0 10px 5%;
	height: 40px;
	overflow: hidden;
	outline:0;
}

#bioSearchForm input::-webkit-input-placeholder{
	color: #464646;
}
#bioSearchForm input::-moz-placeholder {
	color: #464646;
}

#bioSearchForm input::-webkit-imput-placeholder,
#bioSearchForm input:-moz-placeholder {
	color: #464646;
}

#bioSearchForm div.selectWrapper {
	width: 100%;
	height: 40px;
	background-color: #e3e3e1;
	overflow: hidden;
	padding: 5px 0 0 4%;
	background-repeat: no-repeat;
	background-position: 94% 11px;
	background-image: url(../images/icon_plus_grey.png);
	margin: 0 0 7px 0;
}

#bioSearchForm fieldset div.selectWrapper:first-child {
	margin-left: 0;
}

#bioSearchForm select {
	font-size: 20px;
	font-weight: 400;
	color: #464646 !important;
	background-color: transparent !important;
	border: none !important;
	width: 100%;
	cursor: pointer;
	outline: 0;
	-webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: '';
	border: none;
}

select::-ms-expand {
    display: none;
}

#bioSearchForm select option {
	color: #464646 !important;
	background-color: #e3e3e1 !important;
}

#bioSearchForm input[type="submit"] {
	color: #ffffff;
	background-color: #40adee;
    border: medium none;
    border-radius: 0;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    padding: 5px 0 5px 1%;
    text-align: center;
    width: 100%;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;    
}

#bioSearchForm input[type="submit"]:hover {
	color: #000000;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.35);
	
}

div.searchFeedback {
	display: block;
	margin: 0 0 20px 0;
	font-size: 18px;
}

div.searchFeedback strong em {
	font-weight: 400;
}

div.pagination a.arrow,
div.pagination span.current {
	margin: 0 5px;
}



/**************************
		NEWS/EVENTS LANDING
***************************/
.page-template-news-landing div#pageHeader {
	min-height: 160px;
}
.page-template-news-landing section#mainContent {
	margin-bottom: 100px;
}

.page-template-news-landing #recentNews {
	padding: 40px 4% 40px 0;
	margin: 0;
	width: 59.75%;
	float: left;
	position: relative;
	font-size: 15px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 400;
	color: #666961;	
}

.page-template-news-landing .filler.news {
	background-color: rgba(242, 243, 236, 0.8);
	position: absolute;
	top: -20px;
	right: 40.25%;
	height: 100%;
	width: 200%;
	z-index: -100;
}

.page-template-news-landing .filler.events {
	background-color: rgba(189, 191, 193, 0.6);
	position: absolute;
	top: -20px;
	left: 60.25%;
	height: 100%;
	width: 200%;
	z-index: -100;	
}

.page-template-news-landing .newsList {
	margin: 40px 0;
}

.page-template-news-landing h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #000000;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.page-template-news-landing a.viewAll:link,
.page-template-news-landing a.viewAll:visited {
	font-size: 17px;
	font-weight: 600;
	color: #000000;
	float: right;
	margin: 10px 0 0 0;
}

.page-template-news-landing a.viewAll:hover {
	color: #dc5a15;
}


.page-template-news-landing #recentNews ul {
	display: table-row;
}

.page-template-news-landing #recentNews ul li {
	display: table-cell;
}

.page-template-news-landing #recentNews ul li:nth-child(odd) {
	border-right: 1px solid rgba(160,160,160,.7);
	border-bottom: 1px solid rgba(160,160,160,.7);
	padding: 10px 5% 25px 1%;
	width: 32%;
	clear: left;
}

.page-template-news-landing #recentNews ul li:nth-child(even) {
	border-bottom: 1px solid rgba(160,160,160,.7);
	padding: 10px 5% 25px 5%;
	width: 36%;
}

.page-template-news-landing #recentNews ul.middle li {
	padding-top: 25px;
	padding-bottom: 25px;
}

.page-template-news-landing #recentNews ul.bottom li {
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: none;
}

.page-template-news-landing #recentNews .newsList a:link,
.page-template-news-landing #recentNews .newsList a:visited,
.page-template-news-landing #events .eventsList a:link,
.page-template-news-landing #events .eventsList a:visited {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: 600;
	color: #666961;
	display: block;
}

.page-template-news-landing #recentNews .newsList a:hover,
.page-template-news-landing #events .eventsList a:hover {
	color: #000000;
}

.page-template-news-landing #events {
	padding: 40px 0 40px 4%;
	margin: 0 0 40px 0;
	float: right;
	width: 39.75%;
	position: relative;
}

.page-template-news-landing #events .eventsList {
	margin: 40px 0;
}

.page-template-news-landing #events .eventsList ul li {
	padding: 15px 0 0 0;
	margin: 15px 0 0 0;
	border-top: 1px solid rgba(160,160,160,.5);
}

.page-template-news-landing #events .eventsList ul li:first-child {
	border-top: none;
	padding-top: 10px;
}

.page-template-news-landing #eventsToggle {
	position: absolute;
	top: 80px;
	left: 10%;
	font-size: 20px;
	font-weight: 600;
}

.page-template-news-landing #eventsToggle a:link,
.page-template-news-landing #eventsToggle a:visited,
.page-template-news-landing #eventsToggle a:hover {
	color: #464646;
}

.page-template-news-landing #eventsToggle a.active {
	color: #dc5a15;
}


div#newsFilterWrapper {
	margin: -50px 0 0 0;
	position: relative;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;	
}

div#newsFilterWrapper.fixed {
	position: fixed;
	width: 100%;
	top: 225px;
	left: 30%;
	z-index: 100;
}

div#newsFilterWrapper div.center {
	margin: 0 0 10px 30%;
	position: relative;
	z-index: 150;
}

div#newsFilterWrapper.fixed div.center {
	margin-left: 0;
}


div#newsFilterWrapper h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	color: #ffffff;
	font-family: 'Quattrocento Sans', sans-serif;
	max-width: 300px;
}

div#newsFilterWrapper a.filterToggle {
	position: relative;
	padding: 5px 40px 5px 10px;
	margin: 0 15px 0 0;
	min-width: 195px;
	background-color: #40adee;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
	-webkit-box-shadow: -4px 2px 5px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    -4px 2px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         -4px 2px 5px 0px rgba(0, 0, 0, 0.25);
}

div#newsFilterWrapper a.filterToggle:before {
	content: "";
	position: absolute;
	top: 7px;
	right: 7px;
	background: url(../images/icon_plus_white.png);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all ease 150ms;
	-moz-transition: all ease 150ms;
	-o-transition: all ease 150ms;
	transition: all ease 150ms;	
	height: 15px;
	width: 15px;	
}

div#newsFilterWrapper a.filterToggle.active:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


div#newsFilterWrapper a.filterToggle.alternate {
	background-color: #91d500;
}

div#newsFilterWrapper div.filterSet {
	display: none;
	padding: 50px 0;
	margin-top: -25px;
	background-color: #ffffff;
}

div#newsFilterWrapper.fixed div.filterSet {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	margin-left: -30%;
}

div#newsFilterWrapper.fixed div.filterSet .siteCenter {
	margin: 0 3%;
}

div#newsFilterWrapper div.filterSet div.filterColumn {
	float: left;
	width: 48%;
	margin: 0 0 0 4%;
}

div#newsFilterWrapper div.filterSet div.filterColumn:first-child {
	margin-left: 0;
}

div#newsFilterWrapper div.filterSet div.filterColumn > div.inner {
	float: left;
	width: 45%;
	margin: 0 0 0 9%;
}

div#newsFilterWrapper div.filterSet div.filterColumn > div.inner:first-child {
	margin-left: 0;
}


div#newsFilterWrapper div.filterSet ul li {
	margin: 0 0 15px 0;
	break-inside: avoid-column;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;	
}

div#newsFilterWrapper div.filterSet a:link,
div#newsFilterWrapper div.filterSet a:visited {
	color: #000000;
	font-weight: 600;
	font-size: 16px;
}

div#newsFilterWrapper div.filterSet a:hover,
div#newsFilterWrapper div.filterSet a:active {
	color: #dc5a15;
}

div#newsSearchFormContainer {
	position: absolute;
	z-index: 150;
	top: 200px;
	right: 0;
	width: 325px;
	height: auto;
	text-align: right;
	-webkit-transition: all ease 400ms;
	-moz-transition: all ease 400ms;
	-o-transition: all ease 400ms;
	transition: all ease 400ms;		
}

div#newsSearchFormContainer.fixed {
	top: 5px;
}

div#newsSearchFormContainer h6 {
	font-size: 22px;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 8px;
}
form#newsSearchForm button {
	font-size: 20px;
	color: #ffffff;
	padding: 2px 5px 5px 5px;
	background-color: transparent;
	border: none;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;	
}
form#newsSearchForm button:hover {
	color: #dc5a15;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;	
}

form#newsSearchForm fieldset {
	display: block;
	margin: 0 0 8px 0;
}

form#newsSearchForm div.selectWrapper {
	float: right;
	width: 48%;
	height: 30px;
	margin-left: 2%;
	background-color: rgba(255,255,255,.8);
	overflow: hidden;
	padding: 2px 0 0 2%;
	background-repeat: no-repeat;
	background-position: 97% 8px;
}

form#newsSearchForm select {
	font-size: 16px;
	font-weight: 400;
	color: rgba(0,0,0,.7);
	background-color: transparent;
	border: none;
	width: 110%;
	cursor: pointer;
	outline: 0;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance:none;
}

form#newsSearchForm input[type="text"] {
	float: right;
	width: 48%;
	height: 30px;
	margin-left: 2%;
	color: rgba(0,0,0,.7);
	background-color: rgba(255,255,255,.8);
	overflow: hidden;
	padding: 2px 0 0 2%;
	background-repeat: no-repeat;
	-webkit-appearance:none;
	border: none;
	border-radius: 0;
}

.page-template-news-landing div.narrative div.colorized {
	margin-top: -20px;
}


div#filteredResults {
	margin: 50px 0 0 0;
}

div#filteredResults ul.listResults a:link,
div#filteredResults ul.listResults a:visited {
	display: block;
	color: #000000;
	margin: 0 0 3px 0;
}

div#filteredResults ul.listResults a:hover,
div#filteredResults ul.listResults a:active {
	color: #dc5a15;
}

div#filteredResults ul.listResults span.date,
div#filteredResults ul.listResults p {
	font-size: 95%;
	color: #464646;
	display: block;
	margin: 4px 0;
}



/**************************
		POST ARCHIVES
***************************/
h1.archiveTitle {
	background-color: transparent;
	width: 50%;
	font-weight: 600;
	font-size: 30px;
	color: #000000;
	margin: 0 0 20px 0;
}
ul.listResults.archive {
	margin: 0 0 40px 0;
}

ul.listResults.archive li {
	list-style: none;
	margin: 0 0 15px 0;
	padding: 20px 0 0 0;
	border-top: 1px solid rgba(160,160,160,.5);
}

ul.listResults.archive li:first-child {
	border-top: none;
}

ul.listResults.archive .thumbnailWrapper {
	width: 25%;
	height: 120px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	margin: 0 4% 10px 0;
}


ul.listResults.archive div.post > a:link,
ul.listResults.archive div.post > a:visited {
	display: block;
	font-size: 20px;
	color: #000000;
}

ul.listResults.archive div.post > a:hover {
	color: #dc5a15;
}

div.wp-pagenavi {
	float: right;
	max-width: 50%;
	font-size: 20px;
}

div.wp-pagenavi span.pages {
	display: none;
}

div.wp-pagenavi a, 
div.wp-pagenavi span {
	border: none;
    margin: 2px;
    padding: 2px 3px;
}

div.wp-pagenavi span.current {
	color: #000000;
	font-weight: 400;
}

.wp-pagenavi a:link,
.wp-pagenavi a:visited {
	color: #dc5a15;
}

.wp-pagenavi a:hover {
	color: #000000;
}



/**************************
		SINGLE POST PAGE
***************************/
#postHeader {
	margin: 0 0 30px 0;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
}

#postHeader h1 {
	background-color: transparent;
	font-weight: 600;
	font-size: 36px;
	line-height: 35px;
	color: #464646;
	margin: 0 0 8px 0;
}

#postHeader span.subtitle {
	font-size: 28px;
	line-height: 28px;
	display: block;
	margin: 0 0 10px 0;
}

#postHeader span.date,
#postHeader span.publication {
	display: block;
}

#postHeader span.pdf {
	display: block;
	margin: 20px 0;
	font-size: 19px;
	font-weight: 400;
}

#postHeader #eventHeader {
	border-bottom: 1px solid rgba(160,160,160,.5);
}

#postHeader div.col {
	float: left;
	width: 28%;
	margin: 0 5% 20px 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
}

#postHeader div.col h3 {
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	color: #464646;
	margin: 15px 0 7px 0;
}

#postHeader div.col a:link,
#postHeader div.col a:visited {
	color: #464646;
}

#postHeader div.col a:hover {
	color: #000000;
}

body.single-post div.relItems {
	display: none;
}

body.single-post div.relItems ul {
	margin: 0 0 40px 0;
}

body.single-post div.relItems ul li {
	list-style: none;
	margin: 0 0 7px 0;
}

body.single-post div.relItems a:link,
body.single-post div.relItems a:visited {
	color: #464646;
}

body.single-post div.relItems a:hover {
	color: #000000;
}

#bios.relItems ul {
	margin: 0 0 40px 0;
}

#bios.relItems ul li {
	float: left;
	width: 50%;
	margin: 0 0 20px 0;
	list-style: none;
}

#bios.relItems ul li:nth-child(odd){
	clear: left;
}

#bios.relItems .thumbnailWrapper {
	height: 230px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: rgba(160,160,160,.2);
	background-repeat: no-repeat;
	background-size: cover;
}

#bios.relItems .thumbnailWrapper > a {
	display: block;
	height: 100%;
	width: 100%;
}

#bios.relItems .thumbnailWrapper img {
	position: absolute;
	top: 10px;
	right: 10%;
}

#bios.relItems .bioDetails {
	padding: 10px 5%;
	font-size: 14px;
	color: #464646;
}

#bios.relItems .bioDetails a:link,
#bios.relItems .bioDetails a:visited {
	font-size: 24px;
	color: #464646;
}

#bios.relItems .bioDetails a:hover {
	color: #000000;
}


/**************************
		CONTACT US & CAREERS PAGES
***************************/
.page-template-contact header,
.page-template-careers header,
.page-template-404 header {
	background-color: transparent;
	min-height: 250px;
}

.page-template-contact section#mainContent {
	display: none;
	background-color: #ffffff;
	position: relative;
	margin-top: 355px;
}

.page-template-careers section#mainContent {
	display: none;
	background-color: #ffffff;
	position: relative;
	margin-top: 250px;
}


.page-template-contact header div#pageHeader.active,
.page-template-careers header div#pageHeader.active {
	padding: 30px 0 0 0;
}

.page-template-contact address {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #ffffff;
	margin: 30px 0 15px 0;
}

.page-template-contact header .contactInfo {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #ffffff;
	margin: 0 0 15px 0;
}

.page-template-contact header div.googleMap iframe {
	height: 150px;
	width: 300px;
}

.page-template-contact header #subnav,
.page-template-careers header #subnav {
	border-top: 1px solid rgba(255,255,255,.75);
	border-bottom: 1px solid rgba(255,255,255,.75);
	padding: 10px 0;
	margin: 20px 0;
	width: 300px;
	float: right;
}

.page-template-contact header #subnav a:link,
.page-template-contact header #subnav a:visited,
.page-template-careers header #subnav a:link,
.page-template-careers header #subnav a:visited {
	color: #ffffff;
	font-size: 16px;
	line-height: 27px;
	font-weight: 600;
	font-family: 'Quattrocento Sans', sans-serif;
}

.page-template-contact section#mainContent .googleMap {
	float: right;
	margin: 0 0 30px 30px;
	height: 150px;
	width: 300px;
}

.page-template-contact section#mainContent .googleMap iframe {
	height: 150px;
	width: 300px;	
}

#pageHeader div#intro {
	color: #ffffff;
	font-size: 16px;
	line-height: 22px;
	font-family: 'Quattrocento Sans', sans-serif;
	margin: 40px 0 40px 20%;
	width: 80%;
}

.page-template-contact section#mainContent > div.siteCenter > div.colLeft.sidebar.fixed {
	top: 345px;
}


/**************************
		PRACTICE DETAIL PAGES
***************************/
#blogPostWrapper {
    background-color: rgba(248, 249, 246, 0.9);
    margin: 0;
    padding: 30px;
}

#blogPostWrapper .thumbnailWrapper {
	float: left;
	width: 25%;
	height: 175px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

#blogPostWrapper .thumbnailWrapper a {
	display: block;
	height: 100%;
	width: 100%;
}

#blogPostWrapper #blogPostController {
	text-align: right;
	margin: -10px 0 15px  0;
}

#blogPostWrapper #blogPostController a:link,
#blogPostWrapper #blogPostController a:visited {
	color: #464646;
	display: inline-block;
	margin: 0 6px;
	font-size: 26px;
}

#blogPostWrapper #blogPostController a:hover {
	color: #dc5a15;
}

#blogPostWrapper #blogPosts {
	width: 70%;
	float: right;
	min-height: 175px;
	overflow-x: hidden;
}

#blogPostWrapper #blogPosts .postSet {
	position: relative;
	margin: 0 0 10px 0;
	width: 100%;
	display: none;
}

#blogPostWrapper #blogPosts .postSet.active {
	display: block;
}

#blogPostWrapper #blogPosts .postSet a:link,
#blogPostWrapper #blogPosts .postSet a:visited {
	font-size: 22px;
	color: #464646;
	font-weight: 400;
	display: block;
	min-height: 175px;
	padding-top: 20px;
	padding-bottom: 5px;
	width: 47%;
}

#blogPostWrapper #blogPosts .postSet a:hover {
	color: #dc5a15;	
}

#blogPostWrapper #blogPosts .postSet a:nth-child(odd) {
	float: left;
	border-right: 1px solid rgba(160,160,160,.5);
	padding-right: 5%;
}

#blogPostWrapper #blogPosts .postSet a:nth-child(even) {
	float: right;
}



#bios.relItems h3 {
	float: left;
	margin: 15px 25px 15px 0;
}

#bios.relItems a.viewAll:link,
#bios.relItems a.viewAll:visited {
	font-weight: 600;
	color: #464646;
	display: inline-block;
	margin: 17px 0 0 0;
}

#bios.relItems a.viewAll:hover {
	color: #dc5a15;
}

#bios.relItems ul.fullList {
	margin: 0 0 30px 0;
	display: none;
}

#bios.relItems ul.fullList li {
	margin: 0 0 10px 0;
	list-style: none;
}

#bios.relItems ul.fullList a:link,
#bios.relItems ul.fullList a:visited {
	font-size: 18px;
	font-weight: 600;
	color: #464646;
}

#bios.relItems ul.fullList a:hover {
	color: #000000;
}


#news.relItems,
#practices.relItems,
#industries.relItems,
#markets.relItems {
	padding: 20px 0;
	display: none;
}

#news.relItems ul {
	margin: 0 0 20px 0;
}


#news.relItems ul > li {
	list-style: none;
	margin: 0 0 15px 0;
	border-top: 1px solid rgba(160,160,160,.5);
	padding: 20px 0 0 0;
}

#news.relItems ul > li:first-child {
	border-top: none;
}

#news.relItems ul > li > a:link,
#news.relItems ul > li > a:visited {
	color: #000000;
    display: block;
    font-size: 20px;	
}

#news.relItems ul > li > a:hover {
	color: #dc5a15;
}




#practices.relItems > div ul,
#industries.relItems > div ul,
#markets.relItems > div ul {
	margin: 0;
	padding: 0;
	-moz-column-count: 2;
	-moz-column-gap: 45px;
	-moz-column-rule: 1px solid rgba(160,160,160,.5);
	
	-webkit-column-count:2;
	-webkit-column-gap: 45px;
	-webkit-column-rule: 1px solid rgba(160,160,160,.5);
	
	column-count:2;
	column-gap: 45px;
	column-rule: 1px solid rgba(160,160,160,.5);
}

#practices.relItems > div ul li,
#industries.relItems > div ul li,
#markets.relItems > div ul li {
	list-style: none;
}


.colLeft.sidebar .box.submenu {
	margin-top: 0;
	display: none;
}

.colLeft.sidebar .box.submenu > span.subheader {
	display: block;
	font-size: 15px;
	color: #000000;
	margin: 0 0 8px 0;
	font-weight: 600;
}

.colLeft.sidebar .box.submenu a:link,
.colLeft.sidebar .box.submenu a:visited {
	font-size: 15px;
	font-weight: 400;
	color: #297138;
}

.colLeft.sidebar .box.submenu a:hover {
	color: #000000;
}

.colLeft.sidebar .box.submenu > div.divider {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 1px solid rgba(160,160,160,.5);
}

.colLeft.sidebar .box > div > ul > li {
	margin: 0;
	position: relative;
}

.colLeft.sidebar .box.submenu > div > ul > li > a:link,
.colLeft.sidebar .box.submenu > div > ul > li > a:visited {
	color: #000000;
	font-size: 16px;
	display: block;
	margin: 0 0 5px 0;
}

.colLeft.sidebar .box.submenu > div > ul > li > ul > li {
	position: relative;
}

.colLeft.sidebar .box.submenu > div > ul > li > ul > li > ul.sub-menu {
	display: none;
	margin: 5px 0 0 10px;
	
}

.colLeft.sidebar .box.submenu span.expander {
	position: absolute;
	top: 2px;
	right: -10px;
	font-size: 13px;
	line-height: 13px;
	cursor: pointer;
	color: #666961;
}



/**************************
		SIDEBARS
***************************/
.colLeft.sidebar.padded {
	padding: 40px 0;
}

section#mainContent > div.siteCenter > div.colLeft.sidebar.fixed {
	position: fixed;
	top: 350px;
}

.colLeft.sidebar div.box {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
	padding: 20px;
	margin: 50px 0 30px 0;
	max-width: 188px;
	-webkit-transition: all ease 250ms;
	-moz-transition: all ease 250ms;
	-o-transition: all ease 250ms;
	transition: all ease 250ms;
}

.colLeft.sidebar .box ul {
	margin: 0;
	padding: 0;
}

.colLeft.sidebar .box ul li {
	list-style: none;
	margin: 8px 0 0 0;
}

.colLeft.sidebar .box ul li:first-child {
	margin-top: 0;
}

.colLeft.sidebar .box a:link,
.colLeft.sidebar .box a:visited {
	color: #8d8f90;
	font-size: 16px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-weight: 600;
}

.colLeft.sidebar .box a:hover,
.colLeft.sidebar .box a.active {
	color: #464646;
}

.colLeft.sidebar div.widget-content {
	margin: 0 0 25px 0;
}

.sidebar div.widget-content img.image-text-widget-image {
	max-width: 200px;
}


/**************************
	Wider screen displays
***************************/
@media only screen 
	and (min-width: 1200px) {
	
	div.siteCenter {
		width: 1100px;
	}
	
	.colLeft.sidebar div.box {
		max-width: 212px;
	}
	
	.page-template-professional-landing section#mainContent > div.siteCenter > div.colRight {
		width: 72%;
	}
	
	div#newsFilterWrapper.fixed {
		left: 34%;
	}
	
	div#newsFilterWrapper.fixed div.filterSet {
		margin-left: -34%;
	}

	div#newsFilterWrapper.fixed div.filterSet .siteCenter {
		margin: 0 7%;
	}
	

}
