p{ font-size: 1.15em; }
h4.figureTitle{ font-size: 1.25em;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
	background: #FFF !important;
}

.navbar-custom.scrolled{
	background: rgba(0, 0, 0, 0.9);
	padding: 10px;
}

.white .shareList a i.fa.fa-fw{ color: #003D99 !important; }
.col-lg-8.esSummary{
	padding-right: 4em;
}

.keyFindings .sidebarQuote{
	background: transparent;
	width: 100%;
	padding: 0;
}

a .panel-heading:before {
	font-family: 'FontAwesome';
	content: "\f106" ;
	float: right;
	font-size: 2em;
	transition: all 0.5s;
	margin-top: -.25em;
}
a.collapsed .panel-heading:before {
	content: "\f106";	
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.piechartfig {
    /*width: 840px; */
    /*max-height: 420px;*/
}

