.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}
.bg-image {
	background-image: url('../../images/banners/mpf-orso_introduction_bg.jpg') !important;
}

/*It is MPF/OROS Introduction CSS*/
.t3-content hr{
	margin: 40px 0;
}

#t3-content h1{
    margin: 20px 0 40px 0;
}

.t3-content h4{
	font-size: 18px;
	color: #00a046;
	margin: 40px 0 30px;
}


.t3-content h5{
	font-size: 16px;
	color: #00a046;
	margin: 0 0 30px;
}

.bringing-values-banner{
	margin: 20px 0 40px;
}

.connectivity-banner{
	margin: 30px 0;
}

.t3-content a{
	color: #ed6022;
	text-decoration: none;
}

.product-container{
	width: 98%;
	padding: 0 10px;
}

.product-container.single{
	width: 100%;
	padding: 0;
}

.leaflet{
	position: relative;
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 0 10px -10px;
	overflow: hidden;
	box-shadow: 6px 6px 0 /*rgba(0,0,0,0.08)*/ #eff1f1;
}

.content{
	display: inline-table;
	position: relative;
	width: 81%;
	margin-left: 44px;
}

.content .article{
	text-align: left;
}

.single-article{
	text-align: left;
	width: 100%;
}

.content .article ul li{
	margin-left: -20px;
}

.content .article .contact{
	margin-left: 20px;
}

.sub-title{
	font-weight: 600;
	margin-bottom: 20px;
}


.content .article .contact .phone{
	color: #00a046;
	font-weight: 600;
}

/*Items*/
.items{
	text-align: center;
	padding: 0 0 3% 0;
}

.items .item {
	display: inline-table;
	width: 144px; /*change green ball size a bit bigger, org: 140px*/
	height: 144px; /*org: 140px*/
    border-radius: 70px; 
	margin: 0 4%;
	background-repeat: no-repeat;
	background-position: 50% 25%;
	background-color: #a6ce39;
}

.items .item.multi-manager-investment-approach{
	background-image: url('../../images/articles/mpf-orso/our-products-multi-manager-investment-approach-icon.png');
}

.items .item.wide-range-of-fund-choice{
	background-image: url('../../images/articles/mpf-orso/our-products-wide-range-of-fund-choices-icon.png');
}

.items .item.voluntary-contributions{
	background-image: url('../../images/articles/mpf-orso/our-products-voluntary-contributions-icon.png');
}

.items .item.flexibility{
	background-image: url('../../images/articles/mpf-orso/our-products-flexibility-icon.png');
}

.items .item span{
  color: #ffffff;
  width: 120px;
  display: block;
  margin: 0 auto;
  top: 84px;
  font-size: 14px;
  line-height: 15px;
}




/*Box*/
.box{
	background-color: #f2f2f2;
	margin: 40px 0;
	padding: 30px;
}

.box p{
	margin: 0 auto;
}


.t3-content a {
	color: #ed6022;
	text-decoration: none;
}

*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {
	.leaflet {
		display: none;
	}
	
	.content {
		width: 100%;
		margin-left: 0;
	}

	.single-article {
		margin: 0 !important;
	}
	
	/*BCT*/
	.items{
		width: 100%;
		text-align: center;
	}
	
	.items .item {
		display: inline-table;
		width: 122px;
		height: 122px;
		border-radius: 70px;
		margin: 1%;
	}

	.items .item span{
		top: 75px;
		font-weight: 600;
		line-height: 13px;
	}


}

@media screen and (max-width: 320px) {


}