body {
	margin: 0;
	color: #000;
	font-family: Arial,sans-serif,Helvetica;
	font-size: 100%;
	line-height: 1.5;
	background:#fff;
	font-weight: 400;
}

html { overflow-y: scroll; }

a {
	text-decoration: none;
	color: #336699;
	transition:color 150ms;
	transition:background 150ms;
}

b,strong { font-weight: 600; }

/*Accessibility*/
.accessible {
	padding: 10px;
	position: absolute;
	left: -9999em;
	background: #fff;
}
.accessible ul {
	text-align: right;
}
.accessible ul li {
	margin: 0 0 0 .5em;
	display: inline;
}
.accessible.noscript {
	position: relative;
	left: 0;
}
/*Header*/
#goldBar {
	float: left;
	position: absolute;
	height: 100px;
	width: 10px;
	z-index: 2;
	background: none repeat scroll 0 0 #FFCC00;
	font-size: 0;
}
#header {
	background: url("../images/background.jpg") no-repeat scroll center top;
	float: none;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
	min-height: 100px;
	padding: 0;
	position: relative;
}
#header .wrap {
	position: relative;
}
#logo {
	width: 207px;
	margin-top:-1px;
	margin-bottom:4px;
	float:left;
}
#logo img {
	max-width: 100%;
	max-height:69px;
}
#bulletintext {
	position: absolute;
	top:27px;
	left:208px;
	color:#fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
	font-size:24px;
}
#bulletintext a {
	color:#fff;
}
.wrap {
	max-width:1024px;
	width:100%;
	margin:0 auto;
}
#mobile-school-name {
	display: none;
}
#mobile-about a {
	display: none;
}
#header .wrap {
	padding:10px 0 0 0;
}
#top-nav {
	float:right;
	width:615px;
	margin-top:-13px;
}
#top-nav ul {
	text-align: right;
}
#top-nav ul li {
	text-transform: uppercase;
	font-size: 10px;
	color: #BBD1E1;
	text-shadow: 1px 1px 1px #000;
	display: inline-block;
}
#top-nav ul li a {
	margin: 0 7px 0 7px;
	color: #BBD1E1;
}
#top-nav ul li:after {
	content: " //";
	color:#FFCC00;
}
#top-nav ul li:last-child:after {
	content: " ";
}
/*Search*/
#search {
	padding: 7px 0 0 0;
	font-size: .75em;
	width: 250px;
	float: right;
	text-align: right;
	margin-top:7px;
}
#search label,
#search-mobile label {
	display: none;
}
#search input[type=text] {
	height:33px;
	padding:0 0 0 10px;
	font-family: 'Open Sans',sans-serif;
	width:175px;
	background: #ececec;
	border-radius:5px 0 0 5px;
	color:#153252;
	border:1px solid #153252;
	border-right:none;
	float:left;
	margin-left:14px;
}
#search input[type=submit] {
	width: 50px;
	height: 35px;
	background: #ececec url('../images/icon-search-input.png') no-repeat center center;
	text-indent: -9999px;
	margin-left:-3px;
	cursor: pointer;
	border-radius:0 5px 5px 0;
	border:1px solid #153252;
	border-left:none;
	float:right;
}
#search-mobile {
	display: none;
	width:100%;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}

#search-mobile input[type=text] {
	padding:0 5px;
}
#search-mobile input[type=submit] {
	background:white;
	margin-left:-4px;
	background: #fff url('../images/icon-search-input.png') no-repeat center center;
	text-indent: -9999px;
	cursor: pointer;
	width:50px;
}

/*Main Nav*/
#mobile-nav-icons {
	display: none;
}
#navigation {
	background: #153252;
	-moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
	text-align: left;
	clear:both;
}
#navigation li {
	font-size: .9em;
	display: inline;
	float:left;
	line-height: 158%;
}
#navigation li a {
	color: #BBD1E1;
	text-transform: uppercase;
	padding: 5px 16px;
	text-shadow: 1px 1px 1px #000000;
	display: inline-block;
	transition: all .2s linear;
	-o-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
}
#navigation li a:hover,
#navigation li a:focus {
	color: #ffcc00 !important;
	background-color: #0e2136;
	text-decoration: none;
}
#hamburger { display: none; }

