/* @charset "utf-8";
   CSS Document */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 2.25em;
    font-family: Georgia, "Times New Roman", serif;
    color: #444
}

h3, h4, h5, h6 {
    line-height: 1.5em;
    margin: 15px 0 10px 0;
}

p {
    font-weight: normal;
}

dt {
    font-weight: bold;
    margin: 6px 0;
}

dd {
    font-weight: normal;
    margin: 4px 10px 4px 30px;
}

blockquote {
    margin: 10px 30px;
    font-style: italic;
    display: block;
    padding: 0 10px;
    width: 75%;
    background: #E5F6FE;
    color: #444;
}

a:link, a:active, h2 a, h3 a {
    font-weight: bold;
    text-decoration: none;
}

    a:hover, a:focus, h2 a:hover, h2 a:focus, h3 a:hover, h3 a:focus, #content a:hover, #content a:focus {
        border-bottom: 1px dotted #111;
    }

a:visited {
    font-weight: bold;
    text-decoration: none;
}

.hide {
    position: absolute;
    height: 0;
    width: 0;
    overflow: hidden;
}

.date {
    background: #E6F6FF;
    border: 1px solid #C5E6F9;
    width: 50px;
    height: 50px;
    float: left;
    text-align: center;
    font: bold 16px Georgia, "Times New Roman", Times, serif;
    margin: 0 10px 20px 0;
    -moz-border-radius: 5px;
}

.month {
    background: #0E4263;
    color: #fff;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 2px;
}

#header {
    position: relative;
    margin: 0 auto;
    background-color: #05143B;
    height: auto;
}

#leadership {
    color: #e2e2e2;
    background: transparent;
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 10px;
    text-align: right;
    font-weight: bold;
    line-height: 1.5em;
}

#Home a.home, #Applicant a.applicant, #Position a.position, #Posting a.posting, #Reports a.reports, #Tools a.tools {
    background: rgba(0,0,0,.4)
}

#content {
    background: #f6f6f6;
    margin-top: 50px;
    padding-bottom: 24px;
}

    #content a {
        color: #024771;
        background: transparent;
    }

    #content h2 {
        font-size: 20px;
    }

    #content h3 {
        font-size: 18px;
    }

    #content h4 {
        font-size: 16px;
    }

    #content h5 {
        font-size: 14px;
    }

    #content h6 {
        font-size: 12px;
    }

#footer {
    color: #fff;
    padding: 10px 0 10px;
    background-color: #082f48;
    min-height: 3em;
}

div #picHeader {
    height: auto;
    color: white;
    width: 100%;
}

div #appName {
    padding: 0 0 5px 0;
    width: 100%;
    display: inline;
    float: left;
    clear: left;
    color: White;
    font-size: 130%;
    font-family: Verdana;
}

div #picHeader a {
    display: inline;
    float: left;
    width: auto;
}

    div #picHeader a img {
        margin: 0 0 -10px 0;
        border: none;
        height: auto;
        width: auto;
    }

a {
    color: #05118b;
}

    a:hover {
        color: #0d6efd;
    }

label {
    font-size: 18px;
}

.requiredAsterisk:after {
    content: " *";
    color: #cf000f;
    font-size: 18px;
}

span > input[type="radio"] {
    margin-left: 10px;
    margin-right: 3px;
}

    span > input[type="radio"]:focus {
        border-color: #0066fd;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(0, 94, 255, 1);
    }

div > input[type="checkbox"] {
    margin-left: 15px;
    margin-right: 10px;
    margin-top: 30px;
}

.validationError {
    color: #cf000f;
    font-size: 18px;
}

    .validationError ul li {
        width: 33%;
        float: left;
    }

@media (max-width: 760px) {
    .validationError ul li {
        width: 50%;
        float: left;
    }
}

@media (max-width: 992px) {
    .validationError ul li {
        width: 50%;
        float: left;
    }
}

.validationError ul li a {
    color: #cf000f;
}

.validationError ul {
    margin-top: 20px;
    padding-bottom: 25px;
}

