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

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

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

body {
	font: normal 12px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff;
}

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

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

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

#jmob #header a#banner_link:focus img {
    outline: 2px dotted #197cbd;
}

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

#jmob #navigation,
#jmob #navigation #tabs {
	height: 43px;
	white-space: nowrap;
}

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

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

#jmob #navigation #tabs a {
	font: bold 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	height: 43px;
	line-height: 43px;
	color: #197cbd;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

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

#jmob #navigation #tabs #tabthree { display: none; }

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

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

#jmob #sidebar a {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #197cbd;
	text-decoration: none;
}

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

#jmob #sidebar #sidebar-search label {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #363636;
}

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

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

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

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

#jmob #wrapper { outline: 1px solid #d5d5d5; }

	/* --- Breadcrumbs --- */

#jmob #main.text div.crumbs a:link,
#jmob #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #197cbd;
}

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

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

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

	/* --- Headers --- */

#jmob #homepage-heading-row h2 {
	font: bold 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) */

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

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

	/* --- Links --- */

#jmob #main.text a:link,
#jmob #main.text a:visited {
	color: #197cbd; /* declared for #network-icon text */
}

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

	/* PotD / Top DL widgets */

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

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#jmob #footer,
#jmob #bepress a {
	height: 88px;
	background-color: #fff;
}

#jmob #bepress a {
	background-image: url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg);
    background-size: 210px;
    background-position: center;
}

#jmob #bepress a:focus { outline: 2px dotted #197cbd; }

#jmob #footer p,
#jmob #footer p a {
	font: normal 12px/1.8 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #197cbd;
	text-decoration: none;
}

#jmob #footer p:first-of-type { padding-top: 26px; }

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

.mbl #jmob #header,
.mbl #jmob #header a#banner_link img,
.mbl #jmob #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 #jmob .box.aag h2,
.mbl #jmob .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

  /* --- footer logo --- */

.mbl #jmob #footer #bepress a {
	background: transparent url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg) center no-repeat !important;
	background-size: 235px !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #jmob #footer {
	background-color: #fff !important;
	background-image: none !important;
}

#jmob #dcn-home #homepage-intro {
margin: 45px 0;
width: 370px;}
#jmob #main.text .cover-image img {
float: right;
margin-right: 0%;
margin-bottom: 2%;
margin-top: 2%;}


/* Hiding Collections link in Browse section */
#jmob #sidebar ul#side-browse li.collections { display:none; }
/* Hiding Author Corner links in sidebar */
#jmob #sidebar ul#side-author { display: none; }


#jmob #navigation #tabs #tabthree,
#jmob #navigation #tabs #tabfour {
  display: none;
}