﻿@charset "UTF-8";

body, ul, li, p, td {
    font-family: Arial, Helvetica, sans-serif, Verdana;
    overflow-wrap: break-word;
    font-size: small;
    /*overflow: hidden;*/
}

a.blueboldtextLink:visited, a.blueboldtextLink:active, a.blueboldtextLink:link, a.blueboldtextLink:hover {
    color: #005EA2;
    font-weight: bold;
    text-decoration-line: none;
}

.blueboldtext {
    color: #005EA2;
    font-weight: bold;
    text-decoration-line: none;
}
.bluetext {
    color: #005EA2;
}

.bluelargertext {
    color: #005EA2;
    font-size:larger;
}

.alert {
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: small;
    background-color: #FFCC33;
    color: #000000;
}

.mainmenubtnStandAlone {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    padding-top: 22px;
    font-size: 16px;
}

    .mainmenubtnStandAlone a, .mainmenubtnStandAlone a:visited {
        color: white;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

.mainmenubtn {
    background-color: transparent;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    padding-top: 20px;
}

.dropdown {
    position: absolute;
    display: inline-block;
    font-size: 16px;
    padding: 20px;
}

.dropdown-child {
    display: none;
    background-color: lightgray;
    min-width: 200px;
    font-size: 16px;
}

    .dropdown-child a {
        color: black;
        padding: 20px;
        text-decoration: none;
        display: block;
        font-size: 16px;
    }

.dropdown:hover .dropdown-child {
    display: block;
    font-size: 16px;
}

.navddlstylecom {
    background-color: transparent;
    color: white;
    border: 0px;
    outline: 0px;
}

.leftnav-list2 {
    list-style: none;
}

.itemleftnav2 {
    /*display:block;*/
        line-height: 20px;
    text-decoration: none;
    text-wrap: none;
    padding: 5px 30px 5px 0px; /* top right bottom left */
    white-space: nowrap;
    }
.leftnav-list3 {
    list-style: none;
    margin-left:15px;
}

.itemleftnav3 {
    /*display:block;*/text-decoration: none;
    text-wrap: none;
    white-space: nowrap;
}

#containerStackForMobile {
    width: 100%;
    overflow: hidden;
}

#oneStack {
    
    width: 33.3%;
}

#twoStack {
   
    width: 33.3%;
}

#threeStack {
    
    width: 33.4%;
}

* {
    box-sizing: border-box;
}

