/* _content/MPD_WebServer/Components/Layout/MainLayout.razor.rz.scp.css */
html[b-e0eil7ulb3], body[b-e0eil7ulb3] {
    height: 100%;
    margin: 0;
}

.page-container[b-e0eil7ulb3] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page[b-e0eil7ulb3] {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}

main[b-e0eil7ulb3] {
    flex: 1;
}

.sidebar[b-e0eil7ulb3] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-e0eil7ulb3] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-e0eil7ulb3]  a, .top-row[b-e0eil7ulb3]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-e0eil7ulb3]  a:hover, .top-row[b-e0eil7ulb3]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-e0eil7ulb3]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-e0eil7ulb3] {
        justify-content: space-between;
    }

    .top-row[b-e0eil7ulb3]  a, .top-row[b-e0eil7ulb3]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-e0eil7ulb3] {
        flex-direction: row;
    }

    .sidebar[b-e0eil7ulb3] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-e0eil7ulb3] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-e0eil7ulb3]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}

#blazor-error-ui[b-e0eil7ulb3] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-e0eil7ulb3] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MPD_WebServer/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-e6euohhjt9] {
    appearance: none;
    cursor: pointer;
    width: 10vmin;
    max-width: 50px;
    height: 10vmin;
    max-height: 50px;
    color: gray;
    position: absolute;
    top: 15px;
    right: min(3vmin, 0.5rem);
    border: 1px solid rgba(0, 0, 0, 0.4);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-e6euohhjt9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.navbar-nav[b-e6euohhjt9]
{
    min-height: 3rem;
}

.nav-scrollable[b-e6euohhjt9]
{
    min-height: 4rem;
}

.logo-container[b-e6euohhjt9] {
    height: 75px;
}

.top-header[b-e6euohhjt9] {
    position: sticky;
    top: -1px;
    width: 100lvw;
    z-index: 1000;
    min-height: 5rem;
}

.top-row[b-e6euohhjt9] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-e6euohhjt9] {
    font-size: 1.1rem;
}

.bi[b-e6euohhjt9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-plus-square-fill-nav-menu[b-e6euohhjt9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-e6euohhjt9] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-e6euohhjt9] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

    .nav-item[b-e6euohhjt9]  .nav-link {
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        color: var(--bs-nav-link-color);
    }

.nav-item[b-e6euohhjt9]  a.active {
    background-color: rgba(120,120,120,0.37);
    color: gray;
}

.nav-item[b-e6euohhjt9]  .nav-link:hover {
    background-color: rgba(155,155,155,0.2);
    color: var(--BRAND-ACCENT-DARK);
}

.nav-scrollable[b-e6euohhjt9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-e6euohhjt9] {
    display: block;
    padding-left: 3rem;
}

@media (max-width: 990px) {
    .logo-container[b-e6euohhjt9] {
        height: 80px;
    }

    .nav-scrollable[b-e6euohhjt9] {
        padding-right: 5rem;
    }
}

@media (min-width: 991px) {
    .navbar-toggler[b-e6euohhjt9] {
        display: none;
    }

    .nav-scrollable[b-e6euohhjt9] {
        display: flex;
        flex-direction: row;
        height: 3rem;
    }

    .navbar-nav[b-e6euohhjt9] {
        flex-direction: row;
        padding-left:  3rem;
        padding-right: 3rem;
    }
}
/* _content/MPD_WebServer/Components/Pages/Home.razor.rz.scp.css */
.bannerHeader[b-qsi87vu9ke] {
  display: flex;
  flex-direction:column;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: var(--BRAND-ACCENT-DARK);
}

#mainHeader[b-qsi87vu9ke]{
    padding: 5px;
}

.bannerHeader *[b-qsi87vu9ke] {
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
}

.bannerHeader a[b-qsi87vu9ke] {
    color: inherit;
    text-decoration: none;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

.bannerHeader:has(a)[b-qsi87vu9ke],
.bannerHeader a[b-qsi87vu9ke] {
    transition: all 0.2s ease-in-out;
}

[data-bs-theme="dark"] .bannerHeader a:hover[b-qsi87vu9ke] {
    background-color: hsla(0, 0%, 100%, 0.15);
}

[data-bs-theme="light"] .bannerHeader a:hover[b-qsi87vu9ke] {
    background-color: hsla(0, 0%, 0%, 0.15);
}

.bannerHeader:has(a):hover[b-qsi87vu9ke] {
    transform: scale(1.02);
}

#mainHeader h1[b-qsi87vu9ke] {
    font-size: 20px;
}

.bannerHeader h3[b-qsi87vu9ke] {
    font-size: 15px;
}

