﻿.nuv-article-content--center {
    font-family: Georgia,Times,serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: .005625rem;
    text-transform: none;
    color: #66737d;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;

    padding-top: 3rem;
    margin-bottom: 5rem;
}

.nuv-article-content--center p.tout-theme-title {
    font-family: Source Sans Pro,sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: .75rem;
    line-height: 1.5;
    letter-spacing: .05625rem;
    display: block;
    text-transform: uppercase;
    margin: 0;
}

.nuv-article-content--center h1 {
    font-weight: 700;
    font-size: 2rem;
    color: #253746;
    margin-top: 0;
}

.nuv-article-content--center h3, .nuv-article-content--center h4, .nuv-article-content--center h5 {
    font-weight: 700;
    font-size: 1.1rem;
    color: #253746;
}

    .nuv-article-content--center a {
        color: #206411;
        text-decoration: underline;
        transition: color .25s ease;
    }

.nuv-article-content--center a:hover {
    color: inherit;
}


.nuv-article-html-table__table-wrapper > table > tbody > tr > td {
    display: table-cell;
    font-family: Georgia,Times,serif;
    font-style: normal;
    font-weight: 400;
    color: #253746;
    font-size: .875rem;
    line-height: 1.125rem;
    letter-spacing: .00562rem;
    background-color: #b2deea;
    border-right: 1px solid #fff;
    padding: 10px 15px;
}

.nuv-article-html-table__table-wrapper > table > tbody > tr:nth-child(odd) > td {
    background-color: rgba(178,222,234,.3);
}






.footer-container {
    background: #253746;
    padding: 8px 0;
    width: 100%;
}

.footer-navigation {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.footer-navigation__additional-link {
    position: relative;
    display: inline-block;
    width: auto;
    padding: 0 16px;
}

.footer-navigation a, .footer-navigation a:hover {
    border-right: 1px solid orange;
    font-size: 1rem;
    line-height: 1.6;
    font-family: Source Sans Pro,sans-serif;
    color: #fff;
    padding: 0 16px;
    text-decoration: underline;
    display: inline-block;
    cursor: pointer;
}

.footer-navigation button {
    cursor: pointer;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
