@import url("");

* { margin: 0; padding: 0; }
#jobposting * { box-sizing: border-box; }

#jobposting {
  align-items: center;
  background: #f0f0f0;
  border-left: 8px solid #5bc5ec;
  color: #3a434f;
  display: flex;
  flex-direction: column;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  gap: 12px;
  padding: 0 0 30px 0;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1, h1 strong {
  font-weight: 700;
}
h2, .h2 {
  color: #5bc5ec;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
}
h2 strong { font-weight: 600 }
h3, .h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 14px
}
dl,ol,ul {
  padding-left: 30px;
  margin-bottom: 1rem;
}

header {
  margin-bottom: -12px;
  width: min(calc( 100% - 24px), 740px);
}
header img {
  margin: 50px 15px;
}

.box {
  background: white;
  color: #666;
  display: grid;
  padding: 15px;
  width: min(calc( 100% - 24px), 740px);
}
  .box.headerpic {
    margin-bottom: -25px;
  }
    .box.headerpic > div {
      background-image: var(--headerimage);
      background-size: cover;
      background-position: center;
      padding-bottom: 0;
      padding-top: 20px;
      height: 460px;
    }
      .box.headerpic > div img { opacity: 0 }

  .box p { margin-bottom: 1rem; }
    .box p:empty:first-child { display: none; }
  .box h1 strong {
    color: #5bc5ec;
    font-size: 32px;
    font-weight: bolder;
  }
  .box iframe.video { max-width: 100% }
