/* 10.16.24 - James */

.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;
}

.text-transform-none {
    text-transform: none;
}

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;
}

button.button_border_white {
    border: 2px solid white;
}

button.link_style_button {
    background: none;
    border: none;
    width: 100%;
    color: #4d4f53;
    vertical-align: baseline;
    font-weight: 600;
}
button.link_style_button:hover {
    color: #d55600;
}

/* 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;
}


/* FOR CONTACT PAGE TEMPLATE */

.contact-page-col {
    background: #f4f4f3;
    margin: 0.5rem;
    padding: 1.5rem;
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

.contact-page-col h2 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.contact-page-col img {
    width: 85px;
    height: 85px;
    margin: 0 auto 1rem auto;
}

.contact-page-col a.link_round {
    margin-top: 2rem;
}

.contact_us a.findLocation:hover {
    color: white;
}

@media(max-width: 810px) {
    .contact-page-col {
        margin: 1rem;
        padding: 1rem 1rem 2rem 1rem;
        height: auto;
    }
}

/* FOR CAREERS PAGE */

.tmBenefits.notices {
    background: #f1f4f7
}

.tmBenefits.notices .benifitContent .content {
    background: white;
}

.tmBenefits.notices .benifitContent .content .textSection {
    margin: 0 0 1.25rem 0;
}

.careers-intro-text {
    text-align: center;
    color: #FFF;
    text-wrap: balance;
    /* padding: 0 0.5rem; */
    max-width: 90%;
    margin: 25px auto;
    /* font-size: 0.8rem; */
}

/* FOR HANDBOOK PAGE */

.code-of-conduct {
    background: #f1f4f7;
    padding: 5.625rem 0;
    text-align: center;
}

.code-of-conduct p {
    text-wrap: balance;
    font-size: 1.25rem;
    color: #4d4f53;
    margin: 1rem 0 2rem 0;
}

.code-of-conduct .linkWithBackground {
    border-radius: 1.5rem;
    height: auto;
    padding: 0.75rem 2rem;
    line-height: 1.2;
    text-wrap: balance;
}
