.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}
.bg-image {
	background-image: url('../../images/banners/mpf-orso_introduction_bg.jpg') !important;
}
article .article-content {
  padding-bottom: 0;
}

/*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: 0 0 40px;
}

.intro-banner{
	margin-bottom: 30px;
}

.intro-banner-mobile{
	display: none;
}

/*Responsive*/
@media screen and (min-width: 1200px) {

}

@media screen and (max-width: 1190px) {

}

@media screen and (max-width: 767px) {
	.intro-banner{
		display: none;
	}
	
	.intro-banner-mobile{
		display: block;
		margin-bottom: 30px;
	}
	
	.intro-banner-mobile img{
		width: 100%;
	}
	
}