/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background-image: url(assets/md5images/60823089735d1e496fd5f03b6e3069fe.png), url(assets/md5images/94c6134233c18a268e6c8395399ce6ce.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, center top;
    background-size: auto, 100% 361px;
}
/* ---------------- Header ---------------- */
#sjsu #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#sjsu #banner_image {
    display: block; /* removes descender of inline element */
    width: 980px; /* not necessary if image is sized correctly */
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
    /* --- Logo --- */
#sjsu #logo_image,
#sjsu #header a#logo_link {
    display: none;
}
#sjsu #header a#banner_link:focus img,
#sjsu #header a#logo_link:focus img {
  outline: 1px solid #000;
}
/* ---------------- Navigation ---------------- */
#sjsu #navigation,
#sjsu #navigation #tabs {
    height: 45px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#sjsu #navigation #tabs,
#sjsu #navigation #tabs ul,
#sjsu #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#sjsu #navigation #tabs,
#sjsu #navigation #tabs ul {
    display: flex;
    justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#sjsu #navigation #tabs a {
    font: bold 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 45px;
    line-height: 45px;
    color: #0055a2;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#sjsu #navigation #tabs a:hover,
#sjsu #navigation #tabs a:active,
#sjsu #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
/* ---------------- Sidebar ---------------- */
#sjsu #sidebar {
  outline: 1px solid #d9d9d9;
  border-radius: 5px;
  margin: 45px 0;
}
#sjsu #sidebar h2 {
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0 15px;
    text-indent: 0;
    border: none;
}
#sjsu #sidebar ul#side-notify {
  padding-top: 0;
}
#sjsu #sidebar a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0055a2;
    text-decoration: none;
}
#sjsu #sidebar a:hover,
#sjsu #sidebar a:active,
#sjsu #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#sjsu #sidebar #sidebar-search label {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
#sjsu #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#sjsu #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#sjsu #sidebar #lrc-badge a:hover,
#sjsu #sidebar #lrc-badge a:active,
#sjsu #sidebar #lrc-badge a:focus {
  background: transparent url(/assets/images/lrc_badge.png) center center no-repeat;
  outline: 1px dashed #000;
}

#sjsu #sidebar a:hover img,
#sjsu #sidebar a:active img,
#sjsu #sidebar a:focus img {
  outline: 1px dashed #000;
}

#sjsu #sidebar form#browse {
  padding-left: 15px;
}

#sjsu #sidebar form label {
  color: #000;
}
#sjsu #sidebar #twitter-badge .twitter-timeline {
  margin: auto;
}
/* ---------------- Main Content ---------------- */
#sjsu #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/8c9b11b3a4b7d797824df2036eb451a6.gif) repeat-y left top;
}
/*#sjsu #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#sjsu #main.text div.crumbs a:link,
#sjsu #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #0055a2;
}
#sjsu #main.text div.crumbs a:hover,
#sjsu #main.text div.crumbs a:active,
#sjsu #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#sjsu #dcn-home > #homepage-intro { margin: 0 0 15px 0; }
#sjsu #content {
  padding-top: 25px;
}
 /* adds space under full-width main-content image */
#sjsu #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#sjsu #dcn-home > h2,
#sjsu #main.text h2#hometitle {
    font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
}
h3 {
    margin: 0;
    text-decoration: underline; }
/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #0055a2; }
#sjsu #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#sjsu #dcn-home #cover-browse h3 a:hover,
#sjsu #dcn-home #cover-browse h3 a:focus,
#sjsu #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#sjsu #main.text a:link,
#sjsu #main.text a:visited {
    color: #0055a2; /* declared for #network-icon text */
}
#sjsu #main.text a:hover,
#sjsu #main.text a:active,
#sjsu #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#sjsu #dcn-home .box.aag h2,
#sjsu #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 17px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #dddddd;
}
#sjsu #main.text .box a:link,
#sjsu #main.text .box a:visited {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #dddddd;
    background: none;
}
#sjsu #main.text .box a:hover,
#sjsu #main.text .box a:active,
#sjsu #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p, #custom-fields .element p { font-size: 14px; }
#alpha .element h4, #custom-fields .element h4 { font-size: 15px; }

#sjsu #alpha #recommended_citation p {
  font-size: 14px;
}


#sjsu #series-home .pdf, 
#sjsu #series-home .native, 
#sjsu #series-home .metadata-only, 
#sjsu #series-home .external {
  line-height: 2.45em
}
#sjsu #breadcrumb a, 
#sjsu .crumbs p a, 
#sjsu #pager li {
  font-size: 12px;
}