.scroll {    
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .scroll::-webkit-scrollbar {
        display: none;
    }

div {
    word-wrap: break-word;
    font-family: Arial, Helvetica, sans-serif, Verdana;
    font-size: small;
}

a.bodylinkblue:visited {
    color: #0000EE;
}

a.bodylinkblue:active {
    color: #0000EE;
}

a.bodylinkblue:link {
    color: #0000EE;
}

a.bodylinkblue:hover {
    color: #0000EE;
}

.specialPadding {
    padding: 20px 20px 20px 20px; /* top right bottom left */
}
.specialLinkColorPadding:visited {
    color: #66CCFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.specialLinkColorPadding:active {
    color: #66CCFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.specialLinkColorPadding:link {
    color: #66CCFF;
    padding-top: 5px;
    padding-bottom: 5px;
}
.specialLinkColorPadding:hover {
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.box {
    display: table-cell;
}

.boxes {
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}

/* Container for flexboxes */
.section {
    /*display: table-cell;*/ /*for older ie versions*/
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-wrap: break-word;
    width: 100%;
}

div > ul {
    padding: 0px 0px 0px 10px; /* top right bottom left */
    margin: 0px 0px 0px 10px; /* top right bottom left */
}


.head2 {
    font-size: 55px;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 0px 0px 0px 0px; /* top right bottom left */
    font-weight: bold;
    vertical-align: middle;
}

.head1 {
    font-size: 20px;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 0px 0px 0px 0px; /* top right bottom left */
    font-weight: normal;
    vertical-align: middle;
}

/* Style the header */
.header {
    background-color: #2C4E72;
    padding: 30px;
    text-align: center;
    font-size: 35px;
    color: white;
}

.bluebar {
    background-color: #B8C4DA;
    color: black;
    font-weight: bold;
    padding: 3px 0px 3px 10px; /* top right bottom left */
    width:100%;
}

.orangeHeader {
    color: #3A4D6F;
    font-size:large;
    font-weight: bold;
}

.flex-containertopnav {
    /*display: table-cell;*/ /*for older ie versions*/
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
}

    .flex-containertopnav > div {
        margin: 0px;
        padding: 20px 0px 20px 0px; /* top right bottom left */
    }

.imgLogo {
    margin: auto; /* top right bottom left */
    width: 90px;
    height: auto;
    padding: 0px 0px 0px 20px; /* top right bottom left */
    float: left;
    clear: both;
}



/* Style the content */
.article {
    background-color: #f1f1f1;
    background-image: url(images/imagesResponsive/logo.png);
    background-repeat: no-repeat;
    background-position-x: center;
}

.article2 {
    background-color: #F5F5F5;
}


.imgBanner {
    margin: auto;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
}

.alertwhite {
    font-size: 14px;
    color: darkred;
    background-color: white;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 3px 3px 3px 3px; /* top right bottom left */
    text-align: right;
}

.alertfl {
    color: white;
    background-color: darkred;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 3px 3px 3px 3px; /* top right bottom left */
    text-align: right;
    font-size: small;
}

.alertflDetails {
    height: 50px;
    overflow: auto;
}

.visitorInfo {
    color: black;
    margin: 0px 0px 0px 0px; /* top right bottom left */
    padding: 3px 3px 3px 3px; /* top right bottom left */
    text-align: right;
    font-size: small;
}

.footer {
    /*align-items: stretch;*/
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #2C4E72;
    padding: 5px;
    text-align: center;
    color: white;
}

.navigation {
    height: 70px;
    background: #2C4E72;
    padding-left: 20px;
    /*overflow: visible;*/
    float: left;
    /*background: #262626;*/
    display: block;
    background-color: #2C4E72;
    color: #2C4E72;
    width: 100%;
}

.navigation6 {
    height: 90px;
    background: #2C4E72;
    padding-left: 20px;    
    background-color: #2C4E72;
    color: #2C4E72;
    width: 100%;
}

.brand {
    position: absolute;
    padding-left: 20px;
    text-transform: uppercase;
    /*font-size: 1.4em;*/
}

    .brand a,
    .brand a:visited {
        color: #ffffff;
        text-decoration: none;
    }

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
    float: left;
}

nav {
    float: left;
    /*-webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    max-height: 300px;*/
}

    nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        nav ul li {
            float: left;
            position: relative;
            font-size: 16px;
        }

            nav ul li a,
            nav ul li a:visited {
                display: block;
                padding: 0 20px;
                line-height: 70px;
                background: #2C4E72;
                color: #ffffff;
                text-decoration: none;
            }

                nav ul li a:hover,
                nav ul li a:visited:hover {
                    background: #DDDDDD;
                    color: #000000;
                }

                nav ul li a:not(:only-child):after,
                nav ul li a:visited:not(:only-child):after {
                    padding-left: 4px;
                    content: ' ▾';
                }

            nav ul li ul li {
                min-width: 190px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

leftnav ul {
    list-style: none;
    /*margin: 0;
    padding: 0;*/
}

    leftnav ul li {
        /*float: left;*/
        position: relative;
        /*font-size: 16px;*/
        text-wrap: none;
    }

        leftnav ul li a,
        leftnav ul li a:visited {
            display: block;
            /*padding: 0 20px;*/
            /*line-height: 70px;
            background: #2C4E72;
            color: #ffffff;*/
            text-decoration: none;
        }

            leftnav ul li a:hover,
            leftnav ul li a:visited:hover {
                background: #DDDDDD;
                color: #000000;
            }

            leftnav ul li a:not(:only-child):after,
            leftnav ul li a:visited:not(:only-child):after {
                /*padding-left: 4px;*/
                content: ' ▾';
            }

        leftnav ul li ul li {
            /*min-width: 190px;*/
            text-wrap: none;
        }

            leftnav ul li ul li a {
                /*padding: 15px;
                line-height: 20px;*/
            }

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    /*background-color: #2C4E72;*/
}

.leftnav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    line-height: 30px;
    padding-right: 15px;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15); /* top right bottom left */
    background-color: #FFFFE1;
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: #2C4E72;
    height: 20px;
    width: 20px;
}

