/**
 *  News + Events Section on CoF Homepage
 */

/*  Featured News Section */

body.path-frontpage .paragraph--news_section_news_and_events .features {
}

body.path-frontpage .news-section-features-wrapper {
  background-color: white !important;
  border-radius: 0.375rem;
  padding-bottom: 1rem;
  height: 100%;
}

body.path-frontpage .features .card {
  border: none;
}

body.path-frontpage .features .card-body {
  min-height: 460px;  
}

body.path-frontpage .stretched-link {
  display: block;
  font-size: 1px;
  opacity: 0;
  margin-top: -2em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

body.path-frontpage .features .btn-wrap {
  position: relative;
  margin-bottom: 30px;
}

body.path-frontpage .features .carousel-control-prev,
body.path-frontpage .features .carousel-control-next {
}

body.path-frontpage .features .carousel-control-prev,
body.path-frontpage .features .carousel-control-next { 
  position: absolute;
  top: 0;
  transform: TranslateY(-30%);
  background: black;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin: 0 20px; 
}

body.path-frontpage .features .carousel-indicators [data-bs-target] {
  background-color: #333;
}

body.path-frontpage .features .carousel-indicators { 
  bottom: -40px;
}

body.path-frontpage .features .carousel-indicators button { 
  background: #333;
  border-top: 0 !important;
  border-bottom: 0 !important; 
}


/*  Events Section */

body.path-frontpage .news-section-events-col {
  border-radius: 0.375rem;
  border: 1px solid #e9e5e4;
}

body.path-frontpage .news-section-events-col h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: .2rem;
}

body.path-frontpage .news-section-events-col p {
  font-size: .9rem; 
}

body.path-frontpage .news-section-events-col .event-date {
  font-weight: bold;
  color: #000;
  font-size: .9rem !important;
}