@import url("../../../../assets/jobpostings/custom/i086/default.fonts.css");


body {
  font-family: Catamaran;
  color: #2f2e2e;
  font-size: 18px;
  line-height: 28px;
  font-weight: 200;
}
.wrapper {
  max-width: 1220px;
  margin: 0 auto;
  padding: 30px;
}
header {
  padding: 30px;
  background: #0064af;
}
.teaser {
  overflow: hidden;
  text-align: center;
  border-top: 10px solid #b0d3eb;
  padding-bottom: 40px;
}

.hero {
  background-image: var(--headerimage, url("../../../../assets/jobpostings/custom/i086/default/img/hero.jpg"));
  aspect-ratio: 1.9/1;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
}
h1,
h2,
h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #0064af;
}
.main {
  padding: 50px 30px 0;
  background: #fccf0b;
  font-size: 20px;
  line-height: 36px;
}
hr {
  margin: 50px 0;
}
.subtitle {
  font-weight: 600;
  color: #f2c314;
}
.h2,
h2,
h3 {
  padding-bottom: 15px;
  font-size: 24px;
  color: #0064af;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 24px;
  }
  .h2,
  h2 {
    font-size: 20px;
  }
}
.gray-tile {
  background: #fff;
  padding: 50px 30px 0;
}
.gray-tile .wrapper {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
dl,
ol,
ul {
  margin: 0;
  padding: 0 0 30px;
  list-style: none;
}
li {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
li:before {
  content: "";
  border: 3px solid #fccf0b;
  border-radius: 100px;
  height: 10px;
  width: 10px;
  position: absolute;
  left: 0;
  top: 7px;
}
.gray-tile .wrapper.facts {
  padding: 0;
}
footer {
  color: #000;
  padding: 50px 30px;
  font-size: 0.9em;
}
a {
  color: #fccf0b;
  font-weight: 600;
}
.bottom {
  background: #0064af;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
}
.bottom a {
  color: #fff;
}
.logo {
  max-width: 100px;
  display: inline-block;
}
.slogan {
  width: 600px;
  padding: 0 20px;
}
.line p {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.icons {
  background: #b0d3eb;
  padding: 5px;
}
.text-2 {
  text-align: left;
  font-weight: 800;
  font-size: 32px;
  color: #0064af;
  padding-left: 30px;
  padding-bottom: 40px;
}
.text-1 {
  text-align: left;
  font-weight: 800;
  font-size: 42px;
  color: #0064af;
}
.hide {
  display: none;
}
.main a {
  color: #0064af;
}
.logo-small {
  max-width: 200px;
  margin-bottom: 30px;
  display: inline-block;
}
.bottom p {
  margin: 0;
}
footer a {
  color: inherit;
  text-decoration: none;
}
footer a:hover {
  color: inherit;
  text-decoration: underline;
}
