#hero_image {
	background-image: url(../_img/photos/calculator.jpg);
}
main {
	background-color: #fff;	
	background-image:  url(../_img/symbol_light.png);
	background-position: right 20% bottom 40px;
	background-repeat: no-repeat;
	padding-bottom: 4em;
}
.content {
	color: #222;	
}
.wrapper--funds_intro {
	background: #4d4d4d;
}
/*
.content h1 {
	color: #fff;
	
	background-image: url(../_img/funds_icon.png);
	background-size: 84px auto;
	background-position: center top;
	background-repeat: no-repeat;

	padding: 130px 0 0.4em 0;
	
	margin: 0 auto 1.5em auto;
	border-bottom: 1px solid #b3b3b3;
	max-width: 12em !important;
	
}

*/



/* fund intro */
#fund_intro {
/* 	padding-top: 2em; */
	padding-bottom: 3em;
}
#fund_intro .content {
	font-weight: 400;	
}

/* fund overview */
#fund_overview .content ul li {
	font-weight: 400;
	font-size: 0.88em;	
	padding-bottom: 0.4em;
	padding-top: 0.4em;
}
.content.content--secured_fund_logo > span.content_bg_image {
	background-image: url(../_img/secured_fund_logo.png);	
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 490px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 15px;
}

/** fund details **/
#fund_details .content  {
	font-weight: 400;
	font-size: 0.92em;	
	color: #808080;
}
#fund_details .content h2 {
	color: #736357;
	text-transform: uppercase;
	font-weight: 400;
}
#fund_details .content h2 i {
	font-size: 0.7em;
	text-transform: none;
	font-weight: 300;
	font-style: normal;
}


#fund_details .content table.layout tr td:first-of-type,
#fund_details.content table.layout tr th:first-of-type {
	font-weight: 300;
}