.main-h2 {
  font-size: 2.875rem;
  line-height: 1.4;
  padding: 0 0 2.5rem 0;
  margin: 0;
}

.node--view-mode-jobs-list {
  border-radius: 0.75rem;
  margin: 1.875rem 0;
  padding: 30px;
  background: #FFFFFF;
}

.time-tag {
  margin: 1.875rem auto;
  padding: 0.75rem 0.875rem;
  font-size: 0.75rem;
  line-height: 1.4;
  width: max-content;
  min-width: 6.25rem;
  display: block;
  font-weight: 600;
  text-align: center;
  background-color: #F2F2F2;
}
@media all and (min-width: 768px) {
  .time-tag {
    margin: 1.875rem 1.25rem 1.875rem 0;
  }
}
.time-tag:first-of-type {
  color: #FFFFFF;
  background: #562C80;
}

.location-tags {
  font-size: 0.75rem;
  color: #2F2F2F;
  margin-bottom: 1.875rem;
  font-weight: 600;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
  padding: 0.6875rem 1.25rem;
  line-height: 1.4;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .location-tags {
    margin: 1.875rem 0 1.875rem 0.75rem;
  }
}
.location-tags svg {
  margin-right: 5px;
}

.generic a:not(.breadcrumb-container__list__item__link, .cta-component) {
  color: #562C80;
}

.media--view-mode-jobs-list span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.813rem !important;
  font-weight: 500 !important;
  line-height: 1.107 !important;
  height: 48px;
  border: none !important;
  border-radius: 0.5rem !important;
  min-width: 9.375rem !important;
  background-color: #562C80 !important;
  transition: background-color 0.2s 0s ease;
  margin: 0.625rem auto 0 auto;
  max-width: 12.5rem;
}
@media all and (min-width: 768px) {
  .media--view-mode-jobs-list span {
    margin: 0.625rem 0 0 auto;
  }
}
.media--view-mode-jobs-list span a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important;
  text-decoration: none !important;
}

/*# sourceMappingURL=config-pages.css.map */
