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

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

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

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

#muthmj #container {
	box-shadow: 0px 0px 14px #61afb4, 0px 0px 14px #61afb4;
}

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

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

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

#muthmj #header a#banner_link:focus img {
    outline: 2px dotted #104e7b;
}

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

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

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

#muthmj #navigation #tabs,
#muthmj #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
}

#muthmj #navigation #tabs ul {
	width: 240px;
	background-color: #71c8cd;
}

#muthmj #navigation #tabs a {
	font: 600 12px "Montserrat", sans-serif;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #000;
	background-color: #71c8cd;
	padding: 0 7px;
	margin: 0;
	border: 0;
	border-right: 1px solid #79d6db;
}

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

#muthmj #navigation #tabs #tabfour a { border-right: none; }

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

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

#muthmj #sidebar a {
	font: 600 12px "Montserrat", sans-serif;
	color: #162873;
	text-decoration: none;
}

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

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

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

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

	/* --- Breadcrumbs --- */

#muthmj #main.text div.crumbs a:link,
#muthmj #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

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

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

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

	/* --- Headers --- */

#muthmj #homepage-heading-row h2 {
	font: 600 22px "Montserrat", 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) */

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#muthmj #footer,
#muthmj #bepress a {
	height: 75px;
	background-color: #000;
}

#muthmj #bepress a {
	background-image: url(assets/md5images/96b516c30fb7fdc1d3fe4dc6d556b6f8.svg);
    background-size: 210px;
    background-position: center;
}

#muthmj #bepress a:focus { outline: 2px dotted #104e7b; }

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

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

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

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

	/* 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 #muthmj .box.aag h2,
.mbl #muthmj .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

/* Adding Cover Art SM 11/25/2024*/
#muthmj #dcn-home #homepage-intro {
margin: 15px 0;
width: 100%}

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

/* Hiding Collections link in Browse section SM 11/25/2024*/
#muthmj #sidebar ul#side-browse li.collections { display:none; }
/* Hiding Author Corner links in sidebar */
#muthmj #sidebar ul#side-author { display: none; }

#muthmj #navigation #tabs #tabthree
{
  display: none;
}

#muthmj #stats {
  display: none;
}