/* GlOBAL */
h2 {
	border-top: solid 1px rgb(220,220,220);
	padding: 20px 0 0 0;
}
h4 {padding-top: .666em;}
h5 {
    padding-top: .75em;
    font-size: 1em;
}
h6 {font-size: .85em;}
h2, h3, h4, h5, h6 {color: #006a96;font-weight: bold;}
a {
	color: #006a96;
	text-decoration: underline;
}
.navbar-default .navbar-nav > li > a, 
.navbar-default .dropdown-menu > li > a {
    text-decoration: none;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th {
    padding: 15px;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
}
table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}
table>tbody>tr>td, 
table>tbody>tr>th, 
table>tfoot>tr>td, 
table>tfoot>tr>th, 
table>thead>tr>td, 
table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}
th {text-align: left;}
td, th {padding: 0;}
#main-content .container .col-md-12:first-of-type {
    margin-bottom: 30px;
}

/* CONTENT */
#main-content h1:first-of-type {margin: 10px 0px 5px 0;}
.highlight-box {
	clear: both;
	border-top: solid 1px #ececec;
	padding-top: 9px;
}
#main-content .update-date {
    color: #666;
    font-size: 80%;
    padding: 10px 15px;
}
.highlight-box {
	clear: both;
	border-top: solid 1px #ececec;
	padding-top: 9px;
}
.breadcrumb {display: none;}

/* COURSES */
ol > li > .course-list-courses:first-of-type,
ol > li > .course-list-overview:first-of-type { 
    margin-top: 15px 
}
ol > li > ol {
    margin-bottom: 10px;
}
p.course-name {
	font-size: 1em !important; 
	line-height: 1.5em !important;
	font-weight: bold;
	margin-bottom: 0;
	padding-top: .75em;
}
h3.program-overview-subhead-2 {
	font-style: normal;
}
.alphaindex {
	font-size: 1.25em;
	font-weight: bold;
}
.alphaindex a {
	padding: 0 5px 0 0;
}

/* CURRICULUM */
.course-subhead-3 {
	font-size: 14px;
	font-weight: bold;
}
.program-contact-info {
	font-size: 1em;
	line-height: 1.285em;
	padding: 6px 0 0 0;
}
.program-overview-subhead-6 {
	font-weight: bold;
	padding-top: 9px;
}

/* FACULTY */
p.faculty-staff-listing + p.faculty-staff-listing {
	margin-top: -6px;
}

/* DIRECTORY */
#directory {
	padding: 12px 0;
}
#directory ul {
	list-style: none;
	padding: 0;
	border: solid 1px rgb(220,220,220);
	border-radius: 6px;
}
#directory li {
	font-size: 1.5em;
	line-height: 1em;
	padding: 6px 10px 8px 10px;
	border-bottom: solid 1px rgb(220,220,220);
	margin: 0;
}
#directory li a {
	color: #006a96;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
#directory li a:hover {
	color: #004663;
	font-weight: normal;
	text-decoration: none;
	border: none;
}
#directory li ul {
	background: rgb(255,255,255);
	padding: 6px 0 0 0;
	border: none;
	border-radius: 0;
	margin: 6px -10px 0 -10px;
}
#directory li ul li {
	font-size: inherit;
}
#directory li:last-child {
	padding-bottom: 9px;
	border: none;
}
#directory li.group {
	background: rgb(220,220,220);
	padding: 6px 10px 0 10px;
}

/* MISC */
.staging {color: red;}
.italic {
	font-style: italic;
}
p a .instructions {
	color: #bbb;
	font-size: 10px;
}
p a:hover .instructions {
	color: #666;
}
.note,
p.note {
	font-size: 14px;
}
.clear {
	clear: both;
	margin-top: 0.75em;
}
h2.course-disclaimer {
	border: none;
	margin-bottom: 6px;
}
p.course-disclaimer {
	font-weight: bold;
	margin-bottom: 18px;
}
ol.lower-roman {
	list-style-type: lower-roman;
}
.myriad-pro-semibold {
	font-weight: bold;
}
.front-section-scholarship {
	font-style: italic;
}
.course-list-courses {
	font-weight: bold;
}
.course-list-overview {
	font-weight: bold;
	margin-bottom: .375em;
}
.course-descriptions {
}
.sublisting {
	padding-left: 30px;
}
.pdfLink {
	 display: none; 
}
.anchor-parent {
	position: relative
}
.anchor {
	position: absolute;
	top: -180px;
}

@media only screen and (max-width: 598px) { 
	.review-site {
		margin-top: 5px;
	}
}

@media print {
	body {
		width: 100%;
		font-family: "Helvetica Neue", Arial, sans-serif;
		color: #000;
		padding-top: 40px;
	}
	a[href]:after {
	    content: none !important;
	}
	.container {
		width: 86%;
		background-image: none;
		margin: 7%;
		float: none !important;
		padding: 0;
	}
	.container a {
		color: black;
		text-decoration: none;
	}
	.footer {
		display: none;
	}

	
	/* COURSES */
	
	p.course-name {
		font-weight: bold;
		margin-bottom: 0;
		padding-top: 12pt;
	}
	
	
	/* SAMPLE PROGRAMS */
	.sample-program {
		width: 600px;
		border-top: solid 1px black;
		border-right: solid 1px black;
	}
	.sample-program th.year {
	}
	.sample-program th.quarter {
		text-align: center;
	}
	.sample-program td,
	.sample-program th {
		border-bottom: solid 1pt black;
		border-left: solid 1pt black;
		padding-left: 1.5em;
	}.course-name {
		font-weight: bold;
	}
	.note,
	p.note {
		font: 14px "Helvetica Neue", Arial, sans-serif;
	}
}