body {
    margin: 0 !important;
    padding: 0;
    box-sizing: border-box;
}

p, ul, li {
    margin: 0 !important;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #00007D;
}

li, a, a:hover, a:active, a:focus {
    font-family: 'Lato', sans-serif;
    outline: 0;
    text-decoration: none !important;
    outline: none;
}

a:hover {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, p, span, table, tr, td, th {
    font-family: 'Lato', sans-serif;
    margin: 0 !important;
    padding: 0;
}

#nvx_contentbox h1, #nvx_contentbox-full h1, #nvx_content_container h1 html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    color: #949494;
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    outline: none;
}
/* IDs */



/* Classes */

.footer-cta {
    position: relative;
    z-index: 1;
}

.footer-cta {
    float: left;
    width: 100%;
    background: #1f88d2;
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.footer-button {
    padding: 40px 0;
}

.footer-button h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}

.footer-button h2 a {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    vertical-align: text-top;
}

.copyright-bar {
    float: left;
    width: 100%;
    border-bottom: 5px solid #1F88D2;
    padding: 30px 0;
}

.copyright-bar p {
    text-align: left;
    font-size: 12px;
    color: #00007D;
}

.copytext {
    font-weight: bold;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Lists */

ul.menu-footer {
    margin: 20px 0 !important;
    text-align: left;
}

ul.menu-footer li {
    display: inline-block;
    padding-right: 30px;
}

ul.menu-footer li a {
    color: #00007D;
    font-size: 14px;
}

ul.term-policy {
    position:relative;
    top:17px;
    margin: 15px 0;
    text-align: right;
}

ul.term-policy li {
    display: inline-block;
    padding-right: 30px;
}

ul.term-policy li a {
    color: #00007D;
}