/*Sidebar*/
#sidebar:before {
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
	max-height: 450px;
	content: "";
	display: block;
	position: absolute;
	width: auto;
	left: 0;
	right: 0;
	top: 0;
	z-index: -1;
}
#sidebar:after {
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
	background: linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
	height: 310px;
	left: -8px;
	right: -8px;
	top: 150px;
	content: "";
	display: block;
	position: absolute;
	width: auto;
	z-index: -1;
}
#sidebar-header {
	background: #153252;
	background: rgba(21, 50, 82, 0.8);
	margin: 0 auto;
	padding: 16px 3px 15px 15px;
	-webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.3);
}
#sidebar-header h1 {
	color: #FFFFFF;
	font-family: 'Univers LT W01 55 Roman', arial;
	font-size: 20px;
	margin: 0;
	text-transform: uppercase;
	padding: 0;
	text-shadow: 1px 1px 3px #000;
	line-height: 99%;
	font-weight: bold;
}
#mobile-sidebar {
	display: none;
}
ul#onthispage {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #153252;
}
#cl-menu {
	background: #fff;
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(247,247,247,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff', GradientType=0 );
	margin: 0 auto;
	min-height: 410px;
	padding: 15px;
}
#onthispage li a {
	font-size: 14px;
}
#cl-menu h1 {
	font-weight: 400;
}
#cl-menu ul.nav li {
	line-height: 110%;
	padding:5px 0;
}
#cl-menu ul.nav > li > ul li:last-child {
	padding-bottom:0;
}
#cl-menu ul.nav li a {
	font-size:14px;
	text-decoration: none;
	color: #336699;
	display: block;
}
#cl-menu ul.nav > li > ul,
#cl-menu ul.nav > li > ul > li > ul {
	display: none;
	padding-left:15px;
}
#cl-menu ul.nav > li.active > ul,
#cl-menu ul.nav > li.active > ul > li.active > ul {
	display: block;
}
#cl-menu > ul.nav > li.active > ul.nav a {
}
#cl-menu > ul.nav > li.active > ul.nav > li.active a {
}
#cl-menu > ul.nav > li.active > ul.nav > li.active > ul.nav > li a {
}
#cl-menu ul.nav > li > a:hover {
	color:#354458;
}
#cl-menu ul.nav li:first-child a {
	border-top:0;
}
#cl-menu li.active.isparent > a:after {
	font-family: FontAwesome;
	content: "\f078";
	margin-left:8px;
	font-size:.7em;
}
#cl-menu li.isparent > a:after {
	font-family: FontAwesome;
	content: "\f054";
	margin-left:8px;
	font-size:.7em;
}
#cl-menu li.self > a,
#cl-menu li.active > a { font-weight: 600; }

/*Footer*/
#footer {
	width: 100%;
	min-width: 100%;
	background: #f2f2f2;
	z-index: 3;
	border-top: 5px solid #ccc;
}
#footer-content .wrap {
	padding:30px 0 30px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#footer-content .footer-col {
	float:left;
	width:33%;
	font-size:13px;
	color:#666;
	line-height: 160%;
}
.footer-col li {
	width:50%;
	float:left;
}
.footer-col h3 {
	color: #153252;
	font-size: 13px;
	text-transform: uppercase;
	line-height: 15px;
	font-weight: bold;
	margin-bottom:5px;
}
#footer-bottom {
	background: #153252;
	min-height: 70px;
	padding: 35px 0px 25px 0px;
	font-size:13px;
}
#footer-logo {
	width:179px;
	height:67px;
	float:left;
	margin-left:10px;
}
#footer a {
	color: #336699;
}
#footer a:hover {
	text-decoration: underline;
}
#bottom-right {
	text-align: right;
	float:right;
	width:500px;
	color:#7893AF;
	text-shadow: 1px 1px 1px #000000;
}
#footer-bottom a {
	color: #7893AF;
	padding: 0 0 10px 20px;
	display: inline-block;
}
/*Tabs*/
#content #tabs {
	margin:15px 0;
}
#content #tabs ul {
	margin:0;
	padding:0;
}
#content #tabs ul li {
	display: inline-block;
	list-style-type: none;
	margin-right:-5px;
}
#tabs ul li a {
	background:#153252;
	display: block;
	padding:7px 18px;
	color:white;
}
#tabs ul li.active a {
	background:#fff;
	color:#153252;
	border-top:3px solid #153252;
	display: block;
	margin-top:-3px;
}
#tabs ul li a:hover {
	text-decoration: none;
}

