/* -----------------------------------------------
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/7673cc77b82b1cc6b975c603024872d6.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#researchtrends #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#researchtrends #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 --- */
#researchtrends #logo_image,
#researchtrends #header a#logo_link {
    display: none;
}
#researchtrends #header a#banner_link:focus img,
#researchtrends #header a#logo_link:focus img {
  outline: 1px dashed #222222;
}
/* ---------------- Navigation ---------------- */
#researchtrends #navigation,
#researchtrends #navigation #tabs {
    height: 48px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#researchtrends #navigation #tabs,
#researchtrends #navigation #tabs ul,
#researchtrends #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#researchtrends #navigation #tabs,
#researchtrends #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%;
}
#researchtrends #navigation #tabs a {
    font: normal 18px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 48px;
    line-height: 48px;
    color: #007398;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 32px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
}
#researchtrends #navigation #tabs a:hover,
#researchtrends #navigation #tabs a:active,
#researchtrends #navigation #tabs a:focus {
    color: #000000;
    background-color: #fff;
    text-decoration: underline;
}
#researchtrends #navigation #tabs li:first-child a { padding-left: 15px; }
#researchtrends #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#researchtrends #sidebar h2 {
    font: normal 15px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #222222;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#researchtrends #sidebar a {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #007398;
    text-decoration: none;
}
#researchtrends #sidebar a:hover,
#researchtrends #sidebar a:active,
#researchtrends #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#researchtrends #sidebar #sidebar-search label {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #222222;
}
#researchtrends #sidebar ul#side-notify {
  padding-top: 0;
}
#researchtrends #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#researchtrends #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#researchtrends #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/bcd49045ce0b895bd8a3ea7ae7504b96.gif) repeat-y left top;
}
/*#researchtrends #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#researchtrends #main.text div.crumbs a:link,
#researchtrends #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #007398;
}
#researchtrends #main.text div.crumbs a:hover,
#researchtrends #main.text div.crumbs a:active,
#researchtrends #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#researchtrends #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#researchtrends #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#researchtrends #dcn-home > h2 {
    font: normal 21px Arial, Helvetica Neue, Helvetica, sans-serif;
    padding-top: 10px;
}
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: #007398; }
#researchtrends #dcn-home #cover-browse h3 a {
    font: 400 16px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#researchtrends #dcn-home #cover-browse h3 a:hover,
#researchtrends #dcn-home #cover-browse h3 a:focus,
#researchtrends #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#researchtrends #main.text a:link,
#researchtrends #main.text a:visited {
    color: #007398; /* declared for #network-icon text */
}
#researchtrends #main.text a:hover,
#researchtrends #main.text a:active,
#researchtrends #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#researchtrends #dcn-home .box.aag h2,
#researchtrends #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#researchtrends #main.text .box a:link,
#researchtrends #main.text .box a:visited {
    font: bold 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#researchtrends #main.text .box a:hover,
#researchtrends #main.text .box a:active,
#researchtrends #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; }

#researchtrends #series-home .pdf, 
#researchtrends #series-home .native, 
#researchtrends #series-home .metadata-only, 
#researchtrends #series-home .external {
  line-height: 2.2em;
}
/* ---------------- Footer ---------------- */
#researchtrends #footer,
#researchtrends #bepress a {
    height: 76px;
    background-color: #fff; }
#researchtrends #footer p,
#researchtrends #footer p a {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #007398;
    text-decoration: none;
}
#researchtrends #footer p:first-of-type { padding-top: 14px } 
#researchtrends #footer p a:hover,
#researchtrends #footer p a:active,
#researchtrends #footer p a:focus {
    text-decoration: underline;
    color: #222222;
  }
#bepress a:focus {
      outline: 1px dashed #222222;
}

#researchtrends,
#researchtrends #footer {
    background: url(assets/md5images/e5e27843937e78b14353f61124389a35.gif) repeat-x left bottom;
}
#researchtrends #content {
    min-height: calc(100vh - 432px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #researchtrends #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #researchtrends #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#researchtrends #main.text .authorbrowser p.letters a:hover,
#researchtrends #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 #researchtrends #main.text #dcn-home .box.aag h2,
.mbl #researchtrends #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #researchtrends #header,
.mbl #researchtrends #header a#banner_link img,
.mbl #researchtrends #navigation {
    width: 100% !important;
}
.mbl #researchtrends #header #logo_image {
    display: none;
}
.mbl #researchtrends #header {
background: url(assets/md5images/e2e89ef6cfc1109f2cd5dfc81dbd5fe4.png) no-repeat left top;
}

/* homepage intro text button 2021-11-29 bnyikos */
#researchtrends #main.text a.introbutton {
    display: block;
    min-height: 50px;
    width: 49%;
    margin-right: 1%;
    text-align: center;
    line-height: 50px;
    background-color: #007398;
    color: white;
    font-size: 120%;
    float: left;
}