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

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

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap');

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

body {
	font: normal 14px/1.5 'Inter', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/7b5d5f100b43109a78de74ee5d0082c0.jpg) no-repeat center top;
}

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

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

#udit #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
	margin-bottom: 40px;
}

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

#udit #header a#banner_link:focus img {
    outline: 2px dotted #69e4f9;
}

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

#udit #navigation { margin-top: 37px; }

#udit #navigation,
#udit #navigation #tabs {
	height: 60px;
	white-space: nowrap;
}

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

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

#udit #navigation #tabs a {
	font: normal /*16px*/14px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	display: block;
	height: 60px;
	line-height: 60px;
	color: #000;
	background-color: transparent;
	padding: 0 16px;
	margin: 0;
	border: 0;
}

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

#udit #navigation #tabs #tabzero a:focus img {
	outline: 2px dotted #81f787;
}

#udit #navigation #tabs #tabzero {
	/*margin-right: 40.5%;*/
	margin: 0;
	padding: 0;
}

#udit #navigation #tabs #tabzero a {
	padding: 0;
	margin: 0;
}

#udit #navigation #tabs #tabzero a img {
	width: 214px;
	height: auto;
}

#udit #navigation #tabs #tabfour a {
	padding-right: 10px;
}

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

#udit #sidebar {
	background: #69e4f9;
	margin: 8px 0 30px;
	padding-top: 20px;
	border-radius: 0 115px 0 0;
}

#udit #sidebar h2 {
	font: 900 16px 'Inter', sans-serif;
	text-transform: uppercase;
	color: #000;
	background: transparent;
	border: none;
}

#udit #sidebar a {
	font: normal 14px 'Inter', sans-serif;
	color: #000;
	text-decoration: none;
}

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

#udit #sidebar #sidebar-search label {
	font: normal 14px 'Inter', sans-serif;
	color: #000;
}

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

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

	/* Sticky Footer */

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

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

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

#udit p#tagline-es { font-size: 23px; }

#udit p#tagline-en {
	font-size: 16px;
	margin-bottom: 24px;
}

#udit #dcn-home > #cover-browse { margin-bottom: 20px; }

	/* --- Headers --- */

#udit #dcn-home > h2 {
	font: 900 22px 'Inter', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

#udit #cover-browse h3 {
    padding-left: 24px;
    text-decoration: none;
}

#udit #cover-browse a {
	font: 400 18px/1.6 'Inter', sans-serif;
	text-decoration: none;
}

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#udit .box.aag h2,
#udit .box.potd h2 {
	font: 900 17px 'Inter', sans-serif;
	text-transform: uppercase;
	width: 267px;
	border-bottom: 1px solid #4b4b4b;
	margin: 0;
}

#udit #main.text .box a:link,
#udit #main.text .box a:visited {
	background: none;
	font: bold 14px 'Inter', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #4b4b4b;
}

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

	/* article-level text */

#alpha .element p, #custom-fields .element p { font-size: 13px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 14px; }

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

#udit #footer,
#udit #bepress a {
	height: 76px;
	background-color: #000;
}

#bepress a:focus { outline: 2px dotted #81f787; }

#udit #footer p,
#udit #footer p a {
	font: normal 12px/1.8 'Inter', sans-serif;
	color: #fff;
	text-decoration: none;
}

#udit #footer p:first-of-type { padding-top: 3px; }

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

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

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

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

	/* Increase contrast on My Account headings */

#udit .text #myaccount thead tr th { color: #000; }

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

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

.mbl #udit #navigation #tabs ul { display: block; }

.mbl #udit #navigation #tabzero { margin: 0 !important; }

.mbl #udit #navigation #tabzero a { opacity: 1 !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 #udit .box.aag h2,
.mbl #udit .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

/* orcid id icon next to field value 2/25/2025 MV */
#udit #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;
    padding-left:20px;
    padding-bottom:5px; }
    
/*---flexbox indexation logos 7/9/25 MV---*/
#udit #main.text .bigbox{
  display:flex;
  flex-flow:row wrap;
  max-width:100%;
  background-color: #ffffff;
  padding: 1%;
  justify-content: center;
  align-content: space-around;
  margin: 1% auto;
}

#udit #main.text .littlebox{
  width:190px;
  text-align:center;
  margin:1%;
  padding:2%;
}