
.view-display-id-news_list_page .views-exposed-widget,
.view-display-id-insights_list_page .views-exposed-widget,
.view-display-id-people_listing .views-exposed-widget,
.view-display-id-program_list.views-exposed-widget {
	display:none;
}

.view-display-id-publication_listing .date-year {
	display: none;
}

.view-display-id-people_listing .select-result .sel-val {
  text-transform: capitalize;
}

#select2-edit-field-staff-group-type-2-0-tid-results .select2-results__option {
  text-transform: capitalize;
}


.no-plus:after {
  display: none !important;
 }
 
 .accordion-button.no-plus:after {
  display: none !important;
 }


 /* Modal Background */
.share-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Black transparent background */
  overflow: hidden;
}

/* Modal Content */
.share-modal-content {
  position: relative;
  margin: auto;
  padding:50px 20px;
  width: 80%;
  max-width: 350px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff; /* White text for better contrast */
  background: rgba(255,255,255,1); /* Removes white background */
}

/* Close Button */
.close-btn {
  position: fixed;
    right: 10px;
    font-size: 20px;
    top: 10px;
    color: #fff;
    cursor: pointer;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    text-align: center;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #C8C9CA;
    color: #000;
}

.close-btn:hover {
  color: black;
  background: #fff; /* Changes to white on hover */
}

/* Heading */
.share-modal-content h2 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #191c1d; /* Adjusted to white */
}

/* Social Icons */
.social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.social-icon {
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0;
  height: 32px;
  line-height: 32px;
  margin-right: 0;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.custom-social-icon {
  width: 22px;
  height: 25px;
  margin-inline-start: 10px;
}
.social-icon.facebook-clr{
  background-color:#4267B2;
}
.social-icon.twitter-clr{
  background-color:#000000;
}
.social-icon.linked-clr{
  background-color:#0077b5;
}

.breadcrumb span {
  color: rgba(81, 89, 102, 0.72);
  font-weight: 500;
}