﻿html,
body {
    height: 100%;
}

body {
    font-size: 1em;
    font-family: Helvetica, Arial, Lucida Sans Unicode;
}

a {
    text-decoration: none;
}

nav>a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.2em;
}


/* Footer setup*/

.content {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -200px;
    line-height: 150%;
}

.content h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 175%;
}

.content:after {
    content: "";
    display: block;
}

footer.site-footer,
.content:after {
    height: 200px;
}

li ul {
    list-style-type: none;
}

p.footer {
    text-indent: 0px;
    font-size: 1em;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

cite {
    display: block;
    font-style: normal;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}

cite a:hover {
    background-color: rgba(229, 243, 67, 0.96);
}

cite>a {
    color: rgba(1, 2, 51, 1.00);
}

cite:last-of-type {
    margin-bottom: 50px;
}

#mast {
    padding: 10px 0px 10px 0px;
    background-color: #999966;
    margin-bottom: 40px;
}

#mast img {
    width: 330px;
    height: 100px;
    text-align: center;
    margin: 0;
    padding: 0;
}

#mast figure {
    text-align: center;
}

.hborder-right {
    border-right-style: ridge;
    border-right-width: 1px;
    border-right-color: #ccc;
}

.hborder-left {
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #ccc;
}

.list-none {
    list-style-type: none;
    text-indent: 0px;
    padding: 0px;
    margin: 0px;
}

.offset {
    margin-left: 5px;
}

.dotted-line {
    border-top-style: dashed;
    border-top-width: medium;
    border-top-color: #003366;
}

.radius-20 {
    border-radius: 20px;
    padding: 10px 0px 10px 0px;
}

.footer {
    margin: 0px 20px 0px 20px;
    line-height: 125%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-indent: 0px;
}

.footer>a {
    color: rgba(255, 255, 255, 0.65)
}

.footer-img {
    padding: 0px;
    margin: 10px 20px 10px 20px;
    border-radius: 10px;
}

.w3-topnav>a {
    color: #F0F0F0;
    text-decoration: none;
}

.bgc-navy {
    background-color: #020231;
    background-repeat: no-repeat;
}