/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- 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/76a6da6c4db1f4f153d64d1dc316dd73.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#ijrh #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#ijrh #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 --- */
#ijrh #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 15.6122448979% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#ijrh #header a#banner_link:focus img,
#ijrh #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#ijrh #navigation {
  top: -172px;
  margin-bottom: -36px;
}
#ijrh #navigation,
#ijrh #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
}
#ijrh #navigation #tabs,
#ijrh #navigation #tabs ul,
#ijrh #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#ijrh #navigation #tabs,
#ijrh #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%;
}
#ijrh #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: 36px;
    line-height: 36px;
    color: #000;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
    /* float: left; Not needed? Using flexbox now */
}
#ijrh #navigation #tabs a:hover,
#ijrh #navigation #tabs a:active,
#ijrh #navigation #tabs a:focus {
    color: #333333;
    text-decoration: underline;
}
/* ---------------- Sidebar ---------------- */
#ijrh #sidebar h2 {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#ijrh #sidebar a {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #19194f;
    text-decoration: none;
}
#ijrh #sidebar a:hover,
#ijrh #sidebar a:active,
#ijrh #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#ijrh #sidebar #sidebar-search label {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
#ijrh #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#ijrh #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#ijrh #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/f59c4760502f08a50c9fcf80ce9ed631.gif) repeat-y left top;
}
/*#ijrh #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#ijrh #main.text div.crumbs a:link,
#ijrh #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #104e7b;
}
#ijrh #main.text div.crumbs a:hover,
#ijrh #main.text div.crumbs a:active,
#ijrh #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#ijrh #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#ijrh #home-page-banner { margin-bottom: 16px; }
#ijrh #sidebar ul#side-notify {
  padding-top: 0;
}
    /* --- Headers --- */
#ijrh #dcn-home > 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: #104e7b; }
#ijrh #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#ijrh #dcn-home #cover-browse h3 a:hover,
#ijrh #dcn-home #cover-browse h3 a:focus,
#ijrh #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#ijrh #main.text a:link,
#ijrh #main.text a:visited {
    color: #104e7b; /* declared for #network-icon text */
}
#ijrh #main.text a:hover,
#ijrh #main.text a:active,
#ijrh #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#ijrh #dcn-home .box.aag h2,
#ijrh #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#ijrh #main.text .box a:link,
#ijrh #main.text .box a:visited {
    font: bold 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#ijrh #main.text .box a:hover,
#ijrh #main.text .box a:active,
#ijrh #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 ---------------- */
#ijrh #footer,
#ijrh #bepress a {
    height: 84px;
    background-color: #3d4458; }
#ijrh #footer p,
#ijrh #footer p a {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#ijrh #footer p:first-of-type { padding-top: 18px } 
#ijrh #footer p a:hover,
#ijrh #footer p a:active,
#ijrh #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#ijrh {
    background: url(assets/md5images/ef74d94fca05e3a083ece05de0f43e4a.gif) repeat-x left bottom;
}

/*Sticky Footer */
#ijrh #content {
    min-height: calc(100vh - 256px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #ijrh #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #ijrh #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#ijrh #main.text .authorbrowser p.letters a:hover,
#ijrh #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 #ijrh #main.text #dcn-home .box.aag h2,
.mbl #ijrh #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #ijrh #header,
.mbl #ijrh #header a#banner_link img,
.mbl #ijrh #navigation {
    width: 100% !important;
}
.mbl #ijrh #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 15.6122448979% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #ijrh #footer #bepress a {
	background: transparent url(assets/md5images/dae925c46a708eb01e5e83a8465de54c.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}
.mbl #ijrh #footer {
	background-color: #3d4458 !important; /* plug in footer background color */
	background-image: none !important;
}
/* Hiding Collections link in Browse section */
#ijrh #sidebar ul#side-browse li.collections { display:none; }

/* Hiding Author Corner links in sidebar */
#ijrh #sidebar ul#side-author { display: none; }

/* Hiding FAQ in navigation bar */
#ijrh #navigation #tabs li#tabthree { display: none; }