hr {
	border:0;
	height:1px;
	background:#153252;
	margin-top:-5px;
	margin-bottom:20px;
}

/*Content*/
#content-wrapper {
	width:100%;
	max-width: 1024px;
	margin:20px auto 40px auto;
	color:#666;
}

#page-hero {
	width:100%;
	margin-top:-19px;
	margin-bottom:11px;
}
#page-hero img {
	width:100%;
}

#col-left {
	width:62%;
	padding:0 0 0 10px;
	float:left;
}
#col-right {
	width:330px;
	float:right;
	margin:-68px 10px 0 0;
	position: relative;
	z-index:50;
	display: block;
	z-index:20;
}
/*General Typography*/
h1.page-title {
	color: #153252;
	font-size: 24px;
	text-transform: uppercase;
	padding: 0;
	font-weight: normal;
	margin-bottom:10px;
	line-height: 1.2em;
}
#content a:hover { text-decoration: underline; }
h1,h2,h3,h4,h5,h6 { color:#222; text-transform: uppercase; }
#content p.introtext { font-weight: 600; font-size:.92em; }
#content h1 {font-size: 1.2em; margin: 0 0 .5em 0; font-weight: 400;}
#content h2 {font-size: 1.2em; margin: 0 0 .5em 0; font-weight: 400;}
#content h3 {font-size: 1.0em; margin: 0 0 .25em 0; font-weight: 400;}
#content h4 {font-size: .9em; margin: 0 0 .25em 0; font-weight: 600;}
#content h5 {font-size: .9em; margin: 0 0 .25em 0; font-weight: 600;}
#content h6 {font-size: .9em; margin: 0 0 .25em 0; font-weight: 600;}
#content p, #content dl {font-size: .9em; margin: 0 0 1em 0;}
#content ul {font-size: .9em; list-style: square; margin: 0 0 .5em 25px;}
#content ol {font-size: .9em; list-style: decimal; margin: 0 0 .5em 30px;}
#content ol li, #content ul li {margin: 0 0 .5em 0;}
#content li br {margin: 0 0 .5em 0;}
#content ul li ul, #content ol li ol {font-size: 1em;}
#content ol li ul, #content ul li ol {font-size: 1em;}
#content li p, #content ul table, #content ol table {font-size: 1em;}
#content sup {font-size: .8em; vertical-align: super; line-height: 1;}
#content sub {font-size: .8em; vertical-align: sub; line-height: 1;}
#content hr {display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0;}

/*Nested Ordered Lists*/
#content ol ol {list-style: lower-alpha;}
#content ol ol ol {list-style: lower-roman;}
#content ol ol li:first-child, #content ol ol ol li:first-child {margin-top: .5em;}

/*Nested Unordered Lists*/
#content ul ul li:first-child, #content ul ul ul li:first-child {margin-top: .5em;}

/*Tightlist*/
#content ul.tightlist {list-style: none; margin: 0 0 .5em 0;}
#content ul.tightlist ul {list-style: none; margin: 0 0 0 25px;}
#content ul.tightlist li {margin: 0 0 0 0;}
#content ul.tightlist ul li:first-child, #content ul.tightlist ul ul li:first-child {margin-top: 0;}

/*Blockquotes*/
#content blockquote {margin: 0 0 .25em 0; border-left: 5px solid #ccc; padding: 0 0 0 .5em; font-style: italic;}
#content blockquote p {line-height: 1.5;}
#content blockquote cite {display: block; font-size: .75em;}
#content blockquote cite:before {content: "\2014 \0020";}
#content blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {color: #ccc;}

/*Tables*/
#content table {font-size: .75em; margin: 0 0 1em 0; width: 100%; border: 1px solid #ccc;}
#content th {padding: .3em .75em; vertical-align: top; font-weight: bold; border-bottom: 1px solid #ccc; text-align: left; background: #f1f1f2;}
#content td {border-top: 1px solid #ccc; padding: .3em .75em; vertical-align: top;}
#content td img {vertical-align: top;}
#content td p {margin: 0; font-size: 1em;}

/*Forms*/
#content form {font-size: .75em; margin: 0 0 1em 0;}
#content form input, #content form select {font-size: 1em;}

/*Two Columns*/
#content .cola {
	width: 48%;
	float: left;
}
#content .colb {
	width: 48%;
	float: right;
}

