@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;
}
}

/* 2026 updates */
/* === AOK Landing === */

.aok-landing {  
  margin: 0;
  /*padding: 0 0 3rem; */
  padding:0;
}
/*header stuff */

/* === Black header block (top + bottom rows) === */

.aok-header {
  background-color: #000;
  color: #fff;
}

.aok-header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.75rem 1.5rem 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Top row: links left, hours right */
.aok-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Droid Sans", sans-serif;
  font-size: 0.95rem;
}

.aok-header-links a {
  margin-right: 1.75rem;
  color: #fdb515;               /* UMBC gold */
  text-decoration: none;
  font-weight: 700;
}

.aok-header-links a:last-child {
  margin-right: 0;
}

.aok-header-links a:hover,
.aok-header-links a:focus {
  text-decoration: underline;
}

.aok-header-hours {
  font-weight: 700;
  color: #ffffff;
  white-space: nowrap;
}

/* Bottom row: UMBC logo + site name */
.aok-header-bottom {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.aok-logo-wrap {
  display: inline-flex;
  align-items: center;
}

.aok-logo {
  max-width: 260px;
  height: auto;
  display: block;
}

.aok-site-name {
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 500;
  text-decoration: none;
}

.aok-site-name:hover,
.aok-site-name:focus {
  text-decoration: underline;
}

/* Mobile tweaks */
@media (max-width: 768px) {
  .aok-header-inner {
    padding: 0.75rem 1rem 1.25rem;
    gap: 0.5rem;
  }

  .aok-header-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .aok-header-hours {
    white-space: normal;
  }

  .aok-header-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }

  .aok-logo {
    max-width: 220px;
  }
}

/* HERO BACKGROUND */

.aok-hero {
  position: relative;
  min-height: 420px;
  background-image: url('https://library.umbc.edu/img/aok-hero-for-landing.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aok-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1.5rem 4rem;
  display: flex; 
  justify-content: center; 
  align-items: flex-start;
}

/* ONESEARCH BOX */

.aok-onesearch-box {
  width: 100%;
  /*max-width: 900px; */
  /*box-shadow: 0 8px 18px rgba(0, 0, 0, 0.3); 
  doesn't work over image bg */  
  border-radius: 0;
  overflow: hidden;
   /* background-color: #d3d3d3; */
}
 
.aok-onesearch-header {
  background-color: #007177;
  background-color: #fdb515;  
  padding: 0.75rem 1.5rem;
}

.aok-onesearch-title {
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  color:#000;
}
 
.aok-onesearch-body {
  background-color: #e1e1e1; /* light gray behind form */
  padding: 1.5rem;
}

.aok-onesearch-body p {margin-left: 0;}

/* If your OneSearch markup is plain, these help align it a bit: */
.aok-onesearch-body form {
  margin: 0;
}

.aok-onesearch-body input[type="text"],
.aok-onesearch-body input[type="search"],
.aok-onesearch-body select {
  max-width: 100%;
}

/* QUICK LINK BUTTON STRIP */

.aok-quick-links {
  max-width: 1200px;
  margin: 2.5rem auto 0;
  padding: 0 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: space-between;
}

.aok-quick-link {
  flex: 1 1 200px;
  text-align: center;
  padding: 1.5rem 1rem;
  background-color: #007177;
  background-color: #e1e1e1;
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
  /*letter-spacing: 0.02em;*/
  border-radius: .25em; 
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: transform 0.08s ease-out, box-shadow 0.08s ease-out, background-color 0.08s ease-out;
}

.aok-quick-link:hover,
.aok-quick-link:focus-visible {
  background-color: #005f58;
  background-color: #f0f0f0;
 /*  transform: translateY(-1px); */
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.3);
  outline: none;
  color:#000;
}

.aok-quick-link:focus-visible {
  box-shadow: 0 0 0 3px #ffbf47, 0 6px 14px rgba(0, 0, 0, 0.3); /* WCAG-focus */
}

 

@media (max-width: 960px) {
  .aok-hero-inner {
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .aok-onesearch-box {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .aok-hero {
    min-height: 360px;
    background-position: center top;
  }

  .aok-hero-inner {
    padding: 1.5rem 1rem 2.5rem;
  }

  .aok-onesearch-title {
    font-size: 1.5rem;
  }

  .aok-quick-links {
    flex-direction: column;
    gap: 1rem;
  }

  .aok-quick-link {
    flex: 1 1 auto;
  }
}
 
.aok-search {
 /* max-width: 900px;*/
  margin: 0 auto;
}
 
.aok-search-box {
  display: flex;
  align-items: center;
  width: 100%;
  background: #fff;
  border: 1px solid #000;
}
 
.aok-search-box #primoQueryTemp {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  border: none;
}

/* Scope select pinned on the right */
.aok-search-box #scopeSelecter {
  flex: 0 0 auto;
  padding: 0.75rem 1rem;
  font-size: 1.1rem;
  border: none;
  border-left: 1px solid #000;
  background-color: #fff;
  background-color: #f6f6f6;
}
 
.aok-search #go {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.6rem 1.8rem;
  font-size: 1rem;
  font-weight: bold;
  background: #fdb515;
  color: #000;
  border: 1px solid #000;
  cursor: pointer;
}

/* Mobile: stack input + scope inside the same border */
@media (max-width: 700px) {
  .aok-search-box {
    flex-direction: column;
    align-items: stretch;
  }

  .aok-search-box #scopeSelecter {
    border-left: none;
    border-top: 1px solid #000;
    width: 100%;
  }
}

.aok-header img.aok-logo {
  display: block !important;
  max-width: 260px;
  height: auto;
}
/* comp footer */
/* Footer shell */
#bottom-area {background-color: #000;}
#comp-footer {
  max-width: 1200px;
  background: #000;
  color: #fff;
  padding: 2.5rem 1.5rem 3rem;
  margin:0 auto;
}

#comp-footer .textlink a:link,
#comp-footer .textlink a:visited,
#comp-footer .textlink a:hover,
#comp-footer .textlink a:focus,
#comp-footer .textlink a:active {
  color: #007bff;
}

/* Social icons */
.footer-social-wrapper {
  margin-bottom: 1.5rem;
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-social li {
  margin: 0;
}

/* Circle buttons */
.footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  background: #007177;
  text-decoration: none;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

/* SVG color follows text color */
.fill-children-current-color svg {
  fill: currentColor;
  fill:#fff;
}

.footer-social a:hover,
.footer-social a:focus-visible {
  background: #00a3a7;
  transform: translateY(-1px);
  outline: none;
}

/* Hours + address */
.footer-heading {
  margin: 1.5rem 0 0.75rem;
  font-size: 2rem;
  font-weight: 700;
}

.footer-hours {
  list-style: none;
  padding: 0;
  margin: 0 0 1.75rem;
}

.footer-hours li {
  margin: 0 0 0.35rem;
}

.footer-hours a {
  text-decoration: underline;
}

.footer-address {
  margin: 2em 0 0 0;
  line-height: 1.6;
}
 
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}


/* ----------- 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;}
}
