/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
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: #fff;
}
/* ---------------- Header ---------------- */
#umalaya #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#umalaya #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 --- */
#umalaya #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 24.107143%;
    left: 0.918367%;  /* change to "right:" for right aligned logo */
    width: 22.653061% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#umalaya #header a#banner_link:focus img,
#umalaya #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#umalaya #navigation,
#umalaya #navigation #tabs {
    height: 54px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#umalaya #navigation #tabs,
#umalaya #navigation #tabs ul,
#umalaya #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#umalaya #navigation #tabs,
#umalaya #navigation #tabs ul {
    display: flex;
    justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#umalaya #navigation #tabs a {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 54px;
    line-height: 54px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#umalaya #navigation #tabs a:hover,
#umalaya #navigation #tabs a:active,
#umalaya #navigation #tabs a:focus {
    text-decoration: none;
}
#umalaya #navigation #tabs a:hover span,
#umalaya #navigation #tabs a:active span,
#umalaya #navigation #tabs a:focus span {
    box-shadow: inset 0 -1px 0 #fff200;
}
#umalaya #navigation {
    background: url(assets/md5images/f4865730f477d13b14f76e65264d6c53.gif) no-repeat left top;
}
/* ---------------- Sidebar ---------------- */
#umalaya #sidebar h2 {
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
}
#umalaya #sidebar a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0d3f62;
    text-decoration: none;
}
#umalaya #sidebar a:hover,
#umalaya #sidebar a:active,
#umalaya #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#umalaya #sidebar #sidebar-search label {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
#umalaya #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#umalaya #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#umalaya #sidebar form label {
  color: #000;
}
#umalaya #sidebar ul#side-notify {
  padding-top: 0;
}
/*-----  Site matching journals  ----- */
    /* --- Highlighted sidebar links --- */
#umalaya #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#umalaya #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #000; /* border is removed if #navlist has no content */
}
#umalaya #sidebar ul#navlist li a {
  color: #0d3f62;
  transition: background 0.3s ease;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
    /* Sidebar link colors */
#umalaya #sidebar ul#navlist li a:active,
#umalaya #sidebar ul#navlist li a:hover,
#umalaya #sidebar ul#navlist li a:focus {
  color: #000;
  background-color: #fff;
}

#umalaya #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
/* ---------------- Main Content ---------------- */
#umalaya #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/d7835785f33c421c8e613b68bb206001.gif) repeat-y left top;
}
/*#umalaya #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#umalaya #main.text div.crumbs a:link,
#umalaya #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #104e7b;
}
#umalaya #main.text div.crumbs a:hover,
#umalaya #main.text div.crumbs a:active,
#umalaya #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#umalaya #dcn-home > #homepage-intro { margin: 15px 0 0; }
#umalaya #dcn-home > #homepage-intro p {
    margin-bottom: 0;
}


 /* adds space under full-width main-content image */
#umalaya #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#umalaya #dcn-home > h2,
#umalaya #main.text h2#hometitle,
#umalaya #main.text #homepage-heading-row h2 {
    font: bold 21px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-transform: uppercase;
}
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: #104e7b; }
#umalaya #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#umalaya #dcn-home #cover-browse h3 a:hover,
#umalaya #dcn-home #cover-browse h3 a:focus,
#umalaya #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#umalaya #main.text a:link,
#umalaya #main.text a:visited {
    color: #104e7b; /* declared for #network-icon text */
}
#umalaya #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#umalaya #main.text a:hover,
#umalaya #main.text a:active,
#umalaya #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#umalaya #dcn-home .box.aag h2,
#umalaya #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
}
#umalaya #main.text .box a:link,
#umalaya #main.text .box a:visited {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#umalaya #main.text .box a:hover,
#umalaya #main.text .box a:active,
#umalaya #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#umalaya #alpha .element p,
#umalaya #custom-fields .element p,
#umalaya #alpha #recommended_citation p {
  font-size: 14px;
}
#umalaya #beta_7-3 #beta-disciplines.aside p,
#umalaya #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

