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

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

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800&display=swap');

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

body {
	font: normal 12px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #dcdcdc url(assets/md5images/8cf6b9eec491850938738c607e1a34d4.gif);
}

#sc { background: url(assets/md5images/76fd4687bd67c34e0ae2c0c9c8925df8.gif) repeat-x left top; }

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

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

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

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

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

#sc #navigation {
	background-color: #fff;
	padding: 0 0 15px;
}

#sc #navigation #tabs { 
	background-color: #767676;
	margin: 0 15px;
}

#sc #navigation,
#sc #navigation #tabs {
	height: 36px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}
#sc #navigation #tabs,
#sc #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
	width: 950px;
}

#sc #navigation #tabs a {
	font: bold 12px 'Open Sans', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #fff;
	background-color: transparent;
	padding: 0 10px;
	margin: 0;
	border: 0;
	border-right: 1px solid #dcdcdc;
}

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

#sc #navigation #tabs #tabfour { width: 98px; }

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

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

#sc #sidebar {
	background-color: #ececec;
	width: 220px;
	padding-top: 18px;
	margin: 0 15px 15px 0;
}

#sc #sidebar h2 {
	font: 800 15px 'Open Sans', sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#sc #sidebar a {
	font: normal 13px 'Open Sans', sans-serif;
	color: #73000a;
	text-decoration: none;
}

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

#sc #sidebar #sidebar-search label {
	font: normal 13px 'Open Sans', sans-serif;
	color: #000;
}

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

#sc #sidebar #sidebar-search span.border { background: transparent; }

#sc #sidebar input.search { width: 134px; }

.searchbutton { 
	cursor: pointer;
	padding: 0 3px;
}
#sc #sidebar #navlist,
#sc #sidebar #navlist a {
width: 220px;
}

#sc #sidebar #navlist li a:active, 
#sc #sidebar #navlist li a:focus {
  border-bottom: 1px solid #73000a;
}

#sc #sidebar form#browse {
  padding-left: 15px;
}

#sc #sidebar form label {
  color: #000;
}
/* ---------------- Main Content ---------------- */

#sc #wrapper { box-shadow: 0 -6px 0 #fff, 0 1px 6px rgba(0,0,0, .5); }

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

	/* --- Breadcrumbs --- */

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

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

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

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

	/* --- Headers --- */

#sc #dcn-home > h2 { font: bold 21px 'Open Sans', sans-serif; }

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

/* FF 55 takes parent element's color a text-deoration-color (black, usually) 
#dcn-home #cover-browse h3 { color: #73000a; }*/

#sc #dcn-home #cover-browse h3 a {
	font: 400 15px/1.6 'Open Sans', sans-serif;
	text-decoration: none;
}

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#sc #dcn-home .box.aag h2,
#sc #dcn-home .box.potd h2 {
	font: bold 16px 'Open Sans', sans-serif;
	width: 267px;
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
}

#sc #main.text .box a:link,
#sc #main.text .box a:visited {
	background: none;
	font: bold 13px 'Open Sans', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d6d6d6;
}

#sc #main.text .box a:hover,
#sc #main.text .box a:active,
#sc #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 ---------------- */

#sc #footer,
#sc #bepress a {
	height: 75px;
	background: transparent;
}

#sc #bepress a { background-image: url(assets/md5images/3540d55e905822269797fa7f3a22d7e0.png); }

#sc #footer p,
#sc #footer p a {
	font: normal 12px/2 'Open Sans', sans-serif;
	color: #73000a;
	text-decoration: none;
}

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

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

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

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

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

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

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

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

.mbl #sc #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 27.1428571428571% !important;  /* 266 / 980 */
	height: auto !important; /* !important avoides DC assigning incorrect height to logo image */
}

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0;
}

.mbl #sc #navigation { display: none; }

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */

.mbl #sc #dcn-home .box.aag h2,
.mbl #sc #dcn-home .box.potd h2 {
	width: 100%;
}
	
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}