/*banner*/
.bg-image {
	background-image: url('../../images/banners/mpf-orso_er_ee_bg.jpg') !important;
}

/*disable the divider vertical, pagenav, article aside, page header*/
.divider-vertical,
.pager.pagenav,
.article-aside,
.page-header{
	display: none;
}
/*title&subtitle*/
#t3-content h1{
    margin: 20px 0 40px 0;
}

.t3-content h4{
	color:#00a046;
	margin: 0 0 29px;
	font-size: 16px;
}

.t3-content h5{
	margin: 0;
	margin-bottom: 20px;
	color:#00a046;
	font-size: 16px;
}

/*content*/
.tips{
	position: relative;
	width: 100%;
	min-height: 340px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
	background-color: #fff;
}

.tips img{
	display: none;
}

.item-page a{
	color: #ed6022;
	text-decoration: none;
}

/*tips-1*/
#tips-1.tips{
	background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner1.jpg');
	background-color: #FBF7F6;

}

/*tips-2*/
#tips-2.tips{
	background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner2.jpg');
	background-position: left bottom;
}

/*tips-3*/
#tips-3.tips{
	background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner3.jpg');
	background-color: #FBF7F6;
}

/*tips-4*/
#tips-4.tips{
	background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner4.jpg');
	background-position: left bottom;
}

.tips .tips-content{
	width: 59%;
    padding: 25px;
}

.tips .tips-content .tel{
	color:#00a046;
	font-weight: 600;
	display: inline-block;
}

.tips-content.left{
	float: left;
}

.tips-content.right{
	float: right;
}

/*Responsive Mode*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 767px) {
	.t3-content h5 {
	}

	.tips {
		background: #fff;
		min-height: 0;
	}
	.tips:before {
		content: "";
		display: block;
		height: 360px;
		width: 100%;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		background-color: #fff;
	}

	.tips .tips-content {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.tips-content.left,
	.tips-content.right{
		float: none;
	}

	#tips-1.tips,
	#tips-2.tips,
	#tips-3.tips,
	#tips-4.tips {
		background: #fff;
	}
	#tips-1.tips:before {
		background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner1-mobile.jpg');
		background-color: #fcf9f7;
	}
	#tips-2.tips:before {
		background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner2-mobile.jpg');
	}
	#tips-3.tips:before {
		background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner3-mobile.jpg');
		background-color: #fcf9f7;
	}
	#tips-4.tips:before {
		background-image: url('../../images/articles/mpf-orso/employee-self-employed/tips-for-you_banner4-mobile.jpg');
	}

}

@media screen and (max-width: 480px){
	.tips:before {
		height: 250px;
	}
}

@media screen and (max-width: 400px){
	.tips:before {
		height: 204px;
	}
}