/*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: 10px 0 24px 0;
}

.t3-content h5{
	margin-bottom: 25px;
}

.way-of-transfer-container{
	color: #333333;
	background-color: #f6f7f5;
	border-radius: 8px;
	text-align: center;
	padding: 45px;
}

.way-of-transfer-container > div a{
	color: #ed6022;
	text-decoration: none;
}

.way-of-transfer-container > div h5{
	color: #00a046;
	font-size: 16px;
	margin: 25px 0;
	text-align: center;
}

.way-of-transfer-container img{
	margin: 0 auto;
}

.employee-choice-arrangement{
	width: 48%;
	display: inline-table;
	border-right: 1px solid #e0e0e0;
    padding: 3%;
	margin: 40px 0;
	right: -4px;
}

.personal-account-consolidation{
	width: 48%;
	display: inline-table;
    padding: 3%;
	margin: 40px 0;
}

.bct-mpf-e-channel{
	border-top: 1px solid #e0e0e0;
    padding: 3%;
}

.easy-gold-plan{
	border-top: 1px solid #e0e0e0;
    padding: 3%;
}



/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 768px) {
.way-of-transfer-container{
	width: 100%;
    padding: 25px;
}

.employee-choice-arrangement {
    width: 100%;
	border-right: 0;
    padding: 5%;
	text-align: left;
}
.personal-account-consolidation{
	width: 100%;
	border-top: 1px solid #e0e0e0;
    padding: 5%;
	text-align: left;
}
.easy-gold-plan{
    padding: 5%;
	text-align: left;
}


}

@media screen and (max-width: 319px) {


}