.investor-feed__card .component-title a{
    min-width: fit-content;
 }
.latest-feed .home-date{
color: var(--primary-1);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.latest-feed .innerbox{
border-bottom: 1px solid #848484;
}
.latest-feed .home-title a{
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    letter-spacing: 0;
    transition: none;
}
.investor-feed__wrapper {
  gap: var(--bs-gutter-x);
  row-gap: var(--md-3)
}
.latest-feed .latest-feed__content-wrapper:last-child {
  border-bottom: none !important;
}
.cta-feeds{
color  : var(--primary-1);
}

.cta-events-icon{
padding : 0;
padding-right:var(--xs-1);
font-size:2.4rem;
}

.latest-feed .external-iframe{padding:104px 0;}  

.investor-feed__wrapper .investor-feed__card {
  min-height: 40rem
}
.investor-feed__wrapper .investor-feed__card .latest-feed{
border-radius: 4px;
background: rgba(242, 240, 236, 0.50);
/* transition: 0.6s ease-in-out; */ 
}
.investor-feed__wrapper .investor-feed__card .latest-feed .latest-feed__content-wrapper a.pr-link:focus-visible{
display:block;

}
.investor-feed__wrapper .investor-feed__card:hover .latest-feed{
background: var(--primary-1);
}
.investor-feed__wrapper .investor-feed__card:hover .latest-feed *{
color:var(--primary-4) !important
}
.investor-feed__wrapper .investor-feed__card:hover .latest-feed a span{
color:var(--secondary-3) !important
}
.investor-feed__wrapper .bg-signpost {
  height: 100%
}
.investor-feed__wrapper .bg-signpost__image-wrapper {
  height: 100%
}
@media (min-width:768px) {
  .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr
  }

.investor-feed__card .component-title a{
        align-items: flex-start;
            padding-top: 5px;
}
}
@media (min-width:1200px) {
  .investor-feed--two-boxes-60-40 .investor-feed__wrapper {
    grid-template-columns: 2fr 1fr
  }
  .investor-feed--three-boxes-equal .investor-feed__wrapper {
    grid-template-columns: 1fr 1fr 1fr
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card {
    grid-column: span 8
  }
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n+2),
  .investor-feed--four-boxes-60-40-2up-2down .investor-feed__card:nth-child(4n-1) {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+1),
  .investor-feed--five-boxes-2up-equal-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 6
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__wrapper {
    grid-template-columns: repeat(12,1fr)
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card {
    grid-column: span 4
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+1) {
    grid-column: span 8
  }
  .investor-feed--five-boxes-2up-60-40-3down-equal .investor-feed__card:nth-child(5n+2) {
    grid-column: span 4
  }
}
.cta-feeds .cta__label{padding-right:var(--sm-3);}



.investor-feed .latest-feed__content-wrapper .cta-feeds {
justify-content:flex-start;
}

.investor-feed__card .latest-feed .latest-feed__content-wrapper{
padding: var(--sm-3) var(--sm-3) var(--sm-3) 0;
}

@media (max-width:767px) {
/* .investor-feed .component-title h2{margin-bottom:2.0rem;} */ 
.investor-feed__wrapper .investor-feed__card .section-title{white-space: nowrap;margin-bottom:0;}
}



#ip3-investors .signpost-card .carousel-navigation {display: block !important;
    height: 0;}
#ip3-investors .signpost-card .carousel-navigation .carousel-lines {margin:0!important;}

