@media print{

body {
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 100%;
	line-height: 1.5;
	color: #000;
	background: #fff;
}



.wrap,
#printlogo,
#text-panel {
	display: block;
}

.page-template-page-course #printlogo{
	display: none;
}

#access,
#header-wrapper,
#nav-section,
#content-container .aside,
#footer, .outer-banner-page {
	display: none !important;
}

.page-break{
    page-break-before: always;
  }
  .wrap{
    width: auto !important;
	padding: 0;
  }
  .outer-banner-page, p#breadcrumbs, .sidebar, .outer-header, .course-content, #text-panel h1, .print-button, .outer-footer, .gov-funded{
    display: none;
  }
  #printlogo{
    max-width: 30%;
  }
  #text-panel h1 span{
    color: #f58220;
    display: block;
    font-size: 22pt;
    margin-bottom: 20px;
    position: absolute;
    top: 120px;
    left: 0;
  }
  #text-panel p, #text-panel ul{
    font-size: 7.5pt !important;
    line-height: 1.1 !important;
  }
  #text-panel li{
    list-style-type: square !important;
  }
  .course-section{
	  page-break-inside: avoid;
  }
  h3.clickable + div{
    display: block !important;
    border-bottom: none !important;
	padding: 0 0 0.5cm 0 !important;
	page-break-inside: avoid;
  }
  h3.clickable{
    border: 0 none !important;
    padding: 0 !important;
    background: none !important;
    color: #f58220 !important;
    text-transform: uppercase;
	font-size: 10pt !important;
	margin-bottom: 0.25cm !important;
  }
  #text-panel .print-content h1{
	  display: block;
	  margin: 0 0 0.5cm 0;
	  font-size: 12pt !important;
	  padding: 0;
	  line-height: 1.2;
	  text-align: center;
  }
  .print-content, #print-footer{
    display: table;
  }
  .print-content td{
	padding: 0;
  }
  .print-content .logos{
	  display: table;
  }
  .print-content .logos div{
	  width: 50%;
	  vertical-align: top;
	  padding-bottom: 0.5cm;
	  display: table-cell;
  }
  .print-content .logos div:nth-child(2){
	  text-align: right;
  }
  .print-content .logos div:nth-child(1) img{
	max-width: 70%;
  }
  .print-content .logos div:nth-child(2) img{
	  max-width: 40%;
	  margin-bottom: 0.25cm;
  }
  .print-footer-spacer{
	  height: 1.5cm;
  }
  #print-footer{
	  display: table;
    border-top: 1px solid #ccc;
    padding-top: 0.25cm;
    font-size: 8pt !important;
	text-align: center;
	width: 100%;
	height: 1.5cm;
  font-family: 'Open Sans', sans-serif;
  }
  #print-footer a{
	  color: black;
	  text-decoration: none;
  }
  #print-footer .rto{
    font-weight: bold;
  }
  #print-footer .rto span{
    color: #f58220;
  }
  #print-footer td{
    width: 33.333%;
  }
  #print-footer .locations strong, #print-footer .locations a{
    color: #f58220 !important;
  }
  #print-footer .org-info{
    font-weight: bold;
  }
  #print-footer .org-info span{
    color: #f58220 !important;
  }

}

@page{
	margin: 1.5cm 1.5cm 1.5cm 1.5cm;
}