.page-newsroom .section-posts {
  margin-bottom: 95px;
}
.page-newsroom .section-posts .content .wrapper {
  overflow: visible;
}
.page-newsroom .section-posts .content .header {
  padding-top: 146px;
  background-color: #faf8f4;
  padding-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .header {
    padding-top: 184px;
    padding-bottom: 34px;
  }
}
.page-newsroom .section-posts .content .header:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../../assets/images/newsroom-hero-bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-newsroom .section-posts .content .header .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .header .title {
    text-align: left;
  }
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .header .title {
    font-size: 3rem;
    line-height: 1.3;
    margin-bottom: 64px;
  }
}
.page-newsroom .section-posts .content .header .filters {
  display: flex;
  justify-content: center;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .header .filters {
    justify-content: flex-start;
  }
}
.page-newsroom .section-posts .content .header .filters .filter {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-right: 24px;
  position: relative;
  cursor: pointer;
  display: block;
  color: #2d3838;
  text-decoration: none;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .header .filters .filter {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.page-newsroom .section-posts .content .header .filters .filter:last-child {
  margin-right: 0;
}
.page-newsroom .section-posts .content .header .filters .filter.filter--active:after, .page-newsroom .section-posts .content .header .filters .filter:hover:after {
  width: 100%;
}
.page-newsroom .section-posts .content .header .filters .filter:after {
  transition: width 0.3s ease-out;
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #9E8A63;
}
.page-newsroom .section-posts .content .posts-holder {
  padding-top: 54px;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder {
    padding-top: 100px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header {
    margin-bottom: 52px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-1 .posts-title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-1 .posts-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters {
  display: flex;
  position: relative;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .loader-holder {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translate(-100%, -50%);
  display: none;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter {
  margin-right: 4px;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter {
    margin-right: 12px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter:last-child {
  margin-right: 0;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter.filter--category .choices .choices__inner {
  min-width: 130px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter.filter--category .choices .choices__inner {
    min-width: 180px;
    max-width: 100%;
  }
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter.filter--category .choices .choices__inner {
    min-width: 220px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter.filter--category .choices .choices__inner:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  background: linear-gradient(to left, #faf8f4 80%, transparent);
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter.filter--category .choices .choices__inner:before {
    content: none;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices select {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  display: none;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices.is-open:after {
  transform: translateY(-50%) rotate(180deg);
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices:after {
  border: none;
  transform: translateY(-50%);
  margin-top: 0;
  width: 20px;
  height: 20px;
  background-image: url("../../../../assets/icons/arrow_down_2_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  right: 16px;
  background-size: 20px;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices:after {
    width: 24px;
    height: 24px;
    background-size: 24px;
    right: 24px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__inner {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2d3838;
  height: 44px;
  min-width: 90px;
  background-color: #faf8f4;
  border-radius: 12px;
  padding: 0 45px 0 16px;
  box-sizing: border-box;
  outline: none;
  border: solid 1px transparent;
  display: flex;
  align-items: center;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__inner {
    min-width: 120px;
  }
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__inner {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 48px;
    min-width: 160px;
    padding: 0 60px 0 24px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__inner .choices__list {
  padding: 0;
  overflow: hidden;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown {
  border-radius: 12px;
  background-color: #faf8f4;
  border: none;
  margin-top: 4px;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2d3838;
  padding: 8px 16px;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown .choices__list .choices__item {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 8px 24px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown .choices__list .choices__item.choices__item--disabled {
  display: none;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown .choices__list .choices__item.is-selected, .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter .choices .choices__list.choices__list--dropdown .choices__list .choices__item.is-highlighted {
  background-color: #ECE8E0;
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter select {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #2d3838;
  height: 44px;
  width: 100px;
  background-color: #faf8f4;
  border-radius: 12px;
  padding: 0 0 0 16px;
  box-sizing: border-box;
  outline: none;
  border: solid 1px transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../../../../assets/icons/arrow_down_2_dark.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 16px) 50%;
  background-size: 20px;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter select {
    width: 120px;
  }
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter select {
    font-size: 1rem;
    line-height: 1.5rem;
    height: 48px;
    width: 160px;
    padding: 0 0 0 24px;
    background-size: 24px;
    background-position: calc(100% - 24px) 50%;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-header .posts-header-col.posts-header-col-2 .filters .filter select:focus {
  border-color: #9e8a63;
}
.page-newsroom .section-posts .content .posts-holder .posts {
  position: relative;
  z-index: 1;
  transition: opacity 0.3s ease-out;
}
.page-newsroom .section-posts .content .posts-holder .posts.loading-in-progress {
  opacity: 0.5;
}
.page-newsroom .section-posts .content .posts-holder .posts.posts--article, .page-newsroom .section-posts .content .posts-holder .posts.posts--news {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts.posts--article, .page-newsroom .section-posts .content .posts-holder .posts.posts--news {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 48px 24px;
  }
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts.posts--article, .page-newsroom .section-posts .content .posts-holder .posts.posts--news {
    grid-template-columns: repeat(3, 1fr);
  }
}
.page-newsroom .section-posts .content .posts-holder .posts.posts--event {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 24px;
}
@media all and (min-width: 1024px) {
  .page-newsroom .section-posts .content .posts-holder .posts.posts--event {
    grid-gap: 48px 24px;
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-newsroom .section-posts .content .posts-holder .posts article {
  height: 100%;
}
.page-newsroom .section-posts .content .posts-holder .posts-load-more-button {
  text-align: center;
  margin-top: 40px;
  position: relative;
}
@media all and (min-width: 768px) {
  .page-newsroom .section-posts .content .posts-holder .posts-load-more-button {
    margin-top: 24px;
  }
}
.page-newsroom .section-posts .content .posts-holder .posts-load-more-button .btn {
  border: 1px solid var(--base-dark);
}
.page-newsroom .section-posts .content .posts-holder .posts-load-more-button .loader-holder {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

/*# sourceMappingURL=newsroom.css.map */
