@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
}

#main {
    padding-top: 10px;
}

a#hpi {
    margin: 18px 32px 18px 0px;
    padding: 1px;
    height: 40px;
    display: block;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
}

.cit-logo-box {
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
}

#MenuBarTabs {
    clear: both;
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.cit-container {
    float: none !important;
    max-width: 1368px !important;
    margin: 0 auto !important;
    padding: 0 40px;
}

.navbar-container {
    background: #082538;
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
}

.container-fluid {
    padding: 0px;
}

.panel-primary {
    border-color: #082538;
    border-radius: 15px;
}

    .panel-primary > .panel-heading {
        color: #fff;
        background-color: #082538;
        border: none;
        border-radius: 15px 15px 0 0;
    }

.panel-footer {
    padding: 10px 15px;
    background-color: #d6d6d6;
    border-top: 1px solid #082538;
    border-radius: 0 0 15px 15px;
}

.StdTable thead {
    background-color: #6A6F81 !important;
    color: white;
}

.StdTable .AccentHeader {
    font: 12px/18px "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #6A6F81;
    border-collapse: collapse;
    padding: 4px;
}

.tablesorter-green th, .tablesorter-green thead td {
    font: 12px/18px "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #6A6F81;
    border-collapse: collapse;
    padding: 4px;
}

.tablesorter-green tbody > tr.hover > td, .tablesorter-green tbody > tr:hover > td, .tablesorter-green tbody > tr:hover + tr.tablesorter-childRow > td, .tablesorter-green tbody > tr:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td, .tablesorter-green tbody > tr.even.hover > td, .tablesorter-green tbody > tr.even:hover > td, .tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow > td, .tablesorter-green tbody > tr.even:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #D8E5EA;
}

.tablesorter-green tbody tr.odd > td {
    background-color: #F1F2F4;
}

.tablesorter-green tbody > tr.odd.hover > td, .tablesorter-green tbody > tr.odd:hover > td, .tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow > td, .tablesorter-green tbody > tr.odd:hover + tr.tablesorter-childRow + tr.tablesorter-childRow > td {
    background-color: #D8E5EA;
}

.btn {
    border-radius: 8px;
}

button, .btn, .btn-primary, .btn-default, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"] {
    color: #FFFFFF !important;
    background-color: #082538 !important;
    border: none !important;
}

.btn-success {
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

.btn:hover, .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #F1F2F4;
    background-color: #006BA6;
    border: none;
}

input:focus, textarea:focus, select:focus, .form-control:focus {
    outline: 0;
    border-color: #082538;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0, 80, 92,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(0,80,92,.6);
}

ul.ui-tabs-nav {
    background-color: #e9e9e9 !important;
}

ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active, ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active:hover {
    background-color: #082538 !important;
}

ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active, ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active > a, ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active > a:hover, ul.ui-tabs-nav > li.ui-tabs-tab.ui-tabs-active > a:focus {
    color: white !important;
}

ul.ui-tabs-nav > li.ui-tabs-tab {
    background-color: rgb(221, 221, 221) !important;
    border-color: #c5c5c5 !important;
}

ul.ui-tabs-nav > li.ui-tabs-tab:hover {
    background-color: rgb(204, 204, 204) !important;
    border-color: #ccc !important;
}

ul.ui-tabs-nav > li.ui-tabs-tab > a {
    border-color: #ddd;
    color: #082538;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    background-color: #082538;
    color: white;
}

.nav-tabs > li > a {
    border-color: #ddd;
    color: #082538;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #fff;
}

.navbar-default .navbar-link {
    color: #fff;
    text-decoration: none;
}

.navbar-default .navbar-link:hover {
    color: #777;
    text-decoration: underline;
}

.label-primary {
    background-color: #000;
}

.alert-success {
    color: #e61f26;
    background-color: #f3f0ea;
    border-color: #d6e9c6;
}

.PanelGroup h1 {
    font: 12px/18px "Open Sans", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    left: 0;
    margin: 0 0 4px 0;
    border-bottom: 2px solid #082538;
    color: #082538;
}

.PanelGroup h2 {
    font-size: 1.1em;
    left: 0;
    margin: 0 0 4px 0;
    border-bottom: 2px solid #082538;
    color: #082538;
}

.landing-header {
    background-color: #082538;
}

.img-title {
    background-color: #082538;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #082538;
    color: white;
}

.chosen-container-active .chosen-single {
    border: 1px solid rgba(0,80,92, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-color: #eeeeee;
    border: 1px solid rgba(0,80,92, 0.8);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.chosen-container-active .chosen-choices {
    border: 1px solid rgba(0,80,92, 0.8);
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(0,80,92, .6);
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

.page {
    background: #F0F0F0;
    min-height: 300px;
}

.cit-main {
    padding: 92px 0 60px 0;
    background: #F0F0F0;
}

    .cit-main h2 {
        font: 12px/18px "Open Sans", sans-serif;
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        font-size: 22px;
    }

.cit-main p {
    font-size: 14px;
    padding: 10px 0;
}

.cit-main a {
    color: #082538;
    text-decoration: none;
}

    .cit-main a:hover {
        text-decoration: underline;
    }

.cit-main a.btn-primary:hover {
    text-decoration: none;
}

.cit-container .side-body.padding-top:after {
    content: "";
    clear: both;
    display: table;
}

.cit-footer-bg {
    background: #082538;
    color: #FFFFFF;
    padding: 32px 40px;
   
}

.cit-footer {
    padding: 0px 15px;
    max-width: 1288px !important;
    margin: 0 auto;
}

.cit-footer-logo {
    transition: ease all .3s;
}

.cit-border-bottom {
    border-bottom: solid 1px #6a6f81;
    padding-bottom: 32px;
}

.cit-contact {
    text-align: right;
    font-size: 16px;
    color: #fff;
    padding-bottom: 10px;
}

.cit-contact a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

    .cit-contact a:hover {
        text-decoration: underline;
        color: #fff;
    }

.social-header {
    display: block;
    padding-bottom: 12px;
}

.social-links a {
    color: #D8E5EA;
    padding: 12px;
}

.social-links a:hover {
    color: #fff
}

.cit-footer-menu {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 32px 0;
}

.cit-footer-menu a {
    text-decoration: none;
    color: #fff;
}

.cit-footer-copyright {
    color: #b5bbc4;
    font-size: 12px;
    padding-top: 32px;
}

.cit-footer-links {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-display: auto;
    padding-top: 32px;
}

    .cit-footer-links a {
        text-decoration: none;
        color: #b5bbc4;
    }

.cit-footer-links a:hover {
    text-decoration: underline;
}

.cit-footer-links ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
}

    .cit-footer-links ul li {
        border-right: 1px solid #bbe7e6;
        display: inline-flex;
        padding: 0 .5rem;
        list-style: none;
        margin: 0;
    }

.cit-footer-links ul li:first-child {
    padding-left: 0;
}

.cit-footer-links ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.no-pad {
    padding-left: 0px;
    padding-right: 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #555;
    border-bottom-width: 1px;
    background: #6A6F81;
    font-weight: normal;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #000;
    border-bottom-width: 1px;
    background: #082538;
    font-weight: normal;
    color: #fff;
}


.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:hover, .ui-state-default a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
    color: #fff;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #000;
    background: #082538;
    font-weight: bold;
    color: #fff;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #082538;
    outline: 0;
}