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

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

@import url("https://use.typekit.net/tbp7ore.css");

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

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

#jefferson { background: url(assets/md5images/4852a5153df0c822edae1b8bfb68fe9c.gif) repeat-x left bottom; }

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

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

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

#jefferson #header a#banner_link:focus img,
#jefferson #top-nav a:focus img {
    outline: 2px dotted #173179;
}

/* ---------------- Navigation ---------------- */
	
	/* additional nav bar */

#jefferson #top-nav {
	height: 106px;
    /*padding-top: 83px;*/
	background: transparent;
}

#jefferson #top-nav img#jefferson-logo {
	float: left;
}

#jefferson #top-nav #top-nav-links {
	width: 424px;
    float: right;
    margin-top: 18px;
	border-bottom: 2px solid #ece819;
    border-left: 2px solid #ece819;
}

#jefferson #top-nav a {
	font: 300 13px "museo-sans", sans-serif;
	text-decoration: none;
	color: #282828;
	height: 64px;
    line-height: 64px;
	padding: 0px 18px;
}

#jefferson #top-nav a img:last-of-type { margin-bottom: -9px; }

#jefferson #navigation {
	height: 38px;
	white-space: nowrap;
}

#jefferson #navigation #tabs {
	height: 36px;
	border-bottom: 2px solid #ece819;
}

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

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

#jefferson #navigation #tabs a {
	font: 700 14px "museo-sans", sans-serif;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #152456;
	background-color: transparent;
	padding: 0 12px;
	margin: 0;
	border: 0;
}

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

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

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

#jefferson #sidebar {
	box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 6px;
	margin-top: 20px;
	padding-top: 16px;
	margin-bottom: 20px;
}

#jefferson #sidebar h2 {
	font: bold 16px "museo-sans", sans-serif;
	color: #152456;
	background: transparent;
	border: none;
}

#jefferson #sidebar a {
	font: normal 14px "museo-sans", sans-serif;
	color: #173179;
	text-decoration: none;
}

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

#jefferson #sidebar #sidebar-search label {
	font: normal 14px "museo-sans", sans-serif;
	color: #152456;
}

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

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

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

/* --- Social Media Icons --- */
 
ul#social li {
    display: inline-block;
}
 
ul#social li a {
    margin: 0 2px; /* removes 15px margin on all links in #sidebar. Adjust second number to adjust spacing between icons */
}
 
ul#social li:first-child a {
    margin-left: 14px; /* horizontally aligns first icon with other sidebar content */
}
 
ul#social li a:focus img {
    outline: 2px dotted #173179 /* provides indication of focus for keyboard-only users. Adjust color to be more visible if needed.*/
}

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

	/* Sticky Footer */

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

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

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

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

#jefferson #dcn-home > #homepage-intro { margin: 0; }

	/* --- Headers --- */

#jefferson #homepage-heading-row h2,
#jefferson #dcn-home > h2 {
	font: 500 25px "museo-sans", sans-serif;
	margin-top: 0;
	margin-bottom: 0;
}

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

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

/* Homepage buttons */

#jefferson #homebuttons {
	margin-top: 20px;
	width: 100%;
}

#jefferson #homebuttons a {
	text-decoration: none;
}

#jefferson #homebuttons a img {
	height: 185px;
	width: 185px;
	margin: 0 21px 16px 0;
}

#jefferson #content .text #homebuttons a:focus {
	border-bottom: none;
}

#jefferson #content .text #homebuttons a:focus img {
	outline: 2px solid #173179;
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#jefferson .box.aag h2,
#jefferson .box.potd h2 {
	font: 500 20px "museo-sans", sans-serif;
	width: 267px;
	border-bottom: 1px solid #d8dbde;
	margin: 0;
}

#jefferson #main.text .box a:link,
#jefferson #main.text .box a:visited {
	background: none;
	font: bold 13px "museo-sans", sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d8dbde;
}

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#jefferson #footer { margin-top: 1px; }

#jefferson #footer,
#jefferson #bepress a {
	height: 85px;
	background-color: #152355;
}

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

#jefferson #bepress a:focus,
#jefferson #footer a#footer-logo-link:focus img {
	outline: 2px dotted #59b7df;
}

#jefferson #footer p,
#jefferson #footer p a {
	font: 300 13px/1.6 "museo-sans", sans-serif;
	color: #fff;
	text-decoration: none;
}

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

#jefferson #footer p:first-of-type { padding-top: 22px; }

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

/* Additional footer logo */

#jefferson #footer { position: relative; }

a#footer-logo-link { margin: 0; }

#footerlogo {
	position: absolute;
	top: 0;
	right: 0;
}

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

	/* fixes invisible space above header */

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

.mbl #jefferson #top-nav { display: none; }

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

.mbl #main #buttons { text-decoration: none; }

	/* stacks headings and spans in .box */

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

.mbl #jefferson #dcn-home #homepage-heading-row {
  align-items: center;
}

.mbl #jefferson #dcn-home #homepage-heading-row .btn {
  display: inline;
}

.mbl #jefferson #dcn-home #homepage-heading-row .btn:hover,
.mbl #jefferson #dcn-home #homepage-heading-row .btn:focus,
.mbl #jefferson #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}

.mbl #jefferson #dcn-home span.site-follow {
  margin: 0 5px;
}

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

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

.mbl #jefferson #footer {
	background-color: #152355 !important;
	background-image: none !important;
}

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

/* Submit_research.html custom code */
#jefferson #main.text #custom_guidelines #box_for_icons img {
    border: none;
    width: 300px;
    height: auto;
    float: right;
    margin-left: 20px;
}

#jefferson #main.text #custom_guidelines ul.second_list {
    margin-bottom: 0;
    padding-left: 15px;
}

#jefferson #content #main.text #custom_guidelines ul {
    margin-left:10px;
}

#jefferson #content #main.text #custom_guidelines ul li {
    background-image: none;
    list-style: disc;
    padding-left: 0;
}

#jefferson #content #main.text #custom_guidelines ul.second_list li {
    list-style: circle;
}

#jefferson #main.text #custom_guidelines p.guidelines_list {
    margin-bottom: 0;
}

#jefferson #main.text #custom_guidelines h2 {
    margin-bottom:5px;
}

/* conferences_and_symposiums.html custom code */
#jefferson #main.text #custom_conferences p {
    margin-bottom: 5px;
    margin-top: 10px;
}

#jefferson #main.text #custom_conferences li.extra_space {
    margin-bottom: 10px;
}

#jefferson #content #main.text #custom_conferences ul {
    margin-left:10px;
}

#jefferson #content #main.text #custom_conferences ul li {
    background-image: none;
    list-style: disc;
    padding-left: 0;
}

#jefferson #main.text #custom_conferences ul.second_list {
    margin-bottom: 0;
    padding-left: 15px;
}

#jefferson #content #main.text #custom_conferences ul.second_list li {
    list-style: circle;
}

#jefferson #main.text #custom_conferences ul.third_list {
    margin-bottom: 0;
    padding-left: 30px;
}

#jefferson #content #main.text #custom_conferences ul.third_list li {
    list-style: square;
}
