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

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

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

	/* --- 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/c3932c75521ce1f59da3a00c2e844f9f.png) no-repeat center top;
	background-size: 1920px auto;
}

#unmc {
	background: url(assets/md5images/2ab921b552ceb180f9a6d4831c9d1ed4.gif) repeat-x left bottom;
	background-size: 5px 76px;
}

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

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

#unmc #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 --- */

#unmc #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 21.428571428571429% !important;  /* 420 / 1960 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

#unmc #header a#banner_link:focus img,
#unmc #header a#logo_link:focus img {
    outline: 2px dotted #b4182e;
}

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

#unmc #navigation {
	background: transparent;
	margin-bottom: 200px;
}

#unmc #navigation,
#unmc #navigation #tabs {
	height: 86px;
	white-space: nowrap;
}

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

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

#unmc #navigation #tabs a {
	font: bold 18px "Roboto", sans-serif;
	display: block;
	height: 86px;
	line-height: 86px;
	color: #2a2a2a;
	background-color: transparent;
	padding: 0 15px;
	margin: 0;
	border: 0;
}

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

#unmc #navigation #tabs #tabfour a { padding-left: 32px; } /* switch for right-aligned nav tabs */

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

#unmc #sidebar { 
	margin: 42px 0;
	border-top: 9px solid #b4182e;
	padding-top: 20px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
}

#unmc #sidebar h2 {
	font: bold 12px "Roboto", sans-serif;
	text-transform: uppercase;
	color: #54585a;
	background: transparent;
	border: none;
}

#unmc #sidebar a {
	font: normal 14px "Roboto", sans-serif;
	color: #b4182e;
	text-decoration: none;
}

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

#unmc #sidebar #sidebar-search label {
	font: normal 14px "Roboto", sans-serif;
	color: #2a2a2a;
}

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

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

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

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

/* this has been creating a gap on top of full-width homepage images. trying to figure out if it's actually necessary for any reason */
/* #unmc #content { padding-top: 16px; } */

	/* Sticky Footer */

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

#unmc #main.text div.crumbs a:link,
#unmc #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #b4182e;
}

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

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

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

	/* --- Headers --- */

#unmc #homepage-heading-row h2 {
	font: bold 30px "Roboto", sans-serif;
	margin-bottom: 20px;
}

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

	/* homepage buttons */

#unmc #main.text #cover-browse {
	display: flex;
    flex-wrap: wrap;
}

#unmc #main.text #cover-browse .button {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#unmc #main.text #cover-browse .button:last-child { margin-right: 0; }

#unmc #main.text #cover-browse a {
	height: 52px;
	background-color: #b4182e;
	font: bold 16px "Roboto", sans-serif;
	color: #fff;
	padding: 0 18px;
	line-height: 52px;
	text-decoration: none;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

#unmc #main.text #cover-browse a:hover,
#unmc #main.text #cover-browse a:active,
#unmc #main.text #cover-browse a:focus {
	background: #2a2a2a;
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#unmc .box.aag h2,
#unmc .box.potd h2 {
	font: bold 24px "Roboto", sans-serif;
	width: 267px;
	border-bottom: 1px dotted #1f1f1f;
	margin: 0;
}

#unmc #main.text .box a:link,
#unmc #main.text .box a:visited {
	background: none;
	font: normal 17px "Roboto", sans-serif;
	text-decoration: none;
	border-bottom: 1px dotted #1f1f1f;
}

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#unmc #footer,
#unmc #bepress a {
	height: 76px;
	background-color: #efefef;
}

#unmc #bepress a {
	background-image: url(assets/md5images/05282938aa7177c320daaf160c41aa8f.svg);
    background-size: 210px;
    background-position: center;
}

#unmc #bepress a:focus { outline: 2px dotted #b4182e; }

#unmc #footer p,
#unmc #footer p a {
	font: normal 12px/1.6 "Roboto", sans-serif;
	color: #b4182e;
	text-decoration: none;
}

#unmc #footer p:first-of-type { padding-top: 22px; }

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

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

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

#unmc #main.text .authorbrowser p.letters a:hover,
#unmc #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 #unmc #wrapper:after { content: none; }

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

.mbl #unmc #header {
	background: url(assets/md5images/89e60d7478f24cdd42007d9940b50805.png) no-repeat left top;
	height: 120px !important;
}

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

.mbl #unmc #navigation { display: none; }

.mbl #unmc #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 21.428571428571429% !important;  /* 420 / 1960 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

	/* 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 #unmc .box.aag h2,
.mbl #unmc .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

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

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

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

/* adjust headings and li on submit_research.html aarder/5/14/26 */
#unmc #submitresearchintro h3 {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

/* SUP-35213 aarder/5/14/26 */
#unmc #content ul li {list-style-type: disc;}