.bg-job-postings {
  padding: 0;
}
.bg-job-postings .bg-grid-wrap {
  display: flex;
  flex-flow: row wrap;
  gap: 2rem;
  justify-content: center;
}
.bg-job-postings .career {
  width: 33%;
  max-width: 350px;
  min-height: 250px;
  position: relative;
  text-align: center;
  margin-bottom: 2rem;
  color: #FFF;
  text-decoration: none;
  padding: 2rem 1rem;
  text-align: left;
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .bg-job-postings .career {
    width: 100%;
    left: -5px;
    margin: 0 auto;
  }
}
.bg-job-postings .career h3 {
  font-family: interstate-condensed, impact, sans-serif;
  text-transform: uppercase;
  color: var(--primary);
  width: 98%;
  font-size: 1.75em;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.bg-job-postings .career p {
  font-family: interstate, sans-serif;
  margin: 0;
  width: 90%;
  line-height: 1;
  width: 100%;
  font-weight: 500;
}
.bg-job-postings .career:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background: var(--primary);
  z-index: 0;
  transition: top 0.1s ease-out, left 0.1s ease-out;
}
.bg-job-postings .career:hover:after {
  top: 15px;
  left: 15px;
}
.bg-job-postings .career:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background-size: 100px;
  background-position: 95% 33%;
  background-repeat: repeat-y;
  filter: brightness(0);
}
.bg-job-postings .career:nth-of-type(8n + 1):after {
  background: #ff74c2;
}
.bg-job-postings .career:nth-of-type(8n + 2):after {
  background: #ff6b43;
}
.bg-job-postings .career:nth-of-type(8n + 3):after {
  background: #29b560;
}
.bg-job-postings .career:nth-of-type(8n + 4):after {
  background: #35b0e4;
}
.bg-job-postings .career:nth-of-type(8n + 5):after {
  background: #fd203e;
}
.bg-job-postings .career:nth-of-type(8n + 6):after {
  background: #ffef54;
}
.bg-job-postings .career:nth-of-type(8n + 7):after {
  background: #cb5ef5;
}
.bg-job-postings .career:nth-of-type(8n + 8):after {
  background: #28b660;
}
.bg-job-postings .career.pc:before {
  background-image: url("poster-child.png");
}
.bg-job-postings .career.brownstein:before {
  background-image: url("brownstein-group.png");
}
.bg-job-postings .career.rtpr:before {
  background-image: url("rtpr.png");
}
.bg-job-postings .career.nucleus:before {
  background-image: url("nucleus.png");
}
.bg-job-postings .job-text {
  position: relative;
  z-index: 3;
}
.bg-job-postings .background {
  position: absolute;
  background: var(--dark-gray);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}/*# sourceMappingURL=bg-job-postings.css.map */