/*Structured Content*/
#content tr.areaheader td,
#content td.areaheader,
#content tr.listsum td,
#content tr.plangridtotal td,
#content tr.plangridsum td {
	font-weight: bold;
}
#content tr.odd {
	background: #f7f7f7;
}
#content tr.orclass td {
	padding-top: 0;
	border-top: none;
}
#content tr.orclass td.codecol {
	padding-left: 2em;
}
#content td.hourscol,
#content th.hourscol {
	text-align: right;
}
#content .hiddencourselist {
	display: none;
}

/*Plan Grid*/
#content .plangridyear th {
	border-top: 1px solid #ccc;
}

/*Footnotes*/
#content .sc_footnotes {
	border: 0;
}
#content .sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content .sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Course Blocks*/
#content p.courseblocktitle {
	margin: 0;
	font-weight: bold;
}

/*Structured Content */
#content table.sc_sctable.certrecognition,
#content table.sc_sctable.tbl_writtenagreements {
	width: 1024px;
	font-size: .7em;
}
#content table.sc_sctable.certrecognition th,
#content table.sc_sctable.certrecognition td,
#content table.sc_sctable.tbl_writtenagreements th,
#content table.sc_sctable.tbl_writtenagreements td {
	padding: .25em;
}
#content table.sc_sctable.certrecognition .column3,
#content table.sc_sctable.tbl_writtenagreements .column5 {
	word-wrap: break-word;
}

/*
#content table.sc_sctable.coopschedule .column2,
#content table.sc_sctable.coopschedule .column3,
#content table.sc_sctable.coopschedule .column4 {
	text-align: center;
}
#content table.sc_sctable.hsprep {
	text-align: center;	
}
#content table.sc_sctable.hsprep .column0 {
	text-align: left;	
}
#content table.sc_sctable.hsprep th {
	padding: 3px;
}
#content table.sc_sctable.hsprep td {
	padding: 3px;
}
#content table.sc_sctable.hsprep tr.lastrow td {
	border-bottom: none;
}
#content table.sc_sctable.textbooksinstruments tr.lastrow td {
	border-top: 1px solid black;
}
#content table.sc_sctable.apcredit {
	text-align: center;	
}
#content table.sc_sctable.apcredit .column0 {
	text-align: left;	
}
#content table.sc_sctable.apcredit th {
	text-align: center;
	padding: 3px;
}
#content table.sc_sctable.apcredit th.column0 {
	text-align: left;
}
#content table.sc_sctable.apcredit td {
	width: 130px;
	padding: 3px;
}
#content table.sc_sctable.apcredit td.column0 {
	width: auto;
}
#content table.sc_sctable.clepexaminations {
	text-align: center;	
}
#content table.sc_sctable.clepexaminations .column0 {
	text-align: left;	
}
#content table.sc_sctable.clepexaminations th {
	text-align: center;
	padding: 3px;
}
#content table.sc_sctable.clepexaminations th.column0 {
	text-align: left;
}
#content table.sc_sctable.clepexaminations td {
	width: 130px;
	padding: 3px;
}
#content table.sc_sctable.clepexaminations td.column0 {
	width: auto;
}
#content table.sc_sctable.ibcredit {
	text-align: center;	
	width: 600px;
	table-layout: fixed;
}
#content table.sc_sctable.ibcredit .column0,
#content table..sc_sctable.ibcredit .column1 {
	text-align: left;	
}
#content table.sc_sctable.ibcredit th {
	text-align: center;
	padding: 3px;
}
#content table.sc_sctable.ibcredit th.column0 {
	text-align: left;
}
#content table.sc_sctable.ibcredit td, .sc_sctable.ibcredit col {
	width: 112px;
	text-align: left;
	padding: 3px 2px 3px 3px;
}
#content table.sc_sctable.ibcredit .column0 {
	width: 80px;
	padding: 3px 2px 3px 3px;
}
#content table.sc_sctable.ibcredit .column1 {
	width: 72px;
	padding: 3px 2px 3px 3px;
}
#content table.sc_sctable.credithours .column1 {
	text-align: center;
	width: 30%
}
*/

