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

/* ---------------- Sidebar ---------------- */
#shu #sidebar h2 {
    font: normal 16px/2 'Roboto', sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #b11b2e;
    text-indent: 0;
    margin-left: 15px;
}
#shu #sidebar a {
    font: normal 14px 'Roboto', sans-serif;
    color: #0d3f62;
    text-decoration: none;
}
#shu #sidebar a:hover,
#shu #sidebar a:active,
#shu #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#shu #sidebar #sidebar-search label {
    font: normal 14px 'Roboto', sans-serif;
    color: #000;
}
#shu #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#shu #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

#shu #sidebar a:focus img {
  outline: 1px dashed #000;
}

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

#shu #sidebar form label {
  color: #000;
  font-size: 14px;
}
#shu #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#shu #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/02a203722e0935c3eb8b92f4d1da7476.gif) repeat-y left top;
}
#shu #content { padding-top: 16px; }
    /* --- Breadcrumbs --- */
#shu #main.text div.crumbs a:link,
#shu #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #104e7b;
}
#shu #main.text div.crumbs a:hover,
#shu #main.text div.crumbs a:active,
#shu #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#shu #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#shu #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#shu #dcn-home > h2,
#shu #main.text h2#hometitle {
    font: normal 30px 'Roboto Condensed', 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; }
#shu #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Roboto', sans-serif;
    text-decoration: none;
}
#shu #dcn-home #cover-browse h3 a:hover,
#shu #dcn-home #cover-browse h3 a:focus,
#shu #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#shu #main.text a:link,
#shu #main.text a:visited {
    color: #104e7b; /* declared for #network-icon text */
}
#shu #main.text a:hover,
#shu #main.text a:active,
#shu #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#shu #dcn-home .box.aag h2,
#shu #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 23px 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #ddd;
}
#shu #main.text .box a:link,
#shu #main.text .box a:visited {
    font: bold 14px 'Roboto', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    background: none;
}
#shu #main.text .box a:hover,
#shu #main.text .box a:active,
#shu #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p,
#custom-fields .element p,
#shu #alpha #recommended_citation p {
  font-size: 14px;
}
#alpha .element h4,
#custom-fields .element h4 {
  font-size: 15px;
}
#shu #main.text h2#ir-about,
#shu #main.text h2#faq-top,
#shu #main.text h2#communities-title,
#shu #main.text h2#top,
#shu #main.text h2#submit-title,
#shu #main.text h2#accessibility-title,
#shu #main.text #announce h2,
#shu #main.text .discipline-block h2 {
  font-size: 22px;
  margin-top: 0;
}
/* Breadcrumbs */
#shu #breadcrumb a,
#shu .crumbs p a,
#shu #pager li {
  font-size: 12px;
}
/* Browse Disciplines */
#shu #content .subnav li {
  font-size: 13px;
}

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

#shu .discipline-browser dd,
#shu .new-discipline dd {
    padding: 3px 0;
}
/* Submit Research */
#shu .communities dt,
#shu .communities dt a:link {
  font-size: 14px;
  font-weight: normal;
}
#shu dl.communities dd ul li {
    line-height: 1.3em;
}
/* Announcements */
#shu #main.text #announce h3,
#shu #main.text #announce h4 {
  font-size: 15px;
}
#shu #series-home .pdf, 
#shu #series-home .native, 
#shu #series-home .metadata-only, 
#shu #series-home .external {
  line-height: 2.45em;
}
/* Home buttons */
#shu #homebuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 0;
}
#shu #homebuttons a,
#shu #homebuttons a i,
#shu #homebuttons a h3 {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#shu #homebuttons a {
  background-color: #b11b2e;
  border-radius: 10px;
  width: 155px;
  height: 155px;
  margin: 0 10px 10px 0;
}
#shu #homebuttons a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
#shu #homebuttons a h3 {
  font-size: 16px;
}
#shu #homebuttons a i {
  font-size: 48px;
}
#shu #homebuttons a:active h3,
#shu #homebuttons a:hover h3,
#shu #homebuttons a:focus h3,
#shu #homebuttons a:active i,
#shu #homebuttons a:hover i,
#shu #homebuttons a:focus i,
#shu #main.text #homebuttons a:active,
#shu #main.text #homebuttons a:hover,
#shu #main.text #homebuttons a:focus {
  text-decoration: none;
  border-bottom: none;
}
#shu #homebuttons a:active,
#shu #homebuttons a:hover,
#shu #homebuttons a:focus {
  outline: 2px solid #000;
}

/* ---------------- Footer ---------------- */
#shu #footer {
    height: 77px;
    background-color: #2f2f2f; }
#shu #bepress a {
    height: 75px;
    background-color: #2f2f2f; 
    margin: 1px 0;
}
#shu {
    background: url(assets/md5images/a41c9882200fd61e7c0dab6338ffce2c.gif) repeat-x left bottom;
}

#shu #footer p,
#shu #footer p a {
    font: normal 13px/2 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
#shu #container #footer a.secondary-link {
  font-size: 11px;
}
#shu #footer p:first-of-type { padding-top: 12px }
#shu #footer p a:hover,
#shu #footer p a:active,
#shu #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#shu #content {
    min-height: calc(100vh - 293px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #shu #wrapper:after {
    content: none; /* search pages */
}

/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #shu #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#shu #main.text .authorbrowser p.letters a:hover,
#shu #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 #shu #main.text #dcn-home .box.aag h2,
.mbl #shu #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #shu #header,
.mbl #shu #header a#banner_link img,
.mbl #shu #navigation {
    width: 100% !important;
}
.mbl #shu #header #logo_image {
    display: none;
}
.mbl #shu #content {
    min-height: unset;
}
.mbl #shu #footer #bepress a {
	background: transparent url(assets/md5images/1251024d94bb8ad6cf94da3966c3e90d.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #shu #footer {
	background-color: #2f2f2f !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #shu #sidebar h2.sb-custom-title {
  margin: 0;
}
.mbl #shu #homebuttons a h3 {
  margin-bottom: 0;
  font-size: 16px !important;
}

/* Custom CSS */

/* 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) */

}

/* Styling for Open Access Week Intro on Homepage - SBeld 10/23/17 */
#shu #oa-week-intro {width:666px; margin-bottom:10px;}
#shu #oa-week-intro h2 {text-align:center;}
#shu #oa-week-intro #oa-image-left img {width:177px; height:auto; margin-left: 17px}
#shu #oa-week-intro #oa-image-left {width:240px; float:left}
#shu #oa-week-intro #oa-text-right {width:426px; float:right;}
#shu #oa-week-intro #oa-text-right p {margin-bottom:0;}
#shu #oa-week-intro #oa-text-right p.idt {margin-bottom:15px; margin-left:40px;}

/* Hiding Input Line for Prize Categories instructions - RC 2022-02-02 */
#shu #main.text input#competing_cat {display:none;}
#shu #main.text #competing_cat-c .field .field-border {display:none;}
	          