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

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

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

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

#utj #container {
    box-shadow: 8px 12px 13px rgb(0 0 0 / 10%), -8px 12px 13px rgb(0 0 0 / 10%);
}

#utj {
	background: url(assets/md5images/0f82ada6c025c4785c75c81e2c343104.png) no-repeat center bottom;
	padding-bottom: 30px;
}

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

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

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

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

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

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

#utj #navigation {
    position: absolute;
    z-index: 1;
    background: transparent;
    width: 300px;
    margin-left: 680px;
}

#utj #navigation,
#utj #navigation #tabs {
	height: 36px;
	white-space: nowrap;
}

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

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

#utj #navigation #tabs a {
	font: bold 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	height: 88px;
	line-height: 88px;
	color: #2b2b2b;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

#utj #navigation #tabs #tabone a { padding-right: 35px; }

#utj #navigation #tabs #tabtwo { display: none; }

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

#utj #sidebar { padding-top: 24px; }

#utj #sidebar h2 {
	font: normal 20px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	color: #000;
	background: transparent;
	width: 211px;
	text-indent: 0;
	margin-left: 14px;
	padding-bottom: 4px;
	border: none;
	border-bottom: 1px solid #dedbd9;
}

#utj #sidebar a {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #375440;
	text-decoration: none;
}

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

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

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

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

	/* Sticky Footer */

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

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

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

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

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

	/* --- Headers --- */

#utj #homepage-heading-row h2 {
	font: normal 26px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	margin-bottom: 20px;
}

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

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

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#utj .box.aag h2,
#utj .box.potd h2 {
	font: normal 22px TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#utj #footer,
#utj #bepress a {
	height: 74px;
	background-color: #edeae4;
}

#utj #bepress a {
	background-image: url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg);
    background-size: 210px;
    background-position: center;
}

#utj #bepress a:focus { outline: 2px dotted #375440; }

#utj #footer p,
#utj #footer p a {
	font: normal 12px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #375440;
	text-decoration: none;
}

#utj #footer p:first-of-type { padding-top: 20px; }

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

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

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

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

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

.mbl #utj #footer {
	background-color: #edeae4 !important;
	background-image: none !important;
}

/* Hiding Author Corner links in sidebar */
#utj #sidebar ul#side-author { display: none; }


/* Hiding FAQ and about tabs in nav bar */
#utj  #navigation #tabs #tabtwo,
#utj  #navigation #tabs #tabthree {
  display: none;
}

/* Arabic content - DS 05/04/2026 */
.lang-ar {
  direction: rtl;
  text-align: justify;
  text-align-last: right;
  unicode-bidi: isolate;
}

/* English content */
.lang-en {
  direction: ltr;
  text-align: justify;
  text-align-last: left;
  unicode-bidi: isolate;
}

/* Optional: improve justified text readability */
.lang-ar,
.lang-en {
  line-height: 1.8;
}

/* Optional: avoid awkward justification on headings */
.lang-ar h1,
.lang-ar h2,
.lang-ar h3,
.lang-ar h4,
.lang-ar h5,
.lang-ar h6 {
  text-align: right;
  text-align-last: right;
}

.lang-en h1,
.lang-en h2,
.lang-en h3,
.lang-en h4,
.lang-en h5,
.lang-en h6 {
  text-align: left;
  text-align-last: left;
}

/* Optional: keep lists aligned correctly */
.lang-ar ul,
.lang-ar ol {
  direction: rtl;
  text-align: justify;
  padding-right: 1.5rem;
  padding-left: 0;
}

.lang-en ul,
.lang-en ol {
  direction: ltr;
  text-align: justify;
  padding-left: 1.5rem;
  padding-right: 0;
}

#utj  #content #main.text p{
    text-align: justify;}
#utj #content ul li {list-style-type: disc;}