#umalaya #alpha .element h4,
#umalaya #custom-fields .element h4,
#umalaya #beta_7-3 h4,
#umalaya #alpha .element h2,
#umalaya #custom-fields .element h2,
#umalaya #beta_7-3 h2,
#umalaya #share.aside h2,
#umalaya #alpha #attach_additional_files .related strong {
  font-size: 15px !important;
}
#umalaya #alpha #title.element p {
  font-size: 22px;
}
/* Breadcrumbs */
#umalaya #breadcrumb a,
#umalaya .crumbs p a,
#umalaya #pager li {
  font-size: 12px;
}

#umalaya ul#pager li {
  padding-top: 5px;
}

/* Browse Disciplines */
#umalaya #content .subnav li {
  font-size: 13px;
}

#umalaya .discipline-browser dt,
#umalaya .new-discipline dt {
  font-size: 15px;
}
#umalaya .discipline-browser dd,
#umalaya .new-discipline dd,
#umalaya dl.communities dd ul li {
  font-size: 14px;
}

#umalaya .discipline-browser dd,
#umalaya .new-discipline dd {
    padding: 3px 0;
}
/* Submit Research */
#umalaya .communities dt,
#umalaya .communities dt a:link {
  font-size: 14px;
  font-weight: normal;
}
#umalaya dl.communities dd ul li {
    line-height: 1.3em;
}

/* Announcements */
#umalaya #main.text #announce h3,
#umalaya #main.text #announce h4,
#umalaya #main.text #help h3 {
  font-size: 15px;
}

/* Site subpage headings */
#umalaya #main.text h2#ir-about,
#umalaya #main.text h2#faq-top,
#umalaya #main.text h1#faq-top,
#umalaya #main.text h2#communities-title,
#umalaya #main.text h2#top,
#umalaya #main.text h2#submit-title,
#umalaya #main.text #announce h2,
#umalaya #main.text #accessibility-statement h2,
#umalaya #main.text .discipline-block h2,
#umalaya #main.text h2#activity-title,
#umalaya #main.text h2#recent-title,
#umalaya #main.text h2#topdownloads-title,
#umalaya #main.text h1#topdownloads-title,
#umalaya #main.text h2#peer-review-title,
#umalaya #main.text > h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
/* homepage stats */
#umalaya p#stats,
#umalaya #main.text #network-icon a {
  font-size: 13px;
}

#umalaya ul#pager li {
    padding-top: 5px;
}
#umalaya #dcn-home #homepage-heading-row .btn {
    margin-bottom: 8px;
}
#umalaya #series-home .pdf, 
#umalaya #series-home .native, 
#umalaya #series-home .metadata-only, 
#umalaya #series-home .external {
    line-height: 2.4em;
}
/* Journals */
#umalaya .article-list h2,
#coverart #alpha .article-list h2 {
  font: bold 21px Arial, Helvetica Neue, Helvetica, sans-serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
  text-transform: uppercase;
}
#umalaya #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: bold 20px Arial, Helvetica Neue, Helvetica, sans-serif; /* Current Issue */
  text-transform: uppercase;
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: normal 18px Arial, Helvetica Neue, Helvetica, sans-serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf;
    text-transform: uppercase;
 }
#coverart #beta .coverart-box {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    border: 0; }
#coverart #beta #coverart-box-container {
    border: 0; }

#coverart #beta dl  {
    margin-left: 0 !important; }
#coverart #beta #coverart-editors dt {
    font-size: 14px;
    padding-top: 10px; }
#coverart #beta #coverart-editors dd {
    padding-top: 3px;
}
#umalaya #masthead h2.masthead,
#umalaya #masthead caption,
#umalaya #masthead h4 {
  font: bold 21px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #000;
  margin: 3px 0;
  text-transform: uppercase;
}
/* Homepage buttons */
#umalaya #main.text #homebuttons {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
} 
#umalaya #main.text #homebuttons a {
    height: 138px;
    width: 138px;
    margin-right: 16px;
    margin-bottom: 16px;
    background-color: #6e6f73;
    display: flex;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

