/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
	background:#FFFFFF;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #fff;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 2px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
	clear:both;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
#footer-container footer  { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
   @charset "UTF-8";
html, body { 
height: 100%; 
}

body {
text-align:center;
font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;
/*font-size:80%;*/
color:#000;
background-color:#FFF;
margin:0;
padding:0;
overflow-x:hidden;
}

a img {border: none; }

#bodytop { /*places bar at top of window, and acts as wrapper*/
background-color:transparent;
color:#000;
background-image:url(../images/greenstrip-new.jpg);
background-repeat:repeat-x;
background-position:center top;
margin:0 auto;
min-height: 72px; 
}

#bodybackground {
background-color:transparent;
color:#000;
z-index:1;
margin:0 auto;
height:100%;
}

#contentwrap {
background-color:#FFF;
color:#000;
text-align:left;
margin:0 auto;
padding:0;
min-height:750px;
padding-bottom: 100px; /*added for sticky footer*/
position:relative;
}

#content {
	padding: 6px 0px 9px 0px;
	margin-bottom:24px;
}

#wrapper { /*acts as main*/
	text-align:left;
	max-width:1224px;
	height: 100%; 
	margin-right: auto;
	margin-left: auto;
	padding:0 12px 0 12px;
}

/*#hsubar {
height:33px;
overflow:hidden;
}*/
div#hsubar {
	height: 45px;
	padding: 12px 6px 6px 6px;
}
div#hsubar img {
	max-width:100%;
}

/*#hsulogo {
background:transparent url(../images/hsubar.jpg) no-repeat scroll left top;
border:0 none;
float:left;
display:block;
overflow:visible;
height:33px;
width:331px;
padding:0;
}*/

.bulletin {
border: 1px solid #0C4301;
display: block;
height: 215px;
width: 168px;
box-shadow: 6px 6px 0px #506F69;
-moz-box-shadow: 6px 6px 0px #506F69;
-webkit-box-shadow: 6px 6px 0px #506F69;
margin: 24px;
}
.bulletinfront {
border: 1px solid #0C4301;
display: block;
box-shadow: 6px 6px 0px #506F69;
-moz-box-shadow: 6px 6px 0px #506F69;
-webkit-box-shadow: 6px 6px 0px #506F69;
}

#slogan {
background-color:#FFF;
color:#000;
background-image:url(../images/slogan-3lines.gif);
background-repeat:no-repeat;
background-position:center;
padding-top:48px;
height:150px;
width:724px;
clear:both;
}

#topnav {
height:43px;
background-color:#d4ded4;
color:#000;
width:100%;
margin:0;
padding:0;
}

/*#searchbox {
	color:#0C4301;
	background-color:#FFFFFF;
	border:1px;
	border-left-style:solid;
	border-left-color:#fff;
	border-right-style:solid;
	border-right-color:#fff;
	padding: 0.5em 1em .5em 1em;;
	width: 145px;
	height:auto;
}


input .go{
	margin-top:55px;float: right;
}
#searchbox-box{border:0 none;float:right;display:block;height:33px;width:228px;padding-top:6px;
}
#barsearch{
	text-align: right;
	padding-top:12px;
}*/
#searchbox-nav {
	display:block;
	position:relative;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 0.45em 1em .45em 1em;
	}
	
input#search {background:#fff;;padding:2px 4px 2px 2px;border:1px solid #ccc;-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;padding:3px;}

#indexcontent {
background-color:#FFF;
color:#000;
padding:0 0 9px;
}

#indexcontent #welcome img {
	border: none;
	max-width:100%;
}
#content img{max-width:100%;}

#cornerart {
	float: right;
	clear: both;
	margin-left: 18px;
	margin-bottom: 18px;
}
#cornerartleft {
	float: left;
	margin-right: 18px;
}

#menubox-right {
	background-color: #d4ded4;
color:#000;
	float: right;
	clear: both;
	margin-left: 24px;
	margin-bottom: 26px;	
	display: block;
	padding: 0px 12px 12px 12px;
}

#menubox-right a:hover {
text-decoration:none;
background-color:#fff;
}

#welcome {
	padding: 9px 0 0 0px;
}

