body {
	color: #444;
	font-family: 'Montserrat', sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1;
	background: #fff;
}

html { overflow-y: scroll; }

.vcu-branding-bar {
    z-index: 100 !important;
}

/*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;
}

/*Core Layout*/
.wrap {
	width:96%;
	max-width: 980px;
	margin:0 auto;
}
#left-col {
	width: 28%;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#right-col {
	width: 69%;
	float: right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

/*Header*/
#header a {
	text-decoration: none;
}
#header-top {
	background-color:#000;
}
#header-top .wrap {
	max-width: 982px;
}
#header-top h1 {
	margin: 0;
	padding: 0;
}
#header-top h1 a {
	text-indent: -9999px;
	display: block;
	width: 804px;
	height: 60px;
	background: url(/images/vcubrand.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
	text-decoration: none;
	border: 0;
}
#header-top h2 {
	margin: 0;
	padding: 0;
	float: right;
	display: none;
}
#header-top h2 a {
	text-indent: -9999px;
	display: block;
	width: 109px;
	height: 31px;
	background: url(../images/makeitreal.gif) no-repeat;
	margin: -37px 40px 0 0;
	padding: 0;
	text-decoration: none;
	border: 0;
}
#header-main {
	background: #515151;
	color: #fff;
	padding: 15px 0;
}
#header-main a {
	color:#fff;
}
#bulletin-edition {
	width: 50%;
	float:left;
	padding:0 15px;
	position: relative;
	box-sizing:border-box;
}
#bulletin-edition span.cat-title {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	margin: 5px 0 0;
	display: block;
	line-height: 1;
}
#bulletin-edition span.subtitle {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 21px;
	line-height: 1;
}

#quicklinks {
	width:16.66667%;
	margin-left:8.33333%;
	float:left;
	padding:0 15px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.quick-dropdown {
	background: #3b3b3b url('/images/icon-arrow-down.png') 110px center no-repeat;
	border-radius: 1000px;
	font-size: 14px;
	padding: 7px 12px;
	position: relative;
	max-width: 150px;
	cursor: pointer;
}
.quick-dropdown > ul {
	display: none;
	position: absolute;
	left: -1px;
	top:27px;
	background: #fff;
	margin: 10px 0 0;
	padding: 0;
	border-top: none;
	min-width: 100%;
	z-index: 40;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, .1), -5px 5px 5px rgba(0, 0, 0, .1), 5px 5px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, .1), -5px 5px 5px rgba(0, 0, 0, .1), 5px 5px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 5px 5px rgba(0, 0, 0, .1), -5px 5px 5px rgba(0, 0, 0, .1), 5px 5px 5px rgba(0, 0, 0, .1);
}
.quick-dropdown ul li a {
	width: 100%;
	cursor: pointer;
	min-height: 18px;
	line-height: 18px;
	margin: 0;
	white-space: nowrap;
	list-style: none;
	display: block;
	color: #555 !important;
	font-weight: 400;
	padding: 8px 14px;
	text-align: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.quick-dropdown > ul ul {
	margin: 0 0 0 15px;
	display: none;
}
.quick-dropdown ul li a:hover {
	background-color: #f8b800;
	color: #222;
}



#logo {
	width: 265px;
}
#logo a {
	color: #fff;
	font-size: 2em;
	text-decoration: none;
}
#logo span.name {
	color:white;
	font-size:2.5em;
	display: block;
	font-weight: 600;
}
/*Search*/
#mobile-search,a#search-mobile {
	display: none;
}

#search {
	float:right;
	width:25%;
	padding:0 15px;
	position: relative;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#search label,
#mobile-search label {
	display: none;
}
#search input[type=text] {
	font-family: inherit;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	display: block;
	font-size: 14px;
	margin: 0 0 12px 0;
	padding: 6px;
	width: 100%;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
	background: #3b3b3b;
	padding-left: 35px;
	color: #fff;
	height: 27px;
	border: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	outline: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#search input[type=text]:focus {
	border: 1px solid #fff;
}
#search ::-webkit-input-placeholder,
#mobile-search ::-webkit-input-placeholder {
	padding-top:2px;
}
#search :-moz-input-placeholder,
#mobile-search :-moz-input-placeholder {
	padding-top:2px;
}
#search button.submit {
  width: 25px;
  height: 27px;
  background: none;
  cursor: pointer;
  position: absolute;
  left: 20px;
  top: 0px;
  color: #fff;
  background: none;
}

