/*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*/
/*artcile-title*/
#t3-content h1{
    margin: 20px 0 40px 0;
}

#t3-content h4{
	color:#00a046;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 25px;
}

#t3-content h5{
	font-weight: 600;
	color:#000000;
	margin-top: 46px;
	margin-bottom: 25px;
	font-size: 14px;
}

.article-content a{
	color:#ed6022;
	text-decoration: none;
}

.channels{
	overflow: auto;
	overflow-y: hidden;
	overflow-x: auto;
	border: 1px solid #a6ce39 \9;
}

:root .channels{
	border: none\0/IE9;
}

.channels table{
	border: 1px solid #a6ce39;
    width: 100%;
    min-width: 700px;
	position: initial;
	border: none \9;
}

:root .channels table{
	border: 1px solid #a6ce39\0/IE9;
}

.channels table td, th{
	border: 1px solid #a6ce39;
	padding: 10px 10px;
	text-align: center;
	background-clip: padding-box;
	border: none \9;
}

:root .channels table td, th{
	border: 1px solid #a6ce39\0/IE9;
}

.channels table th{
	background-color: #a6ce39;
	color: #ffffff;
	font-weight: 600;
	font-size: 16px;
	width: 13%;
}

.channels table th:first-child{
	text-align: left;
	width: 35%;
}

.channels table td{
	margin: 0 auto;
	vertical-align: middle;
	background-image: url(../../images/articles/mpf-orso/fake_border.png) \9;
}

:root .channels table td{
	background-image: none\0/IE9;
}

.channels table td:first-child{
	text-align: left;
	font-weight: 600;
	background-image: none\0/IE9;
	background-image: url(../../images/articles/mpf-orso/fake_border_2.png) \9;
}

:root .channels table td:first-child{
	background-image: none\0/IE9;
}

.channels table td img{
	margin: 0 auto;
}

.channels table td .with-tick{
	display: inline-block;
}

.channels table .nope{
	background-color: #f5f5f5;
	border: none \9;
	background-image: url(../../images/articles/mpf-orso/fake_border.png) \9;
}

:root .channels table .nope{
	border: 1px solid #a6ce39\0/IE9;
	background-image: none\0/IE9;
}

.note{
	display: block;
	margin-top: 30px;
	color: #666666;
	font-size: 13px;
}

.steps-to-access-your-online-account{
	background-color: #f6f7f5;
	border-radius: 8px;
	padding: 20px;
	text-align: center;
}

.steps-to-access-your-online-account .title{
	color: #6e6f76;
	font-size:18px;
	display: block;
	text-align: center;
	margin-bottom: 26px;
}

.steps-to-access-your-online-account .step{
	background-color: #ffffff;
	width: 200px;
	display: inline-table;
	border: 1px solid #a6ce39;
	border-radius: 8px;
	margin: 0 1% 2% 0;
}

.steps-to-access-your-online-account .step .header{
	background-color: #a6ce39;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	min-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	line-height: 40px;
}

.steps-to-access-your-online-account .step .content{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height: 260px;
	text-align: center;
	padding: 19px 12px 0;
}

.steps-to-access-your-online-account .step .content img{
	margin: 0 auto;
	margin-bottom: 24px;
}

.steps-to-access-your-online-account h5{
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	min-height: 260px;
	text-align: center;
	padding: 19px 12px 0;
}


.steps-to-access-your-online-account .left{
	text-align: left;
}

.administering-the-mpf-accounts{
}

#t3-content ul li {
  margin-left: -25px;
  list-style: none;
}


#t3-content ul li:before {
  content: '\2022';
  /* content: '\25A0'; */
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -6px;
  color: #666666;
  font-size: 22px;
}

#t3-content hr {
  margin: 40px 0;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.channels table{
		border: 1px solid #a6ce39;
		background: none;
	}

	.channels table td, th{
		border: 1px solid #a6ce39;
		background: none;
	}
	
	.channels table .nope{
		border: 1px solid #a6ce39;
		background: -ms-linear-gradient(left, #F5F5F5 0%, #F5F5F5 100%);
	}
}




/*Responsive*/
@media screen and (max-width: 1236px) {
	.steps-to-access-your-online-account .step{
		width: 41%;
	}


}

@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {

	.steps-to-access-your-online-account {
	  padding: 32px 11px 36px;
	}

	.steps-to-access-your-online-account .step {
	  width: 100%;
	  margin: 0 0 20px 0;
	}
	
	.steps-to-access-your-online-account .step .content {
	  min-height: 150px;
	}
	
	.steps-to-access-your-online-account .step .content img {
	  margin-bottom: 14px;
	}
	
	.steps-to-access-your-online-account .step .content h4 {
	  margin-bottom: 14px;
	}
}

@media screen and (max-width: 319px) {


}