/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&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: #e0e0e0;
}
/* ---------------- Header ---------------- */
#neujpid #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#neujpid #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 --- */
#neujpid #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 11.458333%;
    left: 1.530612%;  /* change to "right:" for right aligned logo */
    width: 12.142857% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#neujpid #header a#banner_link:focus img,
#neujpid #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#neujpid #navigation,
#neujpid #navigation #tabs {
    height: 28px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#neujpid #navigation #tabs,
#neujpid #navigation #tabs ul,
#neujpid #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#neujpid #navigation #tabs,
#neujpid #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%;
}
#neujpid #navigation #tabs a {
    font: normal 13px "Lato", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 16px;
    line-height: 16px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 6px 0;
    border: 0;
    border-right: 1px solid #5679a7;
  
}
#neujpid #navigation #tabs a:hover,
#neujpid #navigation #tabs a:active,
#neujpid #navigation #tabs a:focus {
    text-decoration: underline;
}
#neujpid #navigation #tabs li:first-child a { padding-left: 15px; }
#neujpid #navigation #tabs li:last-child a {
    border-right: none;
}
#neujpid #navigation #tabs #tabthree,
#neujpid #navigation #tabs #tabfour {
  display: none;
}

/* ---------------- Sidebar ---------------- */
#neujpid #sidebar h2 {
    font: bold 16px "Lato", sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    border: none;
    text-transform: uppercase;
}
#neujpid #sidebar a {
    font: normal 13px "Lato", sans-serif;
    color: #0056b3;
    text-decoration: none;
    text-transform: uppercase;
}
#neujpid #sidebar a:hover,
#neujpid #sidebar a:active,
#neujpid #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#neujpid #sidebar #sidebar-search label {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    text-transform: uppercase;
}
#neujpid #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#neujpid #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#neujpid #sidebar form label {
  color: #000;
  text-transform: uppercase;
}
#neujpid #sidebar ul#side-notify {
  padding-top: 0;
}

/*-----  Site matching journals  ----- */
    /* --- Highlighted sidebar links --- */
#neujpid #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#neujpid #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #e0e0e0; /* border is removed if #navlist has no content */
}
#neujpid #sidebar ul#navlist li a {
  color: #0056b3;
  transition: background 0.3s ease;
  font-weight: normal;
  background-color: transparent;
  border-bottom: 1px solid #e0e0e0;
  text-transform: uppercase;
  text-indent: 0;
  margin-left: 15px;
  width: 225px;
}
    /* Sidebar link colors */
#neujpid #sidebar ul#navlist li a:active,
#neujpid #sidebar ul#navlist li a:hover,
#neujpid #sidebar ul#navlist li a:focus {
  color: #000;
}

#neujpid #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}

/* Hiding Collections link in Browse section */
#neujpid #sidebar ul#side-browse li.collections { display:none; }
/* Hiding Author Corner links in sidebar */
#neujpid #sidebar ul#side-author { display: none; }
#neujpid #sidebar .sidebar-search h2 {
    font: bold 13px "Lato", sans-serif;
    text-indent: 20px;
}
/* ---------------- Main Content ---------------- */
#neujpid #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/a3aaa54ffb55cadefd3c25b39fa48117.gif) repeat-y left top;
}
/*#neujpid #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#neujpid #main.text div.crumbs a:link,
#neujpid #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #0056b3;
}
#neujpid #main.text div.crumbs a:hover,
#neujpid #main.text div.crumbs a:active,
#neujpid #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#neujpid #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#neujpid #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#neujpid #dcn-home > h2,
#neujpid #main.text h2#hometitle,
#neujpid #main.text #homepage-heading-row h2 {
    /*font: normal 24px "Lato", 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: #0056b3; }
#neujpid #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#neujpid #dcn-home #cover-browse h3 a:hover,
#neujpid #dcn-home #cover-browse h3 a:focus,
#neujpid #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#neujpid #main.text a:link,
#neujpid #main.text a:visited {
    color: #0056b3; /* declared for #network-icon text */
}
#neujpid #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#neujpid #main.text a:hover,
#neujpid #main.text a:active,
#neujpid #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#neujpid #dcn-home .box.aag h2,
#neujpid #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 17px "Lato", sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#neujpid #main.text .box a:link,
#neujpid #main.text .box a:visited {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#neujpid #main.text .box a:hover,
#neujpid #main.text .box a:active,
#neujpid #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#neujpid #alpha .element p,
#neujpid #custom-fields .element p,
#neujpid #alpha #recommended_citation p {
  font-size: 14px;
}
#neujpid #beta_7-3 #beta-disciplines.aside p,
#neujpid #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

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

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

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

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

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

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

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

#neujpid ul#pager li {
    padding-top: 5px;
}
#neujpid #dcn-home #homepage-heading-row .btn {
    margin-bottom: 8px;
}
/* Journals */
#neujpid .article-list h2,
#coverart #alpha .article-list h2 {
  font: normal 21px "Lato", sans-serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
}
#neujpid #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: normal 24px "Lato", sans-serif; /* Current Issue */
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: normal 18px "Lato", sans-serif; /* default is 18px */
    color: #0056b3;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }
#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;
}
#neujpid #masthead h2.masthead,
#neujpid #masthead caption,
#neujpid #masthead h4 {
  font: 400 21px "Lato", sans-serif;
  color: #0056b3;
  margin: 3px 0;
}
/* ---------------- Footer ---------------- */
#neujpid #bepress a {
    background-image: url(assets/md5images/96b516c30fb7fdc1d3fe4dc6d556b6f8.svg);
  background-size: 210px;
    background-position: center;
}
#neujpid #footer {
    height: 76px;
    background-color: #0a0a0a; }
#neujpid #bepress a {
    height: 74px;
    margin: 1px 0;
    background-color: #0a0a0a; }
#neujpid #footer p,
#neujpid #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#neujpid #footer p:first-of-type { padding-top: 12px; }

#neujpid #container #footer a.secondary-link {
  font-size: 11px;
}
#neujpid #footer p a:hover,
#neujpid #footer p a:active,
#neujpid #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#neujpid #content {
    min-height: calc(100vh - 201px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #neujpid #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #neujpid #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#neujpid #main.text .authorbrowser p.letters a:hover,
#neujpid #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 #neujpid #main.text #dcn-home .box.aag h2,
.mbl #neujpid #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #neujpid #header,
.mbl #neujpid #header a#banner_link img,
.mbl #neujpid #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 #neujpid #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 11.458333%;
    left: 1.530612%;  /* change to "right:" for right aligned logo */
    width: 12.142857% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

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

.mbl #neujpid #footer {
	background-color: #0a0a0a !important; /* plug in footer background color */
	background-image: none !important;
}

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

.mbl #neujpid #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #neujpid #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #neujpid #dcn-home #homepage-heading-row .btn:hover,
.mbl #neujpid #dcn-home #homepage-heading-row .btn:focus,
.mbl #neujpid #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #neujpid #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #neujpid #header {
  margin: 0 !important;
}
.mbl #neujpid #sidebar ul#navlist li a {
    width: unset;
}
