/*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{
	font-size: 18px;
	color: #00a046;
	margin: 0 0 30px;
}

.item-page a,
.update-company-info a{
	color: #ed6022;
	text-decoration: none;
}

.contact-tel{
	color:#00a046;
	font-weight: 600;
    display: inline-block;
}

div.item-page{
	margin-bottom: 0px;
}

.t3-content hr { 
	margin: 40px 0;
}

.info-content.employer .start-kit-up{
	width: 286px;
	background-color: #ffffff;
	border: 1px solid #a6ce39;
	border-radius: 8px;
	margin: 20px auto 0;
}

.info-content.employer .start-kit-up .header{
	border-bottom: 4px solid #a6ce39;
	background-color: #f7f7f5;
	text-align: center;
	padding: 13px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 16px;
	color: #00a046;
}

.info-content.employer .start-kit-up .header > *{
	margin: 0 auto;
}

.info-content.employer .start-kit-up .header img{
	margin: 10px auto;
}


.info-content.employer .start-kit-up .content{
	padding: 20px 13px;
}


.update-company-info{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.update-company-info{
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.update-company-info h4{
    text-align: left;
}

.update-company-info ol{}

.update-company-info ol li{
	margin-left: -19px;
}

.update-company-info .what-to-do{
	background-color: #f6f7f5;
	border-radius: 8px;
	text-align: center;
	padding: 30px;
	margin-top: 40px;
}
.update-company-info .what-to-do h4{
    color: #666666;
    display: block;
    margin: 0 0 27px;
	font-weight: normal;
	text-align: center;
}
.update-company-info .what-to-do .step{
	width: 33%;
	min-height: 280px;
	display: inline-table;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #a6ce39;
	margin-bottom: 10px;
}

.update-company-info .what-to-do #step1{
	width: 65%;
	margin-right: 10px;
}
.update-company-info .what-to-do .step .header{
	background-color: #a6ce39;
	min-height: 40px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
}
.update-company-info .what-to-do .step .content{
	padding: 15px;
}
.update-company-info .what-to-do .step .content > *{
	margin: 0 auto;
	font-weight: 600;
}
.update-company-info .what-to-do .step .content h5{
	color: #00a046;
	font-size: 16px;
	margin: 20px 0;
}
.update-company-info .what-to-do .step .content ul{
}
.update-company-info .what-to-do .step .content ul li{
	text-align: left;
	margin-left: -25px;
	list-style: none;
}

.update-company-info .what-to-do .step .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;
}



/*Responsive*/
@media screen and (min-width: 1200px) {



}

@media screen and (max-width: 1190px) {



}

@media screen and (max-width: 768px) {

.update-company-info .what-to-do .step{
	width: 100%;
	min-height: 280px;
	display: inline-table;
	background-color: #ffffff;
	border-radius: 8px;
	border: 1px solid #a6ce39;
}

.update-company-info .what-to-do #step1{
	width: 100%;
}


}

@media screen and (max-width: 319px) {


}