#map-jobs{
	width: 100%;
	height: 800px;
	z-index: 0;
}

.jobfiler{
	padding: 20px 0 30px;
	width: calc(100% - 250px);
}

.jobfiler .fieldset{
	width: 48%;
	float:left;
	position: relative;
}

.jobfiler .fieldset:first-child{
	margin-right: 4%;
}

.jobfiler .fieldset label{
	font-weight:bold;
}

.jobfiler .fieldset select{
	position: absolute;
	margin-left: 70px;
	width: calc(100% - 70px);
	top:-10px;
	left: 0;
}

.joblist{
	margin: 0px 0 40px;
	padding: 0;
}

.white-popup .joblist{
	margin: 20px 0;
}

.joblist li{
	list-style: none;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 0;
}

.joblist li a{
	display:block;
	padding: 10px;
	text-decoration: none;
	color: #000;
	line-height: 32px;
}

.joblist li a:hover{
	background-color: #e71f01;
	color: #fff;
}

.joblist li a span{
	display:inline-block;
	vertical-align: top;
}

.joblist li a span.jobtitle{
	width: calc(100% - 350px);
	padding-right: 18px;
}

.joblist li a span.jobzipcode{
	width: 100px;
}

.joblist li a span.joblocation{
	width: 200px;
}

.joblist li a span.jobicon{
	width: 30px;
	height: 32px;
	padding-left: 2px;
	background-color: #e71f01;
	color: #fff;
	border-radius: 16px;
	text-align: center;
	line-height: 30px;
}

.joblist li a:hover span.jobicon{
	background-color: #fff;
	color: #e71f01;
}

.job-filter-frame .location-nav {
    	bottom: 0;
}


@media only screen and (max-width: 1000px) {
	#map-jobs {
		height: 400px;
	}

	.jobfiler {
    		width: calc(100% - 160px);
	}
}


@media only screen and (max-width: 740px) {	
	.jobfiler .fieldset{
		width: 100%;
		float:none;
		margin-top: 30px;
	}
	
	.joblist{
		margin: 30px 0;
	}
	
	.joblist li a span.jobtitle{
		width: calc(100% - 50px);
	}
	
	.joblist li a span.jobzipcode, .joblist li a span.joblocation{
		display: none;
	}
}

@media only screen and (max-width: 660px) {
	#map-jobs {
		width: 90%;
	}

	.jobfiler {
    		width: 100%;
	}
}

.hidden {
	display: none !important;
}