#rightbox {
	text-align: left;
	float: right;
	width: 33%;
	height: auto;
	min-height:1020px;
	margin: 0px 0px 30px 21px;
	padding: 12px 16px 20px 26px;
	/*clear: both;*/
	background: #d4ded4; /* Old browsers */
	background: -moz-linear-gradient(left,  #d4ded4 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#d4ded4), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #d4ded4 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #d4ded4 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #d4ded4 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to right,  #d4ded4 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4ded4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	font-weight: bold;}
#menubox {
	text-align: left;
	float: left;
	width: 250px;
	height: auto;
	background-color:#d4ded4;
	margin-right: 18px;
	margin-bottom: 12px;
	clear: both;
	padding: 16px;
	margin-top: 18px;
}
#content #menubox ul li {
	font-size: medium;
	list-style-type: disc;
	list-style-position: inside;
	text-indent: -30%;
}
#footer { 
	clear:both;
	height:220px;
	background-color: #0C4301;
	/*background-image:url(../images/greenstrip.jpg);*/
	background-repeat:repeat-x;
	padding-top:12px;
	font-weight: bold;
	color: #FFF;
	line-height: 150%;
	position: relative;
	margin-top: -100px; /*added for sticky footer*/
	width: 100%;
	/*margin-left: -8px;*/
}

.circleh{background:transparent url(../images/circleh-footer.png) no-repeat center top;width:100%;float:left;height:50px;margin-top:-34px;position:relative;padding-bottom:12px;}
.circleh a{display:block;width:3.25em;height:3em;position:relative;margin:0 auto;}

#centeredcontent img {
border:0 none;
}

#content #leftcol {
float:left;
clear:both;
height:auto;
width:31%;
position:relative;
background-color:#d4ded4;
margin:18px 18px 18px 0;
padding:12px;
}

/*--LINKS and HOVERS---*/
#footer a {
color:#FFF;
text-decoration:underline;
}

#topnav a {
font-weight:700;
color:#0C4301;
}

#content a, h3 a {
font-weight:700;
text-decoration:none;
color:#0C4301;
}

#rightbox a:link {
	text-decoration: none;
	color:#0C4301;
}
#rightbox li a:hover {
	text-decoration: underline;
}

.img a:hover {
text-decoration:none;
background-color:transparent;
border:0;
}

#welcome p a:hover,#content p 
a:hover,#content ul li a:hover, h3 a:hover {
text-decoration:none;
background-color:#d4ded4;
color:#0C4301;
}

#welcome a {
font-weight:700;
color:#0C4301;
text-decoration:none;
}
#gre {	background-image: url(http://www.humboldt.edu/extended/gre/images/GRE.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.staff  {
	float:none;
	clear:both;
	height:auto;
	display: block;
}
.staff hr {display:block;clear:both;}
.staff img {
	margin-right: 16px;
	margin-bottom: 16px;
	border:solid 1px #cccccc;
	float: left;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
	-webkit-box-shadow: 0 1px 7px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 7px rgba(0,0,0,.2);
	-o-box-shadow: 0 1px 7px rgba(0,0,0,.2);
	box-shadow: 0 1px 7px rgba(0,0,0,.2);
}

/*---------typestyles--------*/
#welcome p {
margin:9px 0 14px;
}

h2,h3,h4,h5,h6 {
line-height:155%;
color:#0C4301;
margin:20px 0 10px;
}

p {
	line-height: 1.55em;
	margin: 4px 48px 0 8px;
}

h1{font-size:2.5em;line-height:1.125em;}
h2{font-size:2em;line-height:1.5em;}
h3{font-size:1.5em;line-height:1.5em;}
h4{font-size:1.125em;line-height:1.222222em;}

.hidden {
position:absolute;
left:-9000px;
}

.skipnav { text-align: left; }
.skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }

.depthed {
font-size:2.5em;
font-style:normal;
color:#CCC;
text-transform:uppercase;
background-color:#0C4301;
font-weight:700;
text-align:center;
	clear:both;
}
.deptsubhed {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size: 1.3em;
	line-height: 1.3em;
	background-color: #d4ded4;
	clear:both;
}

.coursehed {
font-size:2em;
font-style:italic;
color:#0C4301;
font-weight:700;
}

.coursesubhead {
font-size:1.5em;
font-style:italic;
font-weight:700;
color:#0C4301;
}

.menu {
font-size:2.5em;
color:#0C4301;
}

.subhead {
font-size:1.25em;
color:#0C4301;
font-weight:700;
}

.cancelled {
font-weight:700;
text-transform:none;
background-color:#d4ded4;
}

.infohed {
font-size:1.25em;
font-style:italic;
font-weight:700;
text-transform:uppercase;
color:#0C4301;
list-style-type:circle;
}

.subtext {
font-size:small;
font-weight:700;
}

.smallesttext {
font-size:x-small;
}

.search {
display:block;
position:relative;
}

.centeredcontent {
text-align:center;
}
.centeredcontent img {
	border: none;
}

#cornerart img {
	text-align: center;
}

