@media screen {
body {
	font-family: 'Droid Sans', Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	margin:0 auto;  
}
h1 {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 2.25em;
    line-height: 1.25em;
	font-style: italic;
	font-weight:400;
	margin: 0px 0 10px 0px; 
}
h2 {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 1.375em;
    line-height: 1.25em;
	font-style: italic;
	margin: 5px 0 5px 0px; 
	font-weight: 700;
	
}
h3 {
	font-family: 'Droid Serif', Georgia, serif;
	font-size: 1.25em;
    line-height: 1.5em;
	font-weight: 700;
	margin: 5px 0; 
}
h4 {
	margin: 4px 0;
}
strong { font-weight: bold; }
em { font-style:italic; }
hr {
	border:1px solid #ccc;
	margin: 20px -15px;
}
img { border:0px; }
p {
	line-height: 1.3;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:20px;
	margin-right:10px;
}

.left { float: left; }
.right { float: right; }
.half { width:50%; }
.hidden { display:none; }
.noLink { border: 0px; }
.smaller {font-size:smaller;}
.italic {font-style:italic;}
.pointer { cursor: pointer; }

.bodyclip {
line-height: 1.5;
overflow: hidden;
max-height: 4.5em; /*display ellipsis after 3 lines*/
padding-left:20px;
}
.phoneCall {
	text-decoration:none;
	color:#000;
}
.ask { display:none;}


#container-content {
	width: 85%;
	max-width: 1200px;
	margin:0 auto;
	padding-top:20px;
	padding-left:10px;
	min-height:500px;
	height:auto !important; 

}

ul.bodylist {
	list-style-position:inside;
	padding-left: 2.8125em;
	text-indent: -1em;
}
ol.bodylist {
	list-style-position:inside;
	padding-left: 2.8125em;
	text-indent: -1em;
	line-height:1.5em;
}
.indent {
	margin-left: 50px;
}
.indentSmall {
	margin-left: 20px;
}
.indentNone {
	margin-left: 0px;
}
.tiny { 
	font-size: 10px;
}
.breadcrumbs {font-size: smaller;}
.breadcrumbs ul {
	padding:0px 0px;
	margin-left: 20px;
	list-style-type:none;
}
.breadcrumbs ul li{
	float:left;
	display: inline-block;}
.topDesc {width:100%;height:300px;}
.deptName {
	width:100%;
}

.menuPageBox{
	border:1px solid #ccc; 
	border-radius:3px; 
	width:95%; 
	display:block;
	padding: 5px 5px 15px 25px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menuPageCol{
	width:90%;
	margin-top:15px;
}

ul.menulist {
	list-style-type:none;
	padding-left: 30px;
	text-indent: -1em;
	line-height:2em;
}
ul.menulist li:before {
	content: "\00BB \0020";
}

.deeperNav{
	width:100%; 
	position: static; /* This is for Spec Coll finding aid nav menus */
}
.deeperNav ul {
	border-top: 1px solid #ccc; 
	border-left: 1px solid #ccc; 
	border-right: 1px solid #ccc; 
	border-radius: 2px;
	list-style-type:none;
	margin: 10px 20px 10px 0;
	font-weight: bold;
	color:#cc0000;
	padding-left: 0px;
}
.deeperNav ul li{
	
	border-bottom: 1px solid #ccc;
	background-color:#F9F9F9;

}
.deeperNav ul li:nth-child(1){
	background-color:#eee;
	padding: 8px 5px;
}
.deeperNav ul li:hover{
	border-left: 2px solid #cc0000;
	
}
.deeperNav ul li:hover:nth-child(1){
	border-left: 0px;
}
.deeperNav ul li a{
	padding: 8px 15px;
	text-decoration: none;
	color:#222;
	display: block
}
.deeperNav ul li a:hover { 
	color:#000; 
}


.aokcolumn {
	margin-left:0px;
}
.photo{
	padding:1px;
	border:1px solid #021a40;
	display:none;
}
.tutorial{
	width:100%;
	padding:5px;
}
.tutorial fieldset {
	padding: 1em;
}
legend {
	padding-right:.5em; padding-left:.5em;font-size:12pt; font-weight:bold;
}


#searchsqueeze {
	border:2px solid #ccc; border-radius:1px; width:95%; margin-top:4px;
}
.oshp{
	font-size:12pt;padding-left:5px;margin-left:0px; height:55px; width:50%; border:none;
}
#OSsubmit {font-size:8px;padding:1px;}

.aok_fp {
	
}


