/*
  This is a print stylesheet for taxonomy term templates
  like https://archives-staging.nysed.gov/education/lesson-topic-african-americans

  It is inported into the html.tpl.php and page.tpl.php templates

  The taxonomy term template classes use the specific term id's for both staging and production which are 441 and 423

  It is also for two specific content types
  "Learning Activity Primary Source" and "Learning Activity Worsheets"

  It removes the header and about sidebar, and stretches the content to fit the width and
  It also centers images for the content types and removes image and url links

  Unlike many print stylesheets these printouts are meant specifcally for classroom activities
  so the links and image urls are not really wanted
*/
/* line 19, scss/print.scss */
print-breadcrumb {
  display: none;
}

/* The index page of the learning activities */
/* line 25, scss/print.scss */
.page-taxonomy-term-441 .l-header,
.page-taxonomy-term-441 a[href^="https"]::after,
.page-taxonomy-term-441 .l-footer-columns, .page-taxonomy-term-441 .l-footer, .page-taxonomy-term-423 .l-header,
.page-taxonomy-term-423 a[href^="https"]::after,
.page-taxonomy-term-423 .l-footer-columns, .page-taxonomy-term-423 .l-footer {
  display: none;
}

/* a custom pane with a list of links on that page*/
/* line 33, scss/print.scss */
.panel-pane.pane-custom.pane-1 {
  display: none;
}

/* The primay source set pages and the worksheet pages */
/* line 40, scss/print.scss */
.node-type-learning-activity-primary-source img, .node-type-learning-activity-worksheets img {
  width: 70%;
  page-break-inside: avoid;
  break-inside: avoid;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 49, scss/print.scss */
.node-type-learning-activity-primary-source a, .node-type-learning-activity-worksheets a {
  font-weight: bold;
}

/* line 53, scss/print.scss */
.node-type-learning-activity-primary-source .panel-col-first75, .node-type-learning-activity-worksheets .panel-col-first75 {
  width: 100%;
}

/* line 57, scss/print.scss */
.node-type-learning-activity-primary-source .l-header,
.node-type-learning-activity-primary-source a[href^="http"]::after,
.node-type-learning-activity-primary-source .panel-col-last25,
.node-type-learning-activity-primary-source .l-footer-columns,
.node-type-learning-activity-primary-source .l-footer, .node-type-learning-activity-worksheets .l-header,
.node-type-learning-activity-worksheets a[href^="http"]::after,
.node-type-learning-activity-worksheets .panel-col-last25,
.node-type-learning-activity-worksheets .l-footer-columns,
.node-type-learning-activity-worksheets .l-footer {
  display: none;
}

/* line 66, scss/print.scss */
.l-main:after {
  content: "From the New York State Archives - http://www.archives.nysed.gov";
}

/*# sourceMappingURL=print.css.map */