/* Homepage Buttons */
#sjsu #main.text #homebuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}
#sjsu #main.text #homebuttons a {
  height: 211px;
  width: 319px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 10px;
  margin-bottom: 15px;
}
#sjsu #main.text #homebuttons a:nth-child(odd) {
  margin-right: 15px;
}
#sjsu #main.text #homebuttons a p {
  margin: 0;
  color: #fff;
  text-align: center;
  font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
  line-height: 42px;
  width: 100%;
  background-color: rgba(29, 101, 167, 80%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#sjsu #main.text #homebuttons a:active,
#sjsu #main.text #homebuttons a:hover,
#sjsu #main.text #homebuttons a:focus {
  color: #fff;
}
#sjsu #main.text #homebuttons a:active p,
#sjsu #main.text #homebuttons a:hover p,
#sjsu #main.text #homebuttons a:focus p {
  text-decoration: underline;
  color: #fff;
}
#sjsu #main.text #homebuttons a.profiles {
  background: url(assets/md5images/fd708f44a2b226f15f14f9a38526b35b.gif) no-repeat left top;
}
#sjsu #main.text #homebuttons a.spartan {
  background: url(assets/md5images/9a99ea8ad8e9630ea50bb26ec8546057.gif) no-repeat left top;
}
#sjsu #main.text #homebuttons a.theses {
  background: url(assets/md5images/16d3c0fe0673b1e74a3565b1e9a0cabd.gif) no-repeat left top;
}
#sjsu #main.text #homebuttons a.journals {
  background: url(assets/md5images/c7d5fb45dc5b2945a918be0ba95fcf2e.gif) no-repeat left top;
}
#sjsu #main.text #homebuttons a:focus {
  border-bottom: none;
  outline: 2px solid #000;
}
#sjsu .discipline-browser dd,
#sjsu .new-discipline dd,
#sjsu dl.communities dd ul li {
  font-size: 14px;
}
#sjsu .discipline-browser dt,
#sjsu .new-discipline dt {
  font-size: 15px;
}
#sjsu #content .subnav li {
  font-size: 14px;
}
#sjsu .discipline-browser dd,
#sjsu .new-discipline dd {
    padding: 3px 0;
}
#sjsu .communities dt,
#sjsu .communities dt a:link {
  font-size: 14px;
  font-weight: normal;
}
/* Notify RSS */
#sjsu #announce h4 {
  font-size: 16px;
}
#sjsu #announce h3 {
  font-size: 14px;
}
/* ---------------- Footer ---------------- */
#sjsu #footer {
    height: 158px;
    background-color: #0055a2; }
#sjsu #bepress a {
    height: 80px;
    background-color: #0055a2;
    margin-top: 25px;
    margin-bottom: 53px;
}

#sjsu #footer {
  margin-top: 27px;
  background: transparent;
}
#sjsu #footer p,
#sjsu #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#sjsu #footer p:first-of-type { 
  padding-top: 40px;
  margin-bottom: 10px;
} 
#sjsu #footer p a:hover,
#sjsu #footer p a:active,
#sjsu #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px solid #fff;
}
#sjsu #footer p.sponsor,
#sjsu #footer p.sponsor a {
  font-size: 10px;
}
#sjsu #footer {
  position: relative;
}
#sjsu #footer .info-footer {
  position: absolute;
  top: 27.8481012658%;
  right: 0;
  width: 194px;
}
#sjsu #footer .info-footer a {
  margin: 0;
}
#sjsu #footer .info-footer a:focus img {
  outline: 1px solid #fff;
}
#sjsu #footer .info-footer p.footer-extra {
  margin: 0 0 0 12px;
}

#sjsu #footer .info-footer p.footer-extra,
#sjsu #footer .info-footer p.footer-extra a {
  width: 194px;
  padding: 0;
  font-size: 10px;
  line-height: 14px;
}
#sjsu {
    background: url(assets/md5images/fe29729112ee87dfd67a5305f0a7a866.gif) no-repeat center bottom,
                url(assets/md5images/40445f78711a7cf4f7d6a13b6cd28c6a.gif) repeat-x left bottom;
}
#sjsu #content {
    min-height: calc(100vh - 571px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #sjsu #wrapper:after {
    content: none; /* search pages */
}
.legacy #sjsu #content {
  margin-bottom: 27px;
}
.legacy #sjsu #footer {
  margin-top: 0;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #sjsu #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#sjsu #main.text .authorbrowser p.letters a:hover,
#sjsu #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* ---------------- Mobile ---------------- */
/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}
.mbl #sjsu #main.text #dcn-home .box.aag h2,
.mbl #sjsu #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #sjsu #header,
.mbl #sjsu #header a#banner_link img,
.mbl #sjsu #navigation {
    width: 100% !important;
}
.mbl #sjsu #header #logo_image {
    display: none;
}

.mbl #sjsu #content {
    min-height: unset;
}

.mbl #sjsu #header {
  background: url(assets/md5images/f9ca1e13b347092b8b8ff13ece508fb5.png) no-repeat left top;
}
.mbl #sjsu #footer .info-footer {
  display: none;
}
.mbl #sjsu #footer {
  margin-top: 0;
}
.mbl #sjsu #footer #bepress a {
	background: transparent url(assets/md5images/07b23f7fe560a013df2a17acb06cf17d.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #sjsu #footer {
	background-color: #0055a2 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #sjsu #sidebar h2.sb-custom-title {
  margin: 0;
}
/* Other Custom CSS */

/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
        display: block; /* removes descender space below inline element */
 /* left aligned */
        margin: -16px 0 -16px -42px; /* #content .text padding: 16px 0; and #content .text (margin 32px) + #sidebar (margin 10px) */

}

/* Hide FAQ navtab JR 3-1-2023 */
#sjsu #tabs li#tabthree { display: none; }

/* Hide Author FAQ link cdt 3-14-2023 */
#side-author .faq { display: none; }

/* Making Localist widget full-width */
#sjsu #main.text #dcn-home #localist-widget-37089903 { width:666px; }