/**
Styles for video activated link content
 */
a.disabled,
a.disabled::after,
a.disabled:hover,
a.disabled:hover::after {
    color: #b9b7b7;
}

a.disabled:hover::after {
    margin-left: 8px;
}

.video-link-wrapper {
    padding:56.25% 0 0 0;
    position:relative;
}

.video-link-wrapper iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

.video-link-wrapper + .hero-buttons {
    margin-top: 1rem;
}

/**
Update for public-jobs block
changes css to prevent old js from triggering
 */
.career-opportunities .archive-item--public-jobs {
    padding: 24px;
    border: 1px solid #fff;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;

    /*transition: all $transition__timing ease-in-out;*/
    transition: all 0.2s ease-in-out;
}

.career-opportunities .archive-item--public-jobs:hover {
    background: #fff;
}

.career-opportunities .archive-item--public-jobs:first-child {
    border-top: 1px solid #fff;
}

.career-opportunities .archive-item--public-jobs .title {
    margin: 0;
}

.career-opportunities .archive-item--public-jobs i {
    /*font-size: theme-size(4);*/
    font-size: 32px;
    color: #4A9DB3;
    width: 3rem;
    text-align: center;
}

.career-opportunities .no-results {
    /*padding: theme-size(3);*/
    padding: 24px;
    background: #fff;
}

/**
Update for Glossary archive
 */

 
.filtering.filtering-glossary {
    margin: 3.2rem 0 1.6rem;
}

/**
 * Custom form work for Accreditation - Annual Reporting - Surgical Facilities form Aug 30, 2024.
**/
.subsequent-list .gfield_header_item { display: none;}


/**
gform survey: Override default table styles for likert
 */
#content table.gsurvey-likert td, #content table.gsurvey-likert th {
    background-image: url('/wp-content/plugins/gravityformssurvey/images/active0.svg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    background-color: transparent;
    border: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0;
}

#content table.gsurvey-likert th,
#content table.gsurvey-likert .gsurvey-likert-row-label {
    background-color: #eee;
    background-image: none;
}

#content table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-selected 
{
    background-image: url('/wp-content/plugins/gravityformssurvey/images/active1.svg');
    background-color: #dfefff;
}

/**
Bio pagebuilder layout changes
 */
.bio-single {
    max-width: 50%;
    flex-grow: 1;
}