@charset "UTF-8";
/* CSS Document */

.bx-viewport {
 	overflow: hidden;
}

.clr {
	clear: both;
}

.pull-right {
	float: right;
	clear: right;
}
.jobs-container {
	box-sizing: border-box;
	margin-top: 20px;
	padding: 0 20px;
}

#s, #sZ {
	padding: 7.5px 5px !important;
}

.jobs-categories {
	width: 25%;
	float: left;
	border: 1px solid #CCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 20px;
}

	.jobs-categories h3 {
		margin: 0 0 15px 0;	
		font-size: 18px;
	}
	
	.jobs-categories ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.jobs-categories ul li {
		
	}
	
	.jobs-categories ul li a {
		color: #d12925;
	}

#jobs-main {
	width: 73%;
	float: right;
}
	
	#jobs-search-form {
		margin-bottom: 10px;
	}
	
		#jobs-search-form .form-control {
			font-size: 14px;
			border: 1px solid #CCC;
			padding: 5px;
			-webkit-border-radius: 3px;
			-moz-border-radius: 3px;
			border-radius: 3px;
			display: inline-block;
			width: 45%;
		}
		
		#isSByRadius {
			margin-left: 10px;
			font-size: 16px;
			width: 25px !important;
		}
	
	.jobs-pagination {
		position: relative;
		padding: 3px;
	}
		
		.jobs-count {
			width: 45%;
			float:left;
		}
		
		.jobs-paging {
			width: 45%;
			float:right;
			text-align: right;
		}
		
		.scontext {
			font-weight: bold;
		}
	
	/*Job Container on Results*/	
	.jobs-container .job-container {
		border: 1px solid #CCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 0px;
		margin-top: 10px;
		color: #4e4e4e;
		padding: 15px 0;
		background: #ffffff; /* Old browsers */
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
	}
	
		.jobs-container .job-header {
			font-size: 20px;
			padding: 10px 20px;
			border-bottom: 0;
			margin: 0 0 10px 0;
		}
		
		.job-location, .job-distance {
			font-size: 14px;
			padding: 5px 20px;
		}
		
		.job-desc {
			font-size: 16px;
			padding: 5px 20px;
		}
	
	.no-jobs {
		font-size: 20px;
		padding: 20px;
		text-align: center;	
	}
	
	/*Job Container on Job Details*/	
	#job-container.job-container {
		border: 1px solid #CCC;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 5px;
		color: #4e4e4e;
		padding: 0 !important;
		width: 100% !important;
		float: none !important;
		margin-left: 0 !important;
	}
	
		#job-container h1.job-header {
			font-size: 20px;
			padding: 15px 10px;
			font-size: 20px;
			border-bottom: 1px solid #ccc;
			color: #fff !important;
		}
		
		.job-container .job-header h1 {
			color: #fff !important;
			margin: 0 0 10px 0;
			font-size: 26px;
		}
		
		.job-data {
			font-size: 16px;
			padding: 10px 10px;
			border-bottom: 1px solid #ccc;	
		}
		
		.job-apply {
			padding: 10px 10px;
		}
		
			.job-apply .btn {
				font-size: 18px; 
				padding: 10px 10px;
			}
			
/* Custom Button */
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #cd2a27; /* Old browsers */
	background: -moz-linear-gradient(top,  #cd2a27 0%, #961c1e 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cd2a27), color-stop(100%,#961c1e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cd2a27 0%,#961c1e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cd2a27 0%,#961c1e 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cd2a27 0%,#961c1e 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cd2a27 0%,#961c1e 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cd2a27', endColorstr='#961c1e',GradientType=0 ); /* IE6-9 */
	color: #fff;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
color: #333;
text-decoration: none;
}
.btn:active,
.btn.active {
background-image: none;
outline: 0;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
pointer-events: none;
cursor: not-allowed;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}

