body {
    font-family: "Lato", "Helvetica", "Arial", sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    line-height: 1.42857143;
    overflow-y: auto;
    color: #444444;
}
nav li.menu-item > a:hover, nav li.menu-item > a.hovering {
    color: white;
    background-color: #205493;
}
nav li.menu-item > a.selected {
    border-bottom: 3px solid #205493;
}
nav ul.child-list {
    display: none;
    position: absolute;
    padding: 0;
    opacity: 0;
    background-color: white;
    border: 1px solid #205493;
    cursor: pointer;
    text-align: left;
    transition: all .1s ease-in-out;
}
nav ul.child-list li.child-item {
    width: 100%;
    border-bottom: 1px solid #205493;
    transition: all .1s ease-in-out;
}
nav ul.child-list li.child-item a.ui-button {
    font-weight: normal;
    font-size: .8em;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
}
nav ul.child-list li.child-item:hover {
    background-color: #205493;
}
nav ul.child-list li.child-item:hover a {
    color: white;
}
.submenu-container a:hover {
    color: #205493;
    border-right: solid 2px #205493;
    font-weight: 700;
    transition: all .3s ease;
    border-bottom: none;
}
.submenu-container a.selected {
    font-weight: 700;
    border-right: solid 2px #205493;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 19.75em;
    line-height: 1.5em;
    width: 100%;
    font-size: .9em;
    z-index: 9999999;
}
.bar-chart .bar {
    fill: #205493;
    fill-opacity: .9;
}

.stacked-chart .bar {
    fill: #205493;
}
.item-list .item .item-info {
    float: left;
    color: #205493;
    margin-right: .5em;
}
.item-list .item .item-highlight {
    color: #205493;
}
.site-icon {
    fill: #205493;
}

.full-fill path {
    fill: #205493;
}
.news-date {
    color: #205493;
    font-weight: 700;
    font-size: 1.25em;
    margin-bottom: 1.5em;
}
.banner {
    width: 100%;
    padding: 3em;
    color: #444444;
    opacity: 0;
}
.link-list {
    background-color: #205493;
    color: white;
    text-align: center;
    padding: 5px 0;
    font-size: 1.25em;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table {
    border-collapse: collapse;
    text-indent: initial;
    border-spacing: 2px;
}
