body {
    font-family: Arial, sans-serif !important;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5b5b5b;
}

.title-container {
    padding: 25px 40px;
    background-color: #25589d;
    min-height: 70px;
}

.title-container {
    font-size: 1.75em;
    color: white;
    font-weight: 300;
}

.documents {
    padding: 50px 0;
}

    .documents a {
        text-decoration: none;
    }

        .documents a div {
            font-size: 1em;
            color: black;
        }

        .documents a .title {
            font-size: 1.3em;
            text-decoration: none;
        }

    .documents ul {
        list-style: none;
    }

    .documents li {
        padding: 15px 0 15px 0;
    }

        .documents li:hover {
            background-color: #f6f6f6;
        }

        .documents li a .title {
            display: block;
            margin: 6px 0;
            color: #25589d;
            font-weight: 500;
            white-space: nowrap;
        }

.footer .url {
    background-color: black;
    color: white;
    height: 70px;
}

.footer .copyright {
    height: 70px;
}

#footer-link {
    color: white;
    text-decoration: none;
    font-size: .8em;
    line-height: 70px;
}
