.no-scroll {
    height: 100%;
    overflow: hidden;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px;
}

.block {
    display: block;
}

body {position: relative;}

button:hover {
    cursor: pointer;
}

.videoModal {
    height: 100vh;
    width: 100vw;
    position: fixed;
    inset: 0;
    background-color: rgba(0,0,0,0.8);
    padding: 3rem;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
}

.closeVideoModal {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
}
.closeVideoModal:hover {
    cursor: pointer;
}

.closeVideoModal img {
    height: 2rem;
    width: 2rem;
}
@media(max-width: 400px) {
    .closeVideoModal img {
        height: 1.5rem;
        width: 1.5rem;
    }
}

.videoModalContent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 0.5rem;
    overflow: hidden;
    flex-grow: 1;
}
@media(max-width: 1400px) {
    .videoModalContent {
        max-width: 1200px;
    }
}
@media(max-width: 1200px) {
    .videoModalContent {
        flex-direction: column;
    }
}

.videoModalEmbed {
    width: 60%;
}
@media(max-width: 1400px) {
    .videoModalEmbed {
        width: 70%;
    }
}
@media(max-width: 810px) {
    .videoModalEmbed {
        width: 95%;
    }
}

.videoModalTranscript {
    width: 40%;
    height: 473px;
    padding: 1rem;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width: 1400px) {
    .videoModalTranscript {
        width: 30%;
        height: 473px;
    }
}
@media(max-width: 1200px) {
    .videoModalTranscript {
        width: 70%;
        height: 250px;
    }
}
@media(max-width: 810px) {
    .videoModalTranscript {
        width: 95%;
        height: 200px;
    }
}
@media(max-width: 400px) {
    .videoModalTranscript {
        height: 150px;
    }
}

.videoModalTitle {
    font-size: 1.5rem;
    padding-left: 0.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid gray;
    margin-bottom: 1rem;
    color: #0046ad;
}
@media(max-width: 400px) {
    .videoModalTitle {
        font-size: 1rem;
    }
}

wistia-transcript {
    height: 85%;
}
@media(max-width: 1200px) {
    wistia-transcript {
        height: 70%;
    }
}

[x-cloak] {
    display: none;
}

button.text_link, button.icon, button.video_play, button.video_link {
    background: none;
    border: none;
}
button.link_round {
    background: none;
}
button.text_link:hover, button.icon:hover, button.link_round:hover, button.video_play:hover {
    cursor: pointer;
}

/* FOR ENHANCED FACILITY FORM COLOR ISSUES */
/* .page-template-tmp_enhancedclean .enClean .chCleanFrm {
    background: #0046ad;
    color: white;
} */
.page-template-tmp_enhancedclean .enClean .chCleanFrm h2, .page-template-tmp_enhancedclean .enClean .chCleanFrm p, .page-template-tmp_enhancedclean .enClean .chCleanFrm a {
    color: white;
}
.page-template-tmp_enhancedclean .enClean .chCleanFrm a:hover {
    text-decoration: underline;
}