a {
  text-decoration: none;
}

.top-banner {
  --mobile-banner-path: url("/images/ihhinternationallibraries/common/Article-mobile-banner.webp");
  --desktop-banner-path: url("/images/ihhinternationallibraries/common/Article-page-banner.webp");
  background-color: transparent;
  background-image: var(--desktop-banner-path);
}

@media screen and (max-width: 991px) {
  .top-banner {
    background-image: var(--mobile-banner-path);
    background-position: bottom right;
    background-color: #97c674;
  }
}
.top-banner {
  background-color: #97c675;
  background-size: cover;
  background-position: top right;
}
@media screen and (max-width: 1399px) {
  .top-banner {
    background-position: top center;
  }
}
@media screen and (max-width: 767px) {
  .top-banner {
    padding-bottom: calc(10rem + 15vw);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .top-banner {
    background-image: none !important;
  }
}

.big-name-wrapper {
  height: 300px;
  display: flex;
  align-items: center;
}
.big-name-wrapper .big-name {
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: white;
}
@media screen and (max-width: 767px) {
  .big-name-wrapper {
    height: 200px;
  }
}

.article-item {
  position: relative;
  display: block;
  color: rgb(124, 125, 127);
}
.article-item:hover {
  color: inherit;
}
.article-item:hover .article-text {
  background-color: white;
}
.article-item:hover .fa-chevron-right {
  transform: translateY(0.75rem) translateX(0.5rem);
}
.article-item .article-content {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 2px 5px 2px rgba(0, 0, 0, 0.17);
  height: 100%;
}
.article-item .article-img {
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.article-item .article-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 0.75rem 1rem;
  border-radius: 0 0 5px 5px;
  transition: all 0.15s ease-in-out;
}
.article-item .article-text .article-title {
  font-weight: 600;
  font-size: clamp(1.25rem, 1vw, 1.5rem);
  color: rgb(98, 181, 221);
  line-height: 1.15;
  margin-bottom: 0.25rem;
}
.article-item .article-text .article-summary {
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 3rem;
  display: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.1;
}
.article-item .fa-chevron-right {
  position: absolute;
  transform: translateY(0.75rem);
  transition: all 0.15s ease-in-out;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background-color: rgb(121, 151, 175);
  border-radius: 50%;
  aspect-ratio: 1/1;
  margin-right: 1rem;
}
.article-item .fa-chevron-right::before {
  color: white;
  font-size: 1.5rem;
  aspect-ratio: 1;
  width: 1.5rem;
  display: flex;
  height: 1.5rem;
  z-index: 1;
  justify-content: center;
  align-items: center;
  transform: translateX(0.15rem);
}

.article-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.article-items .article-summary {
  display: none;
}
.article-items .article-title {
  padding-right: 3rem;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .article-items {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .article-items .article-item {
    flex-basis: 50%;
    max-width: calc(50% - 0.625rem);
  }
  .article-items .article-summary {
    display: none;
  }
  .article-items .article-title {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .article-items .article-item {
    flex-basis: 33.3333333333%;
    max-width: calc(33.3333333333% - 0.8333333333rem);
  }
}
@media screen and (min-width: 1199px) {
  .article-items .article-item {
    flex-basis: 25%;
    max-width: calc(25% - 0.9375rem);
  }
  .article-items .article-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1rem;
  }
  .article-items .article-text {
    padding: 0.75rem 1rem;
  }
}

.articles {
  padding: 1rem 0;
  padding-bottom: 2rem;
  background-color: rgb(245, 245, 247);
}

.articles.featured {
  background-color: white;
  padding-bottom: 2rem;
}
.articles.featured .article-items-featured {
  display: flex;
  gap: 1rem;
}
.articles.featured .article-items-featured .article-items {
  flex: 1 1 50%;
}
.articles.featured .article-items-featured .article-items.featured-big .article-item {
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1199px) {
  .articles.featured .article-items-featured .article-items.featured-big .article-item .article-text {
    padding: 1.25rem 1.25rem;
  }
}
.articles.featured .article-items-featured .article-items.featured-big .article-item .article-title {
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  margin-bottom: 0.25rem;
}
.articles.featured .article-items-featured .article-items.featured-big .article-item .article-summary {
  display: -webkit-box;
}
.articles.featured .article-items-featured .article-items:not(.featured-big) .article-item {
  flex-basis: 50%;
  max-width: calc(50% - 0.625rem);
}
.articles.featured .article-items-featured .article-items:not(.featured-big) .article-item .article-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .articles.featured .article-items-featured .article-items:not(.featured-big) .article-item {
    flex-basis: 100%;
    max-width: 100%;
  }
  .articles.featured .article-items-featured .article-items:not(.featured-big) .article-item .article-title {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .articles.featured .article-items-featured {
    display: block;
  }
  .articles.featured .article-items-featured .article-items.featured-big {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 991px) and (max-width: 767px) {
  .articles.featured .article-items-featured .article-summary {
    display: none !important;
  }
}

.top-header {
  font-size: clamp(1.5rem, 3vw, 1.75rem);
  font-weight: 600;
  color: rgb(98, 181, 221);
}

.articles-detail {
  margin-bottom: 1rem;
}
.articles-detail .article-banner {
  max-width: 100%;
  width: 100%;
  height: 400px;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 0.5rem;
  border-radius: 5px;
}
.articles-detail .article-header {
  position: relative;
  margin-bottom: 1.75rem;
}
.articles-detail .article-detail {
  border-radius: 5px;
  border: 1px solid rgb(232, 232, 232);
  padding: clamp(1.25rem, 2vw, 2.25rem);
  background-color: white;
  margin-top: -100px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 1px 5px 1px rgba(0, 0, 0, 0.15);
  max-width: 992px;
}
.articles-detail .article-detail-row {
  display: flex;
  gap: 1.5rem;
  font-weight: 500;
  color: rgb(121, 151, 175);
  margin-bottom: 0.5rem;
}
.articles-detail .article-detail-row .far {
  margin-right: 0.5rem;
  color: rgb(98, 181, 221);
}
.articles-detail .article-title {
  color: rgb(98, 181, 221);
  font-weight: 600;
  line-height: 1.1;
  font-size: clamp(1.75rem, 2.5vw, 2rem);
  margin-bottom: 0.5rem;
}
.articles-detail .article-summary {
  color: rgb(121, 151, 175);
}
.articles-detail .left-nav {
  top: 4rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .articles-detail .left-nav {
    position: sticky;
  }
}
.articles-detail .left-nav .goto-header {
  color: rgb(98, 181, 221);
}
.articles-detail .left-nav .goto-topic {
  display: block;
  text-decoration: none;
  color: rgb(121, 151, 175);
  margin-bottom: 0.75rem;
}
.articles-detail .left-nav .goto-topic:hover {
  color: rgb(98, 181, 221);
}
.articles-detail .article-content {
  padding: 0 0.25rem;
}
.articles-detail .article-content-block {
  margin-bottom: 0.5rem;
}
.articles-detail .article-content-block::before {
  content: "";
  display: block;
  visibility: hidden;
  height: 4rem;
  margin-top: -4rem;
}
.articles-detail .article-content-block .article-content-block-title {
  color: rgb(98, 181, 221);
  font-size: clamp(1.35rem, 2.5vw, 1.5rem);
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.more-articles {
  padding: 1.5rem 0;
  background-color: #b0a3cf;
}
.more-articles .top-header {
  color: white;
  text-align: center;
}
.more-articles .articles-more .article-title {
  margin-right: 3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more-articles .articles-more .more-item {
  padding: 1rem;
}
.more-articles .slick-dots li button::before {
  color: white;
}

.fw-600 {
  font-weight: 600;
}/*# sourceMappingURL=articles.css.map */