


/*
    Site wide
*/

header {
    background-color: white;
}

body, button, input, select, textarea {
    /*color: #5a5d60;*/
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-size: 1em;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: auto;
    font-weight: 400;
    line-height: 1.7857;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    /*color: #313539;*/
    font-weight: 700;
    hyphens: auto;
    margin: 0.89286em 0;
}

h1 {
    font-size: 1.78571rem;
    line-height: 2em;
}

.color2-background-color {
    background-color: #0d47a1 !important;
}

.color-2-text-contrast {
    color: #FFF !important;
}

.color4-background-color {
    background-color: #eeeeee !important;
}

.color-4-text-contrast, .color-4-text-contrast-hover:hover {
    color: #000 !important;
}

.bg-box-cover {
    margin-right: -15px;
    margin-left: -15px;
}

.top-nav-container{
    border-bottom: 1px solid black;
}
.top-nav-container a {
    color: black !important;
}


#navbarSupportedContent {
    padding-top: 3vh;
}

#siteContainer {
    min-height: 76.5vh;
}

#logoPic {
    height: 130px;
}

.login-item {
    font-weight: 600;
    color: #313539;
}

.logon-table {
    float: right;
}

.logon-table td {
    line-height: 38px;
    text-align: right;
    padding-left: 10px;
}

main {
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