#subpageheader {
	display: block;
	padding-top: 22px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 0px;
}
.announcement {
font-weight:700;
background-color:#fff;
padding:12px;
border:1px solid #D6DDD5;
}
#bodytop #bodybackground #content .summernavbutton {
	font-weight: 700;
	background-color: #CDE5EC;
	padding: 0;
	margin-top: 12px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #D4DED4;
	text-align: center;
}
#bodytop #bodybackground #content .summernavbutton a {
	display: block;
	padding:6px;
}
#bodytop #bodybackground #content .summernavbutton a:hover {
	background-color: #FFD84B;
	display: block;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.rightimg {
	margin-left: 48px;
	margin-bottom: 12px;
	float: right;
}
.leftimg {
	float: left;
	margin-top: 12px;
	margin-right: 48px;
	margin-bottom: 12px;
}

/*-------general info page----------*/

#geninfomenu {
	height: auto;
	width: auto;
}
#geninfomenu #leftcolumn {
	float: left;
	clear: both;
	height: auto;
	width: 31%;
	position: relative;
}
#geninfomenu #midcol {
	float: left;
	height: auto;
	width: 32%;
	margin-right: 3%;
	margin-left: 3%;
}
#geninfomenu #rightcol {
	float: left;
	height: auto;
	width: 31%;
}
.infomenu   {
	font-weight: bold;
	text-transform: uppercase;
}


#generalinfomenu {
	width: 60%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20%;
	background-color: #FFF;
	height: auto;
}
.certificatecourses{margin-left:48px;}


/*-------TABLES---------*/
/*#content table {
background-color:#d4ded4;
}*/
/*#content table td {
border:thin solid #FFF;
padding:9px;
}
#content table th {
	padding:9px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-style: solid;
	border-color: #FFF;
}*/
table.center {
	margin-left:auto;
	margin-right:auto;
}
table.datatable {width:100%;background-color:#d4ded4;}

table.datatable td {
border:thin solid #FFF;
padding:9px;
}
table.datatable th {
	padding:9px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-style: solid;
	border-color: #FFF;
}
table.datatablesmall {width:50%;background-color:#d4ded4;}

table.datatablesmall td {
border:thin solid #FFF;
padding:9px;
}
table.datatablesmall th {
	padding:9px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thin;
	border-style: solid;
	border-color: #FFF;
}

/*-------LISTS---------*/
#content ul {
list-style-position:outside;
}

#content li {
font-size:1em;
line-height:150%;
text-indent:-16px;
list-style-position:inside;
/*padding-left:36px;*/
margin:4px 0 8px;
}

#rightbox div.comingup ul {
list-style-position:inside;
}

#rightbox div.comingup li {
font-size:80%;
line-height:1.7em;
text-indent:-18px;
}
#menubox li {
font-size:.9em;
line-height:1.5em;
text-indent:-12px;
}

.infomenu li {
background-color:#d4ded4;
list-style-type:none;
border-color:#FFF;
border-style:solid solid none;
border-width:thin;
padding:3px;
}

#cornerart ul .msg_head { /* elearning right nav*/
	list-style-type: none;
	padding-left:22px;
}
#cornerart .msg_head a:hover {/* elearning right nav*/
	text-decoration: underline;	
}
.bulletinlist{
	display: block;
	clear: both;
}
.bulletinlist img {
float:right;
border: 1px solid #0C4301;
display: block;
box-shadow: 6px 6px 0px #506F69;
-moz-box-shadow: 6px 6px 0px #506F69;
-webkit-box-shadow: 6px 6px 0px #506F69;
margin:24px 0 24px 12px;
}

tab { padding-left: 2em; }

/*---TOOLTIP---*/
.tooltip {
display:none;
background-color:#d4ded4;
border:1px solid #0C4301;
box-shadow:2px 2px 11px #666;
-moz-box-shadow:2px 2px 11px #666;
-webkit-box-shadow:2px 2px 11px #666;
font-size:12px;
color:#0C4301;
padding:6px;
}

/*-------Miscellaneous---------*/
#printpage{
	clear: both;
	bottom: auto;
	position:absolute;
	bottom:107px;
	right:0px;
}
#go {
	height: auto;
	width: 22px;
	position: relative;
	float: right;
}

#allbugs {padding: 0px 0px 24px 0px;}
.bugs {width:67%;}
.bugs img {float:left;padding:12px;}

.registerlink a {
	background-color: #d4ded4;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	float: right;
	clear: both;
	margin-left: 24px;
	margin-bottom: 24px;	
	display: block;
	padding: 12px;
	border: 1px solid #ccc;
}
.registerlink a:hover {
	background-color: #FFFF99;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	float: right;
	clear: both;
	margin-left: 24px;
	margin-bottom: 24px;
	display: block;
	padding: 12px;
	border: 1px solid #ccc;
}