.btn-blue { background-color: hsl(201, 100%, 30%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00a5ff", endColorstr="#006399"); background-image: -khtml-gradient(linear, left top, left bottom, from(#00a5ff), to(#006399)); background-image: -moz-linear-gradient(top, #00a5ff, #006399); background-image: -ms-linear-gradient(top, #00a5ff, #006399); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00a5ff), color-stop(100%, #006399)); background-image: -webkit-linear-gradient(top, #00a5ff, #006399); background-image: -o-linear-gradient(top, #00a5ff, #006399); background-image: linear-gradient(#00a5ff, #006399); border-color: #006399 #006399 hsl(201, 100%, 25%); color: #fff !important; text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33); -webkit-font-smoothing: antialiased; }

.btn-grey { 
background-color: hsl(0, 0%, 79%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#134134134", endColorstr="#c9c9c9"); background-image: -khtml-gradient(linear, left top, left bottom, from(#134134134), to(#c9c9c9)); background-image: -moz-linear-gradient(top, #134134134, #c9c9c9); background-image: -ms-linear-gradient(top, #134134134, #c9c9c9); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #134134134), color-stop(100%, #c9c9c9)); background-image: -webkit-linear-gradient(top, #134134134, #c9c9c9); background-image: -o-linear-gradient(top, #134134134, #c9c9c9); background-image: linear-gradient(#134134134, #c9c9c9); border-color: #c9c9c9 #c9c9c9 hsl(0, 0%, 68.5%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.69); -webkit-font-smoothing: antialiased; }

.btn-sm  {
	font-size: 14px; 
	padding: 3px 5px;
}

.btn img {
	height:10px;
	width: auto;
	margin-top: -5px;
}

.page-nav-btn {
	padding: 0 3px;
	margin-left: 3px;
}

a.btn {
	color: #fff;
	text-decoration: none;
}

/*-- For client specific Styling--*/
	.primaryColor, .primaryColor a {
		color: #d12925;
	}
	
	.primaryBackground {
		background: #d12925;
		color: #fff;
	}
	
	.secondaryColor {
		color: #000000;
	}
	
	.secondaryBackground {
		background: #000000;
		color: #fff;
	}

input[type="checkbox"] {
    vertical-align: middle;
}

.more-link, a.more-link {
  background: #8b8b8b;
  background-image: -webkit-linear-gradient(top, #8b8b8b, #000000);
  background-image: -moz-linear-gradient(top, #8b8b8b, #000000);
  background-image: -ms-linear-gradient(top, #8b8b8b, #000000);
  background-image: -o-linear-gradient(top, #8b8b8b, #000000);
  background-image: linear-gradient(to bottom, #8b8b8b, #000000);
  -webkit-border-radius: 3;
  -moz-border-radius: 3;
  border-radius: 3px;
  font-family: Arial;
  color: #ffffff;
  font-size: 11px;
  padding: 3px 3px 3px 3px;
  text-decoration: none;
  width: 50px;
  font-style: normal!important;
  margin-top: 5px !important;
}

.more-link:hover, a.more-link:hover  {
  background: #cd2a27;
  background-image: -webkit-linear-gradient(top, #cd2a27, #961c1e);
  background-image: -moz-linear-gradient(top, #cd2a27, #961c1e);
  background-image: -ms-linear-gradient(top, #cd2a27, #961c1e);
  background-image: -o-linear-gradient(top, #cd2a27, #961c1e);
  background-image: linear-gradient(to bottom, #cd2a27, #961c1e);
  text-decoration: none;
}


@media (max-width: 990px) {
	#jobs-main {
		
  	}
	
	#keyword-search, #location-search {
		width: 100%;
		margin-bottom: 10px;
	}
	#jobs-search-form {
		margin-bottom: 20px;
	}
}	

@media (max-width: 640px) {
	#jobs-main {
		width: 94%;
		float: none;
		margin: 0 auto;
  	}
	
	.jobs-categories {
		position: relative;
		width: 100%;
		float: none;
		border: none;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
		.jobs-categories h3 {
			background: #d12925;
			color: #fff;
			padding: 10px;
			margin: 0 0 10px 0;	
		}
		
		.cat_toggle  {
			position: absolute;
			top: 5px ;
			right: 30px;
			color: #fff;	
		}
			
			.cat_toggle i {
				color: #fff;
				cursor: pointer;
			}
			
			.cat_toggle i {
				margin-top: 7px;
			}
			
		.jobs-categories ul {
			display: none;
			margin-bottom: 15px;
		}
		
		.jobs-categories ul li a {
			display: block;
			text-align: center;
			padding: 5px 9px;
			font-size: 14px;
			width: 100%;
		}
		
		.jobs-categories ul li a:hover {
			background: none repeat scroll 0% 0% #d12925;
			color: #FFF;
		}
	
	.jobs-pagination {
		font-size: 12px;
	}
	
		.jobs-count {
			width: 35%;
		}
		
		.jobs-paging {
			width: 65%;
		}
}