﻿* {
    box-sizing: border-box;
    font-family: Calibri,Arial,sans-serif;
}

:root {
    --clr-light: #f2f2f2;
    --clr-white: white;
    --clr-dark: black;
    --clr-blue: #0a314d;
    --clr-lightblue: #00BFFF;
    --clr-linkblue: blue;
    --clr-darkred: darkred;
    --clr-orange: #FF6347;
    --clr-size: 18px;
    --clr-sizelg: 25px;
    --foreground: var(--clr-dark);
    --background: var(--clr-light);
    --backgroundWhite: var(--clr-white);
    --foregroundBlue: var(--clr-blue);
    --linkblue: var(--clr-linkblue);
    --darkred: var(--clr-darkred);
    --fontsize: var(--clr-size);
}

.darkmode {
    --clr-light: #f2f2f2;
    --clr-dark: black;
    --clr-white: #fff;
    --clr-blue: #0a314d;
    --clr-lightblue: #00BFFF;
    --clr-linkblue: blue;
    --clr-darkred: darkred;
    --clr-orange: #FF6347;    
    --foreground: var(--clr-light);
    --background: var(--clr-dark);
    --backgroundWhite: var(--clr-dark);
    --foregroundBlue: var(--clr-light);
    --linkblue: var(--clr-lightblue);
    --darkred: var(--clr-orange);
    
}

.largeFontmode {
    --clr-size: 18px;
    --clr-sizelg: 25px;
    --fontsize: var(--clr-sizelg);
}

body {
    /*background: url('/images/bkg-flag05.jpg') no-repeat center top;*/
    font-family: Calibri,Arial,sans-serif;
    /*background-image: linear-gradient(to bottom, #0a314d, lightblue);*/
    /*background-image: linear-gradient(to bottom, #b3c6ff, #e6ecff);*/
    /*background-image: linear-gradient(to bottom, #d9d9d9, #f2f2f2);*/
    /*background: #f2f2f2;*/
    /*background: white;*/
    /*background-color: #0a314d;*/
    /*background-color: #f2f2f2;*/
    background: var(--background);
    color: var(--foreground);
}


h1, h2, h3, h4, h5, h6 {
    font-family: Calibri,Arial,sans-serif;
}

h6 {
    font-size: 20px;
}

h5 {
    padding: 0px;
    margin: 0px;
    color: #0a314d;
}

h4 {
    color: #0a314d;
    font-weight: bold;
}

h1 {
    color: #A10F23;
}

.bg-state-dark {
    background-color: #062135;
}

.bg-state {
    background-color: #0a314d;
    /*background-color: black;*/
}

a {
    /*color: #062135;*/
    /*color: #0E4285;*/
    color: var(--linkblue);
}
    a:hover {
        color: crimson;
    }

em {
    font-size: 18px;
    padding-left: 10px;
}


/*CSS for header*/
.nav {
    display: block;
    width: 100%;
    /*background: conic-gradient(white 0deg 90deg,#0a314d 90deg 270deg, white 270deg 360deg);*/
    background-color: #062135;
    /*background: #0a314d;*/
    /*background: black;*/
    position: relative;
    justify-content: space-between;
    text-align: center;
    padding: 15px 30px;
    z-index: 999;
    margin-bottom: 0;
}



.menu-bar {
    display: flex;
    
}

    .menu-bar .super-top ul li {
        margin-top: 0;
    }

.menu-container {
    display: block;
    
}

.menu-top {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-between;
    padding-left: 600px;
   
    
}

.menu-bar .super-top {
    display: flex;
    justify-content: space-between;
    padding-top: 0;
    max-height: 30px;
    max-width: 780px;
    padding-left: 20px;
}

    .menu-bar .super-top ul {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 0;
        margin-right: 0;
    }

        .menu-bar .super-top ul li {
            margin-top: 0;
            padding-top: 10px;
            margin-bottom: 0;
        }

            .menu-bar .super-top ul li a {
                padding-top: 0px;
                color: white;
            }

.menu-bar .frame {
    padding-top: 0;
    border-left: 1px solid white;
    margin-top: 5px;
}

    .menu-bar .frame a {
        color: white;
        padding-right: 0;
        padding-left: 20px;
        padding-top: 0;
        font-size: 12px;
    }

.container-sub-top {
    border-top: 1px solid black;
    /*background: white;*/
    background-color: var(--backgroundWhite) ;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    position: relative;
}

    .container-sub-top ul {
        list-style: none;
        color: var(--foreground);
        padding-left: 0;
        background-color: var(--backgroundWhite);        
        width: 100%;
        
    }

.container-sub-top ul li {
    position: relative;
    float: left;
    margin-top: 0;
    /*padding: 0;*/
    text-align: left;
    background-color: var(--backgroundWhite);
    margin-bottom: 5px;
    margin-right: 5px;
    border-bottom: 5px solid transparent;
}

    .container-sub-top ul li:hover, .container-sub-top ul li:active, .container-sub-top ul li:focus {
        border-bottom: 5px solid #00BFFF;
    }



.container-sub-top ul li a {
    text-decoration: none;
    color: var(--foreground);
    font-size: 15px;
    padding: 10px 40px 0px 40px;
    display: block;
    background: var(--backgroundWhite);
}

        .container-sub-top ul li a:hover, .container-sub-top ul li a:active, .container-sub-top ul li a:focus {
            font-weight: bold;
            /*text-decoration: underline;
            text-decoration-color: #00BFFF;*/
            /*border-bottom: 2px solid #00BFFF;*/
        }

    .container-sub-top ul li ul li a:hover, .container-sub-top ul li ul li a:active, .container-sub-top ul li ul li a:focus {
        font-weight: bold;
        background: #00BFFF;
    }


.state-logo {
    display: inline-flex;
    float: left;
    margin-left: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    left: 8px;
}

.state-logo2 {
    display: block;
    float: left;
    margin-left: 8px;
    left: 8px;
}

.state-logo-img {
    width: 350px;
    object-fit: contain;
}

/*CSS for button*/
.search-form {
    margin-top: 30px;
    margin-bottom: 0px;
    float: right;
    margin-right: 10px;
    display: flex;
    /*background: #0a314d;*/
    background: white;
    border-radius: 50px;
    padding: 3px 0px;
    height: 40px;
    transition-duration: 1s;
}

    .search-form:hover,
    .search-form:focus {
        background: rgba(150,150,150,0.2);
    }

    .search-form input {
        background: transparent;
        flex: 1;
        border: 0;
        outline: none;
        padding: 0px 0px;
        font-size: 12px;
        /*color: #cac7ff;*/
        color: black;
        width: 0px;
        border-radius: 50px;
        transition-duration: 1s;
    }

    .search-form:hover > input,
    .search-form:focus > input {
        width: 140px;
        padding: 8px 15px;
        background: transparent;
    }

    .search-form input:focus {
        width: 140px;
        padding: 8px 15px;
        background: transparent;
    }


::placeholder {
    color: #cac7ff;
}

.search-form button img {
    width: 20px;
    background: transparent;
}

.search-form button {
    border: 0;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    /*background: #0a314d;*/
    background: white;
    cursor: pointer;
    transition-duration: 1s;
    color: black;
}

    .search-form button:hover {
        background: lightgrey;
    }

/*.button-top-Search {
    float: right;
    background: blue;
    color: white;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    position: relative;
    padding: 7px;
    font-family: sans-serif;
    border: none;
    font-size: 16px;
}*/

.FOIASubHeader {
    /*color: #E5DBD1;*/
    color: black;
    text-transform: uppercase;
    margin-top: 0px;
    display: block;
    text-align: left;
    margin-left: 8px;
}

.menu-bar {
    /*background: #0a314d;*/
    /*background: conic-gradient(white 0deg 90deg,#0a314d 90deg 270deg, white 270deg 360deg);*/
    /*background: linear-gradient(black 0%, black 30%, #0a314d 30%, #0a314d 100%);*/
    background: linear-gradient(#0a314d 0%, #0a314d 30%, white 30%, white 100%);
    text-align: center;
}

    .menu-bar ul {
        list-style: none;
        color: #fff;
        padding-left: 0;
        margin-left: 0;
    }

        .menu-bar ul li {
            
            float: left;
            margin-top: 30px;
            padding: 0;
            text-align: left;
            /*width: 150px;
    margin-top: 65px;
    padding: 15px;
    gap: 20px;*/
        }

            .menu-bar ul li a {
                text-decoration: none;
                color: black;
                font-size: 12px;
                padding: 10px;
                display: block;
            }

            .active, .menu-bar ul li:hover {
                /*background: linear-gradient(white 0%, white 30%, #0a314d 30%, #0a314d 100%);*/
                /*background: #0066cc;*/
                border-radius: 3px;
                /*background: lightgrey;*/
            }

           /* .menu-bar ul li ul {
                display: none;
                position: absolute;
                left: 0;
                width: 200px;
                z-index: 2;
                
                background: white;
                border-radius: 5px;
                
            } */

               /*/ .menu-bar ul li ul li {
                    width: 100%;
                    
                    margin-top: 0px;
                }

                    .menu-bar ul li ul li a {
                        font-size: 12px;
                    }

                    .menu-bar ul li ul li ul {
                        left: 200px;
                        top: 0;
                        border-radius: 5px;
                    }

                    .menu-bar ul li ul li:hover, .menu-bar ul li ul li:focus {
                        background: lightblue;
                    }

            .menu-bar ul li:hover > ul, .menu-bar ul li:focus > ul, .menu-bar ul li:active > ul {
                display: initial;
            }*/

.has-submenu.active > ul {
    display: initial;
}

/*.menu-bar ul li:hover ul,
.menu-bar ul li:focus ul {
    display: block;
    position: absolute;
    background: #0a314d;
    padding-top: 0;
    margin-left: 20px;
}

    .menu-bar ul li:hover ul li,
    .menu-bar ul li:focus ul li {
        z-index: 2;
        width: 110px;
        padding: 5px;
        background: #0a314d;
        border-radius: 3px;
        text-align: left;
        border-bottom: none;
        margin-top: 10px;
    }
            .menu-bar ul li:hover ul li:last-child,
            .menu-bar ul li:focus ul li:last-child {
                border-bottom: none;
            }*/
/*       .active, ul li:hover ul li:hover,
        ul li:focus ul li:focus {
            background: #0a314d;
            background: #0066cc;
            border-radius: 3px;
        }*/



ul li:hover #down1, ul li:hover #down2, ul li:hover #down3, ul li:hover #down4, ul li:hover #down5, ul li:hover #down6 {
    transform: rotate(180deg)
}



/*.headerLink:hover i,
.headerLink:focus-within i {
    transform: rotate(180deg);
}*/

ul li:hover ul li:hover i,
ul li:focus ul li:focus i {
    transform: rotate(90deg);
}

.fa-angle-right {
    float: right;
    padding-top: 4px;
    transition-duration: .5s;
}

.fa-angle-left {
    float: right;
    padding-top: 4px;
    transition-duration: .5s;
}

.fa fa-angle-down {
    float: right;
    padding-left: 4px;
    padding-right: 4px;
    transition-duration: 5s;
}


/*.menu-bar ul li ul li ul li{
    display: none;
}*/
/*.hover-me:hover ul {
    display: block;
    position: relative;
    margin-top: -39px;
    margin-left: 300px;
    background-color: #0a314d;
    z-index: 2;
}
    .hover-me:hover ul li {
        display: block;
        
        background-color: #0a314d;
        z-index: 2;
    }*/