/* Remove weird hours widget caption */
table caption.sr-only{display:none;}
table tr td.s-lc-whw-sublocname a{text-decoration:none;}


/* Form Styles */

form.contact input[type='text']{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}
form.contact input[type='tel']{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}
form.contact input[type='email']{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}
form.contact input[type='date']{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}
form.contact input[type='number']{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}
form.contact select{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}

form.contact textarea{padding:10px; border: solid 4px #c9c9c9; transition: border 0.3s;margin-top:2px;}

form.contact input[type='date']:focus{border: solid 4px #969696;}
form.contact input[type='tel']:focus{border: solid 4px #969696;}
form.contact input[type='text']:focus{border: solid 4px #969696;}
form.contact input[type='email']:focus{border: solid 4px #969696;}
form.contact input[type='number']:focus{border: solid 4px #969696;}
form.contact textarea:focus{border: solid 4px #969696;}

section#requestor div input {width:80%;}
#dataTable {width:100%}
#dataTable tbody tr {padding-top:5px;}
#dataTable td input {width:90%;}

form.contact input[type='button']{padding:5px;font-size:14px;}
form.contact input[type='submit']{padding:5px;font-size:16px;float:right;}

/* News/Events Feeds */
.feedImg {
	display:none;
}
.feedText {
	float:left;
	margin:0 10px 0 -30px;
	max-width:630px;
}
}
@media only screen and (max-device-width: 400px) {
.phoneCall {
	text-decoration: underline;
	color:blue;
}
}

@media only screen and (min-width: 300px) {
.hoursCol {width:100%;line-height:1.5;}
#OSsubmit {font-size:10px;}
}

@media only screen and (min-width: 450px) {
.oshp{
	width:60%;font-size:14px;
}
#OSsubmit {font-size:12px;}
}

@media only screen and (min-width: 600px) {
#OSsubmit {font-size:12pt;padding:5px;}
.menuPageCol{
	float:left;
	width:50%;
	margin-top:0px;
}
.ask {display:initial;
width:35px;height:155px;
position:fixed;top:200px;right:0;
}
}

@media only screen and (min-width: 850px) {
.photo {display:block; }
.deptName {width:50%;}
.deeperNav{width:210px;}
.deeperNav ul {
	max-width:210px;
}
.deeperNav ul li a{
	padding: 8px 5px;
}
.aokcolumn {
	margin-left:220px;
}
.oshp{
	width:70%;font-size:14pt;
}
.tutorial{
	width:50%;
}
.hoursCol {width:35%;line-height:1.5;}
}
@media only screen and (min-width: 990px) {
.oshp{
	width:72%;font-size:14pt;
}
}
@media only screen and (min-width: 1160px) {
.oshp{
	width:75%;font-size:14pt;
}
}

@media only screen and (min-width: 1235px) {
.feedImg {
	display:inline-block;
	height: 75px;
	float:left;
}
.feedText {margin:0 10px;}
}
@media only screen and (min-width: 1310px) {
.deptName {width:54%;}
.oshp{
	width:78%;font-size:14pt;
}
#OSsubmit {font-size:14pt;}
}
@media only screen and (min-width: 1370px) {
.feedImg {
	display:inline-block;
	height: 150px;
	float:left;
}
.feedText {
	float:left;
	margin:0 10px;
	max-width:630px;
}
}

/* ----------- Retina Screens ----------- 
@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 500px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (min-resolution: 192dpi) { 
	.oshp{width:60%;font-size:14px;}
	#OSsubmit {font-size:12px;}
	.ask {display:none;}
	* {font-size:100%;}
}
@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 505px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (min-resolution: 192dpi) { 
	.ask {display:none;}
	* {font-size:100%;}
}
@media screen 
  and (min-device-width: 300px) 
  and (max-device-width: 505px) 
  and (-webkit-min-device-pixel-ratio: 4)
  and (min-resolution: 192dpi) { 
	.oshp{width:60%;font-size:14px;}
	#OSsubmit {font-size:12px;}
	.ask {display:none;}
	* {font-size:100%;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) { 
	#container-content{padding-left:0px;}
	.ask {display:none;}
}
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 2) { 
	#container-content{width:100%;}
	.ask {display:none;}
}*/

/* ----------- Printed pages ----------- */
@media print {
  #container-head {display:none;}
  #container-nav {display:none;}
  #mobile-nav  {display:none;}
  #foot-squeezer {display:none;}
  footer {display:none;}
  .ask {display:none;}
  .deeperNav {display:none;}
  .photo {display:none;}
  .trips {display:none;}
}
