@media print {
body {
 background:white;
 font-size:10pt;
 margin:0
}
.box_bg,
.section,
.controls,
.dr_pemberton,
.speech_bubble, 
#section_4 .tab,
#section_4 .tab_link,
.button,
.clipboard,
.hide_from_print,
label,
#section_4 .content label,
.rerate { display:none; }
    
#section_4 .lightbulb { position:absolute; top:10px; left:40px; width:50px; height:50px; background:url('../img/lightbulb.svg') 0 0 no-repeat; }
#section_4 .handshake { position:absolute; top:10px; right:35px; width:55px; height:50px; background:url('../img/handshake.svg') 0 0 no-repeat; }
#section_4 .star { position:absolute; bottom:0; right:30px; width:50px; height:50px; background:url('../img/star.svg') 0 0 no-repeat; }

#section_4 .intro { display:block; margin:0 20pt 0 20pt !important; padding-top:10pt; padding-bottom:10pt; }
#section_4 .intro h1 { margin:0; }
#section_4 .content h2 { display:block; }
#section_4.section { display:block; padding:0; }
#section_4 .content#sc_1, #section_4 .content#sc_2, #section_4 .content#sc_3, #section_4 .content#sc_4 { display:block !important; }
#section_4 .content { display:block; margin:0 20pt 0 20pt !important; padding-top:20pt; padding-bottom:10pt; }
#section_4 .content p { padding-left:0; }
#section_4 a {
 font-weight:bold;
 color:#000066;
 text-decoration:underline
}
#section_4 {
 margin-left:0;
 float:none;
 width:auto
}
h1,
h2 {
 page-break-after:avoid;
 page-break-inside:avoid
}
ul,
ol,
dl {
 page-break-before:avoid
}
.hide { position:relative; top:auto; left:auto; }
.show_for_print { display:block; }
}
