section.jobscorp-section {
    padding: 0px;
	padding-left: 30px;
	margin-top: -40px;
}
section.coordJobs {
    background-color: white;
}
p.coordFilters {
    padding-left: 0px;
    font-family: sans-serif;
    font-size: 18px;
}
select#filterCity {
    font-family: sans-serif;
    font-size: 18px;
    width: 300px;
	height: 35px;
    padding-left: 15px;
    margin-left: 15px;
    border-radius: 8px;
    /* color: red; */
    background: lightgrey;
}
.jobs-list {
    margin-left: 30px;
}
.job {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0px;
}
.lever-job-title {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #2D2E2D !important;
  cursor: pointer;
}

.lever-job-title:hover {
  color: #F57533 !important; 
}

.lever-tags {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: normal;
  color: #2D2E2D;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height:1.5
}
.lever-tags span:after {
  content: ', ';
}
.lever-tags span:last-of-type:after {
  content: '';
}
.posting-apply {
    display: inline-block;
    padding: 3px 0px;
    text-decoration: none;
    font-weight: normal;
	color: white !important;
    border: 2px solid #f2660d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #ff6b0e;
    min-width: 100px;
    text-align: center;
    font-family: sans-serif;
}
a.posting-apply {
    margin-top: 7px;
}
.posting-apply:hover {
  background: #f2660d;

}
.posting-apply.active {
  background: #454545;
  border-color: #454545;
  color: #fff;
}
p.nopositions {
    font-style: italic;
}