/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:wght@400;600&display=swap');
/* ---------------- 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 url(assets/md5images/6c04a6f98e66ba8ab57d09b196417b83.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#alma #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
}
#alma #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 --- */
#alma #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 11.940298507%;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 12.8571428571% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#alma #header a#banner_link:focus img,
#alma #header a#logo_link:focus img {
  outline: 2px dotted #000;
}
/* ---------------- Navigation ---------------- */
#alma #navigation,
#alma #navigation #tabs {
    height: 78px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#alma #navigation #tabs,
#alma #navigation #tabs ul,
#alma #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#alma #navigation #tabs,
#alma #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%;
}
#alma #navigation #tabs a {
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 78px;
    line-height: 78px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: 1px solid #944751;
}
#alma #navigation #tabs a:hover,
#alma #navigation #tabs a:active,
#alma #navigation #tabs a:focus {
    color: #fff;
    background-color: #944751;
    text-decoration: underline;
}
#alma #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#alma #sidebar {
  background-color: #142347;
  padding-top: 16px;
}
#alma #sidebar ul#side-notify {
  padding-top: 0;
}
#alma #sidebar h2 {
    font: normal 21px 'Crimson Text', serif;
    color: #bfe8f0;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#alma #sidebar a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#alma #sidebar a:hover,
#alma #sidebar a:active,
#alma #sidebar a:focus {
    text-decoration: underline;
}
#alma #sidebar #sidebar-search label {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
}
#alma #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#alma #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

#alma #sidebar a:hover img,
#alma #sidebar a:active img,
#alma #sidebar a:focus img {
  outline: 1px dotted #fff;
}

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

#alma #sidebar form label {
  color: #fff;
}

/* ---------------- Main Content ---------------- */
#alma #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/67663ea80b75826b5d936a1d628f2ba6.gif) repeat-y left top;
}
/*#alma #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#alma #main.text div.crumbs a:link,
#alma #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #8a2432;
}
#alma #main.text div.crumbs a:hover,
#alma #main.text div.crumbs a:active,
#alma #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#alma #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#alma #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#alma #dcn-home > h2,
#alma #main.text h2#hometitle,
#alma #main.text #homepage-heading-row h2 {
    font: 600 30px 'Crimson Text', 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: #8a2432; }
#alma #dcn-home #cover-browse h3 a {
    font: 400 16px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#alma #dcn-home #cover-browse h3 a:hover,
#alma #dcn-home #cover-browse h3 a:focus,
#alma #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#alma #main.text a:link,
#alma #main.text a:visited {
    color: #8a2432; /* declared for #network-icon text */
}
#alma #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#alma #main.text a:hover,
#alma #main.text a:active,
#alma #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#alma #dcn-home .box.aag h2,
#alma #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: 600 22px 'Crimson Text', serif;
    border-bottom: 1px solid #d3d3d3;
}
#alma #main.text .box a:link,
#alma #main.text .box a:visited {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#alma #main.text .box a:hover,
#alma #main.text .box a:active,
#alma #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#alma #alpha .element p,
#alma #custom-fields .element p,
#alma #alpha #recommended_citation p {
  font-size: 14px;
}
#alma #beta_7-3 #beta-disciplines.aside p,
#alma #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}
#alma #alpha .element h4,
#alma #custom-fields .element h4,
#alma #beta_7-3 h4,
#alma #alpha #attach_additional_files .related strong {
  font-size: 15px !important;
}
#alma #alpha #title.element p {
  font-size: 22px;
}
/* Breadcrumbs */
#alma #breadcrumb a,
#alma .crumbs p a,
#alma #pager li {
  font-size: 12px;
}

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

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

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

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

/* Site subpage headings */
#alma #main.text h2#ir-about,
#alma #main.text h2#faq-top,
#alma #main.text h2#communities-title,
#alma #main.text h2#top,
#alma #main.text h2#submit-title,
#alma #main.text #announce h2,
#alma #main.text #accessibility-statement h2,
#alma #main.text .discipline-block h2,
#alma #main.text h2#activity-title,
#alma #main.text h2#recent-title,
#alma #main.text h2#topdownloads-title {
  font-size: 22px;
}
/* homepage stats */
#alma p#stats,
#alma #main.text #network-icon a {
  font-size: 13px;
}
#alma #series-home .pdf, 
#alma #series-home .native, 
#alma #series-home .metadata-only, 
#alma #series-home .external {
  line-height: 2.4em;
}
#alma #homeimage {
  width: 100%;
  margin: -16px 0 0 0;
}
/* ---------------- Footer ---------------- */
#alma #footer,
#alma #bepress a {
    height: 74px;
    background-color: #fff; }
#alma #footer {
  background: transparent;
}
#alma #footer p,
#alma #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #8a2432;
    text-decoration: none;
}
#alma #footer p:first-of-type { padding-top: 11px; }

#alma #container #footer a.secondary-link {
  font-size: 11px;
}
#alma #footer p a:hover,
#alma #footer p a:active,
#alma #footer p a:focus {
    text-decoration: underline; 
    color: #000;
  }
#bepress a:focus {
      outline: 1px dotted #142347;
}
#alma #content {
    min-height: calc(100vh - 288px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #alma #wrapper:after {
    content: none; /* search pages */
}
#alma {
    background: url(assets/md5images/553dd7f529acccd4554a59da4ff2d696.gif) repeat-x left bottom;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #alma #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#alma #main.text .authorbrowser p.letters a:hover,
#alma #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 #alma #main.text #dcn-home .box.aag h2,
.mbl #alma #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #alma #header,
.mbl #alma #header a#banner_link img,
.mbl #alma #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 {
  margin: 5px 0 !important;
  width: 100% !important;
}

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

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

.mbl #alma #footer #bepress a {
	background: transparent url(assets/md5images/58e543f36bf620251c76d5305401faf6.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

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

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