/**
* @file
* Print.
*
*/
/**
* @file
* Styling for print.
*
*/
/* @common */
header,
footer,
.region-service-links {
  display: none;
}

.navigation {
  display: none;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.full-height-row [class*="full-height"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.panels-ipe-handlebar-wrapper,
.panels-ipe-placeholder,
.panels-ipe-empty-pane,
.pane-navigation-links,
.pane-education-page-download-pdf {
  display: none;
}

.header {
  height: 120px;
}

.node-type-education-page .panel-pane.pane-what-you-learn .pane-section-body ul li:before,
.node-type-education-page .panel-pane.panel-pane.pane-entry-requirements .pane-section-body ul li:before,
.node-type-education-page .panel-pane.panel-pane.pane-what-can-become .pane-section-body ul li:before {
  content: normal !important;
  font-family: 'FontAwesome';
  font-weight: 800;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

.node-type-education-page .panel-pane.pane-what-you-learn .pane-section-body,
.node-type-education-page .panel-pane.panel-pane.pane-entry-requirements .pane-section-body ul,
.node-type-education-page .panel-pane.panel-pane.pane-what-can-become .pane-section-body ul {
  list-style-type: disc !important;
  line-height: 1;
}

.footer-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.header {
  height: 160px;
  margin-bottom: 10px;
}

#logo img {
  margin-top: 0;
}
