.Menu > .Current > a{font-family:'ProximaNovaExtrabold';background:url(../images/menu-background.png) repeat-x 0 -38px}
.Menu > .Current:first-child > a{background:url(../images/menu-background.png) no-repeat 0 -76px;padding-left:26px}
.Menu > .Current:first-child > a,
.Menu > .Current:first-child > a:hover{background-position:0 -152px}

.messageContact{color: #24A803 !important;}
.errorContact{color: #ff0000 !important;}
.errorMessageDetail{color: #808080 !important; margin: 0px 0px 0px 0px;padding-left: 25px;}
.loadingAjax{
display: none;
margin-bottom: 20px;
}
/* Add more for main.css */

.Submenu {
min-width: 680px;
}
.ListNews ul.SocialShare li{
margin-top: 10px !important;
}

.ListNews ul.SocialPressRelease li{
margin-top: 0px !important;
}
/* --- Popup --- */
#apply_career {
	display: none;
	background-color: #F8F9FA;
	width: auto;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

	#apply_career #div_apply_career {
		float: left;
	}
	
	#apply_career #div_apply_career #div_apply_career_top {
		float: left;
		margin-bottom: 15px;
	}
	.btnSubmit {
	background-color: #2A71B9;
		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	border: none;
	box-shadow: 3px 3px 15px 0px #5D5D5D;
		
	padding: 7px 10px 7px 10px;
		
	color: #fff;
}

	.btnSubmit:hover {
		background-color: #1f5e9e;
		color: #fff;
	}
	
.btnCancel {
	background-color: #2A71B9;
		
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
		
	border: none;
	box-shadow: 3px 3px 15px 0px #5D5D5D;
		
	padding: 7px 10px 7px 10px;
		
	color: #fff;
}
	
	.btnCancel:hover {
		background-color: #1f5e9e;
		color: #fff;
	}
	
.errorCareer{
text-align: center;
display:none;
}
.errorCareerText{
padding-bottom: 30px;
text-align: center;
color: #FF0000;
}
.BlockTopic{
color: #f38b2f;
font-weight: bold;
padding-bottom: 10px;
text-transform: uppercase;
font-size: 14px;
}