/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 23 2024 | 19:45:48 */
/*Science Page*/
#senescent-cells {
  background-color: var(--gray);
}
#senescent-cells strong {
  color: var(--blue);
}
#senescent-cells .avia-icon-list-container {
  margin: 0 !important;
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
}
#senescent-cells .avia-icon-list-container ul.avia-icon-list {
  display: flex;
  font-size: 15px;
  border-radius: 200px;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 0 0.5rem;
}
#senescent-cells .avia-icon-list-container ul.avia-icon-list:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--white);
  opacity: 0.75;
  backdrop-filter: blur(10px);
}
#senescent-cells .avia-icon-list-container ul.avia-icon-list li {
  padding: 0.5rem 0.5rem;
}
#senescent-cells .avia-icon-list-container .iconlist_icon {
  display: none !important;
}
#senolytic-approach {
  background: var(--whiteGradient);
}
#senolytic-approach h2 {
  margin-bottom: 2rem;
  text-transform: uppercase !important;
}
#senolytic-approach h4 {
  color: var(--blue) !important;
  margin-bottom: 1rem;
  font-weight: var(--fw_bold);
  font-size: 30px;
  line-height: 1.5em;
}
#targeting-senescent-cells h2, #targeting-senescent-cells h3 {
  color: var(--white) !important;
}
#targeting-senescent-cells h2 {
  font-size: 35px;
  text-transform: uppercase !important;
}
#targeting-senescent-cells h3 {
  font-size: 30px;
}
#targeting-senescent-cells hr {
  margin: 30px 0;
  width: 60px;
  border-width: 3px 0 0;
}
#targeting-senescent-cells .entry-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#targeting-senescent-cells .entry-content-wrapper .flex_column {
  float: none !important;
}
#interplay-of-vegf {
  background-color: var(--gray);
}
#about-ubx1325 {
  background-color: var(--whiteGradient);
}
#about-ubx1325 .single-card {
  padding: 3.5rem;
}
#about-ubx1325 h2 {
  font-size: 35px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
#about-ubx1325 h2:after {
  content: "";
  width: 60px;
  height: 4px;
  background: var(--teal);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
#presentations-list {
  padding-top: 1.5rem;
}
#presentations-list ul li {
  padding: 1rem !important;
  margin-bottom: 1rem;
  border-bottom: 1px solid #BECCDE;
}
#presentations-list ul li .iconlist_icon {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  font-size: 1.5rem;
  margin-right: 0.75rem;
  color: #81819E !important;
}
#presentations-list ul li .av_iconlist_title a {
  color: var(--blue);
  font-size: 20px;
  font-weight: var(--fw_semibold);
  display: block;
  padding-bottom: 0.5rem;
}
#presentations-list ul li .iconlist_content {
  color: var(--black);
  font-style: italic;
}
#interplay-of-vegf h2, #science-publications h2, #scientific-presentations h2 {
  color: var(--purple) !important;
  text-transform: uppercase !important;
  font-size: 35px;
}
#science-publications h2, #science-publications .av_textblock_section {
  margin-bottom: 1.5rem !important;
}
#scientific-presentations h2 {
  margin-bottom: 1.5rem !important;
}
.featured-posts .featured-posts-list {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
}
.featured-posts .featured-posts-list .featured-publications-inner {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
  height: 100%;
}
.featured-posts .featured-posts-list h3 {
  text-align: center;
  font-size: 22px;
  font-family: var(--mont);
  font-weight: var(--fw_bold);
  width: 100%;
  margin-bottom: 0;
}
.featured-posts .featured-posts-list hr {
  margin: 1.5rem auto !important;
  border-color: var(--blueAlt);
  border-width: 4px 0 0;
  width: 60px;
}
.featured-posts .featured-posts-list .featured-pub-excerpt {
  text-transform: uppercase;
  font-style: italic;
  width: 100%;
  display: block;
  text-align: center;
}
@media screen and (max-width: 989px) {
  .featured-posts .featured-posts-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .featured-posts .featured-posts-list > div:last-of-type {
    grid-column: 1 / 3;
  }
}
@media screen and (max-width: 767px) {
  .featured-posts .featured-posts-list {
    gap: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .featured-posts .featured-posts-list > div {
    grid-column: 1 / 3;
  }
  #about-ubx1325 .single-card {
    padding: 1rem;
  }
  #targeting-senescent-cells h3, #about-ubx1325 h2 {
    font-size: 26px !important;
  }
  #senolytic-approach h2, #targeting-senescent-cells h2, .split-block-full .text-block h2, .split-block-contain .text-block h2, #interplay-of-vegf h2, #science-publications h2, #scientific-presentations h2 {
    font-size: 30px !important;
  }
}
