.jobListBox {
  background: #005098;
  border-radius: 0.5em;
  color: #fff;
  padding: 2em;
  margin-top: -1em;
}
.jobListBox > h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  color: #fff;
  font-weight: normal;
}
.jobListBox p {
  color: #fff;
}
.jobListBox a {
  color: #fff;
}
.jobListBox ul.jobList {
  padding: 0;
  margin: 0;
  list-style: none;
}
.jobListBox ul.jobList li {
  padding: 0.5em;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 0.5em;
  transition: 0.5s;
  margin: 0.5em 0;
}
.jobListBox ul.jobList li:hover {
  background: #A5A5A5;
}
.jobListBox ul.jobList li:hover a {
  color: #fff;
  text-decoration: none;
}
.jobListBox ul.jobList a {
  font-size: 1.3rem;
  display: block;
  color: #005098;
  transition: 0.5s;
  text-decoration: none;
}
.jobListBox blockquote {
  margin: 1em 0 0;
  padding: 0;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 0;
}
.jobListBox blockquote h3 {
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  color: #fff;
  font-weight: normal;
}
.jobListBox blockquote p {
  color: #fff;
  margin-bottom: 0.75em;
}
.jobListBox blockquote p:last-child {
  margin-bottom: 0;
}
.jobListBox blockquote a {
  color: #fff;
  font-weight: bold;
}