/*#wpadminbar{
	display: none !important;
}

:root {
  --wp-admin--admin-bar--height: 0px;
}

html {
	margin-top: 0px !important;
}
*/
.renewjobs {
  padding: 70px 0;
}
.renewjobs > * {
  max-width: var(--inner-content-custom-width);
}
.renewjobs .filtertabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0 2em;
  border: none;
  padding: 0;
}
.renewjobs .filtertabs a {
  background: transparent;
  border: 1px solid rgba(16, 87, 99, 0.3333333333);
  font-size: 0.9em;
  padding: calc(1em - 1px) 1.4em;
  position: relative;
  border-radius: 1.5em;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  text-align: center;
  height: auto;
  font-family: inherit;
  color: #105763;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  -webkit-transition: color 0.1s, background 0.1s;
  transition: color 0.1s, background 0.1s;
}
.renewjobs .filtertabs a.selected, .renewjobs .filtertabs a:hover {
  background: #105763;
  color: #FFF;
}
.renewjobs--holding {
  padding: 4em;
  text-align: center;
}
.renewjobs--holding p {
  font-size: 1.6em;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0;
}
.renewjobs--listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 1em;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.renewjobs--listing > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 2em;
  background: #f6f6f6;
  font-size: 1em;
  -webkit-box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
          box-shadow: 0px 0px 0 rgba(0, 0, 0, 0.4392156863);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-preferred-size: calc(33.33% - 1em);
      flex-basis: calc(33.33% - 1em);
}
@media (max-width: 800px) {
  .renewjobs--listing > * {
    -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
  }
}
@media (max-width: 500px) {
  .renewjobs--listing > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.renewjobs--listing > * h3, .renewjobs--listing > * h4 {
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.renewjobs--listing > * h3:is(h3), .renewjobs--listing > * h4:is(h3) {
  font-size: 1.4em;
}
.renewjobs--listing > * h3:is(h4), .renewjobs--listing > * h4:is(h4) {
  font-size: 1em;
}
.renewjobs--listing > * p {
  font-size: 0.8em;
  font-weight: bold;
  color: #666;
  text-align: inherit;
}
.renewjobs--listing > *:last-child {
  margin-right: auto;
}
.renewjobs--listing > * a {
  display: block;
  background: var(--ast-global-color-1);
  color: var(--ast-global-color-5);
  padding: 0.6em 1.4em;
  line-height: 1;
  border-radius: 1.4em;
  font-size: 0.8em;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: auto;
}

body.single-job section:has(.entry-title) .entry-title {
  display: block;
  font-weight: bold;
}
body.single-job .post--job {
  background: #fff;
  padding: 1.6em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2em 3em;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.single-job .post--job:has(aside) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.single-job .post--job ul.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0.9em;
  padding: 0;
  margin: 2em 0 1em;
}
body.single-job .post--job ul.meta li {
  font-size: 1em;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.single-job .post--job ul.meta li b {
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5;
}
body.single-job .post--job div.files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.4em;
}
body.single-job .post--job div.files a {
  display: block;
  border-radius: 1em;
  font-size: 0.8em;
  background: #105763;
  padding: 0.3em 1em;
  color: #FFF;
  gap: 0.5em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.single-job .post--job div.files a::after {
  content: "";
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin: -0.2em 0;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m397.6533 208.4267-27.3066-32.8534-93.0134 77.6534v-210.56h-42.6666v210.56l-93.0134-77.6534-27.3066 32.8534L256 326.4l141.6533-117.9733ZM85.3333 384h341.3334v42.6667H85.3333V384Z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 512 512'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='m397.6533 208.4267-27.3066-32.8534-93.0134 77.6534v-210.56h-42.6666v210.56l-93.0134-77.6534-27.3066 32.8534L256 326.4l141.6533-117.9733ZM85.3333 384h341.3334v42.6667H85.3333V384Z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
body.single-job .post--job header {
  width: 100%;
  border-bottom: 3px solid rgba(16, 87, 99, 0.3333333333);
}
body.single-job .post--job header h2 {
  font-weight: bold;
  font-size: clamp(2em, 1.7em + 1.5vw, 3em);
}
body.single-job .post--job header h3 {
  font-size: 1.6em;
  font-size: clamp(1.2em, 1em + 1vw, 1.6em);
  opacity: 0.7;
}
body.single-job .post--job aside {
  -ms-flex-preferred-size: calc(25% - 2em);
      flex-basis: calc(25% - 2em);
}
body.single-job .post--job aside h4 {
  margin: 0 0 1em;
  font-weight: bold;
}
body.single-job .post--job aside ul.meta {
  gap: 2em;
}
@media (min-width: 800px) {
  body.single-job .post--job > * {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  body.single-job .post--job .files,
  body.single-job .post--job aside {
    -ms-flex-preferred-size: calc(25% - 2em);
        flex-basis: calc(25% - 2em);
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
    position: sticky;
    top: 0;
  }
  body.single-job .post--job .files ul.meta,
  body.single-job .post--job aside ul.meta {
    gap: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body.single-job .post--job div.conts {
    max-width: 800px;
    -ms-flex-preferred-size: calc(75% - 2em);
        flex-basis: calc(75% - 2em);
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
}