#toggle {
    display: none;
}

    #toggle:checked ~ nav .menu-top {
        transform: translateY(0);
        z-index: 99;
    }

    #toggle:checked ~ nav .hamburger {
        padding-top: 10px;
        padding-bottom: 0px;
    }

        #toggle:checked ~ nav .hamburger .bar:nth-child(1) {
            position: absolute;
            transform: rotate(45deg);
        }

        #toggle:checked ~ nav .hamburger .bar:nth-child(2) {
            display: none;
        }

        #toggle:checked ~ nav .hamburger .bar:nth-child(3) {
            transform: rotate(-45deg);
        }

.hamburger {
    display: none;
    height: min-content;
    margin: 0px 0px 0 0;
    cursor: pointer;
}

.bar {
    display: block;
    width: 40px;
    height: 5px;
    margin-bottom: 10px;
    transition: .4s;
    background: #ffffff;
    transition: .4s;
    border-radius: 10%;
}




/*CSS for Footer*/
.sitefooter {
    position: fixed;
    width: 100%;
    bottom: 0px;
    /*margin-top: 500px;*/
}

#footer1 {
    display: flex;
    /*margin-top: 500px;*/
    border-bottom: 1px solid lightblue;
}

#footer2 {
    display: flex;
    border-bottom: 1px solid lightblue;
}

/*CSS for main pagev2*/
.main-page {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

/*CSS for tabs demp*/
.hero {
    width: 60%;
    height: 600px;
    position: relative;
    margin: 100px auto;
    overflow: hidden;
    z-index: 1;
}



.content-right img {
    width: 350px;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5% auto;
    position: absolute;
    transform: translateX(100%);
    transition: 0.3s;
}

.content-right {
    flex-basis: 50%;
    text-align: center;
}

.content-left {
    flex-basis: 50%;
}

    .content-left p {
        font-size: 17px;
        padding: 30px 0;
    }

    .content-left a {
        width: 150px;
        display: block;
        padding: 8px 5px;
        border-radius: 20px;
        text-decoration: none;
        background-color: #ff7846;
        color: #fff;
        text-align: center;
    }

#contentNew {
    transform: translateX(0px);
}

#btn0 {
    color: #ff7846;
}



#list1 a {
    width: auto;
    display: inline;
    padding: 0;
    text-decoration: underline;
    background-color: #fff;
    color: #185894;
    text-align: initial;
}

.Mylist a {
    width: auto;
    display: inline;
    padding: 0;
    text-decoration: underline;
    background-color: #fff;
    color: #185894;
    text-align: initial;
}







.btn-blue {
    background-color: #185894;
}

.DOSHeading {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background-color: #0a314d;
}

.d-flex {
    gap: 10px;
}

#siteFooter a {
    color: #fff;
}


ul.LinkList {
    padding-left: 0px;
    list-style-type: none;
}

ol.Letters {
    list-style-type: lower-latin;
}

ul.Checkboxes {
    list-style-image: url(/images/checkbox.gif);
}

/*External Links*/
a img.Link-External {
    border: 0px;
    margin-left: 5px;
}

.list-group-item {
    background-color: #071F3F;
}


.list-group a {
    color: white;
}

    .list-group a:hover {
        color: white;
        background-color: #0E4285; /* wheat; */
    }




.SubLinks {
    display: none;
}

    .SubLinks li a {
        color: #0E4285;
    }

        .SubLinks li a:hover {
            color: #0E4285;
            background-color: transparent;
        }

/*.InfoMessage {
    background: #e8eff5;
    background-image: url(/images/info.gif);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}*/

.HelpMessage {
    background: #e8eff5;
    background-image: url(/images/help.gif);
    background-position: 10px 10px;
    background-repeat: no-repeat;
}

.HelpMessage, .InfoMessage {
    margin: 10px 0px 10px 0px;
    border: 1px solid #c1dcf0;
    padding: 10px 10px 10px 40px;
    cursor: default;
}

    .HelpMessage p.Header, .InfoMessage p.Header {
        margin: 0px;
        font-weight: bold;
    }

    .HelpMessage p, .InfoMessage p {
        margin: 5px 0px 0px 0px;
        color: #333333;
        font-size: 0.9em;
    }

/*CSS new sidebar*/
.sidebar-menu {
    width: auto;
    height: auto;
    display: flex;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 8px 8px 4px lightgrey;
    margin-top: 10px;
}

.link {
    background-color: none;
    gap: 10px;
}

    .link a {
        color: black;
        text-decoration: none;
        display: block;
        padding: 10px 5px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        background-color: white;
        margin-left: 5px;
    }

        .link a:hover,
        .link a:focus {
            color: white;
            background-color: #0E4285; /* wheat; */
            box-shadow: 0px 2px 1px lightblue;
        }

    .link.active > a,
    .link > a:hover,
    .link > a:focus {
        background-color: #e7eaff;
        color: #556df5;
    }

.sidebar-menu .sidebar .links .link .sub-menu {
    /*display: none;*/
    margin-left: 15px;
    padding-left: 10px;
    border-left: 1px solid #bbb;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 500ms ease-in-out;
}


.sub-menu a {
    text-decoration: none;
    display: block;
    padding: 5px;
    margin: 5px 0px;
    color: black;
    background-color: white;
    cursor: pointer;
}

    .sub-menu a:hover,
    .sub-menu a:focus {
        color: #0E4285;
        background-color: #e7eaff;
    }

#link1arrow {
    margin-top: 1px;
    padding-top: 0px;
    margin-left: 20px;
}


/*CSS for main container*/
.container-main {
    width: 100%;
    height: 100%;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: 8px 8px 4px lightgrey;
    padding: 10px;
    margin-top: 0px;
}

.container-head {
    width: 100%;
    padding: 0px 0px 0px 0px;
    display: block;
    justify-content: space-between;
    /*background-image: linear-gradient(to right, #404040, lightgrey);*/
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/images/folders.jpg);
    background-size: cover;
    background-color: #e7eaff;*/
    background-color: black;
    height: 400px;
    position: relative;
    margin-top: -10px;
    
}
    .container-head figure{
        height:100%;
        width:100%;
    }
    .container-head figure figcaption{
        font-size:10px;
    }

    .container-head img {
        height: 100%;
        /*width: 75%;
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0) 90%, transparent 100%);*/
        width: 100%;
    }

    .container-head ul {
        list-style: none;
        color: #fff;
        padding-left: 0;
        background: none;
        width: 100%;
        margin-left: 50px;
        margin-bottom: 10px;
    }

        .container-head ul li {
            position: relative;
            float: left;
            margin-top: 0;
            /*padding: 0;*/
            text-align: left;
            background: none;
            /*border-left: 1px solid black;*/
        }

        .container-head ul #firstheader {
            border-left: none;
        }

        .container-head ul li a {
            text-decoration: none;
            color: white;
            font-size: 25px;
            padding: 10px 15px 0px 15px;
            display: block;
            background: none;
        }

            .container-head ul li a:hover {
                color: black;
                border-bottom: 1px solid black;
            }

    .container-head h2 {
        position: absolute;
        /*background-color: #f2f2f2;*/
        top: 50px;
        left: 3%;
        max-width: 1200px;
        padding: 10px;
        /*background-image: linear-gradient(to bottom, white, lightblue);*/
        background: none;
        color: white;
    }

    .container-head h4 {
        position: absolute;
        /*background-color: #f2f2f2;*/
        top: 80px;
        left: 3%;
        max-width: 1200px;
        padding: 10px;
        /*background-image: linear-gradient(to bottom, white, lightblue);*/
        background: none;
        color: white;
        font-weight: normal;
    }

    .container-head h5 {
        position: absolute;
        /*background-color: #f2f2f2;*/
        top: 80px;
        left: 3%;
        max-width: 1200px;
        padding: 10px;
        /*background-image: linear-gradient(to bottom, white, lightblue);*/
        background: none;
        color: white;
        font-weight: normal;
    }

    .container-head .InfoMessage {
        top: 20px;
        left: 70%;
        width: 350px;
        display: flex;
        position: absolute;
        background: none;
        background-color: #806c00;
        /*background-color: rgba(173, 216, 230, 0.2);*/
        /*background: #e8eff5;*/
        /*background-image: url(/images/info.gif);*/
        background-position: 10px 10px;
        background-repeat: no-repeat;
        border-radius: 5px;
        max-height: 300px;
        padding-left: 10px;
        overflow-y: auto;
        
    }
        .container-head .InfoMessage i {
            color: white;
            font-size: 3vh;
        }
    .container-head .InfoMessage p {
       color: white;
       font-size: 16px;
       padding-left: 5px;
    }

.container-head2 .InfoMessage {
    top: 60px;
    left: 70%;
    width: 350px;
    display: flex;
    position: absolute;
    background: none;
    background-color: #806c00;
    /*background-color: rgba(173, 216, 230, 0.2);*/
    /*background: #e8eff5;*/
    /*background-image: url(/images/info.gif);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 5px;
    max-height: 300px;
    padding-left: 10px;
    overflow-y: auto;
    
}

        .container-head2 .InfoMessage i {
            color: white;
            font-size: 3vh;
        }

        .container-head2 .InfoMessage p {
            color: white;
            font-size: 2vh;
            padding-left: 5px;
        }

.container-head3 .InfoMessage {
    top: 20px;
    left: 70%;
    width: 350px;
    display: flex;
    position: absolute;
    background: none;
    background-color: #806c00;
    /*background-color: rgba(173, 216, 230, 0.2);*/
    /*background: #e8eff5;*/
    /*background-image: url(/images/info.gif);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 5px;
    max-height: 300px;
    padding-left: 10px;
    overflow-y: auto;
    
}

    .container-head3 .InfoMessage i {
        color: white;
        font-size: 3vh;
    }

    .container-head3 .InfoMessage p {
        color: white;
        font-size: 2vh;
        padding-left: 5px;
    }




        .container-head .InfoMessage img {
            border-radius: 50%;            
            transform: translate(-50%, -50%);
            transform: scale(0.08);
        }

.container-head4 .InfoMessage {
    top: 40%;
    left: 10%;
    width: 350px;
    display: flex;
    position: absolute;
    background: none;
    background-color: #806c00;
    /*background-color: rgba(173, 216, 230, 0.2);*/
    /*background: #e8eff5;*/
    /*background-image: url(/images/info.gif);*/
    background-position: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 5px;
    max-height: 300px;
    padding-left: 10px;
    overflow-y: auto;
}

    .container-head4 .InfoMessage i {
        color: white;
        font-size: 3vh;
    }

    .container-head4 .InfoMessage p {
        color: white;
        font-size: 2vh;
        padding-left: 5px;
    }







#pic1 {
    height: 50%;
    position: absolute;
    width: 38%;
    top: 50px;
    left: 0px;
    overflow: hidden;
    animation: slideLeft 20s ease-in 0s infinite;
}

#pic2 {
    height: 40%;
    position: absolute;
    width: 40%;
    top: 10px;
    left: 600px;
    overflow: hidden;
    animation: slideLeft 30s ease-in 0s infinite;
}

#pic3 {
    height: 40%;
    width: 40%;
    position: absolute;
    left: 550px;
    top: 250px;
    overflow: hidden;
    animation: slideLeft 20s ease-in 8s infinite;
}



.jefferson {
    height: 100%;
}

.quote {
    font-family: "Blackadder ITC";
    margin-top: 20px;
    width: 900px;
    color: white;
    font-size: 18px;
}

.headh2 {
    color: white;
    font-family: Calibri,Arial,sans-serif;
    margin-bottom: 0px;
    padding-left: 0px;
    margin-left: 0px;
    text-align: left;
}

.headh4 {
    color: white;
    font-family: Calibri,Arial,sans-serif;
    margin-top: 0px;
}

