.article-aside,
.divider-vertical,
.pager,
.view-article .page-header {
	display:none;
}

.article-content img{
	margin: 0 auto;
}

/*banner*/
.bg-image {
	background-image: url('../../images/banners/mpf-orso_er_ee_bg.jpg') !important;
}

#t3-content h1{
    margin: 20px 0 40px 0;
}

.article-content h4{
	font-weight: 600;
	text-align: center;
	color: #00a046;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}

.article-content{
	text-align: left;
}

.article-content .content{
	background-color: #f6f7f5;
	border-radius: 8px;
	padding: 29px;
}

.article-content h5{
	color: #00a046;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 25px;
}

.article-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) {



}

@media screen and (max-width: 414px) {
	.article-content .content {
		margin-top: 19px;
		background-color: #f6f7f5;
		border-radius: 8px;
		padding: 29px 18px;
		width: 100%;
	}

}