.topic-landing .home-top {
  background: var(--bg-img) no-repeat;
  background-size: cover;
  background-position-x: center;
}
.topic-landing .home-top-mobile {
  background: var(--bg-img-mobile) no-repeat;
  background-size: cover;
  background-position-x: center;
}
.topic-landing .bg-color-wrap {
  background-color: rgba(0, 0, 0, 0.33);
}
.topic-landing .home-top-mobile .title {
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  height: 375px;
  background: rgba(0, 0, 0, 0.33);
}
.topic-landing .description {
  font-size: 21px;
}
.topic-landing .description .menu a {
  text-decoration: none !important;
}
.topic-landing .description .menu h5 {
  font-family: "Merriweather", sans-serif;
}
.topic-landing .description .menu ul {
  font-family: "Merriweather", sans-serif;
  font-size: 14px;
  padding-left: 18px;
  color: #002868;
}
.topic-landing .description .menu ul li {
  margin: 15px 0;
}
.topic-landing .content {
  font-size: 21px;
}
.topic-landing .content img {
  width: 100%;
  margin-bottom: 1rem;
}
.topic-landing .content .bg-grey {
  background-color: #eaedf2;
}
.topic-landing .content .bg-grey b {
  color: #002868;
}
.topic-landing .content .hashtags {
  margin-bottom: 100px;
}
.topic-landing .content .hashtags .item {
  font-size: 14px;
  background: rgba(37, 132, 186, 0.2);
  border-radius: 4px;
  padding: 8px;
}
.topic-landing h2 {
  font-family: "Merriweather", sans-serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 1rem;
}
.topic-landing h3 {
  color: #002868;
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
}
.banner-title  {
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  color: #002868;
}
.banner-content {
  font-size: 16px;
  line-height: 24px;
  color: #161616;
}
.banner-btn {
  display: block;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 14px 0;
  border-radius: 2px;
  background: linear-gradient(0deg, #BF0A30, #BF0A30);
}

.inline-banner-wrap {
  padding: 20px 40px;
}
.inline-banner-bg-1 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/inline-banner-bg-1.e06f1d0bde65.png");
  background-position: top;
}
.inline-banner-bg-2 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/inline-banner-bg-2.194b0c2d3dc1.png");
  background-position: right;
}
.inline-banner-bg-3 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/inline-banner-bg-3.e6dc664c5e73.png");
  background-position: center;
}
.inline-banner-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
.inline-banner-title {
  font-size: 28px;
  line-height: 42px;
}
.inline-banner-content {
  margin-top: 6px;
}
.inline-banner-btn {
  align-self: center;
  text-decoration: none;
  max-width: 156px;
}
.inline-banner-btn:hover,
.inline-banner-btn:visited {
  color: #fff;
  text-decoration: none;
}


.aside-banner-wrap {
  min-width: 100%;
  position: sticky;
  top: 15%;
  padding: 25px;
}
.aside-banner-bg-1 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/aside-banner-bg-1.f52c2aaf2598.png");
}
.aside-banner-bg-2 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/aside-banner-bg-2.3975cb852c88.png");
}
.aside-banner-bg-3 {
  background: url("/static/multisite/img/multisite/regional_sites_common/article_banners/aside-banner-bg-3.50393ea440b5.png");
}
.aside-banner-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aside-banner-title {
  font-size: 24px;
  line-height: 36px;
}
.aside-banner-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.aside-banner-btn:hover,
.aside-banner-btn:visited {
  color: #fff;
}

@media (max-width: 767.98px) {
  .topic-landing .home-top {
    background: none;
  }
  .topic-landing .bg-color-wrap {
    background: none;
  }
  .topic-landing .description {
    font-size: 14px;
  }
  .topic-landing .content {
    font-size: 14px;
  }
  .topic-landing h2, .topic-landing h4 {
    font-size: 21px;
  }
  .inline-banner-title {
    font-size: 26px;
  }
  .inline-banner-btn {
    max-width: 100%;
  }
}