body {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 100%;
	font-weight: 400;
	line-height: 1.5;
	background:#f8f8f8;
}

html { overflow-y: scroll; }

/*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:100%;
	max-width: 70rem;
	box-sizing:border-box;
	padding:0 1rem;
	margin:0 auto;
}
#left-col {
	width: 23%;
	float: left;
	margin:20px 0;
}
#right-col {
	width: 74%;
	float: right;
}

/*Header*/
#header {
	background: #960816;
}
#header .wrap {
	height:74px;
	background:url('../images/vsu-seal.png') no-repeat center;
}
#logo {
	position: relative;
}
#logo a {
	color: #fff;
	font-size: 2em;
	text-decoration: none;
}
img.vsuLogo {
	position: absolute;
	top:0px;
}
img.vsuType {
	position: absolute;
	left:120px;
	top:26px;
}
#logo span.name {
	color:#fff;
	font-size:2.5em;
	display: block;
	font-weight: 600;
	position: absolute;
	left:-9999px;
}
/*Search*/
#search {
	font-size: .75em;
	text-align: right;
	float: right;
	margin-top: 27px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#search label {
	display: none;
}
#search input[type=text] {
	padding: 10px;
	font-family: 'Open Sans', sans-serif;
	height: 25px;
	width: 280px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	font-size: 1.5em;
	line-height: 2em;
}
#search input[type=submit] {
	margin-left: -3px;
	text-indent: -9999em;
	width: 50px;
	height: 45px;
	float: right;
	background: #fff url('../images/search-icon.png') no-repeat center center;
	border-left: 1px solid #efefef;
	cursor: pointer;
	background-size: 30%;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/*Main Nav*/
#navigation {
	background:url('../images/main-nav-bg.png') repeat-x #545454;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.7);
}
#navigation ul {
	width: 600px;
	float: left;
	margin-left:114px;
}
#navigation li {
	font-size: .94em;
	display: inline-block;
}
#navigation li a {
	color: #423d3d;
	padding: .6em .7em;
	text-decoration: none;
	display: block;
	text-shadow:1px 1px 1px #fff;
	transition:background 150ms;
}
#navigation li a:hover,
#navigation li a:focus {
	background: white;
}
#hamburger { display: none; }
#hamburger span { display: none; }
#hamburger:after {
	content: "\f0c9";
	font-family: FontAwesome;
	display: inline-block;
}

/*Sidebar*/
#sidebar {
}
#sidebar h3 {
	padding: 10px 15px;
	font-weight: 500;
	color: white;
	background: #545454;
}
#sidebar h3 a {
	color:#fff;
	text-decoration: none;
}
#cl-menu ul.nav li a {
	padding: 8px 0px 8px 10px;
	font-size: 0.95em;
	color: #444;
	display: block;
	border-top: 2px solid #e2e2e2;
	text-decoration: none;
}
#cl-menu ul.nav ul.nav {
	padding-left:10px;
	margin-top:-8px;
}
#cl-menu ul.nav li:first-child a {
	border-top: 0;
}
#cl-menu li.active.isparent > a:after {
	margin-left: 8px;
	font-family: FontAwesome;
	font-size: .7em;
	content: "\f078";	
}
#cl-menu li.isparent > a:after {
	margin-left: 8px;
	font-family: FontAwesome;
	font-size: .7em;
	content: "\f054";	
}
#cl-menu li.self > a,
#cl-menu li.active > a { font-weight: 600; }

#sidebar-nav-mobile { display: none; height: 0; }

#cl-menu > ul.nav > li.self > a,
#cl-menu > ul.nav > li.active > a,
#cl-menu > ul.nav > li > a:hover,
#cl-menu > ul.nav > li > a:focus {
	font-weight: 600;
	background: #E2E2E2;
}

