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

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

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&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-image: linear-gradient(to right, #fff 75%, #f5f5f5 25%);
}

#uwa {
	background-image: url(assets/md5images/543c23eac0ecca95acf3d0ee80a639dc.png), url(assets/md5images/803f944267d841ac03e8e71e6375ee39.gif);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, left bottom;

/*	background: url(assets/md5images/543c23eac0ecca95acf3d0ee80a639dc.png) no-repeat center top;
	background: url(assets/md5images/803f944267d841ac03e8e71e6375ee39.gif) repeat-x left bottom; */}

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

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

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

#uwa #header a#banner_link:focus img {
    outline: 2px dotted #fff;
}

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

#uwa #navigation,
#uwa #navigation #tabs {
	height: 53px;
	white-space: nowrap;
}

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

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

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

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

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

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

#uwa #sidebar h2 {
	font: 500 16px "Roboto", sans-serif;
	color: #000;
	background: transparent;
	border: none;
}

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

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

#uwa #sidebar #sidebar-search label {
	font: normal 14px "Roboto", sans-serif;
	color: #000;
}

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

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

	/* Sticky Footer */

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

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

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

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

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

	/* --- Headers --- */

#uwa #homepage-heading-row h2 {
	font: 500 30px "Lora", serif;
	margin-bottom: 20px;
}

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

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

#uwa #browse-by-buttons {
	width: 100%;
    display: flex;
    flex-flow: row wrap;
}

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

#uwa #browse-by-buttons .browse-container {
    margin: 0 16px 16px 0;
}

#uwa #browse-by-buttons .browse-link {
	background-color: #ac1f2d;
	width: 206px;
	height: 130px;
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
}

/* Button icon settings */
#uwa #browse-by-buttons .browse-link span {
	font-size: 46px; /* size of icon */
    font-weight: 600;
	color: #fff;
}

/* Button text settings */
#uwa #browse-by-buttons .browse-link h3 {
	font: normal 18px/1.4 "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding-left: 0px;
	margin-top: 10px;
}

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#uwa .box.aag h2,
#uwa .box.potd h2 {
	font: 500 24px "Lora", serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#uwa #footer,
#uwa #bepress a {
	height: 74px;
	background-color: #202020;
}

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

#uwa #bepress a:focus { outline: 2px dotted #ac1f2d; }

#uwa #footer p { padding-left: 266px; }

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

/*#uwa  #footer a.secondary-link { font-size: 11px; }*/

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

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

/* Additional footer logo */
 
#uwa #footer { position: relative; }
 
a#footer-logo-link { margin: 0; }
 
#footerlogo {
    position: absolute;
    top: 15px;
    left: 0;
}

#uwa #footer img {
	width: 230px;
	height: auto;
}

#uwa #footer a#footer-logo-link:focus img {
    outline: 2px dashed #000;
}

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

@media screen and (max-width: 980px) {
	#uwa #header {
		background: url(assets/md5images/6b0e552b84d02f3ceadc7a57949d8f09.png) no-repeat left top;
	}
}

.mbl #uwa #header {
	background: url(assets/md5images/6b0e552b84d02f3ceadc7a57949d8f09.png) no-repeat left top;
}

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

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

	/* homepage buttons */

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

.mbl #uwa #browse-by-buttons .browse-container .browse-link h3 {
	font-family: "Roboto Condensed", sans-serif !important;
}

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

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

.mbl #footer-logo-link { display: none; } /* logos aren't hidden by mbl footer */