body {
    
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (min-width: 410px) {
    body {  }
}

#pageheader {
    background-color: #fff;
    border-bottom: 4px solid #17ACC4;
}
#pageheader .nav-link {
    color: #000;
}
#pageheader .logo {
    height: 100px;
}
header .navbar-nav .nav-link.active {
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: 700;
}

h1, h2, h3 {
    color: #0a0a0a;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.table thead th {
    border-bottom: 2px solid #17ACC4;
    color: #17ACC4;
    font-weight: 700;
}

.table .tfoot th, .table .tfoot td {
    border-top: 1px solid #17ACC4;
    font-weight: 700;
}