/* -----------------------------------------------
Journal 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 "Lato", sans-serif;  /* should be medium except when fitting into a fixed container */
    background-image: url(../assets/md5images/7debbb7bf8057952654e2de9ba558dac.png), url(../assets/md5images/b326c5f232ca53500911a052e5a156e2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: auto, 100% 72px;
}
/* ---------------- Header ---------------- */
#eleu #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#eleu #banner_image {
    display: block;
    width: 980px !important;
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}
#eleu #banner_link { line-height: 0; } /* removes header/nav gap in mbl */
    /* --- Logo --- */
#eleu #logo_image,
#eleu #header a#logo_link {  /* include an image for accessibility */
    display: none;
}
#eleu #header a#banner_link:focus img,
#eleu #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#eleu #navigation,
#eleu #navigation #tabs {
    height: 72px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap; }
/* Flexbox Navigation July 2018 */
#eleu #navigation #tabs,
#eleu #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%;
}
#eleu #navigation #tabs,
#eleu #navigation #tabs ul,
#eleu #navigation #tabs ul li {
    padding: 0;
    margin: 0; }
#eleu #navigation #tabs #tabzero {
  display: none;
}
#eleu #navigation #tabs a {
    font: normal 16px "Lato", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    transition: background 0.3s ease;
    line-height: 72px;
    color: #000;
    background-color: transparent;
    padding: 0 15px;
    margin: 0;
    border: 0;
  }
#eleu #navigation #tabs a:hover,
#eleu #navigation #tabs a:active,
#eleu #navigation #tabs a:focus {
    text-decoration: underline;
}

/* ---------------- Sidebar ---------------- */
#eleu #sidebar {
    background-color: #fff;
}
#eleu #sidebar a:link,
#eleu #sidebar a:visited {
    font: normal 14px "Lato", sans-serif;
    color: #0056d6;
    text-decoration: none;
}
#eleu #sidebar a:hover,
#eleu #sidebar a:active,
#eleu #sidebar a:focus {
    color: #000;
    text-decoration: underline;
}
    /* --- Highlighted sidebar links --- */
#eleu #sidebar ul#navlist {
    border-top: none; }  /* border added by ir-custom.css by default */
#eleu #sidebar ul#navlist li:first-child a {
    border-top: 1px solid #f2f2f2; /* border is removed if #navlist has no content */
}
#eleu #sidebar ul#navlist li a {
    color: #0056d6;
    transition: background 0.3s ease;
    font-weight: normal;
    background-color: #fff;
    border-bottom: 1px solid #f2f2f2;
}
        /* Sidebar link colors */
#eleu #sidebar ul#navlist li a:active,
#eleu #sidebar ul#navlist li a:hover,
#eleu #sidebar ul#navlist li a:focus {
    color: #000;
    background-color: #fff;
}
#eleu #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
    /* --- Sidebar text --- */
#eleu #sidebar .sidebar-search label,
#eleu .sidebar-search h2,
#eleu #sidebar #issn p {
    color: #000; /* Search, "Enter search terms," ISSN" */
    border: 0; }
#eleu .sidebar-search h2 {
  font: bold 15px "Lato", sans-serif;
  background: transparent;
}
#eleu #sidebar #browse,
#eleu #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */
#eleu #sidebar p.advanced + div { display: none; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
#eleu #sidebar p {
    color: #000;
}
/* ---------------- Main Content ---------------- */
#eleu #wrapper { /* for full-length sidebar content background/elements */
    background: transparent;
    margin: 24px 0;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
#eleu #content { background-color: #ffffff; }
#sub { margin-top: 22px; }
    /* --- Breadcrumbs --- */
#eleu #main.text div.crumbs p { margin-bottom: 0; }
#eleu #main.text div.crumbs a {
    text-decoration: none;
    color: #0056d6;
}
#eleu #main.text div.crumbs a:hover,
#eleu #main.text div.crumbs a:active,
#eleu #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#eleu #breadcrumb a,
#eleu .crumbs p a,
#eleu #pager li {
  font-size: 12px;
}
#eleu ul#pager li {
    padding-top: 5px;
}
    /* --- Headers --- */
#eleu #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
    font: bold 22px "Lato", sans-serif; /* Current Issue */
    margin: 5px 0;
}
#eleu .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
    font: bold 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;
}
    /* --- Links --- */
#eleu #main.text a:link,
#eleu #main.text a:visited {
    text-decoration: underline;
    color: #0056d6; }
#eleu #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#eleu #main.text a:hover,
#eleu #main.text a:active,
#eleu #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
#eleu #main.text .article-list a:link,
#eleu #main.text .article-list a:visited {
    text-decoration: none; }
#eleu #main.text .article-list a:hover,
#eleu #main.text .article-list a:active,
#eleu #main.text .article-list a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* --- PDF icons and article lists --- */
#eleu #main.text div.doc { margin: 0 0 15px; }
/* Replacing rule on line 227 to style all options and not break mobile PDF buttons */
/*#eleu #main.text div.article-list .pdf { width: auto; }*/
#eleu div.article-list .pdf,
#eleu div.article-list .native,
#eleu div.article-list .external,
#eleu div.article-list .none .openurl,
#eleu div.article-list .none,
#eleu div.article-list .metadata-only {
 width: auto;
}
#coverart #alpha .article-list p { margin-left: 48px; }
#eleu #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */
    /* --- Editors and Cover art --- */
