/* /Pages/SiteAdministration/Assets/EditDocument.cshtml.rz.scp.css */

.link-container[b-ibsllguee2] {
    width:100%;
    margin-top: 0;
    margin-bottom: 0;
}

.link-wreapper[b-ibsllguee2] {
    padding: 0;
}


@media (min-width:768px) {
    .link-container[b-ibsllguee2] {
        width: 25%;
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .link-wreapper[b-ibsllguee2] {
        padding: .75rem 0rem .75rem 0rem;
    }
}
/* /Pages/SiteAdministration/Assets/EditVideo.cshtml.rz.scp.css */

.link-container[b-6dywydijwv] {
    margin-top: 0;
    margin-bottom: 0;
}

.link-wreapper[b-6dywydijwv] {
    padding: 0;
}


@media (min-width:768px){
    .link-container[b-6dywydijwv] {
        margin-top: -.75rem;
        margin-bottom: -.75rem;
    }

    .link-wreapper[b-6dywydijwv] {
        padding: .75rem 0rem .75rem 0rem;
    }

}
/* /Pages/SiteAdministration/Layout/_Header.cshtml.rz.scp.css */
.header[b-cs1a606ia4] {
    position: relative; 
    z-index: 99;
    height: 8rem;
    display: flex;
    flex-shrink: 0;
    justify-content: space-between;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
}

.header-img[b-cs1a606ia4] {
    position: absolute;
    top: 20px; 
    right: 40px; 
    width: 100px;
}

    .header-img img[b-cs1a606ia4] {
        width: 100%;
        opacity: 0.2;
        display: block;
    }

@media (min-width: 768px) {
    .header-img[b-cs1a606ia4] {
        width: 150px;
        right: 25%;
    }
}
/* /Pages/SiteAdministration/Layout/_SiteAdminLayout.cshtml.rz.scp.css */
.page-wrapper[b-0379a5y6af] {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

@media (min-width: 768px) {
    .page-wrapper[b-0379a5y6af] {
        flex-direction: row;
    }
}

.content[b-0379a5y6af] {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.main[b-0379a5y6af] {
    position: relative;
    padding: .75rem 1.5rem .75rem 1.5rem;
    min-width: 100%;
    flex: 1;
}
/* /Pages/Site/Events/Events.cshtml.rz.scp.css */
.date-picker[b-0k613ku9ia]::placeholder{
    color:var(--color-primary);
}

.event-list[b-0k613ku9ia] {
    list-style: none;
    padding-left: 0;
}
/* /Pages/Site/Layout/_Header.cshtml.rz.scp.css */
.header[b-2b7yu2wynv] {
    flex-shrink: 0;
    position: relative;
    z-index: 99;
    height: clamp(4rem, 12vw, 8rem);
    display: flex;
    align-items: center;
    padding: 0 2rem;
    background-color: #f7f7f7;
    background-image: url("../images/header_tall.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    border-bottom: 1px solid #d6d5d5;
}

    .header h2[b-2b7yu2wynv] {
        font-weight: 300;
        font-size: clamp(0.85rem, 2.6vw, 2.4rem);
        line-height: 1;
        margin: 0;
        white-space: nowrap;
    }

    .header h3[b-2b7yu2wynv] {
        font-weight: 300;
        font-size: clamp(1rem, 2.7vw, 2.7rem);
        line-height: 1.2;
        margin: 0;
        white-space: nowrap;
    }

    .header h1[b-2b7yu2wynv] {
        font-weight: 300;
        font-size: clamp(1.1rem, 3.5vw, 3.25rem);
        line-height: 1.3;
        margin: 0;
        white-space: nowrap;
    }

@media (max-width: 575px) {
    .header[b-2b7yu2wynv] {
        height: 5.5rem;
        padding: 0 1.25rem;
    }

        .header h1[b-2b7yu2wynv] {
            font-size: 1.85rem;
        }

        .header h3[b-2b7yu2wynv] {
            font-size: 1.4rem;
        }

        .header h2[b-2b7yu2wynv] {
            font-size: 1.2rem;
        }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header h1[b-2b7yu2wynv] {
        font-size: 2.1rem;
    }

    .header h3[b-2b7yu2wynv] {
        font-size: 1.85rem;
    }
}
/* /Pages/Site/Layout/_SiteLayout.cshtml.rz.scp.css */
html[b-gx8zmltt8d], body[b-gx8zmltt8d] {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.page-wrapper[b-gx8zmltt8d] {
    height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px) {
    .page-wrapper[b-gx8zmltt8d] {
        flex-direction: row;
    }
}

.content[b-gx8zmltt8d] {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow-y: auto;
}

.main-inner[b-gx8zmltt8d] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
}

@media (max-width: 767px) {
    .main-inner[b-gx8zmltt8d] {
        min-height: calc(100dvh - var(--sidebar-h, 0px));
    }
}

.main-body[b-gx8zmltt8d] {
    flex: 1;
    padding: 1rem 1.5rem 0.75rem;
    display: flex;
    flex-direction: column;
}
/* /Pages/Site/Videos/VideoDetails.cshtml.rz.scp.css */
#video-frame[b-0ep0xci61j] {
    display: flex;
    flex-direction: column;
}

.video-wrapper[b-0ep0xci61j] {
    position: relative;
    width: auto;
    height: auto;
    border-bottom: 1.8rem solid var(--color-primary);
}

video[b-0ep0xci61j] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.play-overlay[b-0ep0xci61j] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    transition: opacity 0.3s ease;
}

.play-btn[b-0ep0xci61j] {
    height: 100px;
    width: 100px;
}

@media (max-width: 992px) {
    .play-btn[b-0ep0xci61j] {
        height: 60px;
        width: 60px;
    }

    .video-info[b-0ep0xci61j] {
        min-height: 0px;
    }
}