/*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*/
#content #breadcrumb ul {
	margin:0 0 15px 0;
	padding:0;
}
#breadcrumb ul li {
	font-size: .9em;
	display: inline;
}
#breadcrumb ul li a {
	color:#423d3d;
}
#breadcrumb .crumbsep {
	margin:0 .5em;
}
/*Footer*/
#footer {
	background: url('../images/footer-bg.png') repeat-x #292929;
	margin: 50px 0px 0px 0px;
}
#footer a {
	color:#fff;
	text-decoration: none;
}
#maps {
	width: 30%;
	float: left;
	margin-right:4%;
}
#footer #maps #maps_and_directions .maps {
	width: 100px;
	display: block;
	float: left;
}
#footer #maps #maps_and_directions .directions {
	width: 100px;
	display: block;
	text-align: right;
}
#quick_links {
	width: 41%;
	float: left;
}
#quick_links .title {
	display: block;
	font-size: 18px;
	margin: 20px auto 5px 30px;
	color: #bcbdbf;
}
#quick_links .lists_wrapper {
	margin: 0 auto;
	width: 78%;
}
#quick_links ul, #quick_links ul a {
	display: block;
	list-style: none;
	float: left;
	color: #FFF;
	text-decoration: none;
	font-size: 0.98em;
	margin: 0 1em 0 0;
}
#social {
	width: 17%;
	float: left;
}
#social .button {
	margin: 20px auto;
	height: 81px;
	width: 121px;
	background-image: url('../images/footer-social.png');
	display: block;
	cursor: pointer;
	border: none;
}
#social .button .button_text {
	color: #fff;
	width: 121px;
	text-align: center;
	display: block;
	padding-top: 65px;
	font-size: 14px;
	line-height: 14px;
	cursor: pointer;
}
#social .vstate-logo {
	margin: 0 auto;
	height: 68px;
	width: 90px;
	display: block;
	cursor: pointer;
}
#footer #copyright {
	clear: left;
	width: 100%;
	color: #BCBDBF;
	font-size: 12px;
	text-align: center;
	height: 40px;
	}

/*Content*/
#content-wrapper {
	margin: 20px auto;
	width: 100%;
	max-width: 1000px;	
}

#page-title-wrapper {
	background-image: url('../images/department-header-bg.png');
	background-size:contain;
	min-height: 103px;
}
#page-title-wrapper .wrap {
	position: relative;
}
#content a {
	color: #960816;
	text-decoration: none;
}

/*General Typography*/
h1.page-title {
	padding: 28px 0px;
	margin: 0;
	font-size: 2em;
	font-weight: 500;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:65%;
}
h2,h3,h4,h5,h6 { color:#222; font-weight:500; font-family: Georgia, "Times New Roman", Times, serif; }
#content h2 {font-size: 1.4em; margin: 0 0 .5em 0; }
#content h3 {font-size: 1.2em; margin: 0 0 .25em 0; }
#content h4 {font-size: 1em; margin: 0 0 .25em 0; }
#content h5 {font-size: 1em; margin: 0 0 .25em 0; }
#content h6 {font-size: 1em; margin: 0 0 .25em 0; }
#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 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;}

/*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;
}

/*Tabs*/
#content #tabs {
	margin: 0 0 15px 0;
}
#content #tabs ul {
	margin: 0 0;
}
#content #tabs ul li {
	float: left;
	list-style-type: none;
}
#content #tabs ul li a {
	padding: 7px 18px;
	background: #E2E2E2;
	display: block;
	color:#423d3d;
}
#content #tabs ul li.active a {
	color: white;
	background: #545454;
}

/*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: 2em;
	float: left;
	border: none;
	background: #545454;
}
#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: #555;
}

/*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 {
	display: block;
	color: #fff;
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: url('../images/up.png') no-repeat;
	text-indent: -9999em;
	width: 57px;
	height: 57px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	z-index: 999;
}

/*Print Popup*/
a#print-btn {
	display: block;
	float:right;
}
#print-button {
	margin: 8px 1px 0 0;
	padding: 5px 10px;
	font-size: .9em;
	display: inline-block;
	float: right;
	color: #423d3d;
}
#print-button:before {
	margin-right: 5px;
	content: "\f02f";
	font-family: FontAwesome;
	display: inline-block;
	
}
#print-dialog {
	padding: 0;
	width: 350px;
	text-align: left;
	background: #fff;
	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:#423d3d;
	font-weight: bold;
	text-decoration: none;
}
#print-dialog .buttons {
	padding:10px;
	background: #545454;
}
#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%;
	}
}

/*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 */