.non-printable {
    display: none !important;
}
.print-only {
    display: block;
    margin-top:50px;
}
::marker {
    color: var(--green);
}
.content ul {
    padding-left:15px;
}
.content li {
    list-style-type: disc;
    padding-left: 0;
}
.content li::before {
    display: none;
}
#wrapper {
    width:800px;
}
section {
    padding:0;
    margin-top:20px;
}
header, footer {
    position:relative !important;
    background: transparent !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
}
.full-width {
    background: white;
}
h1 {
    font-size: 28px;
    line-height: 34px;
    color:black;
}
h2, h2 b {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-top:10px;
}
div, p, a, li, span {
    font-size:14px;
    line-height:18px;
}
section:last-child {
    margin-top:0;
}
.full-width {
    padding-top:0;
    padding-bottom: 0;
    margin-bottom:-20px;
}
.logo {
    position: relative;
    display: block;
    left: 0;
}