/* -----------------------------------------------
bepress IR local stylesheet.
Author: Jami Wardlow
Version: Jan 2026
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: #fff url(assets/md5images/19a8eb6de8d8774fd7b786df8e2b03b4.png) no-repeat center top;
}

#auiqp { background: url(assets/md5images/487a56a58d92fb42b970eb60a305644b.gif) repeat-x left bottom; }

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

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

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

#auiqp #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 11.842776927003573% !important;  /* 232 / 1959 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

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

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

#auiqp #navigation,
#auiqp #navigation #tabs {
	height: 54px;
	white-space: nowrap;
}

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

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

#auiqp #navigation #tabs a {
	font: 600 17px "Montserrat", sans-serif;
	text-transform: uppercase;
	display: block;
	height: 54px;
	line-height: 54px;
	color: #fff;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

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

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

#auiqp #navigation #tabs #tabtwo,
#auiqp #navigation #tabs #tabthree { display: none; }

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

#auiqp #sidebar {
	margin: 26px 15px 20px 0;
	padding-top: 0;
	width: 224px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
}

#auiqp #sidebar h2 {
	font: 600 14px "Montserrat", sans-serif;
	color: #fff;
	background: linear-gradient(to right, #49406a, #c74e34);
	margin: 0;
	border: none;
	padding: 10px 0;
}

#auiqp #sidebar h2#home {
	border-radius: 7px 7px 0 0;
}

#auiqp #sidebar h2 img {
	width: 20px;
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
}

#auiqp #sidebar a {
	font: 700 12px "Montserrat", sans-serif;
	color: #532e1f;
	text-decoration: none;
}

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

#auiqp #sidebar #sidebar-search label {
	font: 700 12px "Montserrat", sans-serif;
	color: #000;
}

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

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

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

#auiqp #sidebar form#sidebar-search input#search {
	width: 134px;
}

#auiqp #sidebar #sidebar-search input.searchbutton {
    background: #556298;
    border: 0;
    border-radius: 5px;
    font: bold 11px "Montserrat", sans-serif;
    color: #fff;
    padding: 4px 7px;
}

#auiqp #sidebar #sb-custom-lower h2 img {
	margin: 0 10px 0 0;
}

#auiqp #sidebar #sb-custom-lower img {
	margin: 17px 0;
}

/* --- Social Media Icons --- */
 
ul#social li {
    display: inline-block;
}
 
ul#social li a {
    margin: 0 5px; /* removes 15px margin on all links in #sidebar. Adjust second number to adjust spacing between icons */
}
 
ul#social li:first-child a {
    margin-left: 70px; /* horizontally aligns first icon with other sidebar content */
}
 
ul#social li a:focus img {
    outline: 2px dotted #4b5b9b /* 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 */
/* #auiqp #content { padding-top: 16px; } */

	/* Sticky Footer */

#auiqp #content { /* calculates 100% viewport height - (total heights of header, navigation and footer) */
	min-height: calc(100vh - 280px);
	margin-top: 26px;
	margin-bottom: 20px;
	outline: 1px solid #d5d5d5;
    border-radius: 7px;
}
	/* --- Breadcrumbs --- */

#auiqp #main.text div.crumbs a:link,
#auiqp #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #4b5b9b;
}

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

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

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

#auiqp #dcn-home img { width: auto; }

	/* --- Headers --- */

#auiqp #homepage-heading-row h2 {
	font: 700 24px "Montserrat", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

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

/* --- buttons  ---*/

#auiqp #browse-by-buttons {
	width: 104%;
}

#auiqp #browse-by-buttons .browse-container {
    /*margin: 0 11px 15px 0;*/
}

#auiqp #browse-by-buttons .browse-link {
	width: 159px;
	height: 119px;
	float: left;
	text-align: center;
	margin: 0 11px 15px 0;
}

#auiqp #browse-by-buttons #podcasts {
	background: url(assets/md5images/f7da75feefcd3a56d6f7e20e28dd5569.png) no-repeat center;
}

#auiqp #browse-by-buttons #books {
	background: url(assets/md5images/1b697dea98b21b3335898d02fe6d50ea.png) no-repeat center;
}

#auiqp #browse-by-buttons #ourservices {
	background: url(assets/md5images/c56599c5b7591ee478f6187a122112ba.png) no-repeat center;
}

#auiqp #browse-by-buttons #data {
	background: url(assets/md5images/bbfeddcfd61b6fcc680135aa659290be.png) no-repeat center;
}

