/*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;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0 24px 0;
}

.t3-content h5{
	margin-bottom: 25px;
}

.how-to-transfer-container{
	color: #333333;
	background-color: #f6f7f5;
	border-radius: 8px;
	text-align: center;
	padding: 0 64px 37px;
}

.how-to-transfer-container a{
	color: #ed6022;
	text-decoration: none;
}

.how-to-transfer-container > div{
	text-align: center;
}

.how-to-transfer-container > div a{
	color: #00a046;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}

.how-to-transfer-container > div h5{
	color: #00a046;
	font-size: 16px;
	font-weight: 600;
	margin: 25px 0;
	text-align: center;
}

.how-to-transfer-container img{
	margin: 0 auto;
}

.employer{
	width: 48%;
	display: inline-table;
	border-right: 1px solid #e0e0e0;
    padding: 3%;
	margin: 40px 0;
	right: -4px;
}

.self-employed-person{
	width: 48%;
	display: inline-table;
    padding: 3%;
	margin: 40px 0;
}



/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {
.how-to-transfer-container{
	width: 100%;
    padding: 25px;
}

.employer{
    width: 100%;
	border-right: 0;
    padding: 10%;
	margin:0;
	text-align: left;
}

.self-employed-person{
	width: 100%;
	border-top: 1px solid #e0e0e0;
    padding: 10%;
	margin:0;
	text-align: left;
}


}

@media screen and (max-width: 319px) {


}