  @charset "UTF-8";
/* CSS Document */
/* NAME: typography2.css */
/* LOCATION: https://luc.edu/media/home/stylesheets/ */

a { color: #680013; }

a:hover, a:focus, a:active, a:visited { color: #680013; text-decoration: none; }
article.content p a{text-decoration:underline; }

h1, h2, h3, h4, h5, h6 {
	font-family: "myriad-pro",Arial,sans-serif;
	font-weight:bold;
	line-height: 1.3; 
	}
h1 { font-size: 28px; padding: 5px 0 0; }
h2 { font-size: 22px; padding: 5px 0; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 12px; }

p {
	font-family: 'Georgia', serif;
	font-size: 16px;
	line-height: 1.7;
	padding: 5px 0;
}

ul, ol, dl {
	margin:0 0 0 30px;
}
ul li, ol li, dl dd {
	font-family: "Georgia", sans-serif;
	font-size: 14px;
	line-height: 1.5;		
	margin-bottom:10px;		
	font-weight: normal;
}
ul li {
	list-style-image:url(/media/lucedu/lucnew/imagesi/li.png);
}
ol {
	font-weight: bold;
}
ol li:before, #page-content article.content ol li:before {
    content: counter(ordered-list-counter, decimal)".";
    counter-increment: ordered-list-counter;
    margin-right: 5px;
    font-weight: bold;
		list-style-type: none !important;
}
ol li{
	font-family: "Georgia", sans-serif;
	list-style-type: none;
	font-weight: regular;	
}
dl dt {
	font-weight: bold;
}
dl dd {
	font-family: "myriad-pro", sans-serif;
	list-style-image:url(/media/lucedu/lucnew/imagesi/li.png);
}

table {
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	font-family: "myriad-pro", sans-serif;
	margin-bottom: 20px;
}
th, .table-striped tbody > tr:nth-child(odd) > th {
	color:#fff;
	background-color:#525252;
	padding:5px;
	font-weight:bold;
	border-right:1px solid #AAAAAA;
}
th:last-child, .table-striped th:last-child {
	border:0px;
}
th,
td {
  padding: 6px 8px;
  line-height: 1.3;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #CCC;
}
th {
  font-weight: bold;
}
thead th {
  vertical-align: bottom;
}

caption + thead tr:first-child th,
caption + thead tr:first-child td,
colgroup + thead tr:first-child th,
colgroup + thead tr:first-child td,
thead:first-child tr:first-child th,
thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #CCC;
}
.table-striped tbody > tr:nth-child(2n+1) > td {
    background-color: #E7E7E7;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

.spacer{
	clear:both; float:left; margin:10px 0 0 0; color:#FFF;
}
.blockquote{
	margin:15px 0 35px 0;
	padding:0;
	font-family:"StagWeb-SemiBold","myriad-pro", sans-serif;
	font-size:15px;
	line-height:28px;
	letter-spacing:.75px;
	color: #666666;
	text-decoration:none;
}
blockquote p {
	margin:0;
	padding:0 20px;
	font-family:"StagWeb-SemiBold","myriad-pro", sans-serif;
	font-size:15px;
	line-height:26px;
	letter-spacing:.75px;
	color: #525252;
	text-decoration:none;
}
blockquote + h4{
	font-size:15px;
	line-height:24px;
}
blockquote p { margin: 15px 0 10px 0; }

p.blockquote-citation {
	margin: 0 0 20px 0;
	padding: 0 20px;
	font-family: "myriad-pro", sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #272727;
	text-align: right;
}
hr { opacity:.3; }

sup, ul li sup {
	font-size:9px; 
	line-height: 12px;
	vertical-align: top;
}
sub, ul li sub {
	font-size:9px; 
	line-height: 12px;
	vertical-align:bottom;
}
p sub {
	font-size:9px; 
	line-height: 9px;
	vertical-align:bottom;
}
table tr td sub {
	font-size:9px; 
	line-height: 9px;
	vertical-align:bottom;
}
table tr td sup {
	font-size:9px; 
	line-height: 9px;
	vertical-align:top;
}
ul.nav li { list-style-image:none; }