#sub1 h3[b-qsi87vu9ke] {
    font-size: 20px;
}

@media (min-width: 800px) {
    #mainHeader h1[b-qsi87vu9ke] {
        font-size: 1.5rem;
    }
    .bannerHeader h3[b-qsi87vu9ke] {
        font-size: 1rem;
    }
    #mainHeader[b-qsi87vu9ke],
    .bannerHeader > a[b-qsi87vu9ke] {
        padding: 1rem;
    }
}

@media (min-width: 1200px) {
    #mainHeader h1[b-qsi87vu9ke] {
        font-size: 2rem;
    }
    .bannerHeader h3[b-qsi87vu9ke] {
        font-size: 1.2rem;
    }
    #mainHeader[b-qsi87vu9ke],
    .bannerHeader > a[b-qsi87vu9ke] {
        padding: 2rem;
    }
}

.grid div[b-qsi87vu9ke],
.grid .bannerHeader a[b-qsi87vu9ke] {
    border-radius: 15px;
}

.grid div img[b-qsi87vu9ke] {
    border-radius: 15px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out, filter 0.3s ease-out;
    cursor: pointer;
    -webkit-filter: grayscale(100%) contrast(155%) brightness(93%);
    filter: grayscale(100%) contrast(155%) brightness(93%);
}

 [data-bs-theme="dark"] .grid div img[b-qsi87vu9ke] {
    -webkit-filter: grayscale(100%) contrast(155%) brightness(80%);
    filter: grayscale(100%) contrast(155%) brightness(80%);
}

    .grid div img:hover[b-qsi87vu9ke] {
    transform: scale(1.02);
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    }

#who-we-are-description[b-qsi87vu9ke] {
    text-align: justify;
}

@media screen and (min-width: 991px) {

    .social-icon[b-qsi87vu9ke] {
        width: 45px;
        height: 45px;
        font-size: 1.2rem;
    }

    .grid[b-qsi87vu9ke] {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(4, 1fr);
        aspect-ratio: 6 / 4;
    }

    #mainHeader[b-qsi87vu9ke] {
        grid-row: 2 / 4;
        grid-column: 3 / 5
    }

    #sub1[b-qsi87vu9ke] {
        grid-row: 3 / 5;
        grid-column: 2 / 3
    }

    #sub2[b-qsi87vu9ke] {
        grid-row: 1 / 3;
        grid-column: 5 / 6
    }

    #big1[b-qsi87vu9ke] {
        grid-row: 1 / 3;
        grid-column: 1 / 3
    }

    #big2[b-qsi87vu9ke] {
        grid-row: 3 / 5;
        grid-column: 5 / 7
    }

}

@media screen and (max-width: 990px) {
    .grid[b-qsi87vu9ke] {
        display: grid;
        gap: 5px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(6, 1fr);
        aspect-ratio: 4 / 6;
    }

    #mainHeader[b-qsi87vu9ke] {
        grid-row: 3 / 5;
        grid-column: 2 / 4
    }

    #sub1[b-qsi87vu9ke] {
        grid-row: 2 / 3;
        grid-column: 3 / 5
    }

    #sub2[b-qsi87vu9ke] {
        grid-row: 5 / 6;
        grid-column: 1 / 3
    }

    #big1[b-qsi87vu9ke] {
        grid-row: 1 / 3;
        grid-column: 1 / 3
    }

    #big2[b-qsi87vu9ke] {
        grid-row: 5 / 7;
        grid-column: 3 / 5
    }
}
/* _content/MPD_WebServer/Components/Pages/References.razor.rz.scp.css */
.grid[b-7edgyn2x79] {
    width: 100%;
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(30vmin, 1fr));
    grid-auto-rows: 30vmin;
}

.grid .big[b-7edgyn2x79] {
    grid-row: span 2 / auto;
    grid-column: span 2 / auto 
}

.grid div img[b-7edgyn2x79] {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.2s ease-in-out;
    cursor: pointer;
}

    .grid div img:hover[b-7edgyn2x79] {
    transform: scale(1.02);
    }

@media screen and (max-width: 800px) {
    .grid[b-7edgyn2x79] {
        gap: 5px;
        grid-template-columns: repeat(auto-fill, minmax(25vmin, 1fr));
        grid-auto-rows: 25vmin;
    }
}

.grid-item[b-7edgyn2x79] {
    opacity: 1;
    transform: translateY(0);
    /* Transition for opacity and transform for smooth animation */
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
}

.grid-item.hiding[b-7edgyn2x79] {
    opacity: 0;
    transform: translateY(-20px); /* Slightly move down when hiding */
    pointer-events: none; /* Prevent interaction while animating out */
}