/*Main Nav*/
#navigation {
	background: #f8b800;
}
#navigation li {
	border-right:1px solid #c69300;
	float:left;
	position: relative;
}
#navigation li a {
	color: #222;
	font-family: 'Open Sans Condensed', sans-serif;
	font-style: normal;
	font-weight: 700;
	padding: 1em;
	text-align: center;
	text-transform: uppercase;
	display: block;
	text-decoration: none;
	font-size:1em;
}
#navigation li a:hover,
#navigation li.active a:hover,
#navigation li a:focus,
#navigation li.active a:focus {
	color:#000;
	background: #E0E0E0;
}
#navigation li.active a {
	background:#fff;
}

body.homepage #navigation li#home a,
body.regs #navigation li#regs a,
body.graduate #navigation li#grad a,
body.undergraduate #navigation li#ugrad a,
body.professional #navigation li#professional a,
body.azcourses #navigation li#azcourses a,
body.azprograms #navigation li#azprograms a,
body.archive #navigation li#archive a {
	color:#000;
	background:#fff;
}

#hamburger { display: none; }
#hamburger span { display: none; }
#hamburger:after {
	content: "\f0c9";
	font-family: FontAwesome;
	display: inline-block;
}

/*Sidebar*/
#mobile-sidebar-nav {
	background: #eef2f3;
	color:#000;
	padding:15px 10px;
	cursor: pointer;
	display: none;
}
#mobile-sidebar-nav:before {
	content:"\f0c9";
	font-family: FontAwesome;
	margin-right:10px;
}
#cl-menu {
	background: #eef2f3;
	padding:35px 0 30px;
}
#cl-menu li {
	line-height: 16px;
	font-size:14px;
	line-height: 1.5;
}
#cl-menu ul.nav li a {
	color: #222;
	font-weight: 400;
	text-decoration: none;
	display: block;
	padding:5px 10px 5px 20px;
}
#cl-menu ul.nav li a:hover,
#cl-menu ul.nav li a:focus {
	text-decoration: underline;
}
#cl-menu ul.nav li.active {
	margin-bottom:6px;
}

/*First Level*/
#cl-menu > ul.nav > li.active {
	background:#377790;
	color:#fff;
}
#cl-menu > ul.nav > li.active > a {
	color:#fff;
	padding:9px 10px 9px 20px;
}

/*Second Level*/
#cl-menu > ul.nav > li.active > ul.nav {
	background:#d7e4e9;
	margin-left:20px;
	margin-top:-5px;
}
#cl-menu > ul.nav > li.active > ul.nav > li.active {
	background:#afc9d3;
	border-bottom:1px solid #afc9d3;
}
#cl-menu > ul.nav > li.active > ul.nav > li.active > a {
	color:#1c4a5a;
	padding:9px 10px 9px 20px;
}

#cl-menu > ul.nav > li.active > ul.nav > li:not(.active) {
	display: none;
}
#cl-menu > ul.nav > li.self > ul.nav > li:not(.active) {
	display: block;
}

/*Third Level*/
#cl-menu > ul.nav > li.active > ul.nav > li.active ul.nav {
	background:#e9f0f3;
	margin-left:20px;
	padding:1px 0 4px;
}
#cl-menu > ul.nav > li.active > ul.nav > li.active > ul.nav li.self > a {
	text-decoration: underline;
	color:#2e6377;
}

#sidebar-nav-mobile { display: none; height: 0; }

/*OnThisPage Sidebar*/

#sidebar-otp {
	background:#fff;
	margin:15px 0;
	padding:0 0 1em 0;
}
#sidebar-otp div.otp-title {font-size: 1em; margin: 0 0 .25em 0; font-weight: 600; background: #354458; padding:10px 15px; color:#fff; }
#sidebar-otp p {font-size: .85em;}
#sidebar-otp ul {font-size: .85em; list-style: disc; margin: 0; padding:0 .4em 0 1em;}
#sidebar-otp ul li ul {font-size: 1em; margin: 0 0 .5em .5em;}
#sidebar-otp ul li ul li ul li { list-style-type: circle; }
#sidebar-otp ul li:first-child, #sidebar ul ul li:first-child {margin-top: .5em;}
#sidebar-otp  p.divider {
    border: dashed 1px #AAA;
    margin: 5px 0px;
}
#sidebar-otp sub {
    font-size: 0.6em;
    font-style: italic;
}
#sidebaredit, .onthispageedit {
    text-decoration: none;
}
#sidebar-otp ul li {
	list-style-type: none;
	font-weight: 600;
}
#sidebar-otp ul li ul li {
	list-style-type:disc;
	font-weight: normal;
}

