/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 16 2024 | 00:36:40 */
#pubs-content > .container {
  max-width: 100% !important;
  padding: 0 !important;
}
#pubs-content > .container > .content {
  padding: 0 !important;
}
.featured-posts {
  background: var(--gray);
}
.featured-posts .featured-posts-container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 75px 50px;
}
.featured-posts .featured-posts-title {
  text-align: center;
  margin-bottom: 2rem;
}
.featured-posts .featured-posts-title h2 {
  color: var(--purple) !important;
  text-transform: uppercase !important;
  font-size: 35px !important;
}
.featured-posts .featured-posts-list {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(3, 1fr);
}
.featured-posts .single-featured-publication {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--white);
}
.featured-posts h3.featured-pub-title {
  font-size: 22px;
  line-height: 1.25em;
  text-align: center;
  margin-bottom: 0;
  letter-spacing: 0.5px !important;
}
.featured-posts hr {
  margin: 1.5rem auto !important;
  width: 60px;
  border-width: 4px 0 0;
  border-color: var(--teal);
}
.featured-posts p.featured-pub-excerpt {
  text-align: center;
  font-style: italic;
  font-size: 18px;
}
.featured-posts p.featured-pub-excerpt span.featured-year {
  display: block;
  text-align: center;
}
.featured-posts a {
  transition: 0.4s ease color;
}
.featured-posts a:hover {
  color: var(--purple) !important;
}
#publications-wrapper .publications-container {
  padding: 75px 50px;
  max-width: 1400px;
  margin: 0 auto;
}
.pubs_filter {
  margin-bottom: 1.5rem;
}
.pubs_filter .tag_list {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pubs_filter .tag_list li {
  font-size: 18px;
  line-height: 1em;
  cursor: pointer;
  margin: 0.25rem 0.5rem;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  position: relative;
}
.pubs_filter .tag_list li:after {
  content: "";
  height: 100%;
  width: 1px;
  background: var(--black);
  position: absolute;
  top: 0;
  right: -0.5rem;
  opacity: 0.45;
}
.pubs_filter .tag_list li.filters-title {
  cursor: default;
  font-weight: var(--fw_bold);
  color: var(--blue);
}
.pubs_filter .tag_list li.filters-title:after {
  display: none;
}
.pubs_filter .tag_list li:last-of-type:after {
  display: none;
}
.pubs_filter .tag_list li:hover {
  color: var(--purple) !important;
}
.pubs_filter li.active {
  color: var(--purple) !important;
  font-weight: var(--fw_semibold);
}
.publications-list .single-publication {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}
.publications-list .single-publication a:hover {
  color: var(--purple) !important;
}
.publications-list h3.pub-title {
  font-size: 22px !important;
  line-height: 1.25em;
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px !important;
}
.publications-list p.pub-excerpt {
  margin: 0 !important;
  font-style: italic;
  font-size: 18px;
}
