/* issue with firefox not printing more than 1 page */
.pine {
  /* Removes the gray box around the Contact Us info */
  /* Removes the orange bar above Contact Info */
}
.pine body {
  display: block;
}
.pine .view-group-information table {
  border: 0;
}
.pine #footer {
  border-top-width: 0;
}
.paragraphs-items {
  /* One Column w/ Background removes min height */
  /* Add some spacing and fixing the widths of the three column */
  /* Removes a lot of white space above and below a Two Column paragraph */
  /* Some padding cleanup to get stuff nice and snug to the left */
}
.paragraphs-items .paragraphs-item-paragraph-1-col-clean {
  padding: 1.5em 5%;
}
.paragraphs-items .paragraphs-item-paragraph-1-col {
  min-height: 0;
  display: block;
  /* Stops 1-column text from floating on the right hand side */
  /* Setting the width to 100% for when our 1-column is not already to the left */
}
.paragraphs-items .paragraphs-item-paragraph-1-col .field-items {
  /* Getting the text to center for 1-column */
  text-align: left;
}
.paragraphs-items .paragraphs-item-paragraph-1-col.p-right .content {
  width: 100%;
  float: none;
}
.paragraphs-items .paragraphs-item-paragraph-1-col.p-right .content .field-items {
  padding: 0;
}
.paragraphs-items .paragraphs-item-paragraph-1-col.p-left .content {
  width: 100%;
}
.paragraphs-items .paragraphs-item-paragraph-1-col.p-left .content .field-items {
  padding: 0;
}
.paragraphs-items .paragraphs-item-paragraph-3-col .span4:nth-child(n) {
  margin: 10px;
  max-width: 30%;
}
.paragraphs-items .row-fluid.paragraph-2-col .span6 {
  width: 100%;
  min-height: 0;
}
.paragraphs-items .row-fluid.paragraph-2-col {
  display: block;
}
.paragraphs-items .field-item .field-item,
.paragraphs-items .span12,
.paragraphs-items .span6 {
  padding: 0;
}
.paragraphs-items .paragraph-menu {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
body,
a,
.live-feeds-block abbr[title],
.pine .live-feeds-block .calendar-item .date.calendar .day,
.pine .live-feeds-block .calendar-item .date.calendar .year,
.live-feeds-block .calendar-item .description,
.live-feeds-block .calendar-item .description,
.pine .live-feeds-block .news-item h3.title a strong,
.pine .live-feeds-block .calendar-item .title a strong,
.pine .live-feeds-block .news-item .date,
.pine .live-feeds-block .news-item .news-body,
strong {
  color: black !important;
}
/* Removes padding from below the Contact Us section */
#sidebar-first .region-sidebar-first > div,
#sidebar-second .region-sidebar-second > div {
  padding-bottom: 0;
}
/* Removes parallaxed images */
.parallax-mirror {
  display: none;
}
/* Remove mobile menu.*/
#mobile-icon-menu {
  display: none !important;
}
iframe[src*=mediaspace],
iframe[src*=vimeo],
iframe[src*=youtube] {
  display: none;
}
/*# sourceMappingURL=print.css.map */