.kh-silhouette{--kh-ink:#008888;--kh-paper:#f7f8f2;--kh-hero:#d8783f;width:100%;height:250px;overflow:hidden;background:var(--kh-paper);line-height:0}.kh-silhouette canvas{display:block;width:100%;height:100%}@media(max-width:600px){.kh-silhouette{height:200px}}
.kh-silhouette ~ #FatFooterDiv{border-top:0}
@media print{.kh-silhouette{display:none}}
/* Reserve the animation area inside the related-links background. */
#IndexLinkDiv:has(~ .kh-silhouette) {
    padding-bottom: 270px;
}
#IndexLinkDiv ~ .kh-silhouette {
    position: relative;
    margin-top: -250px;
    background: transparent;
    --kh-paper: #f3f6ed;
}
@media (max-width: 600px) {
    #IndexLinkDiv:has(~ .kh-silhouette) {
        padding-bottom: 220px;
    }
    #IndexLinkDiv ~ .kh-silhouette {
        margin-top: -200px;
    }
}
@media print {
    #IndexLinkDiv:has(~ .kh-silhouette) {
        padding-bottom: 30px;
    }
}