/**
 * Adjustments for print only
 */

@page {
    margin: 2cm;
}


#site {
    border-top: none;
}

#masthead .toggle-menu,
#nav-menu,
#footer {
    display: none;
}

#masthead a.logo:after {
    content: '';
}

#masthead #crumbs h1 a {
    text-decoration: none;
}

.hide-for-print {
    display: none;
}

p {
    orphans: 3;
    widows: 2;
}

#home-innovations {
    page-break-before: always;
}

#core_content .people li {
    width: 30%;
    text-align: center;
}

#core_content .recent-planet {
    page-break-before: always;
}

#core_content .large-pull-6,
#core_content .large-push-6 {
    clear: both;
}

#core_content .books ul li {
    float: none;
}

#core_content .seeds-ratings li {
    text-indent: 0;
    display: none;
    width: auto;
    margin-top: 0.125em;
}

#core_content .seeds-ratings li.active {
    display: inline;
}

#seeds-controls, #controls {
    display: none;
}

body.careers-index #introduction {
    page-break-before: always;
}

