/* Article heroes aligned with the Webtoro homepage hero system. */
.article-hero.wt-article-home-hero {
  min-height: 610px !important;
  padding: 0 !important;
  border-top: 1px solid #9eb8b6 !important;
  border-bottom: 1px solid #9eb8b6 !important;
  color: #073b3c !important;
  background: #eff9f8 !important;
}

.article-hero.wt-article-home-hero:before,
.article-hero.wt-article-home-hero:after,
.article-hero.wt-article-home-hero .article-visual,
.article-hero.wt-article-home-hero .breadcrumbs,
.article-hero.wt-article-home-hero .art-cat-tag {
  display: none !important;
}

.article-hero.wt-article-home-hero .container {
  display: flex !important;
  width: min(1380px, calc(100% - 96px)) !important;
  max-width: 1380px !important;
  min-height: 610px !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: center !important;
  margin: 0 auto !important;
  padding: 54px 0 44px !important;
}

.wt-article-home-hero .wt-article-hero-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 42px;
  color: #073b3c;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wt-article-home-hero .wt-article-hero-kicker:before {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #31d7d4;
  box-shadow: 0 0 0 5px rgba(49, 215, 212, .16);
  content: "";
}

.article-hero.wt-article-home-hero .article-header {
  display: grid !important;
  width: 100% !important;
  max-width: none !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  gap: 0 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #073b3c !important;
}

.article-hero.wt-article-home-hero .article-header h1 {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  grid-column: 1 / -1 !important;
  margin: 0 !important;
  color: #073b3c !important;
  font-size: 72px !important;
  font-weight: 900 !important;
  line-height: .88 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.wt-article-home-hero .wt-hero-title-line {
  display: inline !important;
  width: auto;
  max-width: 100%;
  color: #073b3c;
}

.wt-article-home-hero .wt-hero-title-line:not(:last-child)::after {
  content: " ";
}

.wt-article-home-hero .wt-hero-title-accent {
  position: relative;
  z-index: 0;
  color: #31d7d4 !important;
  font-style: italic;
  transform: skewX(-8deg);
  transform-origin: left center;
  text-shadow:
    -1px -1px 0 #073b3c,
    0 -1px 0 #073b3c,
    1px -1px 0 #073b3c,
    -1px 0 0 #073b3c,
    1px 0 0 #073b3c,
    -1px 1px 0 #073b3c,
    0 1px 0 #073b3c,
    1px 1px 0 #073b3c;
}

.article-hero.wt-article-home-hero .article-lede {
  display: block !important;
  max-width: 820px !important;
  grid-column: 1 / -1 !important;
  margin: 28px 0 34px !important;
  color: #456866 !important;
  font-size: 17px !important;
  line-height: 1.6 !important;
  opacity: 1 !important;
}

.article-hero.wt-article-home-hero .article-meta {
  display: flex !important;
  min-height: 58px !important;
  grid-column: 1 !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 24px !important;
  margin: 0 !important;
  padding: 18px 0 0 !important;
  border-top: 1px solid #9eb8b6 !important;
  color: #073b3c !important;
  opacity: 1 !important;
}

.article-hero.wt-article-home-hero .article-meta-item {
  display: inline-flex !important;
  min-height: 0 !important;
  align-items: center !important;
  gap: 7px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #174a4a !important;
  background: transparent !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  opacity: 1 !important;
}

.article-hero.wt-article-home-hero .article-meta-divider {
  display: none !important;
}

.wt-article-home-hero .wt-article-hero-actions {
  display: flex;
  min-height: 58px;
  grid-column: 2 !important;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding-top: 18px;
  border-top: 1px solid #9eb8b6;
}

.wt-article-home-hero .wt-article-hero-actions a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #073b3c;
  border-radius: 22px;
  color: #eff9f8;
  background: #073b3c;
  font-size: 9px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.wt-article-home-hero .wt-article-hero-actions a:last-child {
  color: #073b3c;
  background: transparent;
}

.wt-article-home-hero .wt-article-hero-actions a:hover {
  color: #073b3c;
  background: #31d7d4;
}

@media (max-width: 980px) {
  .article-hero.wt-article-home-hero,
  .article-hero.wt-article-home-hero .container {
    min-height: 560px !important;
  }

  .article-hero.wt-article-home-hero .container {
    width: calc(100% - 48px) !important;
  }

  .article-hero.wt-article-home-hero .article-header h1 {
    font-size: 52px !important;
  }

  .article-hero.wt-article-home-hero .article-meta,
  .wt-article-home-hero .wt-article-hero-actions {
    grid-column: 1 / -1 !important;
  }

  .wt-article-home-hero .wt-article-hero-actions {
    justify-content: flex-start;
    padding-top: 14px;
    border-top: 0;
  }
}

@media (max-width: 600px) {
  .article-hero.wt-article-home-hero,
  .article-hero.wt-article-home-hero .container {
    min-height: 0 !important;
  }

  .article-hero.wt-article-home-hero .container {
    width: calc(100% - 32px) !important;
    padding: 42px 0 36px !important;
  }

  .wt-article-home-hero .wt-article-hero-kicker {
    margin-bottom: 30px;
    font-size: 9px;
  }

  .article-hero.wt-article-home-hero .article-header h1 {
    font-size: 38px !important;
    line-height: .92 !important;
  }

  .article-hero.wt-article-home-hero .article-lede {
    margin: 22px 0 28px !important;
    font-size: 15px !important;
  }

  .article-hero.wt-article-home-hero .article-meta {
    gap: 14px !important;
  }

  .wt-article-home-hero .wt-article-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .wt-article-home-hero .wt-article-hero-actions a {
    width: 100%;
  }
}