#content table.sc_sctable.clepexaminations td.column1,
#content table.sc_sctable.clepexaminations td.column2,
#content table.sc_sctable.clepexaminations td.column3 {
	width: 100px;
}
/*Breadcrumb*/
#breadcrumb ul {
	margin: 0 0 0px 0;
}
#breadcrumb ul li {
	padding: 0 .3em 0 0;
	display: inline;
	font-size:11px;
	color:#333;
}
#breadcrumb ul li a {
	padding: 0 .3em 0 0;
	color: #336699;
}
#breadcrumb ul li:after {
	content:"//";
	margin-left:.3em;
	margin-right:.3em;
}
#breadcrumb ul li:last-child:after {
	content: "";
}
#breadcrumb span.crumbsep { display: none; }

/*A-Z Index*/
#content ul.letternav {
	margin: 0 0 1em 0;
	list-style: none;
}
#content ul.letternav li {
	text-transform: uppercase;
	font-weight: bold;
	float: left;
	margin: 0 1px 1px 0;
}
#content ul.letternav li a,
#content ul.letternav li.inactive {
	padding: .25em .6em;
	color: #fff;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 1em;
	float: left;
	border: none;
	background: #336699;
}
#content ul.letternav li.inactive {
	background: #999;
}
#content ul.letternav li a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#content ul.letternav li a:hover,
#content ul.letternav li a:active,
#content ul.letternav li a:focus {
	background: #FFCC00;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
}
#content img.imgright {
	padding: 0 0 10px 10px;
}

/*Archive Message*/
#content .archive-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Shared Message*/
#content .shared-message p {
	padding: .5em;
	border: 1px solid #ccc;
}

/*Google Search Results*/
#content .gcs-pagination {
	text-align: left;
}
#content .gcs-pagination a,
#content .gcs-pagination .current {
	padding: 5px 12px;
	font-size: 0.75em;
	color: #333;
	text-decoration: none;
	background-color: #f5f5f5;
	background-image: none;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	border: 1px solid #bbbbbb;
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#content .gcs-pagination .current {
	color: #fff;
	background-color: #999;
	background-image: none;
}

/*Google Search Results*/
#content .gcs-url {
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 100%;
}
#content .gcs-total  {
	margin: 0 0 1em 0;
	font-style: italic;
}
#content .gcs-result h3 {
	margin: 0;
}

/*To Top*/
a#totop {
	display: block;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: #153252;
	text-indent: -9999em;
	width:43px;
	height:43px;
	border-radius: 3px;
	-moz-border-radius:3px;
	border:1px solid #FFCC00;
}
a#totop:after {
	content: "\f077";
	font-family: FontAwesome;
	color: white;
	display: block;
	bottom: 9px;
	right: 12px;
	position: absolute;
	z-index: 999;
	text-indent: 0;
	text-align: center;
	font-size: 1.2em;
}

/*Print Popup*/
#print-button {
	display: inline-block;
	padding:5px 10px;
	background:#354458;
	float:right;
	margin-top:8px;
	color:white;
	margin-right:1px;
	font-size:.9em;
}
#print-dialog {
	padding: 0;
	width: 350px;
	background: #fff;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.screen {
	font-size: 100%;
}
#print-dialog .print-header {
	padding: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
}
#print-dialog .print-body {
	padding: 20px 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .print-option a {
	color: #336699;
	font-weight: bold;
}
#print-dialog .buttons {
	padding: 10px;
	background: #336699;
}
#print-dialog .cancel a {
	padding: 5px 12px;
	display: inline-block;
	font-size: 16px;
	line-height: normal;
	color: #333;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	float: right;
	border: 1px solid #ebebeb;
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(white, #e6e6e6);
	background-image: -o-linear-gradient(white, #e6e6e6);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, white), color-stop(1, #e6e6e6));
	background-image: -webkit-linear-gradient(white, #e6e6e6);
	background-image: -ms-linear-gradient(white, #e6e6e6);
	background-image: linear-gradient(white, #e6e6e6);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#print-dialog.noscript {
	display: block;
	position: relative;
}
@media only screen and (max-width: 767px) {
	#print-dialog {
		width: 90%;
	}
}

/* Faculty */
.facultyname {
	font-weight: bold;
	text-transform: uppercase;
}

p.faculty {
	margin-bottom:1em;
}

#facultycontainer div {
	font-size:.8em;
}

/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
.widthfix { box-sizing:border-box; -moz-box-sizing:border-box; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
