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

.mbl #bfopcu #footer {
	background-color: #e1e1e1 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #bfopcu #header {
background: url(assets/md5images/d2ed491b00f08f4dbc4c3ec810d348dc.png) no-repeat left top;
}
.mbl #bfopcu #navigation {
  background-color: #00448f;
}
