/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-dw0uyzcrql] {
    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-dw0uyzcrql] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.header[b-dw0uyzcrql] {
    background-color: darkslategrey;
    color: lightgrey;
}

    .header  img[b-dw0uyzcrql] {
        width: 10%;
        min-width: 100px;
        border-radius: 50%;
    }

#contactInfo a[b-dw0uyzcrql] {
    color: lightgray;
}

    #contactInfo a:hover[b-dw0uyzcrql] {
        color: midnightblue;
    }

footer[b-dw0uyzcrql] {
    background-color: midnightblue !important;
    color: ghostwhite;
    position: absolute;
    bottom: 0;
    width: 100%;
}

    footer a[b-dw0uyzcrql] {
        color: deepskyblue;
    }

        footer a:hover[b-dw0uyzcrql] {
            color: grey;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/*Navbar*/
.navbar-dark[b-9ld0f1nl4t] {
    background-color: midnightblue;
    top: 0;
    width: 100%;
    z-index: 100;
    position: fixed;
    margin-bottom: 500px;
}

.navbar-nav li a[b-9ld0f1nl4t] {
    font-size: 20px;
    color: ghostwhite;
}

.nav-item span[b-9ld0f1nl4t] {
    color: ghostwhite;
    font-size: 20px;
}

.nav-item span:hover[b-9ld0f1nl4t] {
    color: dodgerblue; /*Blue*/
}

.MenuItem:hover[b-9ld0f1nl4t] {
    background-color: #37378d; /*Dark Olive Green - Lighter Shade*/
    border-radius: 5px;
}

/*DROP-DOWN*/

.dropdown[b-9ld0f1nl4t] {
    z-index: 1000 !important;
}

.dropdown-menu[b-9ld0f1nl4t] {
    background-color: midnightblue !important;
    border-radius: 5px;
}

.navbar-nav li a[b-9ld0f1nl4t] {
    font-size: 16px;
    font-size: 20px;
    color: ghostwhite;
    font-family: mina-regular, sans-serif;
}

    .navbar-nav li a:hover[b-9ld0f1nl4t] {
        color: dodgerblue;
        background-color: #37378d;
        border-radius: 5px;
    }

/*Navbar Drop-down Items*/
.dropdown-menu li a:hover[b-9ld0f1nl4t] {
    color: dodgerblue;
    background-color: #37378d;
    border-radius: 5px;
}

.dropdown-submenu li a:hover[b-9ld0f1nl4t] {
    color: dodgerblue;
}

.dropdown-menu li[b-9ld0f1nl4t] {
    position: relative;
}

.dropdown-menu .dropdown-submenu[b-9ld0f1nl4t] {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}

.dropdown-menu .dropdown-submenu-left[b-9ld0f1nl4t] {
    right: 100%;
    left: auto;
}

.dropdown-menu > li:hover > .dropdown-submenu[b-9ld0f1nl4t] {
    display: block;
}
/* /Components/Pages/CommissionOfInquiry.razor.rz.scp.css */
.Content h1[b-8tpmxtblj3] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-8tpmxtblj3] {
    font-size: 20px;
}

.ProjectLinks[b-8tpmxtblj3] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.ProjectLinks div[b-8tpmxtblj3] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.LinkBox[b-8tpmxtblj3] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

.LinkBox:hover[b-8tpmxtblj3] {
    width: 81vw;
    height: 21vw;
    box-shadow: 3px 4px 4px #888;
    color: midnightblue;
}

.LinkBox h2[b-8tpmxtblj3]
{
    font-size: clamp(20px, 3vw, 40px);
}

.Box1[b-8tpmxtblj3]
{
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-8tpmxtblj3]
{
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}

/*Social Links*/
.SocialLinks[b-8tpmxtblj3]
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialLinks div[b-8tpmxtblj3]
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialBox img[b-8tpmxtblj3]
{
    width: 5vw;
    min-width: 50px;
}
/* /Components/Pages/Disclaimer.razor.rz.scp.css */
.AcceptButton[b-guu5zs2ab7] {
    color: whitesmoke;
    background-image: linear-gradient(to bottom right, dodgerblue, blue);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3);
    font-family: 'Roboto Slab', serif;
}

.AcceptButton:hover[b-guu5zs2ab7] {
    color: darkblue;
    border-color: darkblue;
    background-image: linear-gradient(to bottom right, lightskyblue, darkslateblue);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

h3[b-guu5zs2ab7] {
    text-align: center;
}

ol[b-guu5zs2ab7] {
    padding-left: 1.1em;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.Content h1[b-ubcxwdiatc] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-ubcxwdiatc] {
    font-size: 20px;
}

.PersonalLinks[b-ubcxwdiatc] {
    display: flex;
    justify-content: center;
}

.PersonalLinks div[b-ubcxwdiatc] {
    display: flex;
    justify-content: center;
}

.LinkBox[b-ubcxwdiatc] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

.LinkBox:hover[b-ubcxwdiatc] {
    width: 81vw;
    height: 21vw;
    box-shadow: 3px 4px 4px #888;
    color: midnightblue;
}

.LinkBox h2[b-ubcxwdiatc] {
    font-size: clamp(20px, 5vw, 40px);
}

.Box1[b-ubcxwdiatc] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-ubcxwdiatc] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}

.Heading[b-ubcxwdiatc] {
    background-color: darkolivegreen;
}