.grid-item.hidden-collapsed[b-7edgyn2x79] {
    display: none; /* This is the key to collapse space */
}

.grid-item.appearing[b-7edgyn2x79] {
    opacity: 0;
    transform: translateY(-20px);
    /* Ensure they are block/grid-item initially to animate in */
}

.grid-item.visible-animated[b-7edgyn2x79] {
    opacity: 1;
    transform: translateY(0);
}

.btn-check + label .fa-check[b-7edgyn2x79] {
    transition: opacity 0.3s ease;
    opacity: 1;
}
.btn-check:not(:checked) + label .fa-check[b-7edgyn2x79] {
    opacity: 0;
}

/* _content/MPD_WebServer/Components/Shared/ServicesBanner.razor.rz.scp.css */

@media screen and (min-width: 991px) {
    #services-grid[b-2kzy29uf1a] {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(6, 1fr);
        grid-template-rows: repeat(3, 1fr);
        aspect-ratio: 6 / 1.5;
    }

    #services-grid > li:nth-child(1)[b-2kzy29uf1a]{
        grid-row: 1 / 2;
        grid-column: 2 / 4
    }

    #services-grid > li:nth-child(2)[b-2kzy29uf1a]{
        grid-row: 1 / 2;
        grid-column: 4 / 6
    }

    #services-grid > li:nth-child(3)[b-2kzy29uf1a]{
        grid-row: 2 / 3;
        grid-column: 1 / 3
    }

    #services-grid > li:nth-child(4)[b-2kzy29uf1a]{
        grid-row: 2 / 3;
        grid-column: 3 / 5
    }

    #services-grid > li:nth-child(5)[b-2kzy29uf1a]{
        grid-row: 2 / 3;
        grid-column: 5 / 7
    }

    #services-grid > li:nth-child(6)[b-2kzy29uf1a]{
        grid-row: 3 / 4;
        grid-column: 2 / 4
    }

    #services-grid > li:nth-child(7)[b-2kzy29uf1a]{
        grid-row: 3 / 4;
        grid-column: 4 / 6
    }


    #services-grid > li:nth-child(3)[b-2kzy29uf1a],
    #services-grid > li:nth-child(4)[b-2kzy29uf1a],
    #services-grid > li:nth-child(5)[b-2kzy29uf1a]
    {
        background-color: var(--BRAND-ACCENT-DARK);
    }

    [data-bs-theme="light"] #services-grid > li:nth-child(1)[b-2kzy29uf1a],
    [data-bs-theme="light"] #services-grid > li:nth-child(2)[b-2kzy29uf1a],
    [data-bs-theme="light"] #services-grid > li:nth-child(6)[b-2kzy29uf1a],
    [data-bs-theme="light"] #services-grid > li:nth-child(7)[b-2kzy29uf1a]
    {
        background-color: var(--BRAND-BROWN);
    }

    [data-bs-theme="dark"] #services-grid > li:nth-child(1)[b-2kzy29uf1a],
    [data-bs-theme="dark"] #services-grid > li:nth-child(2)[b-2kzy29uf1a],
    [data-bs-theme="dark"] #services-grid > li:nth-child(6)[b-2kzy29uf1a],
    [data-bs-theme="dark"] #services-grid > li:nth-child(7)[b-2kzy29uf1a]
    {
        background-color: var(--BRAND-BG-GRAY);
    }

    #services-grid button > i[b-2kzy29uf1a],
    #services-grid a > i[b-2kzy29uf1a] {
        grid-column: 1 / 3;
        font-size: 40px;
    }

    #services-grid button > h3[b-2kzy29uf1a],
    #services-grid a > h3[b-2kzy29uf1a] {
        font-size: 20px;
        grid-column: 3 / 10;
        padding-right: 10px;
    }
}

@media screen and (max-width: 1200px) {
    #services-grid h3[b-2kzy29uf1a] {
        font-size: 16px !important;
        text-transform: uppercase  !important;
    }
}

