.current-openings .shape {
  margin: -100px 0 0;
  margin-bottom: -1px;
}

.current-openings .items {
  padding-bottom: 80px;
  position: relative;
}

.current-openings .inner {
  position: relative;
  background-color: #f0eff3;
  padding-top: 80px;
}

.current-openings .inner:before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.2;
  z-index: 0;
  content: '';
  background-repeat: no-repeat;
  width: 932px;
  height: 869px;
  background-size: 932px 869px;
  -webkit-animation: circle-bg-spin 40s infinite linear;
  animation: circle-bg-spin 40s infinite linear;
}

.current-openings .content {
  max-width: 910px;
  text-align: center;
  position: relative;
  padding-bottom: 80px;
}

.current-openings .image {
  width: 100%;
  height: 100%;
  max-width: 168px;
  max-height: 168px;
  display: inline-block;
}

.current-openings .image img {
  width: 100%;
}

.current-openings .shape svg {
  display: block;
}

.current-openings h5 {
  font-size: 1.125rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 22px;
}

.current-openings p {
  line-height: 160%;
  font-size: 1.375rem;
}

.current-openings .job-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.current-openings .job-list a {
  margin: 0 0 40px;
  padding-bottom: 40px;
  display: block;
  border-bottom: 2px solid rgba(0,0,0,0.1);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border ease .25s;
  -ms-transition: border ease .25s;
  transition: border ease .25s;
  color: #606063;
  font-weight: 400;
}

.current-openings .job-content {
  width: 50%;
}

.current-openings ul.job-list p {
  width: 50%;
  padding-top: 45px;
  font-size: 1rem;
  line-height: 160%;
}

.current-openings ul.job-list h4 {
  font-size: .875rem;
  font-family: "brandon-grotesque",Arial,Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0;
}

.current-openings ul.job-list li {
  margin: 0;
}

.current-openings ul.job-list h3 {
  margin: 0;
  margin-top: 20px;
  font-size: 2.625rem;
}

.current-openings .job-list a:hover {
  border-color: #222326;
}


@media(max-width:1440px){

  .current-openings .image {
    max-width: 125px;
    max-height: 125px;
  }

  .current-openings h5 {
    font-size: 1rem;
  }

  .current-openings p {
    font-size: 1.25rem;
  }

}


@media(max-width:1024px){

  .current-openings .inner:before {
    width: 700px;
    height: 653px;
    background-size: 700px 653px;
    animation: none;
    -webkit-transform: translate(-50%, -30%);
    -ms-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  .current-openings ul.job-list h3 {
    font-size: 2rem;
  }

}



@media(max-width:680px){

  .current-openings .shape {
    margin: -20px 0 -1px;
  }

  .current-openings .inner:before {
    width: 304px;
    height: 285px;
    background-size: 304px 285px;
  }

  .current-openings .image {
    max-width: 85px;
    max-height: 85px;
  }

  .current-openings .inner {
    padding-top: 50px;
  }

  .current-openings h5 {
    font-size: .875rem;
  }

  .current-openings p {
    font-size: 1.125rem;
    line-height: 185%;
  }

  .current-openings .content {
    padding-bottom: 30px;
  }

  .current-openings .job-content {
    width: 100%;
  }

  .current-openings .job-list a {
    flex-wrap: wrap;
  }

  .current-openings ul.job-list h3 {
    font-size: 1.625rem;
  }

  .current-openings ul.job-list p {
    width: 100%;
    margin-top: 20px;
    line-height: 185%;
  }

  .current-openings .items {
    padding-bottom: 50px;
  }

}