/**
 *  Centennial News + Events Paragraph
 */


/*  Layout  */

/*
.paragraph.paragraph--2-columns-75-25 .col-12.col-md-9 {
  padding-left: 0;
  margin-left: 0;
}

.paragraph.paragraph--2-columns-75-25 .col-12.col-md-3 {
  padding-right: 0;
  margin-right: 0;
}

#featureCarousel {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#featureCarousel .card-body {
  padding-left: 0;
  padding-right: 0;
}
*/

ul#lwe {
 padding-left: 5px;
 padding-right: 5px;
}

/*  Centennial News Section */

.paragraph--news_section_centennial_news .news-section-features-col {
  padding-left: 0;
}

.paragraph--news_section_centennial_news .news-card-wrapper {
  margin-top: 0;
}

.paragraph--news_section_centennial_news .paragraph--news_section_news_and_events .features {
}

.paragraph--news_section_centennial_news .news-section-features-wrapper {
  /*background-color: transparent !important;*/
  background-color: white !important;
  border-radius: 0.375rem;
  padding-bottom: 1rem;
  height: 100%;
}

.paragraph--news_section_centennial_news .news-section-features-wrapper .card {
  border: none;
  background-color: transparent !important;
}

.paragraph--news_section_centennial_news .news-section-features-wrapper .card-body {
  /*min-height: 460px;  */
}

.paragraph--news_section_centennial_news .news-section-features-wrapper .news-item {
  /*
  border: 1px solid #bababa;
  padding: 10px;
  background-color: white;
  */
  padding: initial 10px 10px 10px;
}

.paragraph--news_section_centennial_news .news-section-features-wrapper a.slide-link {
  text-decoration: none !important;
}

.paragraph--news_section_centennial_news .news-section-features-wrapper a.slide-link h3 {
  color: black;
}

.paragraph--news_section_centennial_news .features a.slide-link:hover h3 {
  color: #D73F09;
}

.paragraph--news_section_centennial_news .stretched-link {
  display: block;
  font-size: 1px;
  opacity: 0;
  margin-top: -2em;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.paragraph--news_section_centennial_news .features .btn-wrap {
  position: relative;
  margin-bottom: 30px;
}

.paragraph--news_section_centennial_news .features .carousel-control-prev,
.paragraph--news_section_centennial_news .features .carousel-control-next {
}

.paragraph--news_section_centennial_news .features .carousel-control-prev,
.paragraph--news_section_centennial_news .features .carousel-control-next { 
  position: absolute;
  top: 0;
  transform: TranslateY(-30%);
  background: black;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin: 0 20px; 
}

.paragraph--news_section_centennial_news .features .carousel-indicators [data-bs-target] {
  background-color: #333;
}

.paragraph--news_section_centennial_news .features .carousel-indicators { 
  bottom: -40px;
}

.paragraph--news_section_centennial_news .features .carousel-indicators button { 
  background: #333;
  border-top: 0 !important;
  border-bottom: 0 !important; 
}


/*  Centennial Events Section */

.paragraph--news_section_centennial_news .news-section-events-col {
  border-radius: 0.375rem;
  border: 1px solid #e9e5e4;
}

.paragraph--news_section_centennial_news .news-section-events-col h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
  margin-top: 0;
  margin-bottom: .2rem;
}

.paragraph--news_section_centennial_news .news-section-events-col p {
  font-size: .9rem; 
}

.paragraph--news_section_centennial_news .news-section-events-col .event-date {
  font-weight: bold;
  color: #000;
  font-size: .9rem !important;
}

.paragraph--news_section_centennial_news .lg-img-wrap {
  float: right;
  padding-left: 5px;
  padding-bottom: 5px;
  width: 50%;
}

.paragraph--news_section_centennial_news .img-thumbnail {
  max-width: 100%;
  height: auto;
  width: unset;
}

/* Tweaks for featured image sizing */
/*
@media (max-width: 991px) {
  .paragraph--news_section_centennial_news .img-thumbnail {
    max-width: 200px;
  }  
}

@media (max-width: 767px) {
  .paragraph--news_section_centennial_news .img-thumbnail {
    max-width: 200px;
  }  
}

@media (max-width: 576px) {
  .paragraph--news_section_centennial_news .img-thumbnail {
    max-width: 200px;
  }  
}
*/

