@media print {
.topfix {
display:none;
}

html, body, header, footer, input {
margin: 0;
padding: 0;
line-height: 150%;
color:white;
font: 10pt Cormorant Garamond;
}


h1, h2, h3, h4, h5, h6 {
margin:2px;
padding:0px;
}

h1 {
font: bold 18pt Cormorant Garamond;
}

h2 {
font: 14pt Cormorant Garamond;
line-height: 1.5em;
}

h3 {
font: 14pt Arial;
color: white;
line-height: 1.5em;
font-family: Cormorant Garamond;
}

h4 {
font: bold 10pt Cormorant Garamond;
line-height: 1.5em;
}

h5 {
font: 14pt Arial;
color: #283655;
line-height: 1.5em;
font-family: Cormorant Garamond;
}

.colorbox2, .colorbox3, .colorbox5 {
padding-left: 0px;
padding-right: 0px;
width: 100%;
}

.topadjust {
display:none;
}

.printheader {
display: inherit;
}

}