.container-body {
    /*width: 100%;
    padding: 20px 20px 0px 20px;
    display: flex;*/
    justify-content: center;
    max-width: 900px;
    margin: 0 auto;
    align-content: center;
    display: block;
    /*color: black;*/
    /*background-color: #0a314d*/
    /*background-color: #f2f2f2;*/
    align-content: center;
    /*margin-left: 40vw;*/
    /*grid-template-columns: 600px 400px;
    grid-column-gap: 50px;
    grid-row-gap: 0;*/
    
}

    .container-body h4 {
        color: red;
    }

    .container-body hr {
        /*border-color: red;*/
        border-color: #806c00;
        max-width: 830px;
        
    }


.container-body3 {
    /*width: 100%;
    padding: 20px 20px 0px 20px;
    display: flex;*/

    background-color: #0a314d;
    width: 100%;
    padding: 20px 20px 0px 20px;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 50px;
    grid-row-gap: 20px;
}

#nomargin {
    padding: 0px 0px 0px 0px;
}

.container-body4 {
    /*width: 100%;
    padding: 20px 20px 0px 20px;
    display: flex;*/
    width: 300px;
    /*padding: 20px 20px 20px 20px;*/
    background-color: #0a314d;
    color: white;
    border-radius: 20px;
    height: fit-content;
}

    .container-body4 a {
        color: white;
    }

        .container-body4 a:hover {
            color: red;
        }

#results2 {
    margin: 0 auto;
    max-width: 750px;
    font-size: var(--fontsize);
    padding-right: 50px;
    text-align: justify;
    max-height: 230px;
    overflow-y: hidden;    
    padding-right: 17px; /* Adjust this value for cross-browser compatibility */
    box-sizing: content-box;
    z-index:800;
}

    #results2 a {
        text-decoration: underline;
        color: var(--linkblue);
        background-color: var(--background);
        /*background-color: #0a314d;*/
    }

        #results2 a:hover {
            color: red;
        }



.container-text {
    /* margin-left: 0px;*/
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*color: white;*/
    color: black;
    /*background-color: #f2f2f2;*/
    position: relative;
}

    .container-text h3, h5, p, a {
        font-family: Calibri,Arial,sans-serif;
    }

    .container-text p {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        color: black;
    }

    .container-text h5 {
        text-align: center;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
    }

    .container-text h3 {
        text-align: center;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: #f2f2f2;
        color: darkred;
        padding-top: 5px;
    }

    .container-text a {
        text-align: center;
        justify-content: center;
        align-content: center;
        color: blue;
    }

        .container-text a:hover {
            color: red;
        }

.short {
    margin-top: -20px;
    color: black;
    /*background-color: #f2f2f2;*/
    /*background-color: #0a314d;*/
    background-color: #f2f2f2;
    text-align: center;
}

.shortGold {
    margin-top: -20px;
    color: #806c00;
    /*background-color: #f2f2f2;*/
    /*background-color: #0a314d;*/
    background-color: var(--background);
    text-align: center;
}

.long {
    margin-top: -20px;
    color: black;
    background-color: #f2f2f2;
    text-align: left;
}

.dotted {
    border-bottom: 2px dotted red;
    text-decoration: none;
}
.double {
    border-bottom: 3px double blue;
    text-decoration: none;
   
}

.note {
    padding-left: 10px;
    font-size: 14px;
}

.btn-box {
    display: block;
    margin-left: 150px;
    padding-left: 10px;
    border-left: 1px solid #ccc;
}

    .btn-box a {
        background: transparent;
        display: block;
        border: none;
        outline: none;
        cursor: pointer;
        padding-bottom: 5px;
        width: 300px;
        font-size: 18px;
        font-weight: bold;
        border-bottom: 1px solid #ccc;
        /*text-align: left;*/
        color: blue;
        font-family: Calibri,Arial,sans-serif;
        /*text-shadow: 1px 1px 2px black;*/
    }

        .btn-box a:hover {
            color: red;
            text-decoration: none;
        }

.link-Bubbles {
    /*border-top: 1px solid black;*/
    padding: 20px;
}

.header-link {
    font-weight: bold;
    font-size: 16px;
    text-decoration: underline;
}

.header-text {
    font-size: 14px;
}

body::-webkit-scrollbar {
    width: 9px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(155, 155, 155, 0.5);
    border-radius: 20px;
    border: transparent;
}

.breadcrumbrow {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left:20px;
}

.Divider {
    padding-right: 5px;
    padding-left: 5px;
    color: white;
    font-size: 10px;
}

.breadcrumbrow a {
    color: white;
    font-size: 14px;
}

.container-head .text-left h4 {
    color: white;
    padding-bottom: 250px;
}

.container-head2 {
    width: 100%;
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    /*background-color: #0a314d;*/
    background-color: black;
    position: relative;
    margin-top: -10px;
    /*background-image: linear-gradient(to right, #404040, lightgrey);*/
}

.container-head2 img{
    width: 727px;
    height: 372px;

}

.container-head5 {
    width: 100%;
    padding: 0px 20px 0px 20px;
    display: flex;
    justify-content: space-between;
    /*background-color: #0a314d;*/
    /*background-color: black;*/
    background-image: url(/images/management.jpg);
    /*background-size: 1500px 506px;*/
    background-size: 100% 100%;
    margin-top: -10px;
    position: relative;
    height: 506px;
}

.container-head5 .container-headright{
    position: absolute;
    left: 1%;
    top: 1%;
    padding-top: 0px;
    text-align: left;
}

.container-head4 {
    width: 100%;
    padding: 0px 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    /*background-color: #0a314d;*/
    position: relative;
    background-color: black;
    margin-top: -10px;
    /*background-image: linear-gradient(to right, #404040, lightgrey);*/
}

#sub1{
    padding-left:20px;
}

.container-head6 {
    width: 100%;
    padding: 0px 0px 0px 20px;
    display: flex;
    justify-content: space-between;
    /*background-color: #0a314d;*/

    background-color: black;
    margin-top: -10px;
    /*background-image: linear-gradient(to right, #404040, lightgrey);*/
}
.container-head2 .container-headright {
    position: absolute;
    left: 55%;
    top: 75%;
    padding-top: 0px;
    text-align: right;
}

.container-headleft {
    text-align: left;
    padding-top: 0px;
    display: block;
}  

.container-headleft .headh2{
    padding-left:20px;
}

    .container-headright .headh2 {
        padding-left: 20px;
    }


.text-header {
    border-left: 1px solid white;
    padding-left: 10px;
    padding-bottom: 20px;
    margin-left: 200px;
}

.container-big{
    display:flex;
}


.container-text2 {
    /* margin-left: 0px;*/
    margin: 0 auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    justify-content: center;
    align-content: center;
    /*color: white;*/
    color: var(--foreground);
    background-color: var(--background);
    position: relative;
    
}



.container-text2 h3, h5, p, a {
    font-family: "Calibri";
}

.container-text2 .darkred {
    color: var(--darkred);
}

.container-text2 p {
    /*margin-left: 380px;*/
    margin: 0 auto;
    max-width: 720px;
    color: var(--foreground);
    padding-bottom: 12px;
    line-height: 1.2em;
    font-size: var(--fontsize);
}

    .container-text2 .largeFontmode p {
        /*margin-left: 380px;*/
        
        color: var(--foreground);        
        font-size: var(--fontsize);
    }


    .container-text2 ul {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        color: var(--background);
        padding-bottom: 12px;
        list-style-type: square;
    }

    .container-text2 li {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        color: var(--background);
        
    }




    .container-text2 h5 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-text2 h2 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-text2 h3 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }
    .container-text2 h4 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }
    .container-text2 h1 {
        margin: 0 auto;
        max-width: 720px;
        text-align: center;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: var(--background);
        color: var(--foreground);
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }
    .container-text2 .canvas-container {
        margin: 0 auto;
        max-width: 720px;
        max-height:900px;
        justify-content: center;
        align-items: center;
        overflow: auto;
        
    }
    .container-text2 .nostyle {
        list-style: none;
        margin-top: 0;
    }
    .container-text2 ul.LinkList {
        padding-left: 50px;
        list-style-type: none;
    }

    

.container-text2 a {
    text-align: center;
    justify-content: center;
    align-content: center;
    color: var(--linkblue);
}

    .container-text2 a:hover {
        color: red;
    }

    .container-text2 .row .col-md-6 a {
        color: var(--linkblue);
    }

    .container-text2 .row .col-md-6 a h3{
        color: var(--linkblue);
    }

    .container-text2 .form {
        max-width: 720px;
        margin: 0 auto;
        background-color: #f2f2f2;
        border: 1px solid black;
        border-radius: 5px;
        padding: 20px;
    }
    .container-text2 .form2 {
        max-width: 720px;
        margin: 0 auto;
       
        
        padding: 20px;
    }
    .container-text2 .InfoMessage {
        max-width: 720px;
        margin: 0 auto;
    }

    .container-text2 hr {
        max-width: 720px;
        border-top: 1px solid blue;
        margin: 0 auto;
        
    }
    .container-text2 #table {
        max-width: 100%;        
        margin: 0 auto;
    }

    .container-text2 #table .row {
            margin: 0 auto;
            max-width: 90%;
        }
    .container-text2 #table hr {
        max-width: 100%;
        border-top: 1px solid blue;
        margin: 0 auto;
    }
    .container-text2 #results {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        justify-content: center;
        
    }
        .container-text2 #results a {
            background-color: #f2f2f2;
        }
    .container-text2 #noResultsAlert {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        justify-content: center;
    }
    .container-text2 .nav-pills {
        display: flex;
        background-color: var(--background);
        list-style: none;
        font-family: Calibri,Arial,sans-serif;
        font-weight: bold;
        font-size: 20px;
        margin: 0 auto;
        max-width: 720px;
        padding: 0;
        align-content: center;
    }


    .container-text2 #navgrid {
        display: grid;
        grid-template-columns: repeat(9,1fr);
        background-color: var(--background);
        list-style: none;
        font-family: Calibri,Arial,sans-serif;
        font-weight: bold;
        font-size: 20px;
        margin: 0 auto;
        max-width: 720px;
        padding: 0;
        align-content: center;
    }

        .container-text2 .nav-pills:active{
            outline:none;
        }



    .container-text2 .nav-pills li {
        font-family: Calibri,Arial,sans-serif;
        font-size: 20px;
        font-weight: 100;
    }
        .container-text2 .nav-pills li a {
            font-family: Calibri,Arial,sans-serif;
            font-size: 20px;
            font-weight: 100;
        }

        .container-text2 .nav-pills > a {
            background-color: #f2f2f2;
        }

        .container-text2 .nav-pills > li > a.active {
            background-color: #0a314d !important;
        }
       


        .container-text2 .row {
            margin: 0 auto;
            max-width: 720px;
        }
    .container-text2 #annualReports {
        margin: 0 auto;
        max-width: 720px;
    }
    .container-text2 #quarterlyReports {
        margin: 0 auto;
        max-width: 720px;
    }
    .container-text2 #chiefOfficerReports {
        margin: 0 auto;
        max-width: 720px;
    }

.panel-title{
    font-weight: 200;
}


.container-quick {
    display: block;
    background-color: var(--background);
    padding-left: 50px;
    position: absolute;
    max-width: 300px;
    border-left: 1px solid var(--foreground);
    top: 50px;
    left: 85%;
    text-align: left;
    padding-top:0;
    padding-left:10px;
}

.container-quick h4 {
    text-align:left;
    text-decoration: none;
    background: var(--background);
    color:var(--foreground);
    margin-top:0px;
    padding-top: 0px;
   
}
    .container-quick a {
        margin-bottom:30px;
        color: var(--linkblue);
    }


.container-body2 {
    margin-left: 220px;
    margin-top: 20px;
    width: 800px;
}

    .container-body2 h5, h1, h2, h3, h4, p, a {
        font-family: Calibri,Arial,sans-serif;
    }

