.jobCategories
{
font-family:'Patrick Hand', cursive;
font-size:24px;
}

.jobCategory a
{
  padding:15px;
  background-color:#F97B1A;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.selectedjob a
{
  padding:15px;
  background-color:#F97B1A;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobCategory a:hover
{
  padding:15px;
  background-color:#006FB7;
  border-bottom:solid 2px #ccc;
  display:block;
  color:#fff;
}

.jobApply
{
  padding:40px;
  background-color:#F97B1A;
  color:#fff;
  margin-bottom:20px;
}

.jobApply .linkwhite
{
  

}

.jobApply .linkwhite:hover
{

}

.jobApply h3
{
  color:#fff;
  text-transform:uppercase;
}

.jobwrap 
{

  padding:0px;
  margin-bottom:2%;
}

.jobPost
{
  border:solid 1px #ccc;
  padding:0px;
  margin-bottom:2%;
  background-color:#edf5fa;
}

.jobTitle h2
{
  font-size:24px;
  padding:15px;
  color:#fff;
  background-color:#F97B1A;
}

.jobDate 
{
  padding:20px;
  background-color:#fff;
  margin:20px;
  border-bottom:solid 3px #ccc;
}

.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:32%;
  padding:30px;
  float:left;
  margin-right:2%;
  position:relative;
  text-align:center;
  color:#fff;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color:#D2151F;
  
}


.jobLatest .linkwhite
{
 
  display:inline-block;
}




.jobLatest:nth-child(2n)
{
background-color:#44CF2F !important;
}

.jobLatest:nth-child(3n)
{
  margin-right:0%;
  background-color:#F97B1A !important;
}

.jobLatest h3
{
  font-size:28px;
  color:#fff;
}


.jobLatest ul
{
  list-style:none;
  margin-left:0px;
  padding-bottom:20px;
}

.jobwrap .blogMore
{
  margin:20px;
}


@media only screen and (max-width: 800px) {

.jobLatest
{
  width:100%;
  border:solid 1px #ccc;
  padding:25px;
  float:none;
  margin-right:0%;
  margin-bottom:2%;
}
    .jobLatest .linkwhite
{
  position:relative;
  bottom: 0px;
  left: 0%;
  transform: translate(-0%, 0%);
}
  
}
  