/* Adding specific styles for printing */

html {
  font-size: 13px;
}

body {
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact !important;
}

.container {
  width: 100% !important;
  max-width: 100% !important;
}


/* Exchange admins pages */
/* Hide the header and footer */
header.exchange-header,
footer.exchange-footer {
  display: none;
}

.exchange-panel .breadcrumbs-nav-container {
  display: none;
}

/* PTG Show page*/
.program-description.rte-field-content p,
.program-description.rte-field-content > div {
  line-height: 18px;
}

.program-description.rte-field-content.large ul li {
  margin-bottom: 4px;
}

.ptg-requirement-container {
  break-inside: avoid;
}

.ptg-total-credits {
  margin-top: 40px;
}

/* Student pages */
footer.student-footer {
  break-inside: avoid;
}

footer.student-footer .footer-column {
  width: 25%;
}