@media screen and (max-width: 990px) {
    #services-grid[b-2kzy29uf1a] {
        display: grid;
        gap: 12px;
        grid-template-columns: repeat(9, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }

    #services-grid > li[b-2kzy29uf1a] {
        grid-row: span 1/ auto;
        grid-column: 1 / 10;
    }


    [data-bs-theme="dark"] #services-grid > li:nth-child(6)[b-2kzy29uf1a],
    [data-bs-theme="dark"] #services-grid > li:nth-child(7)[b-2kzy29uf1a]{
        background-color: var(--BRAND-BG-GRAY);
    }

    [data-bs-theme="light"] #services-grid > li:nth-child(6)[b-2kzy29uf1a],
    [data-bs-theme="light"] #services-grid > li:nth-child(7)[b-2kzy29uf1a]{
        background-color: var(--BRAND-BROWN);
    }

    #services-grid > li:nth-child(1)[b-2kzy29uf1a], 
    #services-grid > li:nth-child(2)[b-2kzy29uf1a] 
    {
        background-color: var(--BRAND-ACCENT-DARK);
    }

    #services-grid > li:nth-child(3)[b-2kzy29uf1a], 
    #services-grid > li:nth-child(4)[b-2kzy29uf1a], 
    #services-grid > li:nth-child(5)[b-2kzy29uf1a]
    {
        background-color: transparent;
        text-shadow: none;
    }

    [data-bs-theme="light"] #services-grid > li:nth-child(3)[b-2kzy29uf1a], 
    [data-bs-theme="light"] #services-grid > li:nth-child(4)[b-2kzy29uf1a], 
    [data-bs-theme="light"] #services-grid > li:nth-child(5)[b-2kzy29uf1a]
    {
        color: var(--BRAND-BROWN);
    }

    #services-grid h3[b-2kzy29uf1a] {
        font-size: 14px !important;
        text-transform: uppercase  !important;
    }

    #services-grid li[b-2kzy29uf1a] {
        min-height: 4rem;
    }

    #services-grid button > i[b-2kzy29uf1a],
    #services-grid a > i[b-2kzy29uf1a] {
        grid-column: 1 / 3;
        font-size: 28px;
    }

    #services-grid button > h3[b-2kzy29uf1a],
    #services-grid a > h3[b-2kzy29uf1a] {
        grid-column: 3 / 10;
        padding: 5px;
        text-align: start !important;
        align-items: start;
    }
}


#services-grid > *[b-2kzy29uf1a] {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    border-radius: 15px;
}

#services-grid button > i[b-2kzy29uf1a],
#services-grid a > i[b-2kzy29uf1a] {
    margin-left: auto;
    margin-right: auto;
}

#services-grid button[b-2kzy29uf1a],
#services-grid a[b-2kzy29uf1a] {
    border-radius: 15px;
}

#services-grid button[b-2kzy29uf1a],
#services-grid a[b-2kzy29uf1a] {
    color: inherit;
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    text-decoration: none;
    height: 100%;
    width: 100%;
    padding: 5px;
    align-items: center;
}

#services-grid button > *[b-2kzy29uf1a],
#services-grid a > *[b-2kzy29uf1a] {
/*
    display: flex;
    flex-direction:column;
*/
    align-items: center;
    justify-content: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

#services-grid button *[b-2kzy29uf1a],
#services-grid a *[b-2kzy29uf1a]{
    font-weight: bold;
}

#services-grid button[b-2kzy29uf1a] {
    background-color: transparent;
    border: none;
}

#services-grid > *[b-2kzy29uf1a],
#services-grid button[b-2kzy29uf1a],
#services-grid a[b-2kzy29uf1a] {
    transition: all 0.2s ease-in-out;
}
[data-bs-theme="dark"]  #services-grid > *[b-2kzy29uf1a] {text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}

#services-grid > *:hover[b-2kzy29uf1a]{
    transform: scale(1.02);
}

[data-bs-theme="dark"] #services-grid button:hover[b-2kzy29uf1a],
[data-bs-theme="dark"] #services-grid a:hover[b-2kzy29uf1a]{
    background-color: hsla(0, 0%, 100%, 0.15);
}

[data-bs-theme="light"] #services-grid button:hover[b-2kzy29uf1a],
[data-bs-theme="light"] #services-grid a:hover[b-2kzy29uf1a]{
    background-color: hsla(0, 0%, 0%, 0.15);
}

/* _content/MPD_WebServer/Components/Shared/SocialMediaIcons.razor.rz.scp.css */
.social-icon[b-aj2zt1oh65] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    aspect-ratio: 1 / 1;
    background-color: var(--BRAND-RED);
    color: #fff;
    border-radius: 50%;
    font-size: 0.8rem;
    margin: 0 3px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.social-icon:hover[b-aj2zt1oh65] {
    background-color: var(--BRAND-RED-LIGHT);
}

.social-icon:hover i[b-aj2zt1oh65] {
    text-decoration: none;
}

@media screen and (min-width: 991px) {

    .social-icon[b-aj2zt1oh65] {
        height: 45px;
        font-size: 1.2rem;
        margin: 0 10px;
    }
}
.social-media-container[b-aj2zt1oh65] {
  container-type: inline-size;
}

@container (min-width: 530px) {
    .social-media-container > .social-icon[b-aj2zt1oh65] {
        height: 100px;
        font-size: 60px;
        margin: 5rem;
        border-radius: 20%;
    }
}
