.JobsUL li
{
	list-style: none;
}
.JobsUL .button
{
	color: white!important;
}
#loadingSpinner{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background: white;
	width: 100vw;
	height: 100%;
	text-align: center;
	padding-top: 20%;

}
.spinner_V8m1{
	transform-origin:center;
	animation:spinner_zKoa 2s linear infinite
}
.spinner_V8m1 circle{
	stroke-linecap:round;
	animation:spinner_YpZS 1.5s ease-in-out infinite
}
@keyframes spinner_zKoa{
	100%{transform:rotate(360deg)}
}
@keyframes spinner_YpZS{
	0%{stroke-dasharray:0 150;stroke-dashoffset:0}
	47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}
	95%,100%{stroke-dasharray:42 150;stroke-dashoffset:-59}
}
