/*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 30px 0;
}

#t3-content h2{
	color:#00a046;
	margin: 40px 0 20px;
	font-size: 18px;
}

.t3-content h4{
	color:#00a046;
	margin: 0 0 29px;
	font-size: 16px;
}

.t3-content h5{
	font-weight: 600;
	margin-bottom: 25px;
}

.item-page a{
	color: #ed6022;
	text-decoration: none;
}


.article-content ul{
	margin-bottom: 20px;
}

.article-content ul li{
	margin-left: -25px;
	list-style: none;

}

.article-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;
}

.article-content ul li ul{
	margin-bottom: 0px;
}

.article-content ul li ul li{
	margin-left: -25px;
	list-style: none;

}

.article-content ul li ul li:before {
  content: '-';
  /* content: '\25A0'; */
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -15px;
  top: -6px;
  color: #666666;
  font-size: 22px;
}

/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 767px) {



}

@media screen and (max-width: 319px) {


}