﻿@media (min-width: 858px) {
    html {
        font-size: 12px;
    }
}

@media (min-width: 780px) {
    html {
        font-size: 11px;
    }
}

@media (min-width: 702px) {
    html {
        font-size: 10px;
    }
}

@media (min-width: 724px) {
    html {
        font-size: 9px;
    }
}

@media (max-width: 623px) {
    html {
        font-size: 8px;
    }
}


body {
    font-family: Verdana;
}

.body996 {
    width: 996px;
    margin: 0 auto;
}

header {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    cursor: default;
}

    header h1, header p {
        margin: 0;
        padding: 0;
        font-family: 'PF Square Sans Pro',Verdana;
        font-weight: normal;
    }

    header ul {
        overflow: auto;
    }

    header li {
        list-style: none;
        float: left;
        border-left: 1px solid #DBE4F0;
    }

        header li:first-child {
            border-left: none;
        }

    header a {
        text-decoration: none;
    }

        header a:hover {
            text-decoration: underline;
        }

form {
    overflow: hidden;
    min-height: 600px;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    /*padding-bottom: 10px;*/
    position: relative;
    /*width:100%;*/
}

    form span {
        color: #343434;
        /*font-size: 12px;*/
        font-size: 1.333em;
        font-size: 1.333rem;
    }

article {
    margin-bottom: 30px;
}

.article {
    margin-bottom: 30px;
}

footer {
    background-color: #5389B5;
    cursor: default;
}

    footer p {
        color: #ffffff;
        font-size: 12px;
        font-size: 1.333em;
        font-size: 1.333rem;
        padding: 25px 20px 10px;
        margin: 0px;
		text-align:center;
    }

    footer.footer-nojrc {
        background: transparent linear-gradient(to bottom, #5389B5 39px, #0065A2 0px) repeat scroll 0% 0%;
        overflow: auto;
    }

        footer.footer-nojrc p {
            padding: 32px 20px 27px;
        }

        footer.footer-nojrc .logo-jrc,
        footer.footer-nojrc #logo-jrc {
            width: 70px;
            margin: 3px 20px 0px;
            float: left;
        }

h3 {
    font-family: 'PF Square Sans Pro',Verdana;
    font-weight: normal;
    color: #000;
    margin: 15px 15px 10px;
    font: 22px Verdana;
    cursor: default;
}

input[type=submit],
.btn-jrc-blue {
    padding: 5px 10px;
    color: #FFFFFF;
    font: bold 12px verdana;
    background-color: #0065A2;
    border: 1px solid #024A5D;
    cursor: pointer;
}

    input[type="submit"]:hover,
    .btn-jrc-blue:hover {
        background-color: #074A8B;
    }

p {
    font-size: 12px;
    color: #343434;
    cursor: default;
}

div.fill {
    width: 100%;
    height: 100%;
}

#top-banner {
    position: relative;
    /*background: linear-gradient(to bottom,transparent 60px,#0065A2 0);
    overflow: auto;*/
    min-height: 85px;
}

    #top-banner .user-link {
        position: absolute;
        right: 10px;
        bottom: 5px;
    }

.header-title {
    min-height: 60px;
    position: relative;
}

    .header-title h1 {
        font: normal 3.3em 'PF Square Sans Pro',Verdana;
        font: normal 3.3rem 'PF Square Sans Pro',Verdana;
        color: #0065A2;
        margin: 0;
        position: absolute;
        bottom: 0;
        left: 5.4em;
        left: 160px;
    }

#logo-subtitle {
    position: absolute;
    bottom: 0px;
    min-height: 25px;
    background-color: #0065A2;
    width: 100%;
}

    #logo-subtitle h2 {
        font-family: "PF Square Sans Pro",Verdana;
        font-weight: normal;
        font-size: 2em;
        font-size: 2rem;
        color: #D8E7F0;
        margin: 0 0 0 160px;
        /*margin: 0 0 0 9em;*/
    }

    #logo-subtitle .logo-jrc {
        width: 80px;
        position: absolute;
        top: -54px;
        left: 15px;
        margin: 0;
    }

.logo-jrc {
    width: 80px;
    margin: 5px 20px;
    float: left;
}

#logo-ign,
.logo-ign {
    height: 55px;
    margin: 5px 0px;
    float: left;
}

#logo-rsn {
    margin-top: 10px;
}

#menu-top-jrc {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0 5px;
}

    #menu-top-jrc a {
        color: #4677A8;
        font-size: 11px;
        margin: 0 7px;
    }

