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

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

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

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

body {
	font: normal 14px/1.5 "Work Sans", sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fefdfa;
}

#unl #container {
	box-shadow: 0px 0px 10px #ecebe8, 0px 0px 10px #ecebe8;
}

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

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

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

#unl #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 24.4897959183673% !important;  /* 480 / 1960 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

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

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

#unl #navigation { border-bottom: 1px solid #dedede; }

#unl #navigation,
#unl #navigation #tabs {
	height: 35px;
	white-space: nowrap;
}

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

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

#unl #navigation #tabs a {
	font: 500 13px "Work Sans", sans-serif;
	display: block;
	height: 35px;
	line-height: 35px;
	color: #424242;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

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

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

#unl #sidebar h2 {
	font: 600 18px "Work Sans", sans-serif;
	color: #000;
	background: transparent;
	border: none;
	text-indent: 0;
    margin: 9px 15px;
}

#unl #sidebar a {
	font: normal 16px "Work Sans", sans-serif;
	color: #414141;
	text-decoration: none;
	margin-right: 10px;
}

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

#unl #sidebar #sidebar-search label {
	font: normal 16px "Work Sans", sans-serif;
	color: #000;
}

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

#unl #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 */
/* #unl #content { padding-top: 16px; } */

	/* --- Breadcrumbs --- */

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

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

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

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

	/* --- Headers --- */

#unl #homepage-heading-row h2 {
	font: normal 22px "Work Sans", 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) */

#unl #cover-browse a {
	font: 400 16px/1.6 "Work Sans", sans-serif;
	text-decoration: none;
}

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

	/* --- Links --- */

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

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

/* --- front page buttons  ---*/

#unl #browse-by-buttons {
	margin: 26px 0 0;
	width: 104%;
    display: flex;
    flex-flow: row wrap;
}

#unl #browse-by-buttons .browse-container .browse-link h3 {
    text-decoration: none;
    background-image: none;
	margin: 0 8px;
}

#unl #browse-by-buttons .browse-container {
    margin: 0 12px 0 0;
}

#unl #browse-by-buttons .browse-link {
	background-color: #f5f1e7;
	width: 124px;
	height: 124px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-evenly;
}

/* Button icon settings */
#unl #browse-by-buttons .browse-link span {
	font-size: 42px; /* size of icon */
	color: #000;
}

/* Button text settings */
#unl #browse-by-buttons .browse-link h3 {
	font: 600 16px/1.4 "Work Sans", sans-serif;
	text-align: center;
	color: #d00101;
	padding-left: 0px;
	margin-top: 10px;
}

#unl #browse-by-buttons .browse-link h3#lib {
	font-size: 12px !important;
}

/* Hover/focus behavior for button outline */
#unl #browse-by-buttons a:hover > .browse-link,
#unl #browse-by-buttons a:focus > .browse-link,
#unl #browse-by-buttons a:active > .browse-link {
	outline: 2px dotted #000;
	text-decoration: none;
}

#unl #main.text #browse-by-buttons a {
	text-decoration: none;
}

	/* PotD / Top DL widgets */

#unl .box.aag h2,
#unl .box.potd h2 {
	font: 600 20px "Work Sans", sans-serif;
	width: 267px;
	border-bottom: 1px solid #eee;
	margin: 0;
}

#unl #main.text .box a:link,
#unl #main.text .box a:visited {
	background: none;
	font: bold 14px "Work Sans", sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#unl #footer,
#unl #bepress a {
	height: 75px;
	background-color: #424240;
}

#unl #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
    background-size: 210px;
    background-position: center;
}

#unl #bepress a:focus { outline: 2px dotted #d00101; }

#unl #footer p,
#unl #footer p a {
	font: normal 13px/1.6 "Work Sans", sans-serif;
	color: #fff;
	text-decoration: none;
}

#unl  #footer a.secondary-link { font-size: 11px; }

#unl #footer p:first-of-type { padding-top: 18px; }

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

.mbl #unl #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 24.4897959183673% !important;  /* 240 / 980 */
	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 #unl .box.aag h2,
.mbl #unl .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

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

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

.mbl #unl #footer {
	background-color: #424240 !important;
	background-image: none !important;
}

	/* homepage buttons */

.mbl #unl #browse-by-buttons * {
	line-height: 1em;
	word-wrap: normal;
}

.mbl #unl #browse-by-buttons .browse-container {
	margin: 0 12px 12px;
}

.mbl #unl #browse-by-buttons .browse-container .browse-link {
	width: 134px;
    height: 134px;
}

.mbl #unl #browse-by-buttons .browse-container .browse-link h3 {
	margin: 5px 9px 0;
}


/* adjusting whitespace around site level follow button aarder/8/4/25 */
#unl #dcn-home span.site-follow {
    margin-bottom: 0px;
}
#unl #dcn-home #homepage-intro {
    margin-bottom: 0px;
}

/* set rule for <small> tag */
#unl small { font-size:11px; }

/* Indents on "How to Cite Articles" HTML page */
#unl p.cite_indent {padding-left: 20px;}
#unl p.biblio_indent {padding-left: 40px ;
    text-indent: -20px ;}
#unl p.biblio_indent1 {padding-left: 40px ;
    text-indent: -20px ;
    margin-top: -15px;}

/* Move Bookmark This button down away from download button 15px */
#unl #container #wrapper #content #main.text p.bookmark { 
    margin-top:30px; }
    
/* Hide Browse by Authors link 
#unl #sidebar #side-browse li.author { display:none; } */

/* Mobile Width fix */
.mbl #unl { width: 100%; }

/* horizonal rule on submit_research.html page */
#unl #content hr#submitintro {
    background-color: #000; 
    width: 450px;
    }
    
/* Nebraska Educator Policies page images */
#unl #nebpolicies #logo {
	width:257px;
	height:125px;
	background:url(assets/md5images/632c76d2e668ad7f6cd82715708293a3.gif) no-repeat top left;
	}

#unl #nebpolicies #flowchart {
	width:680px;
	height:242px;
	background:url(assets/md5images/69e8be0ab6dffeaea5eb53006a49a502.gif) no-repeat top left;
	}
	
/* fix link wrapping in Firefox */
#unl #sidebar .sb-custom-ul li a {
	padding-right: 5px;
}

/* Hompage visited links same as regular link color */
#unl #homepage-intro a:visited {color:#900;}

/* About page styling */
#unl-about h3 {font-size: 16px;}

/* ORCID styling */
#unl #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }
   