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

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

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

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

body {
	font: normal 14px/1.5 "Nunito Sans", sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/85f2caf5cfbbda77edfc4fb870930e10.gif) repeat-x left top;
}

#lsurc { background: url(assets/md5images/b015428efaa7ed100de31bfdb5863da7.gif) repeat-x left bottom; }

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

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

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

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

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

#lsurc #navigation {
  width: 600px;
  float: right;
  margin-bottom: -36px;
  top: -36px;
}
#lsurc #navigation {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
}
#lsurc #navigation #tabs {
    height: 24px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;
    margin-bottom: 12px !important;
}
#lsurc #navigation #tabs,
#lsurc #navigation #tabs ul,
#lsurc #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#lsurc #navigation #tabs,
#lsurc #navigation #tabs ul {
    display: flex;
    justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#lsurc #navigation #tabs a {
    font: bold 12px "Nunito Sans", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 24px;
    line-height: 24px;
    color: #ccbddc;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
    text-transform: uppercase;
}
#lsurc #navigation #tabs a:hover,
#lsurc #navigation #tabs a:active,
#lsurc #navigation #tabs a:focus {
    color: #FDD023;
    text-decoration: underline;
}

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

#lsurc #sidebar {
	margin: 26px 0;
	background: #ebebeb;
}

#lsurc #sidebar h2 {
	font: bold 16px "Nunito Sans", sans-serif;
	text-transform: uppercase;
	color: #000;
	background: transparent;
	border: none;
}

#lsurc #sidebar a {
	font: normal 14px "Nunito Sans", sans-serif;
	color: #502f80;
	text-decoration: none;
	margin-left: 20px;
}

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

#lsurc #sidebar ul li {
	padding-bottom: 5px;
}

#lsurc #sidebar #sidebar-search label {
	font: normal 14px "Nunito Sans", sans-serif;
	color: #502f80;
}

#lsurc #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 20px;
}

#lsurc #sidebar p.advanced { margin-left: 0; }

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

	/* Sticky Footer */

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

#lsurc #main.text div.crumbs a:link,
#lsurc #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #502f80;
}

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

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

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

	/* --- Headers --- */

#lsurc #homepage-heading-row h2 {
	font: bold 22px "Nunito Sans", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#lsurc .box.aag h2,
#lsurc .box.potd h2 {
	font: bold 17px "Nunito Sans", sans-serif;
	text-transform: uppercase;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#lsurc #footer,
#lsurc #bepress a {
	height: 86px;
	background-color: #4d5052;
}

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

#lsurc #bepress a:focus { outline: 2px dotted #502f80; }

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

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

#lsurc #footer p:first-of-type { padding-top: 24px; }

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

.mbl #lsurc #header #logo_image { display: none; }

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

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

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

.mbl #lsurc #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 #lsurc #footer {
	background-color: #4d5052 !important;
	background-image: none !important;
}


/* --- made consortia members and intro text both full width -cdt 2026-05-19 --- */
#lsurc #dcn-home .consortia-intro.clearfix, 
#lsurc #dcn-home .full-width.clearfix
{ width: 100%}