/* Layout Styles
======================================= */
.hn-live-banner-outer {
  height: 550px;
  background: url(https://hnuk.blob.core.windows.net/hnuk-assets/hn-landing-pages/hn-live/images/hn-live-banner-main.jpg) no-repeat center center / cover;
}

.hn-live-banner-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-right: 20%;
}

.hn-live-banner-content {
  max-width: 560px;
}

.hn-live-banner-content header {
  margin-bottom: 30px;
}

.hn-main-content-outer {
  display: flex;
  justify-content: center;
}

.hn-main-content-inner {
  max-width: 1440px;
  padding: 0 30px;
}

.hn-live-intro-inner {
  padding: 80px 0;
}

.hn-live-intro-blurb {
  max-width: 700px;
}

.hn-live-card {
  flex: 1 1 0;
}

.hn-live-cards-inner {
  gap: 50px;
}

.hn-live-steps-outer {
  margin-bottom: 80px;
}

.hn-live-sub-banner-outer {
  border-radius: 4px;
  height: 650px;
  background: url(https://hnuk.blob.core.windows.net/hnuk-assets/hn-landing-pages/hn-live/images/hn-live-banner-sub.jpg) no-repeat center top / cover;
  margin-bottom: 80px;
}

.hn-live-sub-banner-inner {
  height: 100%;
  display: flex;
  padding: 80px;
}

.hn-live-sub-banner-content {
  max-width: 500px;
}

.hn-live-sub-banner-content img {
  width: 100%;
  max-width: 450px;
  margin-bottom: 8px;
  -webkit-filter: drop-shadow(0 0 5px #222222);
  filter: drop-shadow(0 0 5px #222222);
}

/* Font Styles
======================================= */
.hn-live-intro-inner h2,
.hn-live-steps-inner h2 {
  color: var(--color-primary);
  font-size: 2.1em;
  line-height: 1em;
  margin: 0;
}

.hn-live-intro-inner p {
  color: var(--color-primary);
  font-size: 1.8em;
  line-height: 1.2em;
  margin: 0 0 0.3em;
}

.hn-live-banner-content p,
.hn-live-sub-banner-content p {
  color: #fff;
  font-size: 2.8em;
  line-height: 1em;
  font-weight: 400;
  margin: 0;
}

.hn-live-sub-banner-content p {
  text-shadow: 0 0 10px rgba(0, 0, 0, 1);
}

.hn-live-blurb a {
  text-decoration: none;
  color: #005b9c;
}

.hn-live-blurb a:hover {
  text-decoration: underline;
}

/* Media Queries
======================================= */
@media screen and (max-width: 992px) {
  .hn-live-banner-outer {
    height: 350px;
  }

  .hn-live-banner-content {
    max-width: 400px;
  }

  .hn-live-banner-inner {
    padding-right: 100px;
  }

  .hn-live-cards-inner {
    gap: 20px;
  }

  .hn-live-intro-inner {
    padding: 60px 0;
  }

  .hn-live-sub-banner-outer {
    height: 450px;
  }

  .hn-live-sub-banner-inner {
    padding: 50px;
  }

  .hn-live-sub-banner-content {
    max-width: 320px;
  }

  .hn-live-banner-content p,
  .hn-live-sub-banner-content p {
    font-size: 2.2em;
  }
}

@media screen and (max-width: 750px) {
  .hn-live-steps-outer,
  .hn-live-sub-banner-outer {
    margin-bottom: 50px;
  }

  .hn-main-content-inner {
    padding: 0 20px;
  }

  .hn-live-banner-content p {
    font-size: 2em;
  }

  .hn-live-banner-outer {
    height: 300px;
    background-position: -240px center;
  }

  .hn-live-banner-content {
    max-width: 300px;
  }

  .hn-live-banner-inner {
    padding: 0 30px;
  }

  .hn-live-banner-content header {
    margin-bottom: 20px;
  }

  .hn-live-cards-inner {
    flex-direction: column;
    align-items: center;
  }

  .hn-live-card {
    max-width: 400px;
  }
  .hn-live-cards-inner {
    gap: 50px;
  }

  .hn-live-intro-inner {
    padding: 40px 0;
  }

  .hn-live-sub-banner-outer {
    height: 300px;
  }

  .hn-live-sub-banner-inner {
    padding: 30px;
  }

  .hn-live-sub-banner-content {
    max-width: 200px;
  }
}

@media screen and (max-width: 500px) {
  .hn-live-sub-banner-outer {
    background-position: -50px top;
  }
}