@media screen and (min-width: 0px) and (max-width: 850px) and (min-height: 0px) {
    body, ul, li, p, td {
        font-family: Arial, Helvetica, sans-serif, Verdana;
        overflow-wrap: break-word;
        font-size: small;
        /*overflow: hidden;*/
    }

    .txtar {
        width: 200px;
        height: 200px;
    }

    #oneStack, #twoStack, #threeStack {
        display: block;
        float: none;
        width: 100%;
    }

    /*#container {
        width: 100%;
        overflow: hidden;
    }

    #one {
        width: 50%;
        float: left;
    }

    #two {
        width: 50%;
        float: right;
    }*/

    .alertflDetails {
        height: 50px;
        overflow: auto;
    }
    
    .specialIntroMenu {
        display: block;
        visibility: visible;
        background-color: #2C4E72;
    }

    .navigation {
        height: 30px;
        display: block;
    }

    .fullMenu98 {
        display: block;
        text-wrap: normal;
        visibility: visible;
        padding: 0px 0px 0px 0px; /* top right bottom left */
    }

    .fullMenu {
        display: block;
        visibility: visible;
        padding: 0px 0px 0px 0px; /* top right bottom left */
    }

    .topOnlyMenu {
        display: none;
        visibility: hidden;
    }

    .itemDivider {
        background-color: #2C4E72;
        color: aliceblue;
        background-image: url(images/imagesResponsive/dividerResponsive.jpg);
        background-repeat:repeat-x;
    }
    .itemColor {
        background-color: #2C4E72;
        color: aliceblue;
    }

    .nav-mobile {
        display: block;
    }

    .brand {
        left: 10px;
        text-transform: uppercase;
        /*font-size: 1.4em;*/
    }

    .nav-list {
        margin: 10px 0px 0px 50px; /* top right bottom left */       
    }
    /*.nav-dropdown {
        background-color: #FFFFE1;
        color: #FFFFE1;
    }*/

    /* show it on small screens */
    .forBigScreens {
        display: none;
    }

    .leftnav-list {
        display: none;
        visibility: hidden;
    }

    .leftnav-list2 {
        display: none;
        visibility: hidden;
    }

    .head2 {
        font-size: 16px;
        margin: 0px 0px 0px 5px; /* top right bottom left */
        padding: 0px 0px 0px 0px; /* top right bottom left */
        font-weight: bold;
        vertical-align: middle;
    }

    .head1 {
        font-size: 14px;
        margin: 0px 0px 0px 5px; /* top right bottom left */
        padding: 0px 0px 0px 0px; /* top right bottom left */
        font-weight: normal;
        vertical-align: middle;
    }

    .footer {
        /*align-items: stretch;*/
        background-color: #2C4E72;
        padding: 5px;
        text-align: center;
        color: white;
    }

    .imgLogo {
        width: auto !important; /*override the width below*/
        margin: 0px 0px 0px 0px; /* top right bottom left */
        width: 50%;
        max-width: 45px;
        height: auto;
        padding: 0px 0px 0px 0px; /* top right bottom left */
        float: left;
        clear: both;
    }

    .imgCountyMap {
        max-width: 200px;
        height: auto;
        clear: both;
    }
    .imgsampleque {
        max-width: 90px;
        height: auto;
        clear: both;
    }
    .imgnature {
        max-width: 200px;
        height: auto;
        clear: both;
    }
    .imgjuryscam {
        max-width: 90px;
        height: auto;
        clear: both;
    }

    .flex-containertopnav > div {
        margin: 0px;
        padding: 10px 0px 20px 0px; /* top right bottom left */
    }

    leftnav {
        display: none;
        visibility: hidden;
    }

    nav {
        width: 100%;
        /*padding: 70px 0 15px;*/
    }

        nav ul {
            display: none;
        }

            nav ul li {
                float: none;
                font-size: small;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 5px;
                }

                nav ul li ul li a {
                    padding-left: 30px;
                    line-height: 15px;
                }


    .leftnav-dropdown {
        display: none;
        visibility: hidden;
    }



    .nav-list {
        position: relative;
        height: 300px;
        overflow-y: auto;
    }

    .nav-dropdown {
        color: #FFFFFF;
        background-color: #FFFFFF;
        background: #FFFFFF;
        
    }

    /*.navigation.responsive .icon {
                position: absolute;
                right: 0;
                top: 0;
            }*/

    .navigation.responsive a {
        float: none;
        display: block;
        text-align: left;
        font-size: small;
    }

    .navigation.responsive {
        display: block;
    }
    
}

