@font-face{
	font-family: "Altivo";
	font-weight: 400;
	font-style: normal;
	src: url("../../fonts/Altivo-Regular.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 400;
	font-style: italic;
	src: url("../../fonts/Altivo-Italic.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 500;
	font-style: normal;
	src: url("../../fonts/Altivo-Medium.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 500;
	font-style: italic;
	src: url("../../fonts/Altivo-Medium-Italic.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 700;
	font-style: normal;
	src: url("../../fonts/Altivo-Bold.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 700;
	font-style: italic;
	src: url("../../fonts/Altivo-Bold-Italic.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 900;
	font-style: normal;
	src: url("../../fonts/Altivo-Black.otf") format("opentype");
}
@font-face{
	font-family: "Altivo";
	font-weight: 900;
	font-style: italic;
	src: url("../../fonts/Altivo-Black-Italic.otf") format("opentype");
}
h3 {
	font-size: 20pt;
	line-height: 1.2;
	margin: 0;
}
h4 { font-size: 16pt; }
h5 { font-size: 13pt; }
sup { font-size: 10pt; line-height: 1; }
.author {
	margin-top: 10px;
	margin-bottom: 30px;
}
.cover_page h3 {
	text-align: center;
	margin: -6px 0 12px 0; }
.cover_page img {
	display: block;
	margin: auto;
	margin-bottom: 30px;
	border: 1px solid grey;
}
.cover_page p {
	text-align: center;
	line-height: 1.2;
}
.center_figure p {
	font-size: small;
	margin-left: 13px;
	margin-right: 13px;
	text-align: center;
}
table { border-collapse: collapse; }
#perps td {
	border: 1px solid grey;
	padding: 6px 9px 6px 9px;
	line-height: 1.25;
	vertical-align: top;
}
#perps tr td:first-child{ width: 150px; }
.off td{ background-color: #e0e0de; }
.speaker{ font-weight: bold; }
/*═════════════════════════════ MOBILE SCREENS ══════════════════════════════*/
@media screen and (max-width:669px) {
	body{
		font: normal 14pt sans-serif;
		margin: auto;
		color: #333;
		line-height: 1.75;
		margin-bottom: 50px;
		width: 90%;
	}
	header {
		margin: auto;
		padding: 14px 0px 12px 0px;
		width: 100%;
	}
	header img{
		display: block;
		margin: auto;
		margin-bottom: 12px;
		margin-top: 10px;
		width: 50%;
	}
	#dept_name{
		color: #BA1C21;
		text-align: center;
	}
	h1{
		font-family: "Altivo";
		font-size: 34px;
		font-weight: 500;
		margin: 0;
	}
	h2{
		color: #BA1C21;
		font-family: "Altivo";
		font-size: 40px;
		font-weight: 500;
		line-height: 1;
		margin-bottom: 20px;
		margin-top: 20px;
		text-align: center;
	}
	.center_figure{
		margin: auto;
		width: 90%;
	}
	.center_figure img{ margin: auto; width: 90%; }
	.center_figure p{
		font-size: small;
		margin-left: 13px;
		margin-right: 13px;
		text-align: center;
	}
	.quarter_figure{
		float: left;
		margin-left: 13px;
		margin-right: 13px;
		width: 40%;
	}
	.quarter_figure img{ width: 40%; }
	.quarter_figure p{
		font-size: small;
		margin-right: 13px;
		margin-left: 13px;
		margin-top: 0px;
		text-align: center;
	}
	.right_figure{
		margin: auto;
		width: 90%;
	}
	.right_figure img{ width: 90%; }
	.right_figure p{
		font-size: small;
		margin-left: 13px;
		margin-right: 13px;
	}
}
/*═════════════════════════════ DESKTOP SCREENS ═════════════════════════════*/
@media screen and (min-width:670px) {
	body{
		font: normal 18px "Source Sans Pro", sans-serif;
		margin: auto;
		color: #333;
		line-height: 1.5;
		margin-bottom: 50px;
		width: 960px;
	}
	header {
		border-bottom: 1px solid #cfcfcf;
		height: 104px;
		margin: auto;
		padding: 14px 0px 12px 0px;
		width: 960px;
	}
	header img {
		height: 66px;
		margin: 18px 0 0 20px;
	}
	#dept_name {
		color: #BA1C21;
		float: right;
		height: 104px;
		margin-bottom: 22px;
	}
	h1 {
		font-family: "Altivo";
		font-size: 2.45rem;
		font-weight: 500;
		margin-right: 4px;
		text-transform: uppercase;
	}
	h2 {
		color: #BA1C21;
		font-family: "Altivo";
		font-size: 2rem;
		font-weight: 500;
		margin-bottom: 10px;
		margin-top: 38px;
	}
	.center_figure {
		margin: auto;
		width: 700px;
	}
	.center_figure img { width: 700px; }
	.center_figure p {
		font-size: small;
		margin-left: 13px;
		margin-right: 13px;
		text-align: center;
	}
	.quarter_figure {
		float: left;
		margin-left: 13px;
		margin-right: 13px;
		width: 350px;
	}
	.quarter_figure img { width: 350px; }
	.quarter_figure p {
		font-size: small;
		margin-right: 13px;
		margin-left: 13px;
		margin-top: 0px;
		text-align: center;
	}
	.right_figure{
		float: right;
		margin-left: 20px;
		width: 380px;
	}
	.right_figure img { width: 380px; }
	.right_figure p {
		font-size: small;
		margin-left: 13px;
		margin-right: 13px;
	}
}
