/* -----------------------------------------------
bepress IR local stylesheet.
Author: Jami Wardlow
Version: Jul 2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

	/* --- Meta styles and background --- */

body {
	font: normal 14px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/d360d6585bc02ad3dae584e985a7b798.png) no-repeat center top;
}

#iimb { background: url(assets/md5images/8b4afc5025e4bf3cb60c8d1fa9bc5de9.gif) repeat-x left bottom; }

/* ---------------- Header ---------------- */

#iimb #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
}

#iimb #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 */
}

#iimb #header a#banner_link:focus img {
    outline: 2px dotted #fd730d;
}

/* ---------------- Navigation ---------------- */

#iimb #navigation { background: transparent; }

#iimb #navigation,
#iimb #navigation #tabs {
	height: 130px;
	white-space: nowrap;
}

#iimb #navigation #tabs,
#iimb #navigation #tabs ul,
#iimb #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

#iimb #navigation #tabs,
#iimb #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#iimb #navigation #tabs a {
	font: normal 18px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	display: block;
	height: 130px;
	line-height: 130px;
	color: #fff;
	background-color: transparent;
	padding: 0 14px;
	margin: 0;
	border: 0;
}

#iimb #navigation #tabs a:hover,
#iimb #navigation #tabs a:active,
#iimb #navigation #tabs a:focus {
	text-decoration: underline;
}

#iimb #navigation #tabs #tabone a { padding-left: 13px; } /* switch for right-aligned nav tabs */

/* ---------------- Sidebar ---------------- */

#iimb #sidebar {
	background-color: #d6e9ee;
	width: 225px;
	margin-bottom: 16px;
	padding-top: 10px;
}

#iimb #sidebar h2 {
	font: bold 16px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	background: transparent;
	border: none;
}

#iimb #sidebar a {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #005bac;
	text-decoration: none;
}

#iimb #sidebar a:hover,
#iimb #sidebar a:active,
#iimb #sidebar a:focus {
	color: #000;
	background: transparent;
	text-decoration: underline;
}

#iimb #sidebar #sidebar-search label {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
}

#iimb #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#iimb #sidebar #sidebar-search span.border { background: transparent; }

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#iimb #sidebar form#sidebar-search input#search { width: 134px; }

/* ---------------- Main Content ---------------- */

#iimb #wrapper {
	padding: 18px 0 0;
}

	/* Sticky Footer */

#iimb #content { /* calculates 100% viewport height - (total heights of header, navigation and footer) */
	min-height: calc(100vh - 321px);
}
	/* --- Breadcrumbs --- */

#iimb #main.text div.crumbs a:link,
#iimb #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

#iimb #main.text div.crumbs a:hover,
#iimb #main.text div.crumbs a:active,
#iimb #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000;
}

#iimb #breadcrumb a,
#iimb .crumbs p a,
#iimb #pager li {
	font-size: 12px;
}

#iimb #dcn-home > #homepage-intro { margin: 15px 0; }

	/* --- Headers --- */

#iimb #homepage-heading-row h2 {
	font: normal 22px Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-bottom: 20px;
}

h3 {
	margin: 0;
	text-decoration: underline;
}

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */ #buttons { color: #104e7b; }

#iimb #cover-browse a {
	font: 400 16px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

#iimb #cover-browse a:hover,
#iimb #cover-browse a:focus,
#iimb #cover-browse a:active {
	text-decoration: underline;
}

	/* --- Links --- */

#iimb #main.text a:link,
#iimb #main.text a:visited {
	color: #104e7b; /* declared for #network-icon text */
}

#iimb #main.text a:hover,
#iimb #main.text a:active,
#iimb #main.text a:focus {
	color: #000;
	text-decoration: underline;
}

	/* PotD / Top DL widgets */

#iimb .box.aag h2,
#iimb .box.potd h2 {
	font: normal 17px Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#iimb #main.text .box a:link,
#iimb #main.text .box a:visited {
	background: none;
	font: bold 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#iimb #main.text .box a:hover,
#iimb #main.text .box a:active,
#iimb #main.text .box a:focus {
	text-decoration: underline;
}

	/* Browse Disciplines */

#iimb #content .subnav li {
	font-size: 13px;
}

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

#iimb .discipline-browser dd,
#iimb .new-discipline dd {
    padding: 3px 0;
}

	/* Submit Research */

#iimb .communities dt,
#iimb .communities dt a:link {
	font-size: 14px;
	font-weight: normal;
}
#iimb dl.communities dd ul li {
    line-height: 1.3em;
}

	/* Announcements */

#iimb #main.text #announce h3,
#iimb #main.text #announce h4 {
 	font-size: 15px;
}

	/* Site subpage headings */

#iimb #main.text h2#ir-about,
#iimb #main.text h2#faq-top,
#iimb #main.text h2#communities-title,
#iimb #main.text h2#top,
#iimb #main.text h2#submit-title,
#iimb #main.text #announce h2,
#iimb #main.text #accessibility-statement h2 {
	font-size: 22px;
}

	/* homepage stats */

#iimb p#stats,
#iimb #main.text #network-icon a {
	font-size: 13px;
}

	/* Article pages series/journal/event */

#iimb #alpha .element p,
#iimb #custom-fields .element p,
#iimb #alpha #recommended_citation p,
#iimb #alpha #attach_additional_files .files span {
	font-size: 14px;
}

#iimb #beta_7-3 #beta-disciplines.aside p {
	font-size: 14px !important;
}

#iimb #alpha .element h4,
#iimb #custom-fields .element h4,
#iimb #beta_7-3 h4,
#iimb #alpha #attach_additional_files .related strong {
	font-size: 15px !important;
}
#iimb #alpha #title.element p {
	font-size: 22px;
}

/* ---------------- Footer ---------------- */

#iimb #footer,
#iimb #bepress a {
	height: 81px;
	background-color: #e1e1e1;
}

#iimb #bepress a {
	background-image: url(assets/md5images/9562d430c6e352e53fe3e4c1b25b7eb5.svg);
    background-size: 210px;
    background-position: center;
}

#iimb #bepress a:focus { outline: 2px dotted #181639; }

#iimb #footer p,
#iimb #footer p a {
	font: normal 12px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #3e3e3e;
	text-decoration: none;
}

#iimb #footer p:first-of-type { padding-top: 25px; }

#iimb #footer p a:hover,
#iimb #footer p a:active,
#iimb #footer p a:focus {
	text-decoration: underline;
}

/* ---------------- Miscellaneous fixes ---------------- */

	/* Browse Authors accessibility fix (CSFR-2684) */

#iimb #main.text .authorbrowser p.letters a:hover,
#iimb #main.text .authorbrowser p.letters a:focus {
   background: url(/assets/azMe.jpg) bottom center no-repeat;
   color: #fff;
}

	/* Remove gap under search pages for full-width footers */

.legacy #iimb #wrapper:after { content: none; }

	/* Search */

#iimb #main.text a:link span.icon-question-sign {
	text-decoration: none;
}

	/* Increase contrast on My Account headings */

#iimb .text #myaccount h2 { color: #000; }

/* ---------------- Mobile ---------------- */

.mbl #iimb #header,
.mbl #iimb #header a#banner_link img,
.mbl #iimb #navigation {
	width: 100% !important;
}

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0;
}

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #buttons { text-decoration: none; }

	/* stacks headings and spans in .box */

.mbl #iimb .box.aag h2,
.mbl #iimb .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

/* enable bullet to appear in <ul><li> tags ZL Apr 22, 2026 */
#iimb #content ul li {
   list-style-type: disc !important;
}