/*
Desktop Styles
================================================== */

.content-section .job-search {
	padding:20px 30px;
	background-color:#e4e5e6;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position:relative;
	float:left;
	clear:both;
	width:100%;

}	

.content-section .job-search a{
	color: #404041;
	text-decoration:none;
	font-weight:400;
}

.content-section .job-search a:hover{
	color: #e31519;	
}	

.job-search .search-heading {
	width:100%;
	box-sizing: border-box;
	padding:10px 30px;
	color:#fff;	
	background-color:#808082;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position:absolute;
	top:0;
	left:0;
	
}

.job-search .job-filters {
	padding-top:30px;			
}	

.job-search .job-filters .job-types {
	float:left;
	clear:both;
	width:100%;
	border-bottom:1px solid #ececed;
	padding:15px 0px;
}	

.job-search .job-filters .job-types .label{
	float:left;
	width:20%;
	
}

.job-search .job-filters .job-types ul {
	list-style-type: none;
	float:right;
	margin:0px;
	margin-top:2px;
	width:80%;
}	

.job-search .job-filters .job-types ul li{
	float:left;
	
}

.job-search .job-filters .job-types ul li a{
	display:block;	
	padding:0px 20px;
	border-right:1px solid #7d7e80;
	line-height:20px;
}

.job-search .job-filters .job-types ul li:first-of-type a{
	padding-left:0px;		
}	

.job-search .job-filters .job-types ul li:last-of-type a{
	border-right:0px;	
	padding-right:0px;
}	

.job-search .job-filters .job-keyword {
	float:left;
	clear:both;
	width:100%;
	padding:15px 0px;
}	

.job-search .job-filters .job-keyword .label{
	float:left;
	width:20%;
	
}

.job-search .job-filters .job-keyword form {
	float:right;	
	width:80%;
}	

.job-search .job-filters .job-keyword form input[type="text"] {
	float:left;
	width:65%;
}

.job-search .job-filters .job-keyword form input[type="submit"] {
	float:right;
	min-width:30%;
}	

.job-search .job-filters .job-categories {
	float:left;
	clear:both;
	width:100%;
	padding:15px 0px;
	
   display: -webkit-flex;
   display: flex;
   /* You can set flex-wrap and flex-direction individually */
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   /* Or do it all in one line with flex flow */
   -webkit-flex-flow: row wrap;
   flex-flow: row wrap;
   /* tweak the where items line up on the row */
   /* valid values are: flex-start, flex-end, space-between, space-around, stretch */
   -webkit-align-content: flex-end;
   align-content: flex-end;
}	

.job-search .job-filters .job-categories .label {
	float:left;
	width:100%;
	margin-bottom:10px;
}	

.job-search .job-filters .job-categories .job-category {
	float:left;	
	width:25%;
	padding:10px 10px 10px 0px;
}	

.listings-heading {
	padding:10px 30px;
	background-color:#e31519;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position:relative;
	float:left;
	clear:both;
	width:100%;
	color:#fff;
	margin-top:15px;
	margin-bottom:15px;
	
}	

.job-summary {
	border-bottom: 1px solid #e4e5e6;  	
	padding:10px 10px 15px 10px;
}	

.content-section .job-summary a{
	color: #404041;	
	font-weight:400;
}	

.job-summary:hover {
	background-color:#fff;	
}	

.job-summary p a:hover {
	color:#404041 !important;
}

.job-summary .job-details {
	float: left;
	width:85%;	
	color: #6d6e70;
}

.job-summary .job-details p:last-of-type{
	color: #404041;
}	

.content-section .job-summary .job-details p span{
	font-size:1em;	
}	 

.content-section .job-summary .job-details a{
	text-decoration:none;	
	width:auto;
}	

.content-section .job-summary .job-details a.subcategory:hover{
	color: #e31519 !important;
}	

.job-summary .job-more {
	float:left;
	width:15%;
	height:100%;
	padding-left:20px;
	box-sizing: border-box;
}

.job-summary .job-more .more a{
	float:right;	
	font-weight:700;
	color:#e31519;
	text-align: right;
}

.job-summary:hover .job-more .more{
	color: #404041;
}

.job-template-default .content-section p span {
    font-size: 15px;
}

.content-section.job-content strong{
	font-size:15px;
	display:initial;
}

.content-section.job-content p {
	float:left;
	clear:both;
}

.content-section.job-content ul{
	float:left;	
	clear:both;
	margin: 0px 0 20px 16px;
}

.content-section.job-content ul br, .content-section.job-content ul li br{
	display:none;	
}	

.content-section.job-content ul li div {
	float:left;
}

.content-section.job-content form ul li div {
	float:none;
}

.gform_confirmation_wrapper_1 {
	float:left;
	padding-bottom:60px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/*
Mobile Styles
================================================== */

@media only screen and (max-width: 767px) {

	.job-search .job-filters .job-categories .job-category {
		width:50%;
	}	
}

@media only screen and (max-width: 600px) {
	
	.job-summary .job-details, 
	.job-summary .job-more,
	.job-summary .job-more .more, 
	.job-search .job-filters .job-types ul,
 	.job-search .job-filters .job-types .label,
 	.job-search .job-filters .job-keyword .label,
 	.job-search .job-filters .job-keyword form {

		float:left;
		clear:both;
		width:100%;	
	}
	
	.job-summary .job-more {
		padding:0px;
	}
	
	.job-summary .job-more .more {
		text-align:center;
		padding-top:20px;
	}
	
	.content-section .job-search {
    	padding: 20px 20px;
	}
	
	.job-search .job-filters .job-types ul,
	.job-search .job-filters .job-keyword form {
		margin-top:10px;
	}
	
	.job-search .job-filters .job-types ul li a {
  	  padding: 0px 20px;
	}
	
	.job-search .job-filters .job-categories .job-category {
		width:100%;
	}
	
	.job-search .job-filters .job-categories .job-category a{
		text-align:center;
	}
	
	.job-search .job-filters .job-types ul li{
		float:left;
		width:100%;
		
	}
	
	.job-search .job-filters .job-types ul li:first-of-type a{
		border-top:1px solid #7d7e80;
	}
	
	.job-search .job-filters .job-types ul li a{
		display:block;	
		border-right:0px;
		border-bottom:1px solid #7d7e80;
		line-height:20px;
		text-align:center;
		width:100%;
		padding:10px 0px;
	}
}	

@media only screen and (max-width: 480px) {
	
}	