/*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 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;
}

.contact-tel{
	color: #00a046;
	font-weight: 600;
	display: inline-block;
}

.glossary,
.glossary:link,
.glossary:active,
.glossary:hover,
.glossary:visited
{
	color: #428bca;
}

.howtoenroll-container .article .contact-us {
	margin: 50px 0;
	text-align: center;
}
.howtoenroll-container .article .contact-us a,
.howtoenroll-container .article .contact-us a:hover {
	background-color: #a6ce39;
	color: #fff !important;
	text-decoration: none;
	padding: 14px 60px;
	border-radius: 8px;
}
.howtoenroll-container .article .contact-us a img {
	height: 22px;
	margin-right: 10px;
}

/*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) {


}