div.card[b-ubcxwdiatc] {
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

div.header[b-ubcxwdiatc] {
    background-color: #4CAF50;
    color: white;
    padding: 10px;
    font-size: 40px;
}

div.container[b-ubcxwdiatc] {
    padding: 10px;
}

.SocialLinks[b-ubcxwdiatc] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialLinks div[b-ubcxwdiatc] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.SocialBox img[b-ubcxwdiatc] {
    width: 5vw;
    min-width: 50px;
}
/* /Components/Pages/InternationalStrategicPlanningServices.razor.rz.scp.css */
.Content h1[b-haerk1sscg] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-haerk1sscg] {
    font-size: 20px;
}

.ProjectLinks[b-haerk1sscg] {
    display: flex;
    justify-content: center;
}

.ProjectLinks div[b-haerk1sscg] {
    display: flex;
    justify-content: center;
    
}

.LinkBox[b-haerk1sscg] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

.LinkBox:hover[b-haerk1sscg] {
    width: 81vw;
    height: 21vw;
    box-shadow: 3px 4px 4px #888;
    color: midnightblue;
}

.LinkBox h2[b-haerk1sscg] {
    font-size: clamp(20px, 5vw, 40px);
}

.Box1[b-haerk1sscg] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-haerk1sscg] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}
/* /Components/Pages/LegalActivism.razor.rz.scp.css */
.Content h1[b-omb7jl3qsx] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-omb7jl3qsx] {
    font-size: 20px;
}

.ActivismLinks[b-omb7jl3qsx] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.ActivismLinks div[b-omb7jl3qsx] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.LinkBox[b-omb7jl3qsx] {
    width: 80vw;
    height: 22vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

.LinkBox:hover[b-omb7jl3qsx] {
    width: 81vw;
    height: 21vw;
    box-shadow: 3px 4px 4px #888;
    color: midnightblue;
}

.LinkBox h2[b-omb7jl3qsx] {
    font-size: clamp(20px, 3vw, 40px);
}

.Box1[b-omb7jl3qsx] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-omb7jl3qsx] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}
/* /Components/Pages/ListOfPublications.razor.rz.scp.css */
img[b-pi8syi23ef] {
    width: 90vw;
}

#contactInfo[b-pi8syi23ef] {
    font-size: 20px;
}
/* /Components/Pages/OzOverview.razor.rz.scp.css */
img[b-cx4fiagrkn] {
    width: 90vw;
}

#contactInfo[b-cx4fiagrkn] {
    font-size: 20px;
}
/* /Components/Pages/PastProjects.razor.rz.scp.css */
.Content h1[b-lqrwl3zsp5] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-lqrwl3zsp5] {
    font-size: 20px;
}

.ProjectLinks[b-lqrwl3zsp5] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

    .ProjectLinks div[b-lqrwl3zsp5] {
        display: flex;
        /*align-items: center;*/
        justify-content: center;
    }

.LinkBox[b-lqrwl3zsp5] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

    .LinkBox:hover[b-lqrwl3zsp5] {
        width: 81vw;
        height: 21vw;
        box-shadow: 3px 4px 4px #888;
        color: midnightblue;
    }

    .LinkBox h2[b-lqrwl3zsp5] {
        font-size: clamp(20px, 3vw, 40px);
    }

.Box1[b-lqrwl3zsp5] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-lqrwl3zsp5] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}

/*Social Links*/
.SocialLinks[b-lqrwl3zsp5] {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .SocialLinks div[b-lqrwl3zsp5] {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.SocialBox img[b-lqrwl3zsp5] {
    width: 5vw;
    min-width: 50px;
}
/* /Components/Pages/PresentProjects.razor.rz.scp.css */
.Content h1[b-yu75s4vdok] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-yu75s4vdok] {
    font-size: 20px;
}

.ProjectLinks[b-yu75s4vdok] {
    display: flex;
    justify-content: center;
}

.ProjectLinks div[b-yu75s4vdok] {
    display: flex;
    justify-content: center;
    
}

.LinkBox[b-yu75s4vdok] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

.LinkBox:hover[b-yu75s4vdok] {
    width: 81vw;
    height: 21vw;
    box-shadow: 3px 4px 4px #888;
    color: midnightblue;
}

.LinkBox h2[b-yu75s4vdok] {
    font-size: clamp(20px, 5vw, 40px);
}

.Box1[b-yu75s4vdok] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-yu75s4vdok] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}
/* /Components/Pages/Publications.razor.rz.scp.css */
.Content h1[b-ytoa24bplu] {
    font-size: clamp(35px, 6vw, 60px);
}

#contactInfo[b-ytoa24bplu] {
    font-size: 20px;
}

.PublicationsLinks[b-ytoa24bplu] {
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

    .PublicationsLinks div[b-ytoa24bplu] {
        display: flex;
        /*align-items: center;*/
        justify-content: center;
    }

.LinkBox[b-ytoa24bplu] {
    width: 80vw;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height, .8s ease;
    text-decoration: none;
    color: ghostwhite;
    padding: 40px;
}

    .LinkBox:hover[b-ytoa24bplu] {
        width: 81vw;
        height: 21vw;
        box-shadow: 3px 4px 4px #888;
        color: midnightblue;
    }

    .LinkBox h2[b-ytoa24bplu] {
        font-size: clamp(20px, 3vw, 40px);
    }

.Box1[b-ytoa24bplu] {
    border-radius: 5%;
    background-color: steelblue;
    box-shadow: 3px 4px 4px #555;
}

.Box2[b-ytoa24bplu] {
    border-radius: 5%;
    background-color: #305d82;
    box-shadow: 3px 4px 4px #555;
}
/* /Components/Pages/Register.razor.rz.scp.css */
#contactInfo[b-372mithb4m] {
    font-size: 20px;
}
/* /Components/Pages/RSAProfile.razor.rz.scp.css */
img[b-cb8a8ttgmc] {
    width: 90vw;
}
