/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Nunito Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/5dd51e41c259e81171c13b28c8c518f6.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#lsu #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
}
#lsu #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 --- */
#lsu #logo_image,
#lsu #header a#logo_link {
    display: none;
}
#lsu #header a#banner_link:focus img,
#lsu #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#lsu #navigation {
  width: 600px;
  float: right;
  margin-bottom: -36px;
  top: -36px;
}
#lsu #navigation {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
}
#lsu #navigation #tabs {
    height: 24px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
    margin-bottom: 12px !important;
}
#lsu #navigation #tabs,
#lsu #navigation #tabs ul,
#lsu #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#lsu #navigation #tabs,
#lsu #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%;
}
#lsu #navigation #tabs a {
    font: bold 12px 'Nunito Sans', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 24px;
    line-height: 24px;
    color: #ccbddc;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
    text-transform: uppercase;
}
#lsu #navigation #tabs a:hover,
#lsu #navigation #tabs a:active,
#lsu #navigation #tabs a:focus {
    color: #FDD023;
    text-decoration: underline;
}
#lsu #navigation #tabs #search {
  background-color: #5f3b97;
  margin-right: 15px;
  border-radius: 5px;
}
#lsu #navigation #tabs #search a {
  display: inline-flex;
}
/* ---------------- Sidebar ---------------- */
#lsu #sidebar {
  padding-top: 16px;
}
#lsu #sidebar h2 {
    font: bold 16px 'Nunito Sans', sans-serif;
    color: #502f80;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    text-transform: uppercase;
}
#lsu #sidebar ul li a,
#lsu #sidebar p.advanced {
  margin-left: 20px;
  margin-right: 10px;
}
#lsu #sidebar ul#navlist li a {
  margin: 0;
}
#lsu #sidebar form#sidebar-search {
  padding-left: 20px;
  margin-right: 0;
}
#lsu #sidebar ul#side-notify {
  padding-top: 0;
}
#lsu #sidebar a {
    font: normal 13px 'Nunito Sans', sans-serif;
    color: #502f80;
    text-decoration: none;
}
#lsu #sidebar a:hover,
#lsu #sidebar a:active,
#lsu #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#lsu #sidebar #sidebar-search label {
    font: normal 13px 'Nunito Sans', sans-serif;
    color: #000;
}
#lsu #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#lsu #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#lsu #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/2c2cd5e84ca5a8bf8b5c19611c54cd25.gif) repeat-y left top;
    margin: 20px 0;
}
#lsu #main.text h2 {
  font-weight: bold;
}
/*#lsu #content { padding-top: 16px; }*/
#lsu #main.text h2.cover_text {
  margin-top: 0;
  padding-top: 0;
  font: bold 20px 'Nunito Sans', sans-serif;
  text-transform: uppercase;
}
#lsu #main.text h2.cover_text span.site-follow {
  text-transform: capitalize;
}
    /* --- Breadcrumbs --- */
#lsu #main.text div.crumbs a:link,
#lsu #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #502f80;
}
#lsu #main.text div.crumbs a:hover,
#lsu #main.text div.crumbs a:active,
#lsu #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#lsu #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#lsu #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#lsu #dcn-home > h2 {
    font: bold 20px 'Nunito Sans', sans-serif;
    text-transform: uppercase;
}
#lsu #dcn-home #box-top-left {
  margin-right: 5%;
  width: 45%;
}
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: #502f80; 
  text-decoration: none;
  padding-left: 15px;
}
#lsu #dcn-home #cover-browse h3 a {
    font: 700 14px/1.8 'Nunito Sans', sans-serif;
    text-decoration: none;
    color: #686868;
}
#lsu #dcn-home #cover-browse h3 a:hover,
#lsu #dcn-home #cover-browse h3 a:focus,
#lsu #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
    color: #502f80;
}
    /* --- Links --- */
#lsu #main.text a:link,
#lsu #main.text a:visited {
    color: #502f80; /* declared for #network-icon text */
}
#lsu #main.text a:hover,
#lsu #main.text a:active,
#lsu #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#lsu #dcn-home .box.aag h2,
#lsu #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 18px 'Nunito Sans', sans-serif;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
}
#lsu #main.text .box a:link,
#lsu #main.text .box a:visited {
    font: bold 13px 'Nunito Sans', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#lsu #main.text .box a:hover,
#lsu #main.text .box a:active,
#lsu #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p, #custom-fields .element p { font-size: 13px; }
#alpha .element h4, #custom-fields .element h4 { font-size: 14px; }
/* ---------------- Footer ---------------- */
#lsu #footer,
#lsu #bepress a {
    height: 88px;
    background-color: #4d5052; }
#lsu #footer p,
#lsu #footer p a {
    font: normal 12px/2 'Nunito Sans', sans-serif;
    color: #dcdedf;
    text-decoration: none;
}
#lsu #footer p:first-of-type { padding-top: 20px } 
#lsu #footer p a:hover,
#lsu #footer p a:active,
#lsu #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #eeeeee;
}
#lsu {
	background: url(assets/md5images/16d92695964895f9e60d54bb554869c6.gif) repeat-x left bottom;
}
#lsu #content {
    min-height: calc(100vh - 222px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #lsu #wrapper:after {
	content: none; /* search pages */
}
.legacy #lsu #wrapper {
  margin-bottom: 0;
}
.legacy #lsu #content {
    min-height: calc(100vh - 202px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #lsu #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#lsu #main.text .authorbrowser p.letters a:hover,
#lsu #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 #lsu #main.text #dcn-home .box.aag h2,
.mbl #lsu #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #lsu #header,
.mbl #lsu #header a#banner_link img,
.mbl #lsu #navigation {
    width: 100% !important;
}
.mbl #lsu #header #logo_image {
    display: none;
}



/* Peer reviewed metadata field display "Yes" - NS 4/1/19 */

#lsu #peer_reviewed p {display: none;}
#lsu #peer_reviewed {padding-left: 5px; text-indent: -3px;}
#lsu div#peer_reviewed:after {content: "Yes";}


/* orcid id icon next to field value - NS 5/18/19*/
#lsu #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }
    
    
/* scrolling author list & ORCID area - NS 7/20/21 */
#lsu #alpha #authors,
#lsu #alpha #orcid {
    overflow-y: auto;
    max-height: 250px;
    /* adjust for each site to show desired # of authors; check in multiple browsers */
    border-top: solid 2px #666;
    border-bottom: solid 1px #666;
    margin-bottom: 5px;
}

#lsu #alpha #authors p.author,
#lsu #alpha #orcid p {
    border-top: 0;
    border-bottom: 0;
}