/* Font declaration to load the custom font */
/*
@font-face {
	font-family: 'Auto1 Regular';
	font-weight: normal;
	font-size: 14px;
	src: url('fonts/Auto1Regular.otf');
}

@font-face {
	font-family: 'Auto1 Bold';
	font-weight: bold;
	src: url('fonts/Auto1Bold.otf');
}

@font-face {
	font-family: 'Auto1 Italic';
	font-style:italic;
	src: url('fonts/Auto1Italic.otf');
}


@font-face {
	font-family: 'Auto1 Bold SmCp';
	font-weight: bold;
	text-transform: uppercase;
	src: url('fonts/Auto1BoldSmCp.otf');
}*/

* {
	color: #000 !important;
	border-color: #000 !important;
	background: transparent !important;
	box-shadow: none !important;
	text-shadow: none !important;
	overflow: visible !important;
	font-family: Georgia !important;
}

a {
	font-weight: normal !important;
	border-bottom: none !important;
}

a[href^="http"]::after {
	content: " ["attr(href)"]";
	text-decoration: underline;
	color: blue;
}

body {
	background: transparent;
	font-family: Georgia !important;
}

header {
	font-family: "Auto1 Bold", 'trebuchet MS', tahoma, verdana, sans-serif;
	font-weight: bold;
	font-style: normal;
	content: "url('../images/print-logo.png')"
}

img.file-icon {
	display: none;
}

hr.print-hr {
	border: none;
	height: 1px;
	background: #000;
	margin: 12pt 0;
}

table {
	border: 1px solid #000 !important;
	border-collapse: collapse;
}

th, td {
	border: 1px solid #ddd !important;
	padding: 5px 8px;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 14pt;
}

h4 {
	font-size: 13pt;
}

blockquote, ul {
	margin: 0 !important;
}

ul,li {
	list-style: square !important;
}

#zone-menu-wrapper,
#zone-dropmenu-wrapper,
#zone-breadcrumbs-wrapper,
#region-sidebar-first,
#region-sidebar-second,
#messages {
	display: none;
}

#section-header {
	width: 255px;
	height: 80px;
	margin-left: 25px;
	display: list-item;
	list-style-image: url("../images/print-logo.png");
	list-style-position: inside;
}

/* Hide sidebars and nav elements */
#toolbar, .wrapper-hp-carousel, .side-menu, #region-landing-column-one,
#region-menu, #region-sidebar-first, #region-sidebar-second, .tabs.admin-tabs,
.embedded-video, .newchild, #zone-footer, .content-bottom-block,
.fa, .contextual-links-wrapper, statistics_counter,
input, select, option, button, label, fieldset,
video, audio, object, embed, iframe, .media-youtube-outer-wrapper,
.view-filters, .horizontal-accent, .vertical-accent {
	display: none !important;
}

table.views-table td a, table.views-table th a, table.views-table th a:link, table.views-table th a:visited, table.views-table td, table.views-table {
	color: #000 !important;
}

#region-content, #zone-content {
	width: auto;
	height: auto;
	margin: 0 !important;
	padding: 0 !important;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;
}

@page {
	margin: 1cm;
}

h1, h2, h3, h4, ul, li {
	page-break-after: avoid;
}

p {
	orphans: 3;
	widows: 3;
}

/* Display Courses */

.views-content-accordion-row {
	border: none !important;
}

.views-content-accordion-teaser,
#region-content .region-inner .block-system-main .programs-offered .programs-list {
	display: block !important;
}

/* Remove Margins */

#region-content .region-inner,
#region-content .region-inner .block.views-content-accordion,
 {
	margin-bottom: 0;
	padding: 0;
}


/* Programs Offerings Block */

#region-content .region-inner .block-system-main .programs-offered {
	float: none;
  margin: 0 0 20px 0px;
  width: 100%;
}
