/* Print Styles */
@media print {
/* @group HTML */

body {
  background: transparent !important;
  color:black !important;
  margin:0 !important;
  font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: black;
}
h1, h2, h3, h4, h5, h6 {
  page-break-after:avoid;
  page-break-inside:avoid;
  background: transparent !important;
}
img { 
  page-break-inside:avoid;
  page-break-after:avoid;
  background: transparent !important;
}
blockquote, table, pre { 
  page-break-inside:avoid;
  background: transparent !important;
}
ul, ol, dl  { 
  page-break-before:avoid;
  background: transparent !important;
}

/* @end */

/* @group MixaTheme */
article {
  background: transparent !important;
}
.custom-background {
  background: transparent !important;
}
#mixa-tophat{
  display: none;
  background: transparent !important;
}
#mixa-masthead {
  display: none;
  background: transparent !important;
}
#mixa-nav{
  display: none;
  background: transparent !important;
}
.mixa-article-title{
  display: block;
  background: transparent !important;
  color: black;
}
div.mixa-article-title h1{
  display: block;
  background: transparent !important;
  color: black;
}
#mixa-outer {
  display: block;
  background: transparent !important;
}
#mixa-inner {
  display: block;
  background: transparent !important;
}
#mixa-content {
  display: block;
  width: 100%;
  background: transparent !important;
}
span.byline-date{
  width: 100%;
  height: 100px;
  color: black !important;
  background: transparent !important;
}
#mixa-footer {
  display: none;
  background: transparent !important;
}
#mixa-footer-copyright {
  display: none;
  background: transparent !important;
}
hr {
  display: none;
  background: transparent !important;
}
div.nav-links{
  display: none;
  background: transparent !important;
}
div#kids-silo{
  display: none;
}
/* @end */

/* @group WordPress */
.wp-post-image {
  background: transparent !important;
}
.entry-meta{
  display: none;
}
#comments{
  display: none;
}

/* @end */

/* @group Sidebars */
div.col-lg-4 {
  display: none;
}
.ffc-sidebar{
  display: none;
  background: transparent !important;
}
div.arrow-down {
  display: none;
}
ul.resource-attachments {
  display: none;
}
.widget {
  display: none;
}

/* @end */


/* @group Plugins */

#crp_related{
  display: none;
}
.facetwp-pager, .facetwp-sort {
  display: none;
}
/* @end */
}