.container-body h5, h1, h2, h3, h4, p, a {
    font-family: Calibri,Arial,sans-serif;
}

.container-body a, p {
    color: var(--linkblue);
    font-family: Calibri,Arial,sans-serif;
    font-size: 18px;
}

.container-body .bigheader {
    font-size: 25px;
}

.container-body a:hover {
    color: red;
    /*font-weight: bold;*/
}




.container-right {
    background: #404040;
    border-radius: 5px;
    margin-left: 200px;
    max-height: 240px;
}

    .container-right h4 {
        color: white;
        text-align: center;
        margin-top: 10px;
    }

    .container-right ul {
        background: white;
        list-style: none;
        margin: 10px;
        padding: 10px;
    }

.container-left {
    display: block;
    margin-left: 50px;
    width: 600px;
}

    .container-left h4 {
        background: #0a314d;
        color: white;
        padding-left: 10px;
        padding-right: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

.container-left-p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-whole {
    display: block;
    margin-top: 50px;
    margin-left: 250px;
    width: 60%;
}

    .container-whole h4 {
        background: #0a314d;
        color: white;
        padding-left: 10px;
        padding-right: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

    .container-whole ul {
        padding-left: 15px;
    }

    .container-whole ol {
        padding-left: 15px;
    }

    .container-whole li {
        padding-left: 10px;
    }

.container-whole-p {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.container-pass {
    display: inline-flex;
}


.specialchar {
    counter-reset: list;
    margin: 8px;
}

    .specialchar > li {
        list-style: none;
        position: relative;
    }

        .specialchar > li:before {
            counter-increment: list;
            content: counter(list, lower-alpha) ") ";
            position: absolute;
            left: -1.4em;
        }






.greybox {
    background-color: lightgrey;
    border: 1px solid black;
    border-radius: 35px;
    padding: 20px;
}

#imgPass {
    width: 200px;
    height: 150px;
    margin-left: 50px;
}

.container-blueback {
    background-color: #0a314d;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .container-blueback ul {
        padding-left: 22px;
    }

    .container-blueback li {
        list-style: none;
        color: white;
        margin-left: 250px;
        width: 50%;
        position: relative;
    }

    .container-blueback p {
        color: white;
        margin-left: 250px;
        width: 60%;
    }

    .container-blueback li:before {
        content: '>';
        color: red;
        left: -1.4em;
        position: absolute;
    }

.container-whiteback li {
    list-style: none;
    position: relative;
}

    .container-whiteback li:before {
        content: '>';
        color: black;
        left: -1.4em;
        position: absolute;
    }

.brownbox {
    margin: 0 auto;
    max-width: 720px;
    background-color:brown;
    text-align:center;
}
.brownbox p{
    color: white;
    padding-top:10px;
}

/*accordion css*/
.faq {
    margin: 0 auto;
    max-width: 720px;
    /*padding-bottom: 1rem;*/
    /*border-bottom: 2px solid black;*/
    cursor: pointer;
    background: var(--background);
}


    .faq.active .answer {
        max-height: 10000px;
        animation: fade .5s ease-in-out;
        /*animation: fadein .5s ease-in-out;*/
        /*border: 2px solid #4983F4;*/
        display: block;
    }

    .faq i {
        transition: transform 0.5s ease-in;
        font-size: 1.5rem;
        text-align: right;
        float: right;
        color: black;
        padding-top: 5px;
    }

    .faq.active i {
        transform: rotate(90deg);
    }
    /*sublinks*/
    .faq.active .answer .faq {
        z-index: 500;
        background: #f2f2f2;
    }

    .faq .answer .faq .question {
        border: none;
        background: var(--background);
        color: var(--linkblue);
    }
    .faq .answer .faq {
        border: none;
        background: var(--background);
        color: var(--linkblue);
    }

    .faq .answer .faq .answer {
        border: none;
    }

        .faq .answer .faq .answer ul {
            list-style: disc;
        }

    .faq.active .answer .faq .question {
        border: none;
        background: var(--background);
        color: var(--linkblue);
    }

    .faq.active .answer .faq.active .answer {
        max-height: 10000px;
        animation: fade .5s ease-in-out;
        display: block;
    }

    .faq.active .answer .faq .answer {
        border: none;
        display: none;
        max-height: 0;
        background: var(--background);
        animation: fade .5s ease-in-out;
    }

    .faq.active .answer .faq  {
        
        background: var(--background);
        
    }

        .faq.active .answer .faq i {
            transform: rotate(0deg);
            color: var(--linkblue);
            font-size: 3vh;
            float: left;
            /*padding-top:15px;*/
        }

    .faq.active .answer .faq.active i {
        transform: rotate(90deg);
    }
    /*sublinks2*/
    .faq.active .answer .faq.active .answer {
        z-index: 600;
    }

        .faq.active .answer .faq.active .answer .faq.active .answer {
            max-height: 10000px;
            animation: fade .5s ease-in-out;
            display: block;
        }

        .faq.active .answer .faq.active .answer .faq .answer {
            max-height: 0;
            animation: fade .5s ease-in-out;
            display: none;
        }

        .faq.active .answer .faq.active .answer .faq i {
            transform: rotate(0deg);
        }

        .faq.active .answer .faq.active .answer .faq.active i {
            transform: rotate(90deg);
        }

.question {
    display: inline-flex;
    width: 100%;
    /*align-items: center;*/
    /*background: #404040;*/
    /*background: #4983F4;*/
    /*background-color: #0a314d;*/
    /*background-color: #9c1111;*/
    /*background-image: linear-gradient(to bottom, #d9d9d9, #f2f2f2);*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 10px;
    /*border: 1px solid black;*/
}

    .question h5 {
        /*font-size: 1.8rem;*/
        font-family: Calibri,Arial,sans-serif;
        color: black;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .question p {
        padding:0;
        margin-bottom:0;
        padding-top:4px;
        padding-left: 10px;
        text-align:left;
        margin-left:0;
    }
    .question a {
        color: var(--linkblue);
    }

    .question i {
        color: var(--linkblue);
    }

    .question a:hover {
        color:white;
        text-decoration: none;
    }
    .question:hover, .question:focus {
        /*background-color: #ffd700;*/
        color: black;
    }
        .question:hover a, .question:focus a, .question:hover i, .question:focus i {
            color: red;
        }

.question2 {
    display: inline-flex;
    width: 100%;
    /*align-items: center;*/
    /*background: #404040;*/
    /*background: #4983F4;*/
    /*background-color: #0a314d;*/
    /*background-color: #9c1111;*/
    /*background-image: linear-gradient(to bottom, #d9d9d9, #f2f2f2);*/
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    border-radius: 10px;
    background: var(--background);
    /*border: 1px solid black;*/
}

    .question2 h5 {
        /*font-size: 1.8rem;*/
        font-family: Calibri,Arial,sans-serif;
        color: black;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
    }

    .question2 p {
        padding: 0px;
        margin-bottom: 0;
        padding-top: 0px;
        padding-left: 10px;
        text-align: left;
        margin-left: 0;
        
    }
.faq .answer .faq .question2 .noTopPad {
    padding-left: 10px;
    padding-top : 6px;
}
    .question2 a {
        color: var(--linkblue);
        
    }

    .question2 i {
        color: var(--linkblue);
    }

    .question2 a:hover {
        color: white;
        text-decoration: none;
    }

    .question2:hover, .question2:focus {
        /*background-color: #ffd700;*/
        color: black;
    }

        .question2:hover a, .question2:focus a, .question2:hover i, .question2:focus i {
            color: red;
        }

.question-header2 {
    font-family: Calibri,Arial,sans-serif;
    color: white;
    text-align: left;
    font-size: 18px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}


.question-header {
    font-family: Calibri,Arial,sans-serif;
    color: white;
    text-align: left;
    font-size: 20px;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
}

    .question-header:hover {
        color: white;
        text-decoration: none;
    }

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.5s ease;
    background: var(--background);
    color: var(--foreground);
    /*background: white;*/
    border-radius: 5px;
    margin: 0;
    padding-left: 10px;
    display: none;
}

    .answer p {
        padding-top: 1rem;
        line-height: 1.2em;
        font-family: Calibri,Arial,sans-serif;
        /*font-size: 1.4rem;*/
        padding-right: 5px;
    }
    .answer li {
        color: var(--foreground);
    }
    .answer a {
        color: var(--linkblue);
    }
    .answer .darkred {
        color: var(--darkred);
    }

        .answer a:hover {
            color: red;
        }

    .answer .linkheader {
        font-size: 20px;
    }



@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes fadein {
    from {
        border: 2px solid white;
    }

    to {
        border: 2px solid #4983F4;
    }
}



.close-bottom {
    margin-bottom: 0;
    margin-top: 0;
}

.nostyle {
    list-style: none;
    margin-top: 0;
}


.container-sub-top {
    border-top: 1px solid black;
    background: var(--backgroundWhite);
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
}

    .container-sub-top ul {
        list-style: none;
        /*color: #fff;*/
        color: var(--foreground);
        padding-left: 0;
        background-color: var(--backgroundWhite);        
        width: 100%;
        margin-left: 50px;
        margin-bottom: 10px;
    }

        .container-sub-top ul li {
            position: relative;
            float: left;
            margin-top: 0;
            /*padding: 0;*/
            text-align: left;
            background: var(--backgroundWhite);
            /*border-left: 1px solid black;*/
        }

            .container-sub-top ul li ul {
                position: absolute;
                display: none;
                left: 0;
                top: 100%;
                margin-left: 0px;
                margin-top: 0;
                /*padding: 0;*/
                text-align: left;
                background: var(--backgroundWhite);
                z-index: 999;
                width: 330px;
                /*border-left: 1px solid black;*/
            }

           /* .container-sub-top ul li:hover > ul {
               
                display: block;
                
                
            }*/

            .container-sub-top ul li:focus-within > ul {
                display: block;
                
            }
            .container-sub-top ul li:active > ul {
                display: block;
                
            }

            .container-sub-top ul li:focus > ul {
                display: block;
               
            }

            .container-sub-top ul li ul li {
                border-top: 1px solid var(--foreground);
            }
                .container-sub-top ul li ul li a {
                    width: 330px;
                    
                }

        .container-sub-top ul #firstheader {
            border-left: none;
        }

        .container-sub-top ul li a {
            text-decoration: none;
            color: var(--foreground);
            font-size: 18px;
            padding: 10px 15px 10px 15px;
            display: block;
            background: var(--backgroundWhite);
        }

            .container-sub-top ul li a:hover {
                color: var(--foreground);
                font-weight: bold;
                /*border-bottom: 1px solid red;*/
                border-bottom: none;
            }



.container-sub-top2 {
    border-top: 1px solid black;
    background: grey;
    display: flex;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-top: 0px;
}

    .container-sub-top2 ul {
        list-style: none;
        color: #fff;
        padding-left: 0;
        background: grey;
        width: 100%;
        margin-left: 10px;
        margin-bottom: 10px;
    }

        .container-sub-top2 ul li {
            position: relative;
            float: left;
            margin-top: 0;
            /*padding: 0;*/
            text-align: left;
            background: grey;
            /*border-left: 1px solid black;*/
        }

        .container-sub-top2 ul #firstheader {
            border-left: none;
        }

        .container-sub-top2 ul li a {
            text-decoration: none;
            color: white;
            font-size: 25px;
            padding: 5px 5px 0px 15px;
            display: block;
            background: grey;
        }

            .container-sub-top2 ul li a:hover {
                font-weight: bold;
            }


.searchform-Left {
    display: block;
}

    .searchform-Left input {
        display: block;
        width: 500px;
        border-radius: 5px;
        border: 1px solid black;
    }

    .searchform-Left button {
        margin-top: 5px;
        width: 100px;
        border-radius: 5px;
        border: 1px solid black;
    }