.validationMessage ul li {
    width: 100%;
    float: left;
    color: #cf000f;
    font-weight: bold;
}

    .validationMessage ul li a {
        color: #cf000f;
    }

.validationMessage ul {
    margin-top: 20px;
    padding-bottom: 25px;
}

.validationSummary {
    background-color: rgb(255 0 25 / 10%);
}

.gridTableBody tr td {
    padding-left: 10px;
}

td > span > input[type="checkbox"] {
    margin-right: 10px;
}

.card-title {
    margin-bottom: 0px;
}

.skip-link {
    position: absolute;
    top: -100px;
    left: 0;
    color: #fff;
    padding: 4px;
    font-weight: bold;
    z-index: 1000;
    transition: transform 0.3s ease-in-out; /* For smooth appearance */
}

    .skip-link:focus {
        top: 0;
        outline: none;
    }

    .skip-link:hover {
        color: #cf000f;
        text-decoration: underline;
        text-decoration-color: #cf000f;
    }




.nav-menu {
    text-align: center;
    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
    position: sticky;
    width: 100%;
    z-index: 3;
    font: normal 16px Arial, Helvetica, sans-serif;
    background: url("../img/nav_bg.png");
    background-size: 100% 60px;
    height: 49px;
}

    .nav-menu ul {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none;
        overflow: hidden;
    }

    .nav-menu li a {
        display: block;
        padding: 0;
        font-weight: normal;
        display: block;
        color: #fff !important;
        height: auto;
        border-right: 1px solid #1f4e71;
        border-left: 1px solid #44779f;
        padding: 6px 9px 10px 9px;
        line-height: 2em;
        text-decoration: none;
    }

#menu a:hover, #menu a:focus {
    background: rgba(0,0,0,.2);
    color: #fff;
    text-decoration: none;
    border-bottom: 0;
}

#menu ul li {
    width: 136px;
    height: 57px;
    text-align: center;
}

    #menu ul li:first-child a {
        border-left: 0;
    }

    #menu ul li:last-child a, #menu a.last {
        border-right: 0;
    }

.nav-menu .logo {
    display: block;
    float: left;
    font-size: 2em;
    padding: 10px 20px;
    text-decoration: none;
}

.nav-menu .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.nav-menu .menu-icon {
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 28px 20px;
    position: relative;
    user-select: none;
}

    .nav-menu .menu-icon .navicon {
        background: #fff;
        display: block;
        height: 2px;
        position: relative;
        transition: background .2s ease-out;
        width: 18px;
    }

        .nav-menu .menu-icon .navicon:before,
        .nav-menu .menu-icon .navicon:after {
            background: #fff;
            content: '';
            display: block;
            height: 100%;
            position: absolute;
            transition: all .2s ease-out;
            width: 100%;
        }

        .nav-menu .menu-icon .navicon:before {
            top: 5px;
        }

        .nav-menu .menu-icon .navicon:after {
            top: -5px;
        }

.nav-menu .menu-btn {
    display: none;
}

    .nav-menu .menu-btn:checked ~ .menu {
        max-height: 400px;
    }

    .nav-menu .menu-btn:checked ~ .menu-icon .navicon {
        background: transparent;
    }

        .nav-menu .menu-btn:checked ~ .menu-icon .navicon:before {
            transform: rotate(-45deg);
        }

        .nav-menu .menu-btn:checked ~ .menu-icon .navicon:after {
            transform: rotate(45deg);
        }

    .nav-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
    .nav-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
        top: 0;
    }

@media (min-width: 831px) {
    .nav-menu li {
        float: left;
        height: auto;
    }

    .nav-menu .menu {
        clear: none;
        max-height: none;
    }

    .nav-menu .menu-icon {
        display: none;
    }
}

@media (Max-width: 831px) {
    .nav-menu ul {
        display: block;
    }

    .nav-menu {
        height: auto !important;
        background-repeat: no-repeat;
        background-size: 100% 72px;
    }

    #menu ul li {
        width: 100%;
        height: fit-content;
    }

        #menu ul li:hover {
            /*background-color: gray;*/
            background: url("../img/nav_bg.png");
        }
}
