/*--------------------+
 | Site: JJGPS        |
 | Part: Print styles |
 +--------------------*/

/* Hide unnecessary elements
======================================================================*/
.action,
#admin,
.citation-wrapper,
.collapsible-nav,
#credit,
.fa-question-circle,
#footer .collaborators,
#footer .websites,
#header-nav,
#logo,
#nav,
.nav-area ul,
#nav-area-footer,
.noprint,
.play .action,
#search,
.section-actions .actions,
#share,
#subfooter,
#subheader-intro,
#switch-state,
.table-toggler {
    display: none;
}


/* Basics
======================================================================*/
svg { display: block; margin: 0 auto; width: auto !important; }


/* Core layout
======================================================================*/
body,
.c2l, .c2r, .c3l, .c3m, .c3r,
#content,
#content-primary,
#content-secondary,
#content-wrapper,
#footer,
#footer-content,
#header,
#header-content,
.home #content-primary,
.home #content-secondary,
.home #content-wrapper,
.home #subheader,
.home #subheader-primary,
.section-primary,
.section-secondary,
.state-subsections .section-primary,
.state-subsections .section-secondary,
#subheader,
#subheader-content {
    background: none;
    float: none;
    margin: 0;
    max-width: none;
    min-width: none;
    padding: 0;
    width: auto;
}


/* Content
======================================================================*/

/* Filters */
.filters .current { font-weight: bold; }

/* Fixed header */
.fixed-header { display: none; }

/* Footer */
#footer, #footer a, #footer h6 { color: #000; }

/* Header */
#header { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px; }
#logo-print { display: block; }
#logo-print img { display: block; max-width: 475px; width: 100%; }

    /* Subheader */
    .home #subheader, #subheader { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding: 0; }
    #subheader h1 { margin-bottom: 0.5em; }

/* Highcharts */
/*#arrest-placement .highcharts-wrapper { width: 220px; }
.highcharts-wrapper { margin: 0 auto; width: 670px; }*/

/* Legends */
    /* Maps */
    .mini-map-legend .count { background: none !important; border-bottom-width: 25px; color: #000 !important; }

/* Maps */
.map-wrapper::before { display: none; }

/* Navigation */
    /* Area */
    .nav-area.sticky-active { box-shadow: none; padding: 0; position: static !important; top: auto !important; }

/* Play slider */
.play { margin: 0 0 40px 30px; }
.play .slider, .play .play-slider-legend { float: none; }

/* Sections */
.section:last { border: 0; }
.section-actions { page-break-inside: avoid; }

/* State profiles */
#arrest-placement .c3l, #arrest-placement .c3m { float: left; }
#arrest-placement .c3r { float: right; }
#arrest-placement .c3l { margin-right: 3%; }
#arrest-placement .c3l, #arrest-placement .c3m, #arrest-placement .c3r { width: 31%; }
.state-sparkline { font-size: 13px; }
.state-subsections .section-primary { text-align: left; }
