/* Initially hide the modals container and all modal items */
.modals-contain {
  visibility: hidden;
}

.modal-item {
  visibility: hidden;
  opacity: 0;
  position: absolute;
}

.modal-item_wrap {
  transform: translateX(100%);
}

/* Prevent scrolling when the class is added */
body.modal-open {
  overflow: hidden;
}

/* Underline text inside .more-insights-grid_link on hover */
.more-insights-grid_link:hover {
  text-decoration: underline;
}

/* Underline text inside .more-insights-grid_link on hover */
.more-insights-grid_link:hover .insights-category-pill-link {
  text-decoration: none;
}

.featured-insight-item_wrap:hover .u-text-h3 {
  text-decoration: none;
}

/* html:not(.w-editor) [data-gsap-hidden] {
  visibility: hidden;
}*/
