/*light background dark text*/

/*common*/
.text-gray-link-gray,
.text-gray-link-gray .item-title,
.text-gray-link-gray .section-title,
.text-gray-link-gray p,
.text-gray-link-gray li,
.text-gray-link-gray h1,
.text-gray-link-gray h2,
.text-gray-link-gray h3,
.text-gray-link-gray h4,
.text-gray-link-gray h5,
.text-gray-link-gray h6,
.text-gray-link-gray .card-view .view-header,
.text-gray-link-gray .banner .banner-title,
.text-gray-link-gray .banner-style-2 .banner-detail,
.text-gray-link-gray .pro-location,
.text-gray-link-gray .additional-country-info>.view-header,
.text-gray-link-gray .view-grouping-header,
.text-gray-link-gray .committee-members-layout .user-name,
.text-gray-link-gray .committee-members-layout .country-name,
.text-gray-link-gray .profile-details .staff-position,
.text-gray-link-gray .snapshot-content .views-label,
.text-gray-link-gray .snapshot-content .field-content,
.text-gray-link-gray .digit-value,
.text-gray-link-gray .item-title-underline,
.text-gray-link-gray blockquote,
.text-gray-link-gray .pro-detail,
.text-gray-link-gray .pro-name,
.text-gray-link-gray .event-series-section,
.text-gray-link-gray .event-series-section table tbody td,
.text-gray-link-gray .event-series-section caption,
.text-gray-link-gray .wrap,
.text-gray-link-gray span.time {
  color: var(--gray);
}

.text-gray-link-gray p a,
.text-gray-link-gray li a {
  font-weight: 400;
}

.text-gray-link-gray a,
.text-gray-link-gray a:hover,
.text-gray-link-gray p strong,
.text-gray-link-gray .profile-details .staff-name a {
  color: var(--gray);
}

.text-gray-link-gray a:active {
  color: var(--dark-cyan);
}

.text-gray-link-gray a:visited {
  color: var(--dark-pink);
}

/*image tint*/
.text-gray-link-gray:after {
  display: none;
}

.text-gray-link-gray p,
.text-gray-link-gray li {
  font-weight: 300;
}

/*li dot*/
.text-gray-link-gray .content-desc-area li:before,
.text-gray-link-gray .dec-content ul li:before {
  background: var(--gray);
}

/*colum layoutborder*/
.text-gray-link-gray .three-column-layout .item-title,
.text-gray-link-gray .links-view .section-title,
.text-gray-link-gray .shortcut-view .section-title,
.text-gray-link-gray .section-title-with-border,
.text-gray-link-gray .banner-style-2 .additional-info,
.text-gray-link-gray .committee-members-layout .user-set,
.text-gray-link-gray .snapshot-content .views-field,
.text-gray-link-gray .project-documents li,
.text-gray-link-gray .item-title-wrap,
.text-gray-link-gray .item-title-underline,
.text-gray-link-gray .dec-content ul li ul li:before,
.text-gray-link-gray .content-desc-area ul li ul li,
.text-gray-link-gray .committee-members-layout .view,
.text-gray-link-gray .committee-members-layout>.view-content>.views-row,
.text-gray-link-gray .committee-inner-view:not(.co-chairs) .views-row:not(:last-child),
.text-gray-link-gray .event-series-section table tr td,
.text-gray-link-gray .event-series-section .series-row,
.text-gray-link-gray .event-series-section .view-content h3 {
  border-color: var(--gray);
}

/*members*/
.text-gray-link-gray .members-layout .views-row:after {
  background: var(--gray);
}

/*btn*/
.text-gray-link-gray .share-btn,
.text-gray-link-gray .play-btn,
.text-gray-link-gray .btn-style-1 {
  background-color: var(--light-grayish-orange);
}
