/*** Print stylesheet for course schedule  ***/

@media print {

  @page {
    size: letter;
    margin: 0.375in 0.5in;
  }

  body
  {
      font-size: 0.85rem;
      line-height: 1.2rem;
  }

  p {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }

  a {
      color: var(--link-color);
      font-weight: normal;
      font-size: 0.85rem;
  }

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

  a, a:visited {
    text-decoration: none;
  }

  h1 {
    font-size: 1.75rem;
    line-height: 2.5rem;
    letter-spacing: normal;
  }

  h2,
  .columnBlock h2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: normal;
  }

  .printIcon {
    display: none;
  }

  header, footer,
  .viewMoreContainer,
  .register-block,
  .button,
  .standardLink {
    display: none;
  }

  .hero-section3 .hero-section-text {
    flex-direction: column;
    width: 70%;
}

  .hero-section3 .hero-section-text h1 {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .hero-section3 .hero-section-text p {
    font-size: 1.0rem;
    line-height: 1.25rem;
  }

  .accordion-content {
  display:block;
  border: none;
  }

  .accordion-title {
    /* padding: 1.8rem 2rem; */
    padding: 0;
}

  .accordion-title::before {
    display: none;
  }

  :last-child>.accordion-content:last-child {
    border-bottom: none;
  }

  .mediaComponentContainer.smallIcon .image img {
    filter: none;
  }

  .courseCatGrid .columnBlock {
    width: 100%;
    text-align: left;
    margin-bottom: 0;
  }

  .categoryHeader,
  .filterContainer {
      display: none;
  }

  .courseCatGrid .imageBlock {
    box-shadow: none;
    border: none;
  }

  .imageBlockContent {
    height: auto !important;

  }

  .imageBlockContent p {
    font-size: 0.85rem;
  }

  .imageBlockContent h2 a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
    font-size: 1.4rem;
    font-weight: bold;
  }

  .courseCatGrid .imageBlockContent h2 {
    padding: 0;
}

  .section-divider {
    border-bottom: none;
  }

  .course-subtitle, p, li {
    font-size: 0.85rem;
    letter-spacing: .33px;
    line-height: 1.3rem;
    margin-bottom: 0.6rem;
  }

  li {
    margin-bottom: 0;
  }

  .viewMoreContainer {
    display: none !important;
  }

  .courseContainer {
  font-size: 0.85rem;
  }

  .courseGroup {
  page-break-inside: avoid;
  }

  .courseColumn {
    border-bottom: none;
    margin-bottom: 0.5rem;
    padding-bottom: 0;
  }

  .courseHeader {
      display: none;
  }

  .article-summary .printHeader {
      display: flex;
  }

  div.courseLayout div.printHeader {
    font-weight: bold;
    margin-top: 0.5rem;
  }

  div.courseLayout div.courseContainer:nth-child(4n+1) {
  padding-top: 1rem;
  }

  div.courseLayout div.courseContainer:nth-child(4n-1) {

  }

  div.courseLayout div.courseContainer:nth-child(4n-1) {
    padding-bottom: 0.5rem;
    margin-top: 1.0rem;
  }

  div.courseLayout div.courseContainer:nth-child(4n-1) .courseColumn {
  }

  div.courseLayout div.courseContainer.showHeader {
    margin-top: 0.25rem;
    page-break-before: initial;
  }

  div.courseLayout div.printHeader:last-child {
  page-break-after: initial;
  }

  .courseContainer:first-child .courseColumn {
    /* margin-right: 0.25in; */
    border-bottom: 1px solid #000;
    border-top: none;
  }

  .printHeader .courseColumn,
  .printHeader .roleColumn,
  .printHeader .courseTimesColumn {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #000;
  }

  .courseContainer:nth-child(2) > div {
    border-top: none;
  }

  .courseDescription .show-for-small-only {
    display: none;
  }

  section.courseHeadingSection {
    padding-bottom: 0;
    padding-top: 1.0rem;
    position: relative;
    margin-top: 1rem;
  }

  .courseHeadingSection .row p {
      font-size: 0.85rem;
    }

  .courseDescription > div {
    margin-bottom: 0.4rem;
  }

  .appliedFilterBlock {
      justify-content: flex-start;
  }

}
