*,
*::after,
*::before {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px 0;
  padding: 0;
  letter-spacing: -0.5px;
  font-weight: inherit;
}

@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/we/MinionPro-Medium.eot');
  src: url('../fonts/we/MinionPro-Medium.eot?#iefix')
      format('embedded-opentype'),
    url('../fonts/we/MinionPro-Medium.woff2') format('woff2'),
    url('../fonts/we/MinionPro-Medium.woff') format('woff'),
    url('../fonts/we/MinionPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Minion Pro';
  src: url('../fonts/we/MinionPro-Bold.eot');
  src: url('../fonts/we/MinionPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/we/MinionPro-Bold.woff2') format('woff2'),
    url('../fonts/we/MinionPro-Bold.woff') format('woff'),
    url('../fonts/we/MinionPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.text-center {
  text-align: center;
}
.job-list-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.job-list-inner {
  padding: 6rem;
  border-radius: 6px;
  /* box-shadow: 0 0 25px rgb(0 0 0 / 8%); */
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  background-color: #fff;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.job-item {
  display: flex;
  flex-wrap: wrap;
}
.job-item-left {
  flex: 0 0 auto;
  width: 58.33333333%;
  padding-right: 15px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.job-item-right {
  flex: 0 0 auto;
  width: 41.66666667%;
  padding-left: 15px;
  margin-top: auto;
  margin-bottom: auto;
}
.job-title {
  margin-bottom: 15px;
  font-weight: 500 !important;
  letter-spacing: -0.5px;
  color: #232323;
  font-family: 'Minion Pro', serif;
  font-size: 1.8rem;
  line-height: 3rem;
  word-break: break-word;
}
.job-title a {
  color: #232323;
}
.job-title span {
  font-weight: 700 !important;
}

.job-features {
  margin-bottom: 5px;
  font-weight: 500 !important;
  color: #232323;
  font-size: 16px;
  line-height: 28px;
  display: block !important;
  font-family: 'Minion Pro', serif;
}
.feature-seperator {
  height: 1px;
  width: 20px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #e4e4e4;
  display: inline-block !important;
  vertical-align: middle !important;
}

.job-link {
  color: white;
  margin-right: 10px;
  margin-top: 20px;
  font-weight: 500 !important;
  font-size: 18px;
  line-height: 28px;
  display: inline-block !important;
  font-family: 'Minion Pro', serif;
  border: 1px solid;
  padding: 5px 30px;
  border-radius: 5px;
  background: #408927;
}
a.job-link svg {
  transition: all 0.1s;
  position: relative;
  top: 3px;
  overflow: hidden;
  height: 20px;
}

a.job-link:hover svg {
  margin-left: 6px;
  transition: all 0.2s;
}

.job-description p {
  font-weight: 400 !important;
  font-family: 'Minion Pro', serif;
  display: block !important;
  margin: 0 0 25px;
  color: #828282;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.job-description p:last-child {
  margin-bottom: 0;
}

.job-seperator {
  margin-bottom: 60px;
  margin-top: 60px;
  border-top: 1px solid !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  flex: 0 0 auto;
  width: 100%;
}

.no-jobs-found-notice h2 {
  margin-bottom: 15px;
  font-weight: 500 !important;
  letter-spacing: -0.5px;
  color: #232323;
  font-family: 'Minion Pro', serif;
  font-size: 2rem;
  line-height: 3rem;
  word-break: break-word;
  text-align: center;
}
@media all and (max-width: 1099px) {
  .job-list-inner {
    padding: 3rem;
  }
  .job-seperator {
    margin-bottom: 40px;
    margin-top: 40px;
  }
}

@media all and (max-width: 991px) {
  .job-item-left {
    border-right: 0;
  }
}

@media all and (max-width: 899px) {
  .job-item-left {
    width: 100%;
    padding: 15px;
  }
  .job-item-right {
    width: 100%;
    padding: 15px;
  }
  .job-seperator {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .job-title {
    letter-spacing: 0px;
  }
}
@media all and (max-width: 699px) {
  .job-list-inner {
    padding: 2.5rem;
  }
  .job-item-left {
    padding: 0px;
    padding-bottom: 10px;
  }
  .job-item-right {
    padding: 0px;
    padding-top: 10px;
  }
  .job-title {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }
  .job-title span {
    font-weight: 600 !important;
  }
}
