:root {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1vw;
    padding: 6.5%;
    padding-right: 5%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4%;
}

header h1 {
    color: #00599a;
    font-size: 4em;
}

header address {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 1.07em;
    font-style: normal;
}

header address div {
    padding-bottom: .1em;
}

a {
    color: black;
}

.statement {
    font-family: Georgia;
    font-size: 1.6em;
    font-style: italic;
    color: #555;
    padding: 1% 10%;
}

h2 {
    color: #6ca9db;
    margin-top: 1.4em;
}

.section {
    border-top: .15rem solid #6ca9db;
    margin-top: 1em;
}

.content > div:not(:first-child) {
    border-top: .15rem solid #6ca9db;
    margin-top: 2em;
    padding-top: 1em;
}

.content {
    width: 75%;
    margin-top: 1em;
    font-size: 1.19em;
}

.content > b {
    margin-right: 2em;
}

.row {
    display: flex;
    justify-content: space-between;
}

.date {
    font-style: italic;
    color: #666;
}

ul {
    padding-left: 5em;
}

li {
    margin-bottom: .7em;
}

li pre {
    display: inline;
    color: #333;
}