@font-face{
    font-family:museo-sans;src:url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff2"),url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("woff"),url(https://use.typekit.net/af/a28b50/00000000000000000000e803/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3) format("opentype");font-weight:500;font-style:normal;font-stretch:normal;font-display:auto;
}
* {
    box-sizing: border-box;
}
body {
    height: 100vh;
    width: 100vw;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    color: #666;
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    cursor: pointer;
}
div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
nav {
    max-width: 1440px;
}
main {
    max-width: 1400px;
}
main a {
    color: #20a7e2;
}
nav, main {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
section {
    -webkit-font-smoothing: antialiased;
    flex: 1;
    min-width: 182px;
    padding-bottom: 30px;
}
main section {
    max-width: 40em;
}
header, main {
    padding: 1em 5em;
}
header, footer {
    background: #00496e;
    font-size: 0.8em;
}
footer {
    padding: 1em 5em;
}
footer, footer a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    font-family: "museo-sans",sans-serif;
}
footer a:hover {
    text-decoration: underline;
}
h1 {
    font-family: monospace;
    font-size: 2em;
    font-weight: 300;
    margin-top: 2em;
}
h2 {
    font-size: 1em;
    font-weight: 600;
    padding-top: 2em;
}
h3 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
}
img {
    width: 8em;
}
ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    height: 2em;
}
hr {
    width: 100%;
    padding-left: -100px;
    padding-bottom: 10px;
    border-style: solid;
    border-color: #026192;
    border-width: 2px 0 0;
    height: 0;
}
.tagline {
    margin-right: 8em;
}
.copyright {
    white-space: nowrap;
}
.legalese {
    font-weight: 300;
    flex-basis: 100%;
}
