﻿body {
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: black;
    font-weight: normal;
    margin-left: 5px;
    margin-bottom: 15px;
}

.FooterCopyrights {
    font-family: Avenir, Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: white;
    background-color: #0083be;
}

.FooterPadding {
    padding: 10px 0 10px 0;
}

.footer-questions {
    border-bottom: unset;
}

.content-block a, .content-block a:visited {
    color: #00798E !important;
    text-decoration: underline !important;
    background-image: unset !important;
    transition: color .3s ease-in-out,background .3s ease-in-out,background-size .3s ease-in-out,background-position .3s ease-in-out,background-color .3s ease-in-out;
}

.content-block a:hover {
    color: unset !important;
    text-decoration: unset !important;
}