/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2021
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;700&family=Ubuntu:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Ubuntu', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/42bbf874634e1878cd073da39888e1f5.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#ebrj #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#ebrj #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 --- */
#ebrj #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    right: 0;
    width: 42.8571428571429% !important;  /* 420 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#ebrj #header a#banner_link:focus img,
#ebrj #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#ebrj #navigation,
#ebrj #navigation #tabs {
    height: 62px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#ebrj #navigation #tabs,
#ebrj #navigation #tabs ul,
#ebrj #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#ebrj #navigation #tabs,
#ebrj #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%;
}
#ebrj #navigation #tabs a {
    font: bold 13px 'Ubuntu', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 30px;
    line-height: 30px;
    color: #767676;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 13px; /* with arial bold, this fits */
    margin: 16px 0;
    border: 0;
    border-right: 1px solid #e2e3e3;
    text-transform: uppercase;
}
#ebrj #navigation #tabs a:hover,
#ebrj #navigation #tabs a:active,
#ebrj #navigation #tabs a:focus {
    color: #d11f39;
}
#ebrj #navigation #tabs li:first-child a { padding-left: 15px; }
#ebrj #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#ebrj #sidebar {
  background-color: #f7f8f9;
  border-top: 1px solid #eff0f1;
  margin-bottom: 10px;
}
#ebrj #sidebar ul#side-notify {
  padding-top: 0;
}
#ebrj #sidebar h2 {
    font: bold 15px 'Roboto Slab', serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#ebrj #sidebar a {
    font: normal 13px 'Ubuntu', sans-serif;
    color: #6f6f6f;
    text-decoration: none;
}
#ebrj #sidebar a:hover,
#ebrj #sidebar a:active,
#ebrj #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#ebrj #sidebar #sidebar-search label {
    font: normal 13px 'Ubuntu', sans-serif;
    color: #000;
}
#ebrj #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#ebrj #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#ebrj #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/fa52e200196cc6b665c2578b16741f91.gif) repeat-y left top;
}
/*#ebrj #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#ebrj #main.text div.crumbs a:link,
#ebrj #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #cb0a2f;
}
#ebrj #main.text div.crumbs a:hover,
#ebrj #main.text div.crumbs a:active,
#ebrj #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#ebrj #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#ebrj #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#ebrj #dcn-home > h2 {
    font: normal 21px 'Roboto Slab', 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: #cb0a2f; }
#ebrj #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Ubuntu', sans-serif;
    text-decoration: none;
}
#ebrj #dcn-home #cover-browse h3 a:hover,
#ebrj #dcn-home #cover-browse h3 a:focus,
#ebrj #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#ebrj #main.text a:link,
#ebrj #main.text a:visited {
    color: #cb0a2f; /* declared for #network-icon text */
}
#ebrj #main.text a:hover,
#ebrj #main.text a:active,
#ebrj #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#ebrj #dcn-home .box.aag h2,
#ebrj #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 16px 'Roboto Slab', serif;
    border-bottom: 1px solid #d3d3d3;
}
#ebrj #main.text .box a:link,
#ebrj #main.text .box a:visited {
    font: bold 13px 'Ubuntu', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#ebrj #main.text .box a:hover,
#ebrj #main.text .box a:active,
#ebrj #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p, #custom-fields .element p { font-size: 12px; }
#alpha .element h4, #custom-fields .element h4 { font-size: 13px; }
/* ---------------- Footer ---------------- */
#ebrj #footer,
#ebrj #bepress a {
    height: 78px;
    background-color: #f0f0f0; }
#ebrj #footer p,
#ebrj #footer p a {
    font: normal 12px/2 'Ubuntu', sans-serif;
    color: #595858;
    text-decoration: none;
}
#ebrj #footer p:first-of-type { padding-top: 15px }
#ebrj #footer p a:hover,
#ebrj #footer p a:active,
#ebrj #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#ebrj {
    background: url(assets/md5images/3cbf3542d2cf4533e8748a7390b12338.gif) repeat-x left bottom;
}
#ebrj #content {
    min-height: calc(100vh - 231px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #ebrj #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #ebrj #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#ebrj #main.text .authorbrowser p.letters a:hover,
#ebrj #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
}
/* orcid id icon next to field value MC-2023-01-06*/
#ebrj #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }
/* ---------------- 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 #ebrj #main.text #dcn-home .box.aag h2,
.mbl #ebrj #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #ebrj #header,
.mbl #ebrj #header a#banner_link img,
.mbl #ebrj #navigation {
    width: 100% !important;
}
.mbl #ebrj #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    right: 0;
    width: 42.8571428571429% !important;  /* 420 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #ebrj #footer #bepress a {
	background: transparent url(assets/md5images/c76962708a407a8cb4c78ee97740913b.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

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