html.no-touchevents .jobItem {
  transition-duration: 0.3s;
  transition-property: transform;
}
html.no-touchevents .jobItem h3 {
  transition-property: color;
  transition-duration: 0.3s;
}
html.no-touchevents .jobItem:hover {
  transform: translateY(-10px);
}
html.no-touchevents .jobItem:hover h3 {
  color: #00749C;
}
html.no-touchevents .jobItem:hover .moreLink {
  color: #004156;
}
html.no-touchevents .jobItem:hover .moreLink:after {
  background-color: #004156;
}