#auiqp #browse-by-buttons #conferences {
	background: url(assets/md5images/7af80555728fc33b149cf29d7e8d6638.png) no-repeat center;
}

#auiqp #browse-by-buttons #journals {
	background: url(assets/md5images/341a9e1bca74c6e29a7bd247863275c3.png) no-repeat center;
}

#auiqp #browse-by-buttons #events {
	background: url(assets/md5images/37181f8ee20e6bfbe2aa9d139842b1ee.png) no-repeat center;
}

#auiqp #browse-by-buttons #benefits {
	background: url(assets/md5images/5766ca74fb312a37a7e6a9615f1b0850.png) no-repeat center;
}

/* Button text settings */

#auiqp #browse-by-buttons .browse-container .browse-link h3 {
    text-decoration: none;
    background-image: none;
	padding: 78px 0 0;
}

#auiqp #browse-by-buttons .browse-link h3 {
	font: 600 16px "Montserrat", sans-serif;
	text-align: center;
	color: #000;
	padding-left: 0;
}

/* Hover/focus behavior for button outline */
#auiqp #browse-by-buttons a:hover > .browse-link,
#auiqp #browse-by-buttons a:focus > .browse-link,
#auiqp #browse-by-buttons a:active > .browse-link {
	text-decoration: none;
	outline: 2px dotted #4b4069;
}

#auiqp #main.text #browse-by-buttons a {
	text-decoration: none;
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#auiqp .box.aag h2,
#auiqp .box.potd h2 {
	font: 700 18px "Montserrat", sans-serif;
	text-transform: uppercase;
	width: 267px;
	border-bottom: 1px solid #e7e7e7;
	margin: 0;
}

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

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

	/* Browse Disciplines */

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

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

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

	/* Submit Research */

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

	/* Announcements */

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

	/* Site subpage headings */

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

	/* homepage stats */

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

	/* Article pages series/journal/event */

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

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

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

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

#auiqp #footer,
#auiqp #bepress a {
	height: 84px;
	background-color: #f1f1f1;
}

#auiqp #bepress a {
	background-image: url(assets/md5images/66bb07249bda5d6f71d3792893da903f.svg);
    background-size: 210px;
    background-position: center;
}

#auiqp #bepress a:focus { outline: 2px dotted #4b5b9b; }

#auiqp #footer p,
#auiqp #footer p a {
	font: 600 13px/1.6 "Montserrat", sans-serif;
	color: #313131;
	text-decoration: none;
}

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

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

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

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

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

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

	/* Search */

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

	/* Increase contrast on My Account headings */

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

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

.mbl #auiqp #header {
	background: url(assets/md5images/b0ba81393e30cfee6d12c7292c48c60c.png) no-repeat left top;
}

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

.mbl #auiqp #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 11.842776927003573% !important;  /* 232 / 1959 */
	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 #auiqp .box.aag h2,
.mbl #auiqp .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

	/* buttons */

.mbl #auiqp #browse-by-buttons * {
	line-height: 1em;
	word-wrap: normal;
}

.mbl #auiqp #browse-by-buttons .browse-container .browse-link h3 {
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px !important;
}

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

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

.mbl #auiqp #footer {
	background-color: #f1f1f1 !important;
	background-image: none !important;
}



/* Formatting for Managing Team page 25/01 AA*/

/* Container for each editor */
#auiqp #content #main.text .editor {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

/* Style for images */
#auiqp #content #main.text .editor img {
    width: 90px;
    height: auto;
    aspect-ratio: 1 / 1; /* Ensures a square aspect ratio */
    object-fit: contain; /* Keeps the entire image visible */
    border-radius: 50%;
    margin-right: 15px;
    box-shadow: 0px 2px 5px rgba(0,0,0,0.2); /* Optional: shadow for style */
}

/* Optional - Add some hover effect for better interactivity */
#auiqp #content #main.text .editor img:hover {
    transform: scale(1.05);
    transition: transform 0.3s ease;
}

/* Homepage Slideshow */

#auiqp #dcn-home .newCarousel {
	border: 1px solid #ddd; }

#auiqp #dcn-home .newCarousel .news-slider .text-content {
	width: 45%; }

#auiqp #dcn-home .newCarousel .news-slider .text-content h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 5px; }

#auiqp #dcn-home .newCarousel .news-slider .text-content p { 
	line-height: 1.5em; }