/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- 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;
}
/* ---------------- Header ---------------- */
#fesj #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
}
#fesj #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 --- */
#fesj #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 10% !important;  /* 98 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#fesj #header a#banner_link:focus img,
#fesj #header a#logo_link:focus img {
  outline: 1px dashed #363636;
}
/* ---------------- Navigation ---------------- */
#fesj #navigation,
#fesj #navigation #tabs {
    height: 44px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#fesj #navigation #tabs,
#fesj #navigation #tabs ul,
#fesj #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#fesj #navigation #tabs,
#fesj #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%;
}
#fesj #navigation #tabs a {
    font: bold 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 44px;
    line-height: 44px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: none;
    text-transform: uppercase;
}
#fesj #navigation #tabs a:hover,
#fesj #navigation #tabs a:active,
#fesj #navigation #tabs a:focus {
    text-decoration: underline;
}
#fesj #navigation #tabs li:first-child a { padding-left: 15px; }
#fesj #navigation #tabs #tabthree {
  display: none;
}
/* ---------------- Sidebar ---------------- */
#fesj #sidebar h2 {
    font: bold 15px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #363636;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#fesj #sidebar a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #197cbd;
    text-decoration: none;
}
#fesj #sidebar a:hover,
#fesj #sidebar a:active,
#fesj #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#fesj #sidebar #sidebar-search label {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #363636;
}
#fesj #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#fesj #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

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

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

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

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

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

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

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

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

#fesj ul#pager li {
    padding-top: 5px;
}
#fesj #dcn-home #homepage-heading-row .btn {
    margin-bottom: 8px;
}
/* Journals */
#fesj .article-list h2,
#coverart #alpha .article-list h2 {
  font: bold 21px Arial, Helvetica Neue, Helvetica, sans-serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
}
#fesj #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: bold 22px Arial, Helvetica Neue, Helvetica, sans-serif; /* Current Issue */
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif; /* default is 18px */
    color: #363636;
    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;
}

#fesj #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
/* --- Highlighted sidebar links --- */
#fesj #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#fesj #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #e6e6e6; /* border is removed if #navlist has no content */
}
#fesj #sidebar ul#navlist li a {
  color: #197cbd;
  transition: background 0.3s ease;
  font-weight: normal;
  background: transparent;
  border-bottom: 1px solid #e6e6e6;
  text-indent: 0;
  margin-left: 15px;
}
    /* Sidebar link colors */
#fesj #sidebar ul#navlist li a:active,
#fesj #sidebar ul#navlist li a:hover,
#fesj #sidebar ul#navlist li a:focus {
  color: #000;
  text-decoration: underline;
  background: transparent;
}
/* ---------------- Footer ---------------- */
#fesj #footer {
    border-top: 1px solid #d5d5d5;
}
#fesj #bepress a {
	background-image: url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg);
  background-size: 210px;
	background-position: center;
}
#fesj #footer {
    height: 89px;
    background-color: #fff; }
#fesj #bepress a {
    height: 87px;
    margin: 1px 0;
    background-color: #fff; }
#fesj #footer p,
#fesj #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #197cbd;
    text-decoration: none;
}
#fesj #footer p:first-of-type { padding-top: 19px; }

#fesj #container #footer a.secondary-link {
  font-size: 11px;
}
#fesj #footer p a:hover,
#fesj #footer p a:active,
#fesj #footer p a:focus {
    text-decoration: underline;
    color: #000;
  }
#bepress a:focus {
      outline: 1px dashed #363636;
}
#fesj #content {
    min-height: calc(100vh - 229px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #fesj #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #fesj #wrapper {  background-image: none; }
.legacy #fesj #wrapper {  
background: url(assets/md5images/6ffa3b722417967b4fa2a44730072c93.gif) repeat-y left top; }
/* Browse Authors accessibility fix- CSFR-2648 */
#fesj #main.text .authorbrowser p.letters a:hover,
#fesj #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 #fesj #main.text #dcn-home .box.aag h2,
.mbl #fesj #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #fesj #header,
.mbl #fesj #header a#banner_link img,
.mbl #fesj #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 #fesj #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 10% !important;  /* 98 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #fesj #footer #bepress a {
	background: transparent url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
  background-size: contain !important;
}

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

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

.mbl #fesj #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #fesj #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #fesj #dcn-home #homepage-heading-row .btn:hover,
.mbl #fesj #dcn-home #homepage-heading-row .btn:focus,
.mbl #fesj #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #fesj #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #fesj #header {
  margin: 0 !important;
}

/* Adding Cover Art SM 07/28/2024*/
#fesj #dcn-home #homepage-intro {
margin: 15px 0;
width: 100%}

#fesj #main.text .cover-image img {
float: right;
height: 316px;
width: 225px;
margin-right: 0%;
margin-bottom: 2%;
margin-top: 2%;}

/* Hiding Collections link in Browse section SM 07/28/2024*/
#fesj #sidebar ul#side-browse li.collections { display:none; }
/* Hiding Author Corner links in sidebar */
#fesj #sidebar ul#side-author { display: none; }


