/* Hero Section */
.banner {
  position: relative;
  width: 100%;
  min-height: clamp(150px, 35vw + 20vh, 175px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background-color: rgb(10, 25, 60);
}
.banner.hero--banner {
  min-height: clamp(200px, 35vw + 20vh, 100dvh - 100px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 0;
}

/* Full-width text overlay band */
.banner__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 2.5rem 2rem;
}
.headerimage .banner__overlay {
  background-color: rgba(10, 25, 60, 0.6);
}
.hero--banner.headerimage .banner__overlay {
  background-color: rgba(10, 25, 60, 0.78);
}

.banner__content {
  width: 65rem;
  margin: 0 auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.hero--banner .banner__content {
  flex-align: center;
}

.banner__title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.15;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.banner__subtitle {
  font-size: clamp(1.15rem, 2.5vw, 1.75rem);
  font-weight: 400;
  color: #dce6f5;
  margin: 0;
  line-height: 1.5;
}

body.careers-home h1 {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body.careers-home h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.5rem 0;
  line-height: 1.15;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}

.container, .inside-container, .container-small, .container-medium {
  margin: 0 auto;
  padding: 1rem 2rem;
  max-width: 65rem;
}

.container .wrap .main-content {
  color: #444;
  background: #ffffff;
}
@media (min-width: 55rem) {
  .container .wrap .main-content {
    float: none;
    width: 65rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.paragraph-wrap {
  margin-top: 0;
}