.news-card-wrapper {
  display: inline-block;
  width: 100%;
  position: relative;
  height: 23rem;
  border-radius: 1rem;
  z-index: 200;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s ease-in-out;
}

.news-card-wrapper:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.news-card-overlay {
  white-space: wrap;
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  font-weight: bold;
  color: #606060;
}

.news-card-overlay > div {
  background-color: white;
  width: 100%;
  padding: 1rem;
  border-radius: 0 0 1rem 1rem;
}

.news-card-title {
  border-bottom: 1px solid #eeeeee;
  padding: 0.5rem 0;
  line-height: 1.5rem;
  font-size: 14px;
}

.news-card-link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 0.5rem;
}

.news-card-link {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  color: black;
  font-size: 18px;
  font-weight: 500;
}

.news-card-link img {
  width: 0.4rem;
}

.news-card-date {
  color: #f47721;
}

.list_title mark {
  text-transform: uppercase;
}

.list_title {
  font-size: 30px;
  color: #606060;
  padding: 1rem 0;
}

.list_menu {
  padding: 2rem 0;
}

.list_filter_spacer {
  padding-top: 1rem;
}

.list_filter {
  margin-bottom: 1rem;
}

.list_filter .acontrol {
  height: 40px;
}

.list_filter .acs_main {
  inset: 10px 30px 10px 5px;
}

.paginator {
  margin-bottom: 1rem;
}

.paginator_page {
  padding: 0.2rem 0.55rem;
  border-radius: 0.5rem;
  font-size: 11px;
}

.paginator_page:hover {
  background-color: #f4f4f4;
}

.paginator_curr {
  border-radius: 0.5rem;
  padding: 0.2rem 0.55rem;
  background-color: #7bc97a;
  color: white;
  font-size: 11px;
}

.paginator_prev {
  background-color: #f4f4f4;
  color: #397794;
  font-size: 11px;
}

.paginator_next {
  background-color: #f4f4f4;
  color: #397794;
  font-size: 11px;
}

.list_pages_count {
  width: 4rem;
  height: 1.5rem;
  border-radius: 0.5rem;
  float: right;
  font-size: 11px;
}

.list_pages_count .acs_button {
  background-color: #c2b59b;
  border-radius: 0.5rem;
}

.list_items {
  font-size: 0;
}

.list_items .news-card-wrapper {
  margin-bottom: 1rem;
}

.list_items .news-card-wrapper .news-card-link {
  font-size: 15px;
}

.list_items .news-card-wrapper .news-card-date {
  font-size: 15px;
}

.list_items .announcement-card-wrapper {
  margin-bottom: 1rem;
}

.list_items .announcement-card-wrapper .announcement-card-link {
  font-size: 15px;
}

.list_items .announcement-card-wrapper .announcement-card-date {
  font-size: 15px;
}

.list_menu.bottom {
  padding-bottom: 2rem;
}

.posts-top-bar-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2rem 0;
}

.posts-top-back {
  background-color: #2fb0c5;
  padding: 0.5rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  width: fit-content;
  color: white;
  font-size: 14px;
}

.posts-top-back > img {
  height: 1rem;
}

.post-title {
  color: black;
  margin-bottom: 1rem;
}

.post-date {
  color: #f47721;
  margin-bottom: 0.8rem;
}

.post-content {
  padding-top: 1rem;
}

.posts-top-print {
  background-color: #7bc97a;
  border-radius: 0.5rem;
  height: 2.4rem;
  width: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.posts-top-print img {
  height: 65%;
}

.project-data-wrapper {
  padding: 1rem 0rem;
  display: flex;
  gap: 1rem;
}

.project-data-wrapper h4 {
  width: 40%;
  border-right: 2px solid #f0f0f0;
}

.project-data-wrapper img {
  height: 1.5rem;
}

.button_expand {
  background-color: #f4f4f4;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
}

.button_expand:hover {
  background-color: #f0f0f0;
}

.button_expand.expanded {
  background-color: #3c7893;
  color: white;
}

.archive_wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.archive_wrapper table {
  border-collapse: collapse;
  border-radius: 0.5rem;
}

.session-table-top {
  background-color: #7bc97a;
  color: white;
}

.session-table-top th {
  padding: 0.5rem 0;
}

.session-table-top th:first-child {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.session-table-top th:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.tag img {
  width: 50%;
}

.tag a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.related-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.related-content-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: #f4f4f4;
  font-weight: bold;
  gap: 1rem;
}

.related-content-item:hover {
  background-color: #f0f0f0;
}

.related-content-item img {
  height: 2rem;
}

.session-categories-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-direction: column;
}

.session-categories-wrapper .home-banner {
  width: 100%;
  border-radius: 1rem;
}

@media screen and (min-width: 787px) {
  .news-card-wrapper {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .paginator {
    margin-bottom: 0rem;
  }

  .paginator_page {
    padding: 0.3rem 0.7rem;
    font-size: 16px;
  }

  .paginator_curr {
    padding: 0.3rem 0.7rem;
    font-size: 16px;
  }

  .paginator_prev {
    font-size: 16px;
  }

  .paginator_next {
    font-size: 16px;
  }

  .list_pages_count {
    width: 5rem;
    height: 2rem;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .list_title {
    font-size: 40px;
  }

  .list_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .project-data-wrapper h4 {
    width: 12%;
    border-right: 2px solid #f0f0f0;
  }

  .session-categories-wrapper {
    flex-direction: row;
  }

  .session-categories-wrapper .home-banner {
    width: 50%;
  }

  .news-card-wrapper {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
  }
}