.answer form {
    display: flex;
}

.faq.active .answer form .faq {
    padding-top: 0;
    margin-top: 0;
}

    .faq.active .answer form .faq .question {
        padding-top: 0;
        margin-top: 0;
    }

    .faq.active .answer form .faq .answer {
        display: none;
    }

    .faq.active .answer form .faq i {
        transform: rotate(0deg);
    }

    .faq.active .answer form .faq.active i {
        transform: rotate(90deg);
    }

    .faq.active .answer form .faq.active .answer {
        display: block;
    }

#advanceoptions {
    border: 1px solid black;
    border-radius: 5px;
}


.searchform-right input {
    margin-left: 10px;
    margin-right: 10px;
    width: 150px;
    border-radius: 5px;
    border: 1px solid black;
}

.faq.active .answer form .faq.active .answer .faq .answer {
    display: none;
}

.faq.active .answer form .faq.active .answer .faq {
    margin-left: 0;
}

    .faq.active .answer form .faq.active .answer .faq .question {
        padding-left: 0;
    }

    .faq.active .answer form .faq.active .answer .faq i {
        transform: rotate(0deg);
    }

    .faq.active .answer form .faq.active .answer .faq.active i {
        transform: rotate(90deg);
    }

    .faq.active .answer form .faq.active .answer .faq.active .answer {
        display: flex;
        flex-direction: column;
    }

        .faq.active .answer form .faq.active .answer .faq.active .answer input {
            width: 10px;
            height: 10px;
            margin-top: 10px;
        }

#results a {
    text-decoration: underline;
    color: blue;
    background-color: white;
}

.nolist {
    list-style: none;
}

table, th, td {
    border: 1px solid;
    border-color: black;
}

th{
    text-align:center;
}

table {
    margin: 0 auto;
    max-width: 720px;
    
}

th {
    color: white;
    background-color:#808080;
    /*background-color: #3385ff;*/
    /*background-color: #0a314d;*/
    padding-left: 10px;
}

td {
    padding-left: 10px;
    padding-top: 5px;
}

.leftcelleven {
    color: black;
    background-color: #cccccc;
}

.leftcellodd {
    color: black;
    background-color: white;
}

.leftcelleven ul li{
    color: black;
    
}

.leftcellodd ul li {
    color: black;
}

.leftcelleven ul li p{
    padding-top:0;
    color:black;
}

.leftcellodd ul li p {
    padding-top: 0;
    color: black;
}


.rightcellodd {
    /*background-color: #ccccff;*/
    /*background-color: #808080;*/
    background-color: white;
    color: black;
}

.rightcellodd p {
   
    color: black;
}

.rightcelleven {
    /*background-color: #e6e6ff;*/
    background-color: #cccccc;
}

    .rightcelleven p {
        /*background-color: #e6e6ff;*/
        color: black;
    }
li label {
    color: var(--foreground);
}


#prev {
    background-color: lightgrey;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #prev:hover {
        background-color: white;
    }

#next {
    margin-right: 30px;
    box-shadow: 1px 1px 2px black;
}

#yes {
    background-color: lightgrey;
    margin-right: 100px;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #yes:hover {
        background-color: white;
    }

#passport {
    background-color: lightgrey;
    margin-right: 50px;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #passport:hover {
        background-color: white;
    }




#no {
    background-color: lightgrey;
    margin-right: 10px;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 100px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #no:hover {
        background-color: white;
    }

#personal {
    background-color: lightgrey;
    margin-right: 50px;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #personal:hover {
        background-color: white;
    }

#OIG {
    background-color: lightgrey;
    margin-right: 50px;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    width: 150px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #OIG:hover {
        background-color: white;
    }

.wizardText1 {
}

.rowline {
    display: inline-flex;
}

    .rowline .wizardText1 {
    }

    .rowline #yes, .rowline #no {
        height: 30px;
        padding: 1px 3px;
        margin-left: 10px;
        margin-right: 10px;
        width: 50px;
    }



.container-wizard {
    display: block;
    width: 50%;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid black;
    margin-left: 220px;
    margin-top: 5px;
    border-radius: 10px;
    box-shadow: 5px 5px 20px -5px black;
    background-image: linear-gradient(to bottom right, #e6ecff, #f2f2f2);
}

    .container-wizard h4 {
        background: #0a314d;
        color: white;
        padding-left: 10px;
        padding-right: 100px;
        padding-top: 5px;
        padding-bottom: 5px;
        border-radius: 5px;
    }

    .container-wizard p {
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 10px;
        padding-right: 10px;
    }

.stateSeal {
    width: 80px;
    height: 80px;
}

.stateText {
    width: 250px;
    height: 25px;
    margin-top: 30px;
}

.nav-link {
    font-family: "Garamond";
    font-size: 20px;
}

.nav-item .nav-link{
    
    font-family: "Garamond";
    font-size: 20px;

}

#whiteHouseLink {
    margin-top: 28px;
}

#usaLink {
    margin-top: 28px;
}

#archiveLink {
    margin-top: 28px;
}

#contactLink {
    margin-top: 28px;
}

#oigLink {
    width: 180px;
    text-align: left;
    margin-top: 28px;
}

.threestars {
    width: 40px;
    height: 10px;
}

.threestarsBig {
    width: 60px;
    height: 10px;
}


#begin {
    background-color: #0a314d;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 100px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    #begin:hover {
        background-color: blue;
    }


.centerContainer {
    justify-content: center;
    width: 700px;
    margin: 0 auto;
    align-content: center;
}

    .centerContainer h2 {
        text-align: center;
    }

    .centerContainer #begin {
        float: right;
    }

    .centerContainer .backButton {
        border: none;
        background-color: white;
        color: #0a314d;
    }


        .centerContainer .backButton i {
            font-size: 30px;
        }

            .centerContainer .backButton i:hover {
                color: blue;
            }


    .centerContainer .decisionBox {
        background-color: #0a314d;
        border-radius: 20px;
        width: 700px;
        margin-top: 10px;
        padding: 20px;
        border: 1px solid black;
        /*height: 300px;*/
    }

        .centerContainer .decisionBox p {
            color: white;
            text-align: center;
        }

        .centerContainer .decisionBox .yesButton:hover, .noButton:hover, .gridButton:hover, .otherButton:hover {
            background-color: lightgrey;
        }

        .centerContainer .decisionBox .backButton {
            border: none;
            background-color: #0a314d;
            color: white;
        }


            .centerContainer .decisionBox .backButton i {
                font-size: 30px;
            }

                .centerContainer .decisionBox .backButton i:hover {
                    color: lightgray;
                }

        .centerContainer .decisionBox .yesButton {
            padding: 3px 6px;
            border-radius: 10px;
            font-size: 18px;
            font-weight: bold;
            color: black;
            width: 100px;
            cursor: pointer;
            margin-left: 160px;
        }

        .centerContainer .decisionBox .noButton {
            padding: 3px 6px;
            border-radius: 10px;
            font-size: 18px;
            font-weight: bold;
            color: black;
            width: 100px;
            cursor: pointer;
            margin-left: 150px;
        }

.infoText {
    /*background-color: papayawhip;*/
    background-color: #f2f2f2;
    border: 1px solid black;
    margin-top: 10px;
    padding: 30px;
}

.centerContainer .decisionBox .buttonGrid {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-left: 150px;
}

    .centerContainer .decisionBox .buttonGrid .gridButton {
        padding: 3px 6px;
        border-radius: 10px;
        font-size: 18px;
        font-weight: bold;
        color: black;
        width: 100px;
        cursor: pointer;
    }






.centerContainer .decisionBox .nextToEach {
    display: flex;
}

.centerContainer .decisionBox p {
    font-size: 22px;
    margin-top: -30px;
}


.centerContainer .backButton1 {
    background-color: #0a314d;
    border: 1px solid #000;
    padding: 3px 6px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 120px;
    cursor: pointer;
    box-shadow: 1px 1px 2px black;
}

    .centerContainer .backButton1:hover {
        background-color: blue;
    }

.nobullet {
    list-style-type: none;
}

.center-text {
    text-align: center;
    align-items: center;
}

.wholewidth {
    width: 100%;
    background-color: #0a314d;
    padding-top: 20px;
    margin-bottom: 0px;
}

    .wholewidth p {
        padding-left: 20px;
        padding-right: 20px;
        /*text-align: center;*/
        color: white;
    }

    .wholewidth h5 {
        padding-left: 20px;
        padding-right: 20px;
        /*text-align: center;*/
        color: white;
    }


.wholeblue {
    background-color: #0a314d;
    width: 100%;
    height: 100%;
    margin-top: -20px;
}

.redbox {
    margin: 0 auto;
    border: 1px solid red;
    width: 600px;
    position: relative;
}

    .redbox a, p {
        color: white;
    }

        .redbox a:hover {
            color: red;
        }

.centerbox {
    padding-top: 30px;
    padding-left: 100px;
    padding-bottom: 20px;
    padding-right: 80px;
}

.title {
    position: absolute;
    top: -12px;
    background: #0a314d;
    left: 250px;
    width: 100px;
    text-align: center;
}

.imgpair {
    display: block;
    background-color: var(--background);
    /*background-color: #0a314d;*/
    color:var(--foreground);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 10px;
    
    /*box-shadow: 5px 5px 5px grey;*/
    /*border: 2px solid black;*/
    
}

 /*   .imgpair:hover {
        animation: shadow .5s ease-in-out;
        box-shadow: 10px 10px 5px grey;
    }*/

@keyframes shadow {
    from {
        box-shadow: 0px 0px 5px grey;
    }

    to {
        box-shadow: 5px 5px 5px grey;
    }
}

@keyframes shadow2 {
    from {
        box-shadow: 0px 0px 5px grey;
    }

    to {
        box-shadow: 5px 5px 5px grey;
    }
}

.imgpair p {
    color: black;
}

.imgpair a {
    color: blue;
}

.imgTop {
    display: flex;
    max-width: 900px;
}

#topPair{
    max-height: 300px;
    z-index:999;
}

.expandButton {
    border: none;
    color: red;
    margin-left: 300px;
    background-color: var(--background);
}

.expandButton:hover, .expandButton:focus-visible {
    font-weight: bold;
}

.imgBottom {
    float: none;
    background-color: #0a314d;
    padding-left: 15px;
    padding-right: 0px;
    margin-bottom: 5px;
    border-radius: 5px;
    width: 350px;
    text-align: center;
    margin: 0 auto;
}

.imgBottom a {
    color: white;
}
    .imgBottom a:hover, a:active {
        color: gold;
    }

.imgLeft {
    padding-left: 35px;
    max-width: 50%;
}

    .container-body .imgpair .imgTop .imgleft h5 {
        text-align: center;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        /*background-color: #f2f2f2;*/
        color: var(--foreground);
        padding-top: 5px;
        align-content: center;
        
        justify-content: center;
        
    }

.imgRight {
    padding-left: 20px;
    /*border-left: 1px solid red;*/
    margin-left: 10px;
    max-width: 50%;
    position: relative;
    height:205px;
}

    .imgRight p {
        line-height: 1.2em;
        color:var(--foreground);
    }

    .imgRight h5 {
        color: var(--foreground);
    }

    .imgRight a {
       
        color: var(--linkblue);
    }

    .imgRight ul {
        padding-left:15px;
    }
   


.imgLeft .threestarsBig {
    width: 60px;
    height: 10px;
    border: none;
    align-content: center;
    margin:0 auto;
    justify-content: center;
    margin-bottom: 4px;

}

