/* _content/CXI.Websites.Main/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-q6ehgnmgb5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-q6ehgnmgb5] {
    flex: 1;
}

.sidebar[b-q6ehgnmgb5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-q6ehgnmgb5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-q6ehgnmgb5]  a, .top-row[b-q6ehgnmgb5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-q6ehgnmgb5]  a:hover, .top-row[b-q6ehgnmgb5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-q6ehgnmgb5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-q6ehgnmgb5] {
        justify-content: space-between;
    }

    .top-row[b-q6ehgnmgb5]  a, .top-row[b-q6ehgnmgb5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-q6ehgnmgb5] {
        flex-direction: row;
    }

    .sidebar[b-q6ehgnmgb5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-q6ehgnmgb5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-q6ehgnmgb5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-q6ehgnmgb5], article[b-q6ehgnmgb5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-q6ehgnmgb5] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-q6ehgnmgb5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CXI.Websites.Main/Components/Pages/index.razor.rz.scp.css */
.carousel-caption p[b-89iod8mcyi] {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 50px black, 0 0 5px black;
}

/* window dressing */
.overprint[b-89iod8mcyi] {
    border: none;
    margin-top: 2em;
}

/* The Important Stuff */
.overprint[b-89iod8mcyi] {
    overflow: hidden;
}

.row.overprint[b-89iod8mcyi] {
    width: 200%;
    height: 100%;
    margin: 0;
}

.overprint-text[b-89iod8mcyi] {
    transform: translateX(-100%);
}

.overprint-image[b-89iod8mcyi] {
    height: 100%;
    width: 100%;
    margin: 0;
    object-fit: cover;
}

/* Typography etc. */
.overprint-text > div[b-89iod8mcyi] {
    padding: 1em;
    color: white;
}

.overprint a h2[b-89iod8mcyi] {
    color: white;
}

.overprint[b-89iod8mcyi] {
    border: none;
    margin-top: 1em;
}

.overprint-layer[b-89iod8mcyi]:before {
    content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
}

.carousel-caption h1[b-89iod8mcyi] {
    text-shadow: 2px 4px 4px rgba(0, 0, 0, .6);
}

.carousel-caption p[b-89iod8mcyi] {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}


/**************************************************************************************
***************************************************************************************
        Everything below controls custom carousel styling that is media dependent
***************************************************************************************
**************************************************************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default */
.carousel-caption h1[b-89iod8mcyi] {
    font-size: 1em;
}

.carousel-caption h2[b-89iod8mcyi] {
    font-size: 1em;
}

.carousel-caption h3[b-89iod8mcyi] {
    font-size: 1em;
}

.carousel-caption p[b-89iod8mcyi] {
    font-size: .75em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .carousel-caption h1[b-89iod8mcyi] {
        font-size: 3em;
    }

    .carousel-caption h2[b-89iod8mcyi] {
        font-size: 3em;
    }

    .carousel-caption h3[b-89iod8mcyi] {
        font-size: 3em;
    }

    .carousel-caption p[b-89iod8mcyi] {
        font-size: 1.5em;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .carousel-caption h1[b-89iod8mcyi] {
        font-size: 4em;
    }

    .carousel-caption h2[b-89iod8mcyi] {
        font-size: 4em;
    }

    .carousel-caption h3[b-89iod8mcyi] {
        font-size: 4em;
    }

    .carousel-caption p[b-89iod8mcyi] {
        font-size: 2em;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .carousel-caption h1[b-89iod8mcyi] {
        font-size: 5em;
    }

    .carousel-caption h2[b-89iod8mcyi] {
        font-size: 5em;
    }

    .carousel-caption h3[b-89iod8mcyi] {
        font-size: 5em;
    }

    .carousel-caption p[b-89iod8mcyi] {
        font-size: 3em;
    }
}
/* _content/CXI.Websites.Main/Components/Pages/Resources.razor.rz.scp.css */
.accordion[b-6tvk3x1gw0] {
    --bs-accordion-btn-color: ghostwhite;
    --bs-accordion-btn-bg: #6d9cd5;
    --bs-accordion-active-color: white;
    --bs-accordion-active-bg: #2d5f94;
}
