/*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 10px;
}

#t3-content h2{
	font-size: 18px;
	color: #00a046;
	margin: 0 0 40px;
}

#t3-content h5{
	font-size: 16px;
	color:#00a046;
}

#t3-content hr {
	margin: 40px 0;
}

.item-page  a{
	color: #ed6022;
	text-decoration: none;
}

.offsetting-agreement-content{
	background-color: #f6f7f5;
	padding: 30px 0;
	border-radius: 8px;
	text-align: center;
	margin: 40px 0;
}

.offsetting-agreement-content .step{
	width: 100%;
	max-width: 300px;
	display: inline-table;
	border-radius: 8px;
	margin: 11px;
	border: 1px solid #a6ce39;
}

.offsetting-agreement-content .step .header{
	background-color: #a6ce39;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
}

.offsetting-agreement-content .step .content{
	background-color: #ffffff;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 260px;
	text-align: left;
	padding: 13px;
}

.offsetting-agreement-content .step .content img{
	margin: 0 auto;
}

.offsetting-agreement-content .step .content h5{
	text-align: center;
}

.note{
	text-decoration: underline;
	font-weight: 600;
	font-size: 13px;
}

.note-info {
	font-size: 13px;
}
.note-info li{
	margin-left: -20px;
	list-style: none;
}

.note-info li:before {
  content: '\2022';
  /* content: '\25A0'; */
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -20px;
  top: -10px;
  color: #666666;
  font-size: 25px;
}