﻿body {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    font-size: 14px;
    color: rgba(0,0,0,.87);
    margin: 0;
    padding: 0;
    line-height: 1.15;
}

#siteHeader {
    background-color: #002b49;
    width: 100%;
}

#site-wrapper {
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}

#site-body {
    width: 100%;
}

#site-content {
    min-height: 100vh;
    position: relative;
    top: 0;
    bottom: 0;
    padding-bottom: 15px;
}

#site-footer {
    width: 100%;
    max-width: 100vw;
    height: 15px;
    background-color: #002b49;
    padding-top: 10px;
    padding-bottom: 10px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 8px;
}

#footer-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
}

#site-footer #footer-content a {
    color: white;
    text-decoration: none;
}
.header {
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
    margin: 0;
    font-weight: 700;
    border-bottom: solid rgba(34,36,38,.15) 0.5px;
    padding-bottom: 0.6em;
}