.regbutton {
	background-color: #d4ded4;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #eeeeee;
	text-indent: 0;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	height: 40px;
	line-height: 40px;
	width: auto;
	text-decoration: none;
	text-align: center;
	padding: 12px;
}.regbutton:hover {
	background-color:#eee;
}.regbutton:active {
	position:relative;
	top:1px;}

/*---header image---*/
#header_img {
	max-width: 100%;
	}
	
#header_imglink {
	max-width: 100%;
	display:block;
	}
	
	#header {
	margin-bottom: 12px;
	}
	
	#header img {
	  max-width: 100%;
	 }
	
.achieve {max-width:100%;}

/*--------expand-collapse toggle--------*/
p {
padding: 0 0 1em;
}
.msg_list {
margin: 0px;
padding: 0px;
}
.msg_head {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-size: 1.3em;
	line-height: 1.3em;
	background-color: #d4ded4;
}

.msg_body {
padding: 5px 10px 15px;
}

#frontpage-ads {
	float: left;
}
.socialmedia-like {
	float: left;
}
.socialmedia-share {
	float: left;
	margin-bottom: 12px;
}

#fb-root{overflow: hidden;}

.gscreen {
	background-image: url(../images/greyshadow.png);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 100%;
}
/*---extra--*/


/*-----------survey questions----------*/



.survey h3 label {
	margin-top: 0;
	margin-left: 15px;
	display: block;
	font-weight: normal;
}

.survey .question_feedback {
color: #4d4e53;
margin-left: 50px;
margin-bottom: 12px;
padding: 7px;
background: #D6F1FF;
}

.survey #ResultsSubmit {
margin-top: 1em;
}

.survey #ResultsBlock {
border: 1px dotted green;
margin-top: 1em;
padding: 10px;
min-height: 2em;
}

/*----Google Search Results------*/
  .gs-title, .gs-snippet {
        font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;
    }
	/* Add a border between individual search results */
    .gs-webResult {
        border: 1px solid #eee;
        padding: 1em;
    }
    
    /* Do no display the count of search results */    
    .gsc-result-info {
        display: none;
    }
    
    /* Hide the Google branding in search results */
   .gcsc-branding {
        display: none; 
    }
    
    /* Hide the thumbnail images in search results */
   .gsc-thumbnail {
        display: none;
    }
     
    /* Change the font size of the title of search results */
 .gs-title a { 
        font-size: 16px; 
    }
	 .gs-title { 
        font-size: 16px; 
    }
    
    /* Change the font size of snippets inside search results */
 div#content2col    .gs-snippet {
        font-size: 14px;
    }
    
    /* Google Custom Search highlights matching words */
    .gs-title b, .gs-snippet b {
        
    }
    
    .gsc-url-top, .gsc-url-bottom {
		font-family: "Lato", "Lucida Grande", Helvetica, Arial, sans-serif;
    }
    
    /* Highlight the pagination buttons at the bottom of search results */
    .gsc-cursor-page {
        font-size: 1.5em;
        padding: 4px 8px;
        border: 2px solid #ccc;
    }
	.gsc-result .gs-title {
    height: 1.6em;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { 
body{font-size:1.1em;}
#rightbox{float:none;display:block;margin:0;padding-right:12px;width:90%;font-size:100%;}
#rightbox div.comingup {font-size:100%;}
div#hsulogo{display:block;float:none;max-width:100%;}
div#searchbox-box{clear:both;float:none;display:block;width:100%;}
.go{float:none;}
div#welcome{margin:0 12px 0 12px;}
div#footer {height:350px;padding:12px 0 12px 0;width:100%;margin:0px;}
div#contentwrap #welcome .bugs{text-align:center;}
div#wrapper{margin:0px 12px 0px 12px;max-width:100%}
div#topnav{height:100%;}
.bugs {width:100%;}
.bugs img {float:none;min-width:100%;padding:0 0 12px 0;}
div#contentwrap {padding-top:5px;padding-bottom: 10px;}
div#printpage{visibility:hidden;}
.depthed{font-size:2em;}
.coursehed {font-size:1.75em;}
.coursesubhead {font-size:1.65em;}
p{font-size:1.125em;}
div#content li {font-size:1.125em;text-indent:0px;padding-left:0px;}
div#generalinfomenu {width:100%;margin:0;font-size:1.125em;}
.msg_head {padding: 6px 12px;margin:4px;font-size: 1.6em;line-height: 1.6em;}
}
@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen 
and (min-width : 1224px) {
.rwd-break { display: none; }
div#wrapper {padding:0;}
}


@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    /*a[href]:after {
        content: " (" attr(href) ")";
    }*/
 a[href]:after {
    content: none !important;
  }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