/*OnThisPage Inline */
.onthispage .otp-title {
	font-weight:600;
	margin-bottom:5px;
}
#content .onthispage ul {font-size: .85em; list-style: disc; margin: 0; padding:0 .4em 0 1em;}
#content .onthispage ul li ul {font-size: 1em; margin: 0 0 .5em .5em;}
#content .onthispage ul li ul li ul li { list-style-type: circle; }
#content .onthispage ul li {
	list-style-type: none;
	font-weight: 600;
}
#content .onthispage ul li ul li {
	list-style-type:disc;
	font-weight: normal;
}

/*Breadcrumb*/
#breadcrumb {
	width:77%;
	width: calc(100% - 215px);
}
#breadcrumb ul {
	margin: 0 0 15px 0;
}
#breadcrumb ul li {
	padding: 0 .5em .3em 0;
	font-size: .8em;
	float:left;
	font-weight: 300;
}
#breadcrumb ul li a {
	color:#fff;
	text-decoration: none;
}
#breadcrumb .crumbsep {
	font-size:.8em;
	margin-left:0.5em;
}

/*Footer*/
#footer {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	font-size: 13px;
	line-height: 20px;
	padding: 30px 0 20px;
	margin-top:50px;
}
#footer a {
	color: #f8b800;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .col {
	width: auto;
	float: none;
	line-height: 16px;
	padding:0 15px;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#footer p.address {
	line-height: 1.8;
	margin-bottom: 15px;
}
#footer p:not(.address) {
	margin-bottom: 4px;
}
span.date-right {
	float: right;
}

#foot-logo {
	display: none;
	text-align: center;
	width:100%;
	clear:both;
	height:50px;
	position: relative;
	margin-top:30px;
}
#foot-logo h1 a {
	text-indent: -9999px;
	display: block;
	width: 280px;
	height: 30px;
	background: url(/images/makeitrealFooter.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
}
#foot-logo h2 a {
	text-indent: -9999px;
	display: block;
	width: 280px;
	height: 15px;
	background: url(/images/vcubar-footer.gif) no-repeat;
	margin: 0 auto;
	padding: 0;
}

/* Page Intro */
#page-intro {
	background: #666;
	color: #fff;
}
#page-intro .wrap {
	background: #494949;
	padding: 10px 35px 20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	position: relative;
}
#page-intro h1 {
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size:2em;
	color: #f8b800;
	margin: 30px 0 15px;
	padding:0;
}

/*Content*/
#content-wrapper {
	margin: 20px auto;
	width: 100%;
	max-width: 1000px;
}

#content a {
	color: #007096;
	font-weight: 700;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: underline;
}

/*General Typography*/
#content {
	padding-top: 30px;
	line-height: 1.5;
}
h2,h3 { font-family: 'Open Sans', sans-serif; font-style: normal; font-weight: 300; }
#content h2 {
	font-size: 28px;
	margin: 25px 0 10px;
}
#content h2:first-child {
	margin-top:0;
}
#content h3 {
	font-weight: 700;
	border-bottom: 1px solid #ccc;
	margin: 25px 0 10px;
	padding-bottom: 5px;
	font-size: 1.1em;
}
h4,h5,h6 {
	font-family: 'Open Sans', sans-serif; font-weight: 700;
}
#content p, #content dl {font-size: .9em; margin: 0 0 1em 0;}
#content p.introtext { font-weight: 600; font-size:.92em; }
#content ul {font-size: .9em; list-style: disc; margin: 0 0 .5em 25px;}
#content ol {font-size: .9em; 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:not([type]) {list-style: decimal;}
#content ol ol:not([type]) {list-style: lower-alpha;}
#content ol ol ol:not([type]) {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;}
#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 tr:not(.plangridterm) th { background:#515151; font-size:1.1em; color:#fff; }
#content td {border-top: 1px solid #ccc; padding: .3em .75em; vertical-align: top;}
#content td img {vertical-align: top;}
#content td p, #content td li {margin: 0; font-size: 1em;}
/* #content table thead tr.hidden {position: static; left:auto;} */

/*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;
	background:#515151;
	color:#fff;
	font-size:1.1em;
}

#content table.sc_plangrid .codecol {
	width:18%;
}

/*Footnotes*/
#content table.sc_footnotes {
	border: 0;
}
#content table.sc_footnotes td {
	padding: 0 0 .75em 0;
	border: 0;
}
#content table.sc_footnotes td.symcol {
	width: 15px;
	font-size: .8em;
}

/*Course Blocks*/
#content p.courseblocktitle {
	margin: 0;
	font-weight: bold;
}

#content .courseblock span.videolink {
	font-size:0;
	float:right;
	margin-right:22px;
}
#content .courseblock span.videolink img {
	width:auto;
	height:14px;
}

