/* Overwrite CSS iframes for AEM version */

/* .custom-html--sitecore .popup-content .text-content-holder h1.title,
.custom-html--sitecore .popup-content .text-content-holder h2.subtitle,
.custom-html--sitecore .popup-content .text-content-holder h3.want-to-work,
.custom-html--sitecore .popup-content .text-content-holder .image-text-holder .person-description h2 {
  color: #000 !important;
} */

.custom-html--sitecore .modal-entry .popup-content {
    overflow-x: hidden;
}

.custom-html--sitecore .popup-content .banner-holder .right-column .icon-text-holder .scrolling-text p {
    margin-bottom: 0;
}

.custom-html--sitecore .modal-entry .popup-content .text-content-holder .cta-holder .cta-more-label {
    width: 100% !important;
    left: 5%;
}

.custom-html--sitecore .modal-entry .popup-content .text-content-holder .cta-holder .cta-more .cta-more-arrow {
    top: 15% !important;
}

.text-content-holder {
    position: relative;
    z-index: 2;
}

.custom-html--sitecore .modal-content .video-holder {
    position: relative;
    z-index: 1;
}

.custom-html--sitecore .popup-content video {
    z-index: 1 !important;
}

.custom-html--sitecore .modal-close-button {
    z-index: 2;
}

.custom-html--sitecore .popup-content .text-content-holder .main-text-content p a {
    text-decoration: none;
}

.custom-html--sitecore .popup-content .text-content-holder .main-text-content p a strong {
    color: #004dff !important;
}

.custom-html--sitecore .transcript-link a {
    text-decoration: none !important;
}