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

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

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

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

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

#kucj { background: url(assets/md5images/194a51f312114e9750e506a30da1fabf.gif) repeat-x left bottom; }

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

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

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

#kucj #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 12.0408163265306% !important;  /* 118 / 980 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

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

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

#kucj #navigation,
#kucj #navigation #tabs {
	height: 45px;
	white-space: nowrap;
}

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

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

#kucj #navigation #tabs a {
	font: bold 14px "Cairo", sans-serif;
	display: block;
	height: 45px;
	line-height: 45px;
	color: #fff;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
	border-right: 1px solid #fff;
}

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

#kucj #navigation #tabs #tabone a { padding-left: 12px; } /* switch for right-aligned nav tabs */

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

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

#kucj #sidebar { padding-top: 10px; }

#kucj #sidebar h2 {
	font: bold 16px "Cairo", sans-serif;
	color: #000;
	background: transparent;
	border: none;
}

#kucj #sidebar a {
	font: normal 14px "Cairo", sans-serif;
	color: #187483;
	text-decoration: none;
}

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

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

#kucj #sidebar #sidebar-search {
	padding-left: 15px;
}

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

	/* Sticky Footer */

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

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

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

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

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

	/* --- Headers --- */

#kucj #homepage-heading-row h2 {
	font: normal 22px "Cairo", sans-serif;
	margin-bottom: 20px;
}

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

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */ #buttons { color: #187483; }

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#kucj .box.aag h2,
#kucj .box.potd h2 {
	font: normal 17px "Cairo", sans-serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#kucj #footer,
#kucj #bepress a {
	height: 71px;
	background-color: #63314f;
}

#bepress a:focus { outline: 2px dotted #25a9bd; }

#kucj #footer p,
#kucj #footer p a {
	font: normal 13px/1.6 "Cairo", sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

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

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

/* Adding Cover Art SM 03/19/2023*/
#kucj #dcn-home #homepage-intro {
margin: 15px 0;
width: 100%}

#kucj #main.text .cover-image img {
float: right;
height: 316px;
width: 225px;
margin-right: 0%;
margin-bottom: 2%;
margin-top: 2%;}

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

#kucj #navigation #tabs #tabthree,
#kucj #navigation #tabs #tabfour {
  display: none;
}

/* ----------------Deeb 18-2-2025  ---------------- */
#kucj div#homepage-intro {
    text-align: justify;
} 