/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 "Montserrat", sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/176ba28f125faa9ba974a88c51f13ec9.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#acp #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  margin: 1px 0;
}
#acp #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 --- */
#acp #logo_image,
#acp #header a#logo_link {
    display: none;
}
#acp #header a#banner_link:focus img,
#acp #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#acp #navigation,
#acp #navigation #tabs {
    height: 132px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#acp #navigation #tabs,
#acp #navigation #tabs ul,
#acp #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#acp #navigation #tabs,
#acp #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%;
}
#acp #navigation #tabs a {
    font: bold 15px "Montserrat", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 132px;
    line-height: 132px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#acp #navigation #tabs a:hover,
#acp #navigation #tabs a:active,
#acp #navigation #tabs a:focus {
    text-decoration: underline;
}
#acp #navigation #tabs #tabtwo,
#acp #navigation #tabs #tabthree,
#acp #navigation #tabs #tabfour {
    display: none;
}
#acp #navigation {
    position: relative;
      top: -132px;
      margin-bottom: -132px;
      background: transparent;
      width: 200px;
      float: right;
}
/* ---------------- Sidebar ---------------- */
#acp #sidebar, 
#acp #content,
#acp #footer {
    outline: 1px solid #d3d3d3;
    border-radius: 5px;
}

#acp #sidebar #sidelogos a img {
    margin: 20px 0;
}
#acp #sidebar #sb-custom-lowest a img,
#acp #sidebar #sb-custom-lowest-2 a img {
    margin: 10px 0;
}
#acp #sidebar h2 {
    font: bold 15px/2 "Montserrat", sans-serif;
    color: #06265f;
    background-color: #dbcd57;
    padding: 0;
    margin: 0;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
#acp #sidebar a {
    font: normal 14px "Montserrat", sans-serif;
    color: #06265f;
    text-decoration: none;
}
#acp #sidebar a:hover,
#acp #sidebar a:active,
#acp #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#acp #sidebar #sidebar-search label {
    font: normal 13px "Montserrat", sans-serif;
    color: #06265f;
}
#acp #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#acp #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#acp #sidebar form label {
  color: #06265f;
}
#acp #sidebar ul#side-notify {
  padding-top: 0;
}
/*-----  Site matching journals  ----- */
    /* --- Highlighted sidebar links --- */
#acp #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#acp #sidebar ul#navlist li:first-child a {
  border-top: none; /* border is removed if #navlist has no content */
}
#acp #sidebar ul#navlist li a {
  color: #06265f;
  transition: background 0.3s ease;
  font-weight: normal;
  background-color: #dbcd57;
  border-bottom: none;
}
    /* Sidebar link colors */
#acp #sidebar ul#navlist li a:active,
#acp #sidebar ul#navlist li a:hover,
#acp #sidebar ul#navlist li a:focus {
  color: #000;
  background: transparent;
}
#acp #sidebar ul#navlist li:last-child a { border-bottom: none; }
#acp #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
/* ---------------- Main Content ---------------- */
#acp #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/cf1e60b6ab93bff127a9eca3244a962c.gif) repeat-y left top;
    margin: 18px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
/*#acp #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#acp #main.text div.crumbs a:link,
#acp #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #06265f;
}
#acp #main.text div.crumbs a:hover,
#acp #main.text div.crumbs a:active,
#acp #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#acp #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#acp #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#acp #dcn-home > h2,
#acp #main.text h2#hometitle,
#acp #main.text #homepage-heading-row h2 {
    font: bold 21px "Montserrat", 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: #06265f; }
#acp #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 "Montserrat", sans-serif;
    text-decoration: none;
}
#acp #dcn-home #cover-browse h3 a:hover,
#acp #dcn-home #cover-browse h3 a:focus,
#acp #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#acp #main.text a:link,
#acp #main.text a:visited {
    color: #06265f; /* declared for #network-icon text */
}
#acp #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#acp #main.text a:hover,
#acp #main.text a:active,
#acp #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#acp #dcn-home .box.aag h2,
#acp #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 16px "Montserrat", sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#acp #main.text .box a:link,
#acp #main.text .box a:visited {
    font: bold 14px "Montserrat", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#acp #main.text .box a:hover,
#acp #main.text .box a:active,
#acp #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#acp #alpha .element p,
#acp #custom-fields .element p,
#acp #alpha #recommended_citation p {
  font-size: 14px;
}
#acp #beta_7-3 #beta-disciplines.aside p,
#acp #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

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

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

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

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

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

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

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

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

#acp #container #footer a.secondary-link {
  font-size: 11px;
}
#acp #footer p a:hover,
#acp #footer p a:active,
#acp #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #06265f;
}
#acp #content {
    min-height: calc(100vh - 260px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #acp #wrapper:after {
    content: none; /* search pages */
}
.legacy #acp #wrapper {
    margin-bottom: 0;
}
.legacy #acp #content {
    margin-bottom: 18px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #acp #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#acp #main.text .authorbrowser p.letters a:hover,
#acp #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 */

	margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */

}
/* ---------------- 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 #acp #main.text #dcn-home .box.aag h2,
.mbl #acp #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #acp #header,
.mbl #acp #header a#banner_link img,
.mbl #acp #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 #acp #header #logo_image {
    display: none;
}
.mbl #acp #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 #acp #footer {
	background-color: #fff !important; /* plug in footer background color */
	background-image: none !important;
}

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

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


#acp #dcn-home #homepage-intro {
margin: 15px 0;
#acp #main.text .cover-image img {
float: right;
width: 225
height: 316px;
margin-right: 0%;
margin-bottom: 2%;
margin-top: 2%;}


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


#acp #navigation #tabs #tabthree,
#acp #navigation #tabs #tabfour {
  display: none;
}