.jobfilters {
    padding: 40px;
    background-color: #fff7f2;
    border-radius:40px;
}

.jobfilters input[type="text"] {
    width: 95%;
}
      
      .jobCategory a
{
  padding:15px;
  background-color:#FD5901;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.selectedjob a
{
  padding:15px;
  background-color:#FFBC00;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobCategory a:hover
{
  padding:15px;
  background-color:#000;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobApply {
    padding: 40px;
    background-color: #FD5901;
    color: #fff;
    margin-bottom: 20px;
    border-radius: 40px;
}

.jobApply .linkwhite
{
  

}

.jobApply .linkwhite:hover
{

}



.jobApply h3
{
  color:#fff;
 
}

.jobwrap 
{

  padding:0px;
  margin-bottom:2%;
  margin-top:4%;
}

.jobPost
{
  border:solid 1px #ccc;
  padding:0px;
  margin-bottom:50px;
  border-radius:20px;
}

.jobTitle h2
{
  font-size:24px;
  padding:15px 30px;
  color:#fff;
  background-color:#006060;
  border-radius: 20px 20px 0px 0px;
}

.jobDate 
{
  padding:20px;
  background-color:#fff7f2;
  margin:20px;
  font-size:16px;
  line-height:28px;

}

.jobDate span
{
  font-weight:bold;

}

.jobDate ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  list-style:none;
  margin-left:0px;
  margin-bottom:0px;
}

.jobContent 
{
  margin:20px;
}

.jobLatest
{
  width:31%;
  background-color:#fff;
  padding:30px;
  float:left;
  margin-right:2%;
  position:relative;
  text-align:center;
  color:#606060;
  margin-top:20px;
  	-moz-border-radius: 25px 25px 0px 0px ;
	-webkit-border-radius: 25px 25px 0px 0px ;
	border-radius:25px 25px 0px 0px ;
  
}


.jobLatest .linkwhite
{
	display:block;
	background-color:#FAAB37;
	padding:12px 30px;
	font-size:16px;
	font-weight:500;
  letter-spacing:2px;
	color:#006060;
	transition: all .2s ease-in-out;
	letter-spacing: 0px;
	-moz-border-radius: 0px 0px 25px 25px;
	-webkit-border-radius: 0px 0px 25px 25px;
	border-radius:0px 0px 25px 25px;
	text-align: center;
  	position:absolute;
  	width:100%;
    right:0px;
  border:none;
		
}

.jobLatest .linkwhite:hover
{
	background-color:#006060;
	color:#fff;
    border:none;
	
}




.jobLatest:last-child
{
  margin-right:0%;

}

.jobLatest h3
{
  font-size:22px;
 
  color:#006060;
  font-weight:900;
}


.jobLatest ul
{
  list-style:none;
  margin-left:0px;
  padding-bottom:20px;
}

.jobwrap .blogMore
{
  margin:20px;
  margin-bottom:40px;
}


@media only screen and (max-width: 921px) {

.jobLatest
{
  width:100%;
  
  padding:25px;
  float:none;
  margin-right:0%;
  margin-bottom:2%;
  -moz-border-radius: 25px;
 -webkit-border-radius: 25px;
 border-radius:25px;
}
    .jobLatest .linkwhite
{
  position:relative;
  bottom: 0px;
  left: 0%;
  transform: translate(-0%, 0%);
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius:25px;
}
  
  
  .jobCategories
  {
  margin-bottom:30px;
  }
  
  
  
  jobDate ul {
    
    
    -moz-column-count: 1;
  
    -webkit-column-count: 1;
 
}
 
  
}
  