/*disable the divider vertical, pagenav, article aside, page header*/
hr.divider-vertical,
ul.pager.pagenav,
aside.article-aside{
	display: none;
}
div.page-header{
	display: none;
}
/*title&subtitle*/
#t3-content h1 {
    margin: 20px 0 35px;
}
.t3-content h4{
	color:#00a046;
	margin: 0 0 29px;
}

.t3-content h5{
	font-weight: 600;
	margin-bottom: 25px;
}

.item-page{
	margin-bottom: 0px;
}

.subpage-banner .bg-image {
	background-image: url('../../images/banners/fund_information_bg.jpg') !important;
}