/* Print Style Sheet */

*,
*::before,
*::after {
    background: transparent !important;
    color: #000 !important; /* Black text on white background */
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    margin: 0;
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.4;
}


@page {
    margin: 1.5cm;
}

img {
    max-width: 100% !important;
    height: auto !important;
}

#resetPixelContainer,
.social-share-links,
#sidebar,
#footer,
#admin_bar,
#previous_next_stories,
.masthead,
.aba_toolbar,
.story_social_buttons,
.leaderboard,
.comment_corral,
.related_stories,
.navbar,
.toolbar,
#nav-main-container,
#nav-main-collapsed,
.adsbygoogle,
.footer-wrap,
nav,
aside,
footer,
button,
form,
input,
textarea,
script,
noscript {
    display: none !important;
}

#story_page_body,
#article-container{
    width: 100%;
}

a[href]:after {
    content: none;
}

a {
    color: #000;
    text-decoration: underline;
}


p a {
    word-wrap: break-word;
}

#story_page_body a:after {
    content: " (" attr(href) ")" !important;
    font-size: 70%;
}

#story_page_body p{
    font-size: 14pt;
    line-height: 1.3;
}

#copyright{
    color: #666;
}

h1, h2, h3 {
    page-break-after: avoid;
}



table {
    width: 100%;
    border-collapse: collapse;
}

th,
td {
    border: 1px solid #000;
    padding: 4px;
}

.print-only {
    display: block;
    width: 200px;
    margin: 0 auto 1em;
}



/* Bootstrap stuff */
[class*="col-"] {
    float: left;
    box-sizing: border-box;
}

.row::after {
    content: "";
    display: table;
    clear: both;
}

.col-lg-1 { width: 8.3333%; }
.col-lg-2 { width: 16.6667%; }
.col-lg-3 { width: 25%; }
.col-lg-4 { width: 33.3333%; }
.col-lg-5 { width: 41.6667%; }
.col-lg-6 { width: 50%; }
.col-lg-7 { width: 58.3333%; }
.col-lg-8 { width: 66.6667%; }
.col-lg-9 { width: 75%; }
.col-lg-10 { width: 83.3333%; }
.col-lg-11 { width: 91.6667%; }
.col-lg-12 { width: 100%; }

.row {
    margin-left: 0;
    margin-right: 0;
}


.main-content > .col-md-8 {
    width: 100%;
}

.featured-page .quote-block {
    border: none;
}
.featured-page .quote-block .quote-block-content {
    padding: 0 5rem;
}