#coverart #beta {
    float: right; }
        /* Cover art */
#eleu #coverart #beta .coverart-box h4 {
    font: bold 18px "Lato", sans-serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }
#eleu #coverart #beta .coverart-box {
    font: normal 14px "Lato", sans-serif;
    border: 0; }
#eleu #coverart #beta #coverart-box-container {
    border: 0; }
/* this rule aligns cover art with other content, but sometimes breaks the layout, idk, seems fine i guess
#coverart #beta { width: auto; }
*/
#eleu #coverart #beta dl  {
    margin-left: 0; }
#eleu #coverart #beta #coverart-editors dt {
    font-size: 14px;
    padding-top: 10px; }
#eleu #coverart #beta #coverart-editors dd {
  padding-top: 3px;
}
        /* Cover art disabled (not needed usually) */
#eleu #masthead h2.masthead,
#eleu #masthead caption,
#eleu #masthead h4 {
  font: bold 21px "Lato", sans-serif;
  color: #000;
  margin: 3px 0;
}
#eleu #masthead tr th {
}
#eleu #masthead tr td {
}
#eleu #alpha .element p,
#eleu #custom-fields .element p,
#eleu #alpha #recommended_citation p {
  font-size: 14px;
}
#eleu #beta_7-3 #beta-disciplines.aside p,
#eleu #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}
#eleu #alpha .element h4,
#eleu #custom-fields .element h4,
#eleu #beta_7-3 h4,
#eleu #alpha .element h2,
#eleu #custom-fields .element h2,
#eleu #beta_7-3 h2,
#eleu #alpha #attach_additional_files .related strong {
  font-size: 15px !important;
}
#eleu #alpha #title.element p {
  font-size: 22px;
}
/* ---------------- Footer ---------------- */
#eleu #bepress a {
    background-image: url(../assets/md5images/758eb43dcf0228f3a3335f791f1407b6.svg);
  background-size: 210px;
    background-position: center;
}
#eleu #footer {
    height: 76px;
    background-color: #fff; }
#eleu #footer #bepress a {
    height: 74px;
    margin: 1px 0;
    background-color: #fff; }
#eleu #footer p,
#eleu #footer p a  {
    font: normal 13px/2 "Lato", sans-serif;
    color: #0056d6;
    text-decoration: none; }
#eleu #footer p:first-of-type { padding-top: 12px; }
#eleu #footer p a:hover,
#eleu #footer p a:active,
#eleu #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #000;
}
#eleu {
    background: url(../assets/md5images/16a671c3ed9d7589c8942ba565d7c149.gif) repeat-x left bottom;
}

#eleu #content {
    min-height: calc(100vh - 403px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #eleu #wrapper:after {
    content: none; /* search pages */
}
 #eleu #container #footer a.secondary-link {
   font-size: 11px;
 }

#eleu #footer { position: relative; }
a#footer-logo-link { margin: 0; }
#footerlogo {
    position: absolute;
    top: 0;
    right: 0;
    width: 14.693878% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
    margin: 1px 0;
 }
#eleu #footer a#footer-logo-link:focus img {
    outline: 1px dashed #000;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #eleu #wrapper {
  background-image: none;
}
.legacy #eleu #wrapper {
    margin-bottom: 0;
}
.legacy #eleu #content {
    margin-bottom: 24px;
}
/* ---------------- Mobile ---------------- */
.mbl #eleu #footer #bepress a {
    background: transparent url(../assets/md5images/758eb43dcf0228f3a3335f791f1407b6.svg) center no-repeat !important;
    height: 50px !important;
    margin: 0px !important;
  background-size: contain !important;
}
.mbl #navigation #tabs {
    display: none;
}
.mbl #eleu #sidebar ul#navlist li a {
    padding: 6px 0px;
}
.mbl #eleu #sidebar ul#navlist li {
    padding: 0px;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #eleu #header,
.mbl #eleu #header a#banner_link img,
.mbl #eleu #navigation {
    width: 100% !important;
}
.mbl #eleu #header #logo_image {
  display: none;
}

.mbl #sidebar #issn p.sb-issn,
.mbl #sidebar #issn p.sb-extra-issn {
    pointer-events: none;
}

.mbl #eleu #footer {
    background-color: #fff !important; /* plug in footer background color */
    background-image: none !important;
}
.mbl #eleu .article-list h2,
.mbl #coverart #alpha .article-list h2 {
  padding: 5px 0;
}

.mbl #eleu #content {
    min-height: unset;
}
.mbl #eleu #header {
background: url(../assets/md5images/74da0551559c96f4131e23a65fef4d3d.png) no-repeat left top;
}
.mbl #footer-logo-link { display: none; }