.imgLeft #results2 p {
    color: var(--foreground);
    font-size: 18px;
    max-width: 500px;
    justify-content: center;
    text-align: left;
    line-height: 1.2em;
    padding-left: 50px;
    
}
.imgLeft #results2 {
    line-height: 1.2em;
}

.imgLeft img {
    width: 400px;
    height: 200px;
    margin-top: 5px;
    /*border-radius: 20px;*/
    /*border: 1px solid var(--foreground);*/
}



.imgRight .threestarsBig{
    margin-bottom: 4px;
}

.imgRight #link1{
    margin-top:5px;
}

.imgRight #link2 {
    margin-top: 5px;
}

.imgRight #link3 {
    margin-top: 10px;
}
.imgRight #link4 {
    margin-top: 10px;
}
.imgRight #link5 {
    margin-top: 10px;
}


.palButton {
    /*position: absolute;
    top: 50px;
    left: 5%;*/
    width: 425px;
    border-radius: 30px;
    font-size: 20px;
    /*background-color: #0a314d;*/
    background-color: green;
    color: white;
    border: 1px solid black;
    margin: 0 auto;
    align-content: center;
    display: block;
    font-family: Arial;
}
    .palButton:hover, .palButton:active, .palButton:focus {
        background-color: #ffd700;
        color: black;
        animation: shadow .5s ease-in-out;
        box-shadow: 5px 5px 5px grey;
    }

.linkButton {
    position: relative;
    /*bottom: 0%; /*calc(100% - 40px);*/
    left: 0%;
    width: 350px;
    border-radius: 20px;
    font-size: 16px;
    background-color: #0a314d;
    /*background-color: green;*/
    color: white;
    border: 1px solid black;
    /*margin: 0 auto;*/
    margin-top: 20px;
    align-content: center;
    display: block;
    font-family: Arial;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .linkButton:hover, .linkButton:active, .linkButton:focus {
        background-color: #ffd700;
        color: black;
        animation: shadow2 .5s ease-in-out;
        box-shadow: 5px 5px 5px grey;
    }

.linkButton2 {
    position: absolute;
    bottom:  calc(100% - 30px);
    left: 5%;
    width: 350px;
    border-radius: 5px;
    font-size: 15px;
    /*background-color: #0a314d;*/
    background-color: green;
    color: white;
    border: 1px solid black;
    margin: 0 auto;
    align-content: center;
    display: block;
    font-family: Arial;
}

    .linkButton2:hover, .linkButton2:active, .linkButton2:focus {
        background-color: #ffd700;
        color: black;
        animation: shadow2 .5s ease-in-out;
        box-shadow: 5px 5px 5px grey;
    }


.step {
    /*background-color: #b3ccff;*/
    background-color: var(--background);
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
    display: inline-flex;
    gap: 20px;
   
}
    .step h5 {
        /*background-color: #b3ccff;*/
        background-color: var(--background);
        text-align: left;
        font-size: 28px;
        color: var(--foregroundBlue);
        
        
    }
    .step h6 {
        /*background-color: #b3ccff;*/
        background-color: var(--background);
        text-align: left;        
        color: var(--foregroundBlue);
        max-width: 70px;
        width: 70px;
        white-space:nowrap;
        margin-right:2px;
       
    }
    .step p {
        font-size: 20px;
        text-align:left;
        color: var(--foreground);
        padding-top:0px;
        
        
    }

    .step .shortGold{
        text-align:left;
    }
    .blockInfo {
        background-color: #0a314d;
        max-width: 720px;
        margin: 0 auto;
        padding: 20px;
    }
    .blockInfo p {
        color: white;
    }

    .blockInfo ul {
        color: white;
    }
    .blockInfo li {
        color: white;
    }
    .blockInfo a {
        color: white;
    }
        .blockInfo a:hover {
            color: #ffd700;
        }

.lastDate {
    margin: 0 auto;
    text-align:center;
}

.container-search .lastDate2{
    margin: 0 auto;
    text-align:center;
    color: white;
}

.container-head3 {
    width: 100%;
    padding: 0px 20px 0px 20px;
    display: block;
    justify-content: space-between;
    background-color: #0a314d;
    position: relative;
    height: 250px;
    margin-top: -10px;
    /*background-image: linear-gradient(to right, #404040, lightgrey);*/
}

.text-header2 {
    border-left: 1px solid #C1A783;
    padding-left: 10px;
    padding-bottom: 40px;
    margin-left: 100px;
    position: absolute;
    bottom: 0;
    top: 45%;
}
.specialExemption {
    counter-reset: list;
    margin: 8px;
    margin-left: 5em;
    font-size: 18px;
    
}

    .specialExemption > li {
        list-style: none;
        position: relative;
        max-width:550px;
        color: var(--foreground);
    }

        .specialExemption > li:before {
            counter-increment: list;
            content: "Exemption " counter(list, number) ": ";
            position: absolute;
            left: -6em;
            color: var(--foreground);
        }

.toprightImg {
    height: 372px;
    width: 60%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
    margin-right:0px;
}

.toprightImg3 {
    height: 372px;
    width: 50%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
    margin-right: 0px;
}

.toprightImg2 {
    height: 372px;
    width: 80%;
    mask-image: linear-gradient(to left, rgba(0, 0, 0, 1.0) 90%, transparent 100%);
    margin-right: 0px;
}

.listCheck {
    box-shadow: 1px 1px 1px black;
    
}
li input {
    position: absolute;
    margin-left: -30px; /* Adjust as needed */
    margin-top: 5px; /* Adjust as needed */
}

.rightLink{
    float: right;
}

.container-text2 .centerheader {
    text-align: center;
    
    
}

.container-text2 .mail{
    line-height: 1em;
}

.container-text2 .bulletLeft li{
    padding-left: 10px;
    
}

.container-text2 .bulletLeft {
    padding-left: 15px;
}


.morespace {
    padding-left: 50px;
    font-family: Calibri,Arial,sans-serif;
}

    .morespace li {
        padding-left: 10px;
        color:var(--foreground);
        
    }
    .morespace li p {
        padding:0px;
    }

.morespace2 {
    padding-left: 80px;
    font-family: Calibri,Arial,sans-serif;
}

    .morespace2 li {
        padding-left: 10px;
        color: var(--foreground);
    }

        .morespace2 li p {
            padding: 0px;
        }

.morespace3 {
    padding-left: 100px;
    font-family: Calibri,Arial,sans-serif;
}

    .morespace3 li {
        padding-left: 10px;
        color: var(--foreground);
    }

        .morespace3 li p {
            padding: 0px;
        }
.morespace4 {
    padding-left: 12px;
    font-family: Calibri,Arial,sans-serif;
}

    .morespace4 li {
        padding-left: 10px;
        color: var(--foreground);
    }

        .morespace4 li p {
            padding: 0px;
        }


.sub1 {
    position:absolute;
    top: 100%;
    width:100%;
    left:0px;
    color:black;
    overflow: visible;
}

.center {
    display: grid;
    place-items: center;
    /*/margin-left: auto;
    margin-right: auto;*/
    grid-gap: 0px;
    grid-row-gap: 0px;
    background: var(--background);
    color: var(--foreground);
}

.center h5{
    background: var(--background);
    color: var(--foreground);
}
.left {
    align-content: center;
    justify-content: center;
    text-align: left;
    
    
}

#linkTop {
    padding-right: 50px;
}

#quickLinkTop {
    border-left: 1px solid #806c00;
    max-width: 355px;
    padding-left: 0px;
    
}
    #quickLinkTop a {
        display: inline-block;
        /*margin-left: 85px;*/
    }

.container .frame {
    display: inline-flex;
    padding-top: 20px;
}
.container .frame a {
    color: white;
    padding-right: 0;
    padding-left: 20px;
    padding-top: 3px;
    font-size: 18px;
}
.frame h5{
    color: white;
}

.frame .nav-link{
    padding-top: 0;
    margin-top: -5px;
}
#footer3 {
    display: flex;
}

.top {
    float: right;
}

.headernav {
    position: relative;
}

.menu-top ul li:active > .mega-box, .menu-top ul li:hover > .mega-box {
    opacity: 1;
    visibility: visible;
}

.mega-box {
    position: absolute;
    top: 30%;
    background: #0a314d;
    width: 100%;
    left: 0px;
    z-index: 999;
    height: 800px;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    color: black;
    float: left;
    /*border: 1px solid black;*/
    /*overflow-y: auto;*/
    overflow: auto;
    padding-top:-50px;
}

.mega-box:focus{
    opacity:0;
    visibility: hidden;
}

#aboutMega {
    height: 600px;
}

.mega-box .contentMega {
    /*padding: 25px 20px;*/
    padding-left:25px;
    display: flex;
    width: 100%;
    
    /*justify-content: space-between;*/
}

.contentMega .row {
    line-height: 35px;
    display: block;
    /*border: 1px solid black;*/
    width:100%;
    margin: 0px;
}

.mega-box .contentMega .row hr {
    border-top: 1px solid white;
}

.mega-box .contentMega .row .mega-links {
    list-style-type: none;
}

.mega-box .contentMega .row .mega-links li a {
    color: white;
    font-size: 30px;
}

.contentMega #bureausHeaderBig {
    width: 400px;
}

.contentMega .rowbox {
    line-height: 35px;
    display: block;
    border: 1px solid black;
    width: 300px;
    height: 500px;
    margin: 0;
    position: relative;
}
#country-search {
    padding-left: 30px; /* Add space for the icon */
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 30px;
    width: 100%;
   
    
}

#search1 {
    position: absolute;
    left: -40px; /* Adjust the position of the icon */
    top: 25px;
    transform: translateY(-70%);
}

.contentMega .rowhead {
    line-height: 45px;
}

.contentMega .row header{
    color: black;
    font-size: 20px;
    font-weight: bold;
}


.contentMega .list-group-item{
    background-color: white;
    margin-top: 0px;
    
}

    .contentMega .list-group-item a {
        background-color: white;
        font-size: 17px;
        color: black;
        margin-top:0px;
    }
        .contentMega .list-group-item a:hover {
            background-color: white;
            font-size: 17px;
            font-weight: bold;
        }

.contentMega .list-group {
    margin-top: 60px;
    height:350px;
    overflow:auto;
}
.menu-bar ul li .mega-box .contentMega .row .mega-links {
    width: 100%;
}

    .menu-bar ul li .mega-box .contentMega .row .mega-links li {
        padding: 0;
        display: block;
        /*border: 1px solid black;*/
        margin: 0;
        width: 300px;
        
    }

    .menu-bar ul li .mega-box .contentMega .row .mega-links li a {
        /*padding: 0 20px;*/
        color: black;
        font-size: 17px;
        display:block;
        /*max-width: 100%;*/
        padding:0;
        
        
    }


ul li:hover .mega-links li:hover i,
ul li:focus .mega-links li:focus i {
    transform: rotate(0deg);
}

.menu-bar ul li .mega-box .contentMega .container-bureaus   {
    border-left: 1px solid black;
    display: block;
}

    .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links {
        display: block;
        /*border: 1px solid black;*/
        margin: 0px;
        position: relative;
        height: 400px;
        width: 300px;
    }

        .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li {
            width: 300px;
            /*border: 1px solid black;*/
            margin: 0px;
            
        }

            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li:hover .mega-links {
                visibility: visible;
                opacity: 1;
            }

            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li:active .mega-links {
                visibility: visible;
                opacity: 1;
            }
            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li:focus .mega-links {
                visibility: visible;
                opacity: 1;
            }
            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li .mega-links {
                position: absolute;
                left: 100%;
                top: 0;
                visibility: hidden;
                opacity: 0;
                max-height: 400px;
                overflow-y: auto;
                border-left: 1px solid black;
                width: 500px;
            }

                .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li .mega-links li {
                    
                    width: 400px;
                    
                }
            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li .mega-links .nav__bureaus-offices-internal-item {
                    padding:0;
                    padding-left: 30px;
                    width: 400px;
                    margin:0;
                }
                .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li .mega-links .nav__bureaus-offices-internal-item a {
                    padding:0;
                    margin: 0;
                    margin-bottom: 5px;
                }



.menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li a:hover {
    font-weight: bold;
}

            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li a {
                /*padding: 0 20px;*/
                color: black;
                font-size: 17px;
                display: flex;
                width: 100%;
                padding: 0;
                padding-left: 10px;
                justify-content: space-between;
                padding-right: 10px;
            }

            .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li i {
                /*padding: 0 20px;*/
                float: right;
                padding-top: 6px;
                
            }

    .menu-bar ul li .mega-box .contentMega .container-bureaus .mega-links li a:hover {
        font-weight: bold;
    }

            .menu-bar ul li .mega-box .contentMega .row .mega-links li a:hover {
                font-weight: bold;
            }
           

#policyHeader {
    font-size: 40px;
    width: 300px;
    padding-left: 25px;
}

#aboutHeader {
    font-size: 40px;
    width: 300px;
    padding-left: 25px;
}

#countriesHeader {
    font-size: 40px;
    width: 300px;
    padding-left: 25px;
}

#bureausHeader {
    font-size: 40px;
    width: 400px;
    padding-left: 20px;
}

#narrowbr {
    
    line-height: 20px;
}

#quickLinkTop a {
    
    margin-bottom: 5px;
}
.usa-banner .usa-banner__inner {
    margin-left: 30px;
    
}

.usa-banner #gov-banner-default {
    margin-left: 30px;
    
}

.usa-banner p {
    color: black;
}
.usa-banner i {
    color: black;
}

.usa-banner .usa-banner__content img {
    width: 50px;
    height: 50px;
}




.usa-banner .usa-banner__inner img {
    width: 20px;
    height: 12px;
}

input[type="text"]:focus {
    outline: none;
}

input:not([disabled]):focus,
label:not([disabled]):focus,
select:not([disabled]):focus,
textarea:not([disabled]):focus,
button:not([disabled]):focus {
    outline: none;
    
}

iframe:focus,
[href]:focus,
[contentEditable=true]:focus {
    outline:none;
}

.dark-mode-toggle:not([disabled]):focus-visible {
    outline: 2px solid #2491ff;
}
.font-mode-toggle:not([disabled]):focus-visible {
    outline: 2px solid #2491ff;
}

[tabindex]:focus-visible, [href]:focus-visible, .button-top-Search:not([disabled]):focus-visible {
    outline: 2px solid #2491ff;
}
label:not([disabled]):focus-visible {
    outline: 2px solid #2491ff;
}

.usa-accordion__button:not([disabled]):focus-visible {
    outline: 2px solid #2491ff;
}


.container2 {
    background-color: #f2f2f2;
    align-content: center;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 720px;
}

    .container2 h5 {
        margin: 0 auto;
        
        max-width: 720px;
        text-align: center;
    }

    .container2 table, .container2 th, .container2 td {
        border: none;
    }

.gsc-above-wrapper-area{
    border:none;
}
.gsc-control-cse {
    /*background-color: var(--background) !important;
    color: var(--foreground) !important;*/
}

    

.usa-banner__content{
   
}


input[type="checkbox"]:focus-visible {
    /* Your styling rules here */
    outline: 2px solid #2491ff;
}

.super-top ul li a:hover {
    font-weight: bold;
}

.super-top .frame a:hover {
    font-size: 15px;
}

.frame a:hover {
    font-size:20px;
}

#footer1 li a:hover {
    font-weight: bold;
    letter-spacing: -0.033em;
}
#footer2 li a:hover {
    font-weight: bold;
}

#collect{
    width: 300px;
}

#btnFOIASearch {
    font-size: 18px;
    margin-left: 40px;
}

.NavButton{
    padding-left:5px;
    padding-right:5px;
    padding-top:0px;
    padding-bottom:0px;
}

#btnFOIASearch2 {
    font-size: 18px;
    margin-left:35px;
}

.row{
    margin-top:20px;
}

#txtFOIASearch {
    border-radius: 10px;
    border: 2px solid seashell;
    width: 635px;
    margin-bottom: 10px;
    margin-left: 10px;
    text-indent: 10px
}
#txtDocDateFrom, #txtDocDateTo, #txtDatePostedTo, #txtDatePostedFrom {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom: 2px solid seashell;
    border-left: 2px solid seashell;
    border-top: 2px solid seashell;
    border-right: none;
    width: 250px;
    text-indent: 10px;
}

#txtFrom, #txtTo {
    border-radius: 10px;
    border: 2px solid seashell;
    width: 286px;
    text-indent: 10px;
}



    #txtFOIASearch::placeholder,#txtDocDateTo::placeholder, #txtDocDateFrom::placeholder, #txtDatePostedTo::placeholder, #txtDatePostedFrom::placeholder, #txtFrom::placeholder,
    #txtTo::placeholder, #txtExclude::placeholder {
        color: grey;
        padding-left: 10px;
    }

#txtCaseNumber, #txtExclude {
    border-radius: 10px;
    border: 2px solid seashell;
    text-indent: 10px;
    width: 635px;
}

.PageBox{
    border-radius: 5px;
    border: 1px solid seashell;
}

#lblPages, #lblPagesTop {
    color: seashell;
}



.ui-datepicker-trigger {
    background: #0a314d;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom: 2px outset seashell;
    border-right: 2px outset seashell;
    border-top: 2px outset seashell;
    border-left: none;
}

.linkcolor {
    color:blue;
    text-decoration:underline;
}
.controls{
    padding-right:10px;
    padding-top: 5px;
    background-color: #99BCE8;
    width:100%;
    display:inline-flex;
    justify-content:space-between;
    border:2px solid silver;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-top:5px;
}

.controls label{
    padding-top:7px;
}
.searchgroup span {
    left: -5px;
    position: absolute;
    padding: 5px;
    top: -35px;
    z-index: 0;
    font-size: 20px;
    /*background: #f2f2f2;*/
}

.searchgroup #lblSearch {
    left: 5px;
    position: absolute;
    padding: 5px;
    top: -35px;
    z-index: 0;
    font-size: 20px;
}

.searchgroup {
    position: relative;
}

.lblCheck{
    margin-bottom:0px;
    margin-left: 5px;
    cursor: pointer;
}

.container-search {
    /* margin-left: 0px;*/
    margin: 0 auto;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
    justify-content: center;
    align-content: center;
    /*color: white;*/
    /*color: #ffff66;*/
    color: seashell;
    /*background-color: black;*/
    background-color: #0a314d;
    position: relative;
    
}

    .container-search h3, h5, p, a {
        font-family: Calibri,Arial,sans-serif;
    }

    .container-search p {
        /*margin-left: 380px;*/
        /*margin: 0 auto;
        max-width: 720px;*/
        color: black;
        padding-bottom: 12px;
        line-height: 1.2em;
    }

    .container-search ul {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        color: black;
        padding-bottom: 12px;
        list-style-type: square;
    }

    .container-search li {
        /*margin-left: 380px;*/
        margin: 0 auto;
        max-width: 720px;
        color: black;
    }




    .container-search h5 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        background-color: #0a314d;
        /*background-color: black;*/
        color: #ebebeb;
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-search h2 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: #f2f2f2;
        color: black;
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-search h3 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: #f2f2f2;
        color: black;
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-search h4 {
        margin: 0 auto;
        max-width: 720px;
        text-align: left;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: #f2f2f2;
        color: black;
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-search h1 {
        margin: 0 auto;
        max-width: 720px;
        text-align: center;
        padding-bottom: 5px;
        /*background-color: #0a314d;*/
        background-color: black;
        color: #ffff66;
        padding-top: 5px;
        justify-content: center;
        align-content: center;
    }

    .container-search .nostyle {
        list-style: none;
        margin-top: 0;
    }

    .container-search ul.LinkList {
        padding-left: 50px;
        list-style-type: none;
    }



    .container-search a {
        /*text-align: center;
        justify-content: center;
        align-content: center;*/
        color: blue;
    }

        .container-search a:hover {
            color: red;
        }

    .container-search .form {
        max-width: 720px;
        margin: 0 auto;
        background-color: #0a314d;        
        /*border: 1px solid black;*/
        border-radius: 5px;
        padding: 0px 20px 20px 20px;
    }

        .container-search .form label {
            /*color: #ffff66;*/
            color: seashell;
        }

    .container-search .InfoMessage {
        max-width: 720px;
        margin: 0 auto;
    }

    .container-search hr {
        max-width: 720px;
        border-top: 1px solid blue;
        margin: 0 auto;
    }

#searchOptions {
    background-color: #0a314d;
    
}

    #searchOptions .answer {
        background-color: #0a314d;
        
    }

#searchResultsContent {
    max-width: 720px;
    overflow-x: auto;
}


#resultsPanel {
    background-color: #0a314d;
    margin-bottom: 0px;
    
}

.row .controls label{
    color: black;
}

.ResultsArea{
    color:seashell;
}

#resultsPanel b {
    color: seashell;
}
    

    #resultsPanel .InfoMessage {
        background-color: #0a314d;
        color: seashell;
        border: none;
    }

    #resultsPanel .Header {
        background-color: #0a314d;
        color: seashell;
    }

        #resultsPanel ul li{
            background-color: #0a314d;
            color: seashell;
        }

        #resultsPanel p {
            background-color: #0a314d;
            color: seashell;
        }

        #resultsPanel ul li a {
            
            color: #007BFF;
            text-decoration: underline;
        }
            #resultsPanel .InfoMessage ul li a:hover {
                color: red;
            }



#tblResults {
    max-width: 720px;
    overflow-x: auto;
    background-color: #f2f2f2;
    width: 100%;
    border-bottom-left-radius:10px;
    border-bottom-right-radius:10px;
    border-collapse: separate;
    border-spacing: 1px;
}

    #tblResults td {
        text-align: left;
        vertical-align: middle;
        padding: 5px;
        min-width: 20px;
    }
    #tblResults th {
        text-decoration: none;
    }
        #tblResults td:nth-child(1){
            text-align: center;
        }

        #tblResults tr:last-child td:first-child {
            border-bottom-left-radius: 10px;
        }

    #tblResults tr td {
        
        border: 1px solid silver;
    }

    #tblResults tr:last-child td:last-child {
        border-bottom-right-radius: 10px;
    }
        .container-search #searchOptions1 p {
            text-align: left;
        }

.container-search #searchOptions1 a {
    align-items: normal;
    /*color: #ffff66;*/
    color: seashell;
}

.container-search #searchOptions1 i {
    
    /*color: #ffff66;*/
    color: seashell;
    margin-left:20px;
}

#collection1 {
    max-height: 200px;
    position: relative;
    overflow-y: hidden;
   
}
#collection1 li {
    color:var(--foreground);
}

#collection2 {
    max-height: 210px;
    position: relative;
    overflow-y: hidden;
}
#collection2 li {
    color: var(--foreground);
}

#collection3 {
    max-height: 260px;
    position: relative;
    overflow-y: hidden;
}
#collection3 li {
    color: var(--foreground);
}
#collection4 {
    max-height: 200px;
    position: relative;
    overflow-y: hidden;
}
#collection4 li {
    color: var(--foreground);
}

.expandButton2 {
    border: none;
    color: red;
    float: right;
    margin: 0 auto;
    background-color: var(--background);
}

    .expandButton2:hover, .expandButton2:focus-visible {
        font-weight: bold;
    }
.toggle-container {
    width: 30px; /* or any width you prefer */
    height: 80px; /* or any height you prefer */
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    z-index: 1000; /* just for visibility */
    display: block;
    border: none;
    
}