#content span.plangridvideo {
	font-size:0;
	padding-left:5px;
}
#content span.plangridvideo img {
	width:auto;
	height:12px;
	margin-top:2px;
}

#videowindow {
	width:720px;
	height:432px;
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.75);
}
#videowindow.screen {
	border:4px solid #F8B800;
	padding:0;
}
#closebutton {
	width:30px;
	height:30px;
	position: absolute;
	top:-15px;
	left:-15px;
	background:rgba(255,255,255,.8);
	border-radius: 50%;
	text-align: center;
	text-decoration: none;
	color:#000;
}
#closebutton:before {
	content:"\f00d";
	font-family: FontAwesome;
	line-height: 30px;
}
#closebutton span { display: none; }
#videoplayer {
	height:432px;
}

.lfjsbubblemain span.videolink,
.lfjsbubblemain span.plangridvideo {
	display: none;
}

/*Tabs*/
@media(min-width:768px) {
	#tabs ul {
		margin: 0;
	}
	#tabs ul li {
		list-style-type: none;
		margin:0;
		width:100%;
		text-align: right;
	}
	#tabs ul li a {
		color:#fff;
		padding: 12px 18px;
		background: #377790;
		display: block;
		font-family: 'Montserrat';
		text-decoration: none;
		font-weight: 400;
		font-size:.9em;
		position: relative;
	}
	#tabs ul li.active a:after {
		content:"";
		background:#1c4a5a url('/images/icon-arrow-right.png') no-repeat center center;
		position: absolute;
		top:0;
		bottom:0;
		right:0;
		width:30px;
	}
	#tabs ul li.active a {
		padding-right:35px;
		background: #1c4a5a;
	}
	#tabs ul li a:hover,
	#tabs ul li a:focus {
		background: #1c4a5a;
	}
}

.lfsharedcontent {
	clear:none !important;
}
/*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: #494949;
}
#content ul.letternav li.inactive {
    background:#6f6f6f
}
#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: #F8B800;
	color:#000;
}

/*Image Floats*/
#content img.imgleft {
	padding: 0 10px 10px 0;
	float: left;
}
#content img.imgright {
	padding: 0 0 10px 10px;
	float: right;
}

/*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;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-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 {
	background: url('/images/gotop.png') no-repeat scroll 0 0 transparent;
	bottom: 55px;
	display: block;
	height: 58px;
	overflow: hidden;
	position: fixed;
	right: 25px;
	text-indent: -999em;
	width: 58px;
	z-index: 999;
}
a#totop span {
	font-size:0;
}

/*Print Popup*/
a#print-btn {
	display: block;
	position: absolute;
	bottom:0;
	right:0;
}
#print-button {
	padding: 8px 10px;
	font-size: .9em;
	color: #000;
	background: #f8b800;
	float: right;
}
a#print-btn:focus #print-button,
#print-button:hover {
	opacity: .9;
}
#print-button:before {
	margin-right: 5px;
	content: "\f02f";
	font-family: FontAwesome;
	display: inline-block;

}
#print-dialog {
	padding: 0;
	width: 450px;
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 1.5;
}
#print-dialog.screen {
	font-size: 100%;
}
#print-dialog .print-header {
	padding: 10px;
	font-size: 1.5em;
	border-bottom: 1px solid #ccc;
	background:#515151;
	color:#fff;
}
#print-dialog .print-body {
	padding: 20px 10px;
}
#print-dialog .print-option {
	padding: 0 0 10px 0;
	font-size:.9em;
}
.option-head a {
	color:#000;
	text-decoration: none;
	text-transform: uppercase;
}
#print-dialog .print-option p {
	margin: 0;
}
#print-dialog .buttons {
	padding: 10px;
	background:#F8B800;
}
#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%;
	}
}

/* Related Programs */
.relatedprogs {
	clear:both;
	margin-top:1.5em;
	border:1px solid #666;
	background:#fafafa;
}
.progshdr {
	background:#666;
	color:#fff;
	padding:.5em;
}
#content ul.progslist {
	padding:1em;
	margin:0;
}
#content ul.progslist li {
	list-style-type: none;
	border-bottom:1px solid #ddd;
	padding:0.5em 0;
	margin:0;
	font-size: 0.9em;
}
#content ul.progslist li:first-child {
	padding-top:0;
}
#content ul.progslist li:last-child {
	border-bottom:0;
	padding-bottom:0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*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 */

div.sc_footnotes .footnote  .symcol, 
div.sc_footnotes .footnote .notecol {
	display:inline-block;
	vertical-align: top;
	min-width:.75rem;
	max-width:calc(100% - 1rem);
	font-size:12px;
}