@media screen and (min-width: 851px) {
    body, ul, li, p, td {
        font-family: Arial, Helvetica, sans-serif, Verdana;
        overflow-wrap: break-word;
        font-size: small;
        /*overflow: hidden;*/
    }
    .specialIntroMenu {
        display: none;
        visibility: hidden;
    }

    .fullMenu {
        display: none;
        visibility: hidden;
    }

    .topOnlyMenu {
        display: block;
        visibility: visible;
    }

    .nav-list {
        display: block !important;
    }
    /* do not show it on big screens */
    .forBigScreens {
        display: block;
    }

    .itemleftnav {
        /*display:block;*/
        line-height: 20px;
        text-decoration: none;
        text-wrap: none;
        padding: 5px 30px 5px 0px; /* top right bottom left */
        white-space: nowrap;
        overflow: hidden;
        word-wrap: break-word;
    }

    .leftnav-list {
        display: block !important;
        list-style: none;
        overflow: hidden;
    }

    .leftnav-list2 {
        list-style: none;        
    }

    .leftnav-dropdown {
        position: static;
        overflow: hidden;
    }

      .head2 {
        font-size: 55px;
        margin: 0px 0px 0px 5px; /* top right bottom left */
        padding: 0px 0px 0px 20px; /* top right bottom left */
        font-weight: bold;
        vertical-align: middle;
    }

    .head1 {
        font-size: 20px;
        margin: 0px 0px 0px 5px; /* top right bottom left */
        padding: 0px 0px 0px 20px; /* top right bottom left */
        font-weight: normal;
        vertical-align: middle;
    }

    .footer {
        /*align-items: stretch;*/
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background-color: #2C4E72;
        padding: 5px;
        text-align: center;
        color: red;
    }

    .navigation.responsive {
        display: none;
    }
}

#nav-toggle {
    position: absolute;
    transform: scale(.6);
    position: center;
    left: 18px;
    top: 3px;
    cursor: pointer;
    padding: 10px 35px 16px 0px; /* top right bottom left */
    overflow: hidden;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        resize: horizontal;
        height: 5px;
        width: 30px;
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
        /*padding: 0px 0px 0px 0px;*/ /* top right bottom left */
    }



        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }



#leftnav-toggle {
    position: absolute;
    /*left: 30px;
    top: 22px;*/
    cursor: pointer;
    /*padding: 10px 35px 16px 35px; /* top right bottom left */
    overflow: hidden;
}

    #leftnav-toggle span,
    #leftnav-toggle span:before,
    #leftnav-toggle span:after {
        cursor: pointer;
        /*border-radius: 1px;
        height: 5px;
        width: 35px;*/
        background: #ffffff;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

        #leftnav-toggle span:before {
            /*top: -10px;*/
        }

        #leftnav-toggle span:after {
            /*bottom: -10px;*/
        }

    #leftnav-toggle.active span {
        background-color: transparent;
    }

        #leftnav-toggle.active span:before, #leftnav-toggle.active span:after {
            /*top: 0;*/
        }

        #leftnav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #leftnav-toggle.active span:after {
            transform: rotate(-45deg);
        }