#path {
    background-color: #074A8B;
    width: 100%;
    color: #DEE7EF;
    font: normal 10px Verdana;
}

    #path ul {
        margin: 0;
        padding: 2px 10px;
    }

    #path li {
        border: none;
    }

    #path a:first-child {
        margin-left: 0;
    }

    #path a {
        color: #DEE7EF;
        margin: 0 3px;
    }

#nav-menu {
    margin: 0;
    padding: 0;
    background-color: #DDD;
    background: linear-gradient(to bottom, #ffffff 10%, #E6E6E6 100%);
}

    #nav-menu li > ul {
        padding: 0;
        background: linear-gradient(to bottom, #E6E6E6 10%, #D8DADB 100%);
        position: absolute;
        display: none;
        width: 150px;
        z-index: 10;
        box-shadow: 0px 3px 4px 0px #074A8B;
    }

        #nav-menu li > ul > li {
            float: none;
            border: none;
            border-top: 1px solid #C4C4D2;
            position: relative;
            float: left;
            width: 100%;
            box-sizing: border-box;
        }

            #nav-menu li > ul > li:first-child {
                border: none;
            }

            #nav-menu li > ul > li:hover {
                background-color: #A3ADBC;
            }

            #nav-menu li > ul > li a {
                padding: 5px 15px;
            }

    #nav-menu li:hover {
        background-color: #DBE4F0;
    }

    #nav-menu li a {
        color: #000000;
        font: normal 12px verdana;
        display: block;
        padding: 3px 25px;
    }

        #nav-menu li a:hover {
            text-decoration: none;
        }

    #nav-menu > li:hover > ul {
        display: block;
    }

.user-link {
    font-size: 12px;
    color: #343434;
}

    .user-link:visited {
        color: #343434;
    }

    .user-link:hover {
        text-decoration: underline;
    }

.link-btn {
    color: #FFF;
    font: normal 12px verdana;
    background-color: #0065A2;
    cursor: pointer;
    display: block;
}

    .link-btn:hover {
        background-color: #074A8B;
    }

.pos-top-right {
    position: absolute;
    top: 0;
    right: 0;
}

.pos-top-left {
    position: absolute;
    top: 0;
    left: 0;
}

.pos-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.h-content-container {
    width: 100%;
    position: relative;
    float: left;
}

.center-container {
    position: relative;
    width: 100%;
    float: left;
}

.menu-dropdown:hover .popupmenu {
    display: block;
}

.clear-fix {
    float: none;
    clear: both;
}

.hidden {
    z-index: -1;
    display: none;
}

.arrow-down,
.arrow-up {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #074A8B;
}

.arrow-up {
    border-top: 0;
    border-bottom: 7px solid #074A8B;
}

/*--- OVERLAY IMAGES ---*/
#imgViewer {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65);
    text-align: center;
}

    #imgViewer div {
        font-family: Verdana;
        font-size: small;
        font-style: italic;
        color: #000080;
        width: 80%;
        height: 80%;
        margin: 5% auto;
        max-width: 900px;
        max-height: 600px;
    }

    #imgViewer span {
        display: block;
        width: 100%;
        text-align: center;
        padding: 3px 0;
        font-size: 1.1em;
        background-color: #FFFFFF;
    }

.fillwidth {
    width: 100%;
    max-height: 100%;
}

.fillheight {
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

.overlay {
    width: 100%;
    height: 100%;
    z-index: 1100;
    display: block;
}

.tab-blue {
    border: none;
    border-collapse: collapse;
    color: #134B65;
    cursor: default;
}

    .tab-blue tr:nth-child(2n+1) {
        background-color: #EEF2F3;
    }

    .tab-blue tr:nth-child(2n) {
        background-color: #D7E0E9;
    }

    .tab-blue th {
        background-color: #134B65;
        font: normal 16px PF Square Sans Pro,Verdana;
        color: #EEF2F3;
    }

    .tab-blue td {
        box-sizing: border-box;
    }

    .tab-blue tr:hover {
        background-color: #5B86D1;
        color: #CBECE3;
    }

.input-text-blue {
    box-sizing: border-box;
    margin: 5px 0;
    height: 25px;
    border: 1px solid #CCC;
    border-radius: 3px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    padding: 5px;
}

    .input-text-blue:focus {
        border-color: #66AFE9;
        outline: 0px none;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6);
    }
