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

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

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

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

body {
	font: normal 18px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/754d5aafac39e86bb7ad24a8f1a51271.gif) repeat-x left top;
}

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

#mansjdent #container {
	background: url(assets/md5images/aa05c133ddcb2c45ff91c347bd13560d.gif) no-repeat left top;
	background-size: 14%;
}

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

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

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

#mansjdent #header a#banner_link:focus img {
    outline: 2px dotted #ec880e;
}

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

#mansjdent #navigation { background: transparent; }

#mansjdent #navigation,
#mansjdent #navigation #tabs {
	height: 56px;
	/*overflow: hidden; have seen issues with tabs extending below nav container */
	white-space: nowrap;
}

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

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

#mansjdent #navigation #tabs a {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	/*width: auto !important; fixes "my account" not fitting in container on page load (does it tho?)*/
	height: 34px;
	line-height: 34px;
	color: #020202;
	background-color: transparent;
	padding: 0 11px;
	margin: 11px 0px;
	border: 0;
	border-right: 1px solid #e3e3e3;
}

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

#mansjdent #navigation #tabs li:last-child a {
    border-right: none;
}

	/* additional nav bar */

#mansjdent #nav2 {
	height: 54px;
	width: 980px;
	background: transparent;
	white-space: nowrap;
	display: flex;
	justify-content: flex-end;
}

#mansjdent #nav2 a {
	font: bold 16px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	color: #020202;
	height: 54px;
    line-height: 54px;
	padding: 0px 21px;
}

#mansjdent #nav2 a:last-of-type { padding-right: 0; }

#mansjdent #nav2 a img:last-of-type { margin-bottom: -9px; }

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

#mansjdent #sidebar h2 {
	font: bold 20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#mansjdent #sidebar a {
	font: normal 17px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #104e7b;
	text-decoration: none;
}

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

#mansjdent #sidebar #sidebar-search label {
	font: normal 17px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
}

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

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

	/* Sticky Footer */

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

#mansjdent #main.text div.crumbs a:link,
#mansjdent #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

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

#mansjdent > #homepage-intro { margin: 15px 0;}

 /* (is this even a thing anymore?) adds space under full-width main-content image 
#mansjdent #home-page-banner { margin-bottom: 16px; }*/

	/* --- Headers --- */

#mansjdent h2 { font: normal 21px Arial, "Helvetica Neue", Helvetica, sans-serif; }

h3 {
	margin: 0;
	font-size: 17px;
	text-decoration: underline;
}

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */ #cover-browse h3 { color: #104e7b; }

#mansjdent #cover-browse h3 a {
	font: 400 18px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#mansjdent #main.text .box.aag h2,
#mansjdent #main.text .box.potd h2 {
	font: normal 20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 267px;
	border-bottom: 1px solid #d3d3d3;
	margin: 0;
}

#mansjdent #main.text .box a:link,
#mansjdent #main.text .box a:visited {
	background: none;
	font: bold 17px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
}

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

	/* article-level text // default values 12px/13px */

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

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

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

#mansjdent #footer,
#mansjdent #bepress a {
	height: 74px;
	background-color: #ededed;
}

#bepress a:focus { outline: 2px dotted #104e7b; }

#mansjdent #footer p,
#mansjdent #footer p a {
	font: normal 14px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #424242;
	text-decoration: none;
}

#mansjdent #container #footer a.secondary-link {
	font-size: 12px;
}

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

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

	/* --- Advanced Search --- */

.legacy #mansjdent #wrapper { background-image: none; }

	/* Remove gap under search pages for full-width footers */

.legacy #mansjdent #wrapper:after { content: none; }

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

#mansjdent #main.text .authorbrowser p.letters a:hover,
#mansjdent #main.text .authorbrowser p.letters a:focus {
   background: url(/assets/azMe.jpg) bottom center no-repeat;
   color: #fff;
}

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

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

.mbl #mansjdent #container { background-image: none; }

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

.mbl #mansjdent #nav2 { 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 #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */

.mbl #mansjdent .box.aag h2,
.mbl #mansjdent .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

/* completing the sandbox site shell build and design implementation process steps SM 6/20/2023*/

/* Hiding Collections link in Browse section */
#mansjdent #sidebar ul#side-browse li.collections { display:none; }
/* Hiding Author Corner links in sidebar */
#mansjdent #sidebar ul#side-author { display: none; }
/* Hiding FAQ in navigation bar */
#mansjdent #navigation #tabs li#tabthree { display: none; }

/* increasing font sizes per client request JW 9-23*/

/* Breadcrumbs */
#mansjdent #breadcrumb a,
#mansjdent .crumbs p a,
#mansjdent #pager li {
  font-size: 14px;
}

/* Browse Disciplines */
#mansjdent #content .subnav li {
  font-size: 15px;
}

#mansjdent .discipline-browser dt,
#mansjdent .new-discipline dt {
  font-size: 17px;
}
#mansjdent .discipline-browser dd,
#mansjdent .new-discipline dd,
#mansjdent dl.communities dd ul li {
  font-size: 16px;
}

#mansjdent .discipline-browser dd,
#mansjdent .new-discipline dd {
    padding: 3px 0;
}
/* Submit Research */
#mansjdent .communities dt,
#mansjdent .communities dt a:link {
  font-size: 16px;
  font-weight: normal;
}
#mansjdent dl.communities dd ul li {
    line-height: 1.3em;
}

/* Announcements */
#mansjdent #main.text #announce h3,
#mansjdent #main.text #announce h4 {
  font-size: 17px;
}

/* Site subpage headings */
#mansjdent #main.text h2#ir-about,
#mansjdent #main.text h2#faq-top,
#mansjdent #main.text h2#communities-title,
#mansjdent #main.text h2#top,
#mansjdent #main.text h2#submit-title,
#mansjdent #main.text #announce h2,
#mansjdent #main.text #accessibility-statement h2 {
  font-size: 24px;
}

/* homepage stats */
#mansjdent p#stats,
#mansjdent #main.text #network-icon a {
  font-size: 13px;
}

/* Article pages series/journal/event */
#mansjdent #alpha .element p,
#mansjdent #custom-fields .element p,
#mansjdent #alpha #recommended_citation p,
#mansjdent #alpha #attach_additional_files .files span {
  font-size: 16px;
}
#mansjdent #beta_7-3 #beta-disciplines.aside p {
  font-size: 16px !important;
}
#mansjdent #alpha .element h4,
#mansjdent #custom-fields .element h4,
#mansjdent #beta_7-3 h4,
#mansjdent #alpha #attach_additional_files .related strong {
  font-size: 17px !important;
}
#mansjdent #alpha #title.element p {
  font-size: 24px;
}
/* Search */
#mansjdent #main.text a:link span.icon-question-sign {
  text-decoration: none;
}

/*Justify alignment of Site Intro text IK 10/8/2023*/
#mansjdent #homepage-intro p,
#mansjdent #content #main.text p, ul, ol, li{
	text-align: justify;
}
#mansjdent #content #main.text h4 {
font-size: 18px;
}