/* IIWC static stage - replaces broken Revolution Slider on static hosting */
.iiwc-stage {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 420px;
  overflow: hidden;
  background: #0b2c4a;
  margin: 0;
}
.iiwc-stage-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.iiwc-stage-slide.is-on {
  opacity: 1;
  z-index: 1;
}
.iiwc-stage-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 28px 8% 34px;
  background: linear-gradient(transparent, rgba(8, 28, 48, 0.78));
  color: #fff;
  font-family: Ubuntu, Arial, sans-serif;
}
.iiwc-stage-caption p {
  margin: 0;
  font-size: 28px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.iiwc-page-band {
  position: relative;
  width: 100%;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: flex-end;
}
.iiwc-page-band::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(transparent 20%, rgba(8, 28, 48, 0.72));
}
.iiwc-page-band .iiwc-page-band-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 28px;
  color: #fff;
  font-family: Ubuntu, Arial, sans-serif;
}
.iiwc-page-band h1,
.iiwc-page-band .iiwc-band-title {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767px) {
  .iiwc-stage { height: 280px; }
  .iiwc-stage-caption p { font-size: 20px; }
  .iiwc-page-band { min-height: 160px; }
  .iiwc-page-band h1, .iiwc-page-band .iiwc-band-title { font-size: 24px; }
}
