/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.subsite li a {
	color: #2980b9;
	font-family: "Museo";
	font-size: 20px;
	font-weight: 400;
	margin: 0 4px;
	padding: 4px 12px;
	text-decoration: none;
	text-transform: uppercase;
}

.floatImageLeft {
	float: left;
	margin-right: 20px;
	margin-top: 6px;
}

.pageView .pageSidebar a, .pageView .pageMain a, .pageView .blogPagePost a,
.pageView .pageSidebar em, .pageView .pageMain em, .pageView .blogPagePost em {
	font-family: "Museo";
}

.centerImageBlog {
	margin: 0 auto;
	display: block;
	padding-bottom: 16px;
}

.fullWidth {
	width: 100%;
}

.siteFooterWrapper .siteFooter .copyright {
	line-height: 22px;
}

.siteNavigation.top {
	padding-top: 24px;
	padding-bottom: 24px;
}

.siteNavigation .socialIcons {
	display: block;
	padding-bottom: 24px;
	padding-right: 16px;
}

.siteNavigation .socialIcons img {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-left: 16px;
}

.siteNavigation.bottom {
	padding-top: 0;
}

.fund .infoEntry .fieldValue a {
	color: #fff;
}

.pageMain ul {
	list-style: square outside none;
}

.pageMain li {
	list-style: outside none square;
	margin: 0 0 1.3em 1.3em;
	font-family: "Museo";
	font-size: 18px;
	font-weight: 100;
	line-height: 20px;
}

html.wf-loading.ng-scope body.ng-scope div.siteContentWrapper div.siteContent.ng-scope div.pageView.ng-scope div.wpPageContent.ng-binding div.pageMain ul {
	list-style: square outside none;
}

.fund .fundGraphImages .imagesSpan {
	overflow: visible;
}

strong {
	font-family: inherit;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Museo-Sans";
}

a.pathLinks {
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 8px 16px;
	font-size: 20px;
	font-family: "Museo-Sans";
	font-weight: 300;
	text-align: center;
	background-color: #2980B9;
	margin-right: 16px;
}

a.pathLinks:last-child {
	margin-right: 0;
}

.logosSection .right {
	margin-top: -10px;
}

@media (max-width: 1199px) {
	a.pathLinks {
		font-size: 16px;
	}
	
	.logosSection .right {
		margin-top: -6px;
	}
}

@media (max-width: 755px) {
	p.aboutPipr {
		text-align: center;
	}
	
	p.aboutPipr span.left {
		display: inline-block !important;
	}
}