#umalaya #main.text #homebuttons a span {
    color: #fff;
    font-size: 72px;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  background: transparent;
}
#umalaya #main.text #homebuttons a:active,
#umalaya #main.text #homebuttons a:hover,
#umalaya #main.text #homebuttons a:focus,
#umalaya #main.text #homebuttons a:active span,
#umalaya #main.text #homebuttons a:hover span,
#umalaya #main.text #homebuttons a:focus span {
  border: none;
  outline: none;
  text-decoration: none;
}

#umalaya #main.text #homebuttons a:active,
#umalaya #main.text #homebuttons a:hover,
#umalaya #main.text #homebuttons a:focus {
    background-color: #314369;
}

#umalaya #main.text #homebuttons a:active h3,
#umalaya #main.text #homebuttons a:hover h3,
#umalaya #main.text #homebuttons a:focus h3 {
    text-decoration: underline;
}
#umalaya #main.text #homebuttons a:active,
#umalaya #main.text #homebuttons a:hover,
#umalaya #main.text #homebuttons a:focus {
    outline: 2px solid #263964;
}
#umalaya #main.text #homebuttons a h3 {
    color: #fff;
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif !important;
    text-align: center;
  text-decoration: none;
  margin: 10px 10px 0;
}
#umalaya #content .text #homebuttons a:focus {
  border-bottom: none;
}
/* ---------------- Footer ---------------- */
#umalaya #bepress a {
    background-image: url(assets/md5images/05282938aa7177c320daaf160c41aa8f.svg);
  background-size: 210px;
    background-position: center;
}
#umalaya #footer {
    height: 74px;
    background-color: #fff; }
#umalaya #bepress a {
    height: 72px;
    margin: 1px 0;
    background-color: #fff; }
#umalaya #footer p,
#umalaya #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
}
#umalaya #footer p:first-of-type { padding-top: 11px; }

#umalaya #container #footer a.secondary-link {
  font-size: 11px;
}

#umalaya #footer p a:hover,
#umalaya #footer p a:active,
#umalaya #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#umalaya #content {
    min-height: calc(100vh - 342px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #umalaya #wrapper:after {
    content: none; /* search pages */
}
#umalaya {
    background: url(assets/md5images/af0ab10779e749d7c0d1cf5075e3d1fd.gif) repeat-x left bottom;
    padding-bottom: 102px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #umalaya #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#umalaya #main.text .authorbrowser p.letters a:hover,
#umalaya #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* 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) */

}
/* ---------------- 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 #umalaya #main.text #dcn-home .box.aag h2,
.mbl #umalaya #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #umalaya #header,
.mbl #umalaya #header a#banner_link img,
.mbl #umalaya #navigation {
    width: 100% !important;
}

.mbl #sidebar h2 {
  margin: 5px 0 !important;
  padding-left: 3% !important;
  width: 97% !important;
}

.mbl #sidebar #sb-custom-lower,
.mbl #sidebar #sb-custom-lowest,
.mbl #sidebar #sb-custom-upper,
.mbl #sidebar #sb-custom-middle {
  margin: 5px 0 !important;
  width: 100% !important;
}

.mbl #sidebar ul.sb-custom-ul {
  margin: 0 3% !important;
  width: 94% !important;
}

.mbl #umalaya #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 24.107143%;
    left: 0.918367%;  /* change to "right:" for right aligned logo */
    width: 22.653061% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #umalaya #footer #bepress a {
    background: transparent url(assets/md5images/05282938aa7177c320daaf160c41aa8f.svg) center no-repeat !important;
    height: 50px !important;
    margin: 0px !important;
  background-size: contain !important;
}

.mbl #umalaya #footer {
	background-color: #fff !important; /* plug in footer background color */
	background-image: none !important;
}

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

.mbl #umalaya #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #umalaya #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #umalaya #dcn-home #homepage-heading-row .btn:hover,
.mbl #umalaya #dcn-home #homepage-heading-row .btn:focus,
.mbl #umalaya #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #umalaya #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #umalaya #header {
  margin: 0 !important;
}
.mbl #umalaya #main.text #homebuttons a span {
    font-size: 48px;
}
