/* 522 */


@import url(../../css/Noto-Sans.css);


#wrapper {
	font-family: 'Noto Sans';
	font-weight: 400;
	color: #000000;
	letter-spacing: 0.42;
}


h1 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	font-size: 27px;
}


h2 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
	font-size: 22px;
}


h3 {
	text-transform: uppercase;
	color: #000000;
	font-weight: 600;
}


b, strong {
	font-weight: 600;
}


a {
	color: #000000;
	font-weight: 600;
	text-decoration: none !important;

}


a:hover {
	color: #FFE000;
	font-weight: 600;
	text-decoration: none !important;
}



#s3_footer a.apply {
	text-transform: uppercase;
	border-radius: 0px !important;
	font-weight: 600 !important;
	background-color: #FFE000 !important;
	color: #000000 !important;
	border: 2px solid #FFE000 !important;
}


#s3_footer a.apply:hover {
	background-color: #FFFFFF !important;
	color: #000000 !important;
	border: 2px solid #000000 !important;
}


.jobtitle {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 5px solid #FFE000;
}


.outro {
	margin-top: 0px;
	padding-top: 20px;
	border-top: 5px solid #FFE000;
}