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

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

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

html { background: url(assets/md5images/672544ba15dc332424b78f57c80bc691.jpg) no-repeat center top fixed; }

body {
	font: normal 13px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: url(assets/md5images/b4178c0c01f3de8dec1ed97756bfcace.gif) repeat-x left top;
	background-color: transparent !important;
}

#uab { background: url(assets/md5images/71f65ff81c00feebe3609a44fb042492.gif) repeat-x left bottom; }

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

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

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

#uab #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 27.586206896551724%;
	left: 0.714285714285714%;
	width: 56.224489795918367% !important;
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

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

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

#uab #navigation,
#uab #navigation #tabs {
	height: 59px;
	white-space: nowrap;
	background: transparent;
}

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

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

#uab #navigation #tabs a {
	font: bold 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	height: 59px;
	line-height: 59px;
	color: #1c1c1c;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

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

#uab #navigation #tabs #tabzero {
	margin-right: auto !important;
}

#uab #navigation #tabs #tabzero a {
	padding-left: 15px;
}

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

#uab #sidebar {
	padding-top: 16px;
	margin-right: 16px;
	width: 226px;
	background-color: #d7efa6;
}

#uab #sidebar h2 {
	font: bold 18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #071913;
	background: transparent;
	border: none;
}

#uab #sidebar a {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #033319;
	text-decoration: none;
}

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

#uab #sidebar #sidebar-search label {
	font: normal 13px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #033319;
}

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

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

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

/* ---------------- Main Content ---------------- */

#uab #wrapper {
	background: transparent;
	margin-bottom: 26px;
}

	/* Sticky Footer */

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

#uab #main.text div.crumbs a:link,
#uab #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #1e6b52;
}

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

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

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

	/* --- Headers --- */

#uab #homepage-heading-row a {
	font: bold 21px Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	text-align: center;
	color: #000 !important;
	text-decoration: none ;
	background: #d7efa6;
	padding: 8px 0;
	margin-bottom: 9px;
}
#uab #homepage-heading-row a:active,
#uab #homepage-heading-row a:hover,
#uab #homepage-heading-row a:focus {
	background-color: #fff2d2;
}
h3 {
	margin: 0;
	text-decoration: underline;
}

/* home buttons */

#uab #cover-browse {
	display: flex;
    justify-content: space-between;
}

#uab #cover-browse a.home-btn {
	width: 103px;
	height: 103px;
	display: inline-block;
	transition: .1s ease-in-out;
	background-size: contain;
}

#uab #cover-browse a#news-g {
	background: transparent url(assets/md5images/d20e53186a195b5a54458c8968110de4.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#journal-g {
	background: transparent url(assets/md5images/abca9774dfb4b4c09e6df028b751f09d.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#books-g {
	background: transparent url(assets/md5images/d40ba3119c2e59d0173b2fcbe7b74939.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#prof-g {
	background: transparent url(assets/md5images/3cc4f317eb8b5067b1aad11de991a84a.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#stud-g {
	background: transparent url(assets/md5images/5f021270734d43286851ea8cfb55a027.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#etd-g {
	background: transparent url(assets/md5images/809991e9d65fe30c5487b853b33c72a4.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#news-g:hover,
#uab #cover-browse a#news-g:active,
#uab #cover-browse a#news-g:focus {
	background: transparent url(assets/md5images/09f08c925eaf8c4208b10ff4e68ebcaf.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#journal-g:hover,
#uab #cover-browse a#journal-g:active,
#uab #cover-browse a#journal-g:focus {
	background: transparent url(assets/md5images/c258a18cadbf59d5f92c9a82cf2cb849.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#books-g:hover,
#uab #cover-browse a#books-g:active,
#uab #cover-browse a#books-g:focus {
	background: transparent url(assets/md5images/ecbb7af4a02d4b07a96332b6d6956c0c.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#prof-g:hover,
#uab #cover-browse a#prof-g:active,
#uab #cover-browse a#prof-g:focus {
	background: transparent url(assets/md5images/06889426474a100215282086ce85e4db.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#stud-g:hover,
#uab #cover-browse a#stud-g:active,
#uab #cover-browse a#stud-g:focus {
	background: transparent url(assets/md5images/b8933393dfbe9935a41d9624bdf5b55e.png) center no-repeat;
	background-size: contain;
}

#uab #cover-browse a#etd-g:hover,
#uab #cover-browse a#etd-g:active,
#uab #cover-browse a#etd-g:focus {
	background: transparent url(assets/md5images/55289b8bb05ea8c33dda95906a1adc36.png) center no-repeat;
	background-size: contain;
}
	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#uab #footer,
#uab #bepress a {
	height: 91px;
	background-color: #033319;
}

#uab #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
    background-size: 210px;
    background-position: center;
}

#uab #bepress a:focus,
#uab #footer a#footer-logo-link:focus img { outline: 2px dotted #fff; }

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

#uab #footer p:first-of-type { padding-top: 36px; }

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

/* Additional footer logo */
 
#uab #footer { position: relative; }
 
a#footer-logo-link { margin: 0; }
 
#footerlogo {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30%;
}

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

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

#uab #main.text .authorbrowser p.letters a:hover,
#uab #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 #uab #wrapper { margin-bottom: 0; }

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

.mbl #uab #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 27.586206896551724%;
	left: 0.714285714285714%;
	width: 56.224489795918367% !important;
	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 #uab .box.aag h2,
.mbl #uab .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}
.mbl #uab #footer #bepress a {
	background: transparent url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
  background-size: contain !important;
}
.mbl #uab #footer {
	background-color: #033319 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #uab #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #uab #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #uab #dcn-home #homepage-heading-row .btn:hover,
.mbl #uab #dcn-home #homepage-heading-row .btn:focus,
.mbl #uab #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #uab #dcn-home span.site-follow {
  margin: 0 5px;
}

.mbl #uab #cover-browse { flex-flow: row wrap }

.mbl #uab #cover-browse a.home-btn { margin-bottom: 3% }

.mbl #footer-logo-link { display: none; } /* logos aren't hidden by mbl footer */