body {
    color: #0a0a0a;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}
@media (min-width: 410px) {
    body { }
}

#pageheader {
    background-color: #fff;
    border-bottom: 3px solid #002f5f;
}
#pageheader .nav-link {
    color: #002f5f;
    font-weight: 700;
}
#topnav .nav-item {
    padding: 0;
}

header .nav-link.active {
    color: #051236;
    font-weight: 700;
}

h1, h2, h3 {
    color: #000000;
    font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.table thead th {
    border-bottom: 2px solid #00241A;
    color: #051236;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #00241A;
    font-weight: 70;
}