/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.job-card {
  display: block;
  padding: 3rem 0;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #dedede;
}
.job-card h6 {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  letter-spacing: 0.55px;
  color: #00aeef;
}
.job-card p {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.67;
  color: #202243;
  padding-right: 25%;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .job-card p {
    font-size: 1.6rem;
    padding-right: 3.75rem;
    line-height: 1.5;
  }
}
.job-card p::after {
  content: "\e90d";
  font-family: "Icomoon";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00aeef;
  font-size: 1.6rem;
}
@media screen and (min-width: 0) and (max-width: 63.9375em) {
  .job-card p::after {
    font-size: 1.4rem;
  }
}
.job-card span {
  color: #979797;
  font-size: 1.4rem;
}
.job-card span i {
  color: #00aeef;
  margin-right: 3px;
}

.jobs-overview-page .views-row:last-of-type .job-card {
  border-bottom: none;
}
/*# sourceMappingURL=job-card.css.map */