.font-mode-toggle {
    position: relative;
    z-index: 100;
    top: 10px;
    /*right: 1em;*/
    color: var(--foreground);
    border: 2px solid currentcolor;
    padding: 0px 4px 0px 4px;
    background: var(--background);
    cursor: pointer;
    border-bottom-right-radius: 5px;
    width: 30px;
    height: 30px;
    margin-top: 0;
    border-top:none;
}

    .font-mode-toggle:hover {
        background: #00BFFF;
    }

.dark-mode-toggle {
    position: relative;
    z-index: 100;
    top: 10px;
    /*right: 1em;*/
    color: var(--foreground);
    border: 2px solid currentcolor;
    padding: 0px 4px 0px 4px;
    background: var(--background);
    cursor: pointer;
    border-top-right-radius: 5px;
    width: 30px;
    height: 30px;
    margin-top: 0;
}

    .dark-mode-toggle:hover {
        background: #00BFFF;
    }


.toggle-text {
    position: absolute;
    display: none;
    font-size: 12px;
    top: 20%;
    left: 180%;
    color: var(--foreground);
    font-weight: bold;
    width: 130px;
    text-align: left;
    border: 2px solid #00BFFF;
    background: var(--background);
    padding-left: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

        .toggle-text::before {
            content: '';
            position: absolute;
            top: -2px;
            left: -10%;
            width: 0;
            height: 0;
            border-top: 11px solid transparent;
            border-bottom: 11px solid transparent;
            border-right: 11px solid #00BFFF;
        }

    


.dark-mode-toggle:hover span {
   display:block;
}

.font-mode-toggle:hover span {
    display: block;
}

.lLabel{
    font-size:20px;
}

#lbl1, #lbl2, #lbl3, #lbl4, #lbl5, #lbl6, #lbl7, #lbl8 {
    color: white;
}

    #lbl1, #lbl2,#lbl3, #lbl4, #lbl5, #lbl6 {
        font-size: 16px;
    }



@media(max-width:1200px) {
    .menu-bar .super-top {
            display: flex;
            justify-content: space-between;
            padding-top: 0;
            max-height: 30px;
            max-width: 780px;
            padding-left: 0px;
            margin-left: -50px;
        }

        .container-text2 .container-quick {
            padding-left: 5px;
            left: 86%;
        }

        .container-head2 > #WarningBanner {
            position: absolute;
            left: 60%;
        }

        .container-head3 > #WarningBanner {
            position: absolute;
            left: 60%;
        }

        .container-head > #WarningBanner {
            position: absolute;
            left: 60%;
            top: 40%;
            z-index: 10000;
        }

        .container-head2 > #bannerRight {
            left: 60%;
        }

            .container-head2 > #bannerRight .headh2 {
                font-size: 25px;
            }

        .menu-top {
            padding-left: 500px;nav 
        }
    }

    @media(max-width:1200px) {
        #footer1 {
            display: block;
        }

        .stateText {
            margin-top: 0;
        }

        #whiteHouseLink {
            margin-top: 0;
        }

        #usaLink {
            margin-top: 0;
        }

        #archiveLink {
            margin-top: 0;
        }

        #contactLink {
            margin-top: 0;
        }

        #oigLink {
            max-width: 180px;
            text-align: center;
            margin: 0 auto;
            margin-top: 0;
        }

        .container .frame {
            display: block;
            padding-top: 20px;
            margin: 0 auto;
            max-width: 760px;
        }

            .container .frame h5 {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
                margin-bottom: 10px;
            }

            .container .frame a {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }

            .container .frame .brand-center {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }
    }


    @media(max-width:1100px) {
        .container-text2 .container-quick {
            padding-left: 5px;
            /*left: 88%;*/
        }

        #footer1 {
            display: block;
        }

        .stateText {
            margin-top: 0;
        }

        #whiteHouseLink {
            margin-top: 0;
        }

        #usaLink {
            margin-top: 0;
        }

        #archiveLink {
            margin-top: 0;
        }

        #contactLink {
            margin-top: 0;
        }

        #oigLink {
            max-width: 180px;
            text-align: center;
            margin: 0 auto;
            margin-top: 0;
        }

        .container .frame {
            display: block;
            padding-top: 20px;
            margin: 0 auto;
            max-width: 760px;
        }

            .container .frame h5 {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
                margin-bottom: 10px;
            }

            .container .frame a {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }

            .container .frame .brand-center {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }
    }


    @media(max-width:1052px) {

        #footer1{
            display:block;
        }

        .stateText {
           margin-top: 0;
        }
              
        #whiteHouseLink {
            margin-top: 0;
        }

        #usaLink {
            margin-top: 0;
        }

        #archiveLink {
            margin-top: 0;
        }

        #contactLink {
            margin-top: 0;
        }

        #oigLink {
            max-width: 180px;
            text-align: center;
            margin: 0 auto;
            margin-top: 0;
        }

        .container .frame {
            display: block;
            padding-top: 20px;
            margin: 0 auto;
            max-width: 760px;
        }

            .container .frame h5 {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
                margin-bottom: 10px;
            }

            .container .frame a {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }

            .container .frame .brand-center {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }


        .menu-bar .super-top {
            display: flex;
            justify-content: space-between;
            padding-top: 0;
            max-height: 30px;
            max-width: 780px;
            padding-left: 0px;
            margin-left: -100px;
        }

        .container-text2 .container-quick {
            position: inherit;
            left: 0px;
            border-left: none;
            margin-bottom: 100px;
            max-width:760px;
            margin: 0 auto;
        }

        .container-head2 > #WarningBanner {
            position: absolute;
            left: 55%;
        }

        .container-head > #WarningBanner {
            position: absolute;
            left: 55%;
        }

        .container-head3 > #WarningBanner {
            position: absolute;
            left: 55%;
        }

        .container-head2 > #bannerRight {
            left: 55%;
        }

            .container-head2 > #bannerRight .headh2 {
                font-size: 25px;
            }

        .menu-top {
            padding-left: 400px;
        }
    }

    @media(max-width:760px) {

        .container-head4 #docpress {
            visibility: hidden;
        }

        #txtDocDateFrom, #txtDocDateTo, #txtDatePostedTo, #txtDatePostedFrom {
            margin-top: 10px;
        }
        .imgLeft{
            display:none;
        }
        #leftTop{
            display:block;
        }
        #txtFrom, #txtTo {
            margin-top: 10px;
        }
       
        #tblResults td {
            word-wrap: break-word;
        }

        #tblResults {
            min-width: 100px;
        }

        .container-text2 #navgrid {
            display: grid;
            grid-template-columns: repeat(5,1fr);
            
        }
       
        #txtCaseNumber {
            width: 350px;
        }

        #lbl1, #lbl2, #lbl3, #lbl4, #lbl5, #lbl6 {
            visibility: hidden;
        }

        #searchResultsContent table td {
            word-wrap: break-word;
        }

        .search-form button {
            color: black;
        }

        .controls .row label {
            padding-top: 0px;
        }

        .controls label {
            padding-top: 40px;
        }

        .search-form input {
            color: white;
        }

        .search-form:hover > input,
        .search-form:focus > input {
            width: 400px;
            padding: 8px 15px;
            background: transparent;
        }

        .search-form input:focus {
            width: 400px;
            padding: 8px 15px;
            background: transparent;
        }

        .search-form {
            background: transparent
        }


        .container-text2 .container-quick {
            position: inherit;
            left: 0px;
            border-left: none;
            margin-bottom: 100px;
        }

        .container-head2 > #bannerRight {
            left: 0%;
            float: left;
        }

            .container-head2 > #bannerRight .headh2 {
                font-size: 20px;
                padding-left: 10px;
            }

        .container-head5 > #bannerRight {
            left: 1%;
            float: left;
        }

            .container-head5 > #bannerRight .headh2 {
                /*font-size: 20px;*/
                padding-left: 20px;
                text-align: left;
            }

        .container-head4 .toprightImg {
            width: 30%;
        }

        .container-head6 .toprightImg {
            width: 30%;
        }
                
        .hamburger {
            display: grid;
            padding-left: 10px;
            
        }

        .state-logo {
            display: none;
        }

        .container-body .imgTop {
            display: block;
            max-width: 900px;
            /*overflow-y: auto;*/
        }

        .container-body #topPair {
            margin-bottom: 300px;
        }

        .container-body .imgTop > .imgRight {
            max-width: 100%;
        }

        .container-body .imgTop > .imgLeft {
            max-width: 100%;
            overflow-y: auto;
        }

        .container-body .imgTop > #quickLinkTop {
            border-left: none;
            max-width: 100%;
            padding-left: 20px;
        }





        .container-head > #WarningBanner {
            position: absolute;
            left: 10%;
        }

        .container-head2 > #WarningBanner {
            position: absolute;
            left: 10%;
        }

        .container-head3 > #WarningBanner {
            position: absolute;
            left: 10%;
        }

        .container-head > #HeaderText {
            position: absolute;
            left: 5%;
            top: 50px;
        }

        .container-head > #HeaderText2 {
            position: absolute;
            left: 5%;
            top: 120px;
        }

        .menu-bar {
            height: 200px;
        }

            .menu-bar .super-top {
                visibility: hidden;
                opacity: 0;
            }

        .menu-top .super-top {
            display: grid;
            /*transform: translateY(-200%);
    z-index: 2;*/
            /*transition: .6s;*/
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
        }


        .super-top .frame {
            display: grid;
            transform: translateY(-200%);
            z-index: 2;
            /*transition: .6s;*/
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
        }



        .menu-top {
            display: block;
            position: absolute;
            background: #0a314d;
            left: 0;
            top: 100px;
            width: 100%;
            height: 100%;
            transform: translateY(-500%);
            z-index: 2;
            /*transition: .6s;*/
            overflow: hidden;
            visibility: hidden;
            opacity: 0;
        }

        #footer1 {
            display: block;
        }

        .stateText {
            margin-top: 0;
        }

        #whiteHouseLink {
            margin-top: 0;
        }

        #usaLink {
            margin-top: 0;
        }

        #archiveLink {
            margin-top: 0;
        }

        #contactLink {
            margin-top: 0;
        }

        #oigLink {
            max-width: 180px;
            text-align: center;
            margin: 0 auto;
            margin-top: 0;
        }

        .container .frame {
            display: block;
            padding-top: 20px;
            margin: 0 auto;
            max-width: 760px;
        }
            .container .frame h5 {
                margin: 0 auto;
                max-width: 720px;
                text-align:center;
                margin-bottom: 10px;
            }
            .container .frame a {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }
            .container .frame .brand-center {
                margin: 0 auto;
                max-width: 720px;
                text-align: center;
            }







        .FOIASubHeader {
            display: none;
        }

        .menu-bar ul {
            display: block;
            color: black;
        }

        .menu-bar {
            background: #0a314d;
            margin-top: 45px;
        }

        .container-sub-top {
            display: grid;
            grid-template-columns: repeat(1, 1fr); /* Creates two equally sized columns */
            grid-gap: 10px; /* Adds spacing between grid items */
        }

            .container-sub-top ul li {
                width: 100%;
            }



                .container-sub-top ul li ul {
                    position: inherit;
                    padding-left: 20px;
                    /*border-left: 1px solid black;*/
                }

        .text-header2 {
            border-left: 1px solid #C1A783;
            padding-left: 10px;
            padding-bottom: 40px;
            margin-left: 10px;
            position: absolute;
            top: 30%;
        }
        /*
.hover-me:hover ul {
    position: absolute;
    display: block;
    margin-top: -39px;
    margin-left: 40px;
    background-color: #0a314d;
    width: 80px;
    z-index: 2;
}*/





    }
