.etn-po-top-banner {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #ffffff;
  background-color: #00a4e4;
  padding: 1em;
}
.etn-po-top-banner strong {
  font-weight: bold !important;
}
.etn-po-top-banner__link {
  color: #ffffff;
  text-decoration: underline;
}
@media (min-width: 600px) {
  .etn-po-top-banner {
    font-size: 15px;
  }
}

.etn .hero-page,
.etn main > .hero-section:first-child {
  margin-top: 84px !important;
}
@media (min-width: 373px) {
  .etn .hero-page,
  .etn main > .hero-section:first-child {
    margin-top: 66px !important;
  }
}
@media (min-width: 700px) {
  .etn .hero-page,
  .etn main > .hero-section:first-child {
    margin-top: 30px !important;
  }
}
@media (min-width: 1000px) {
  .etn .hero-page,
  .etn main > .hero-section:first-child {
    margin-top: 10px !important;
  }
}
@media (min-width: 1200px) {
  .etn .hero-page,
  .etn main > .hero-section:first-child {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=top-banner.css.map */