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

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

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;900&display=swap');

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

body {
	font: normal 14px/1.5 'Lato', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/5223ad8211dd480f0178d0fbcaf24aad.gif) repeat-x left top;
}

#gonzaga { background: url(assets/md5images/b718833edc06b528b1c3936c016efd44.gif) repeat-x left bottom; }

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

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

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

#gonzaga #header a#banner_link:focus img {
    outline: 2px dotted #003055;
}

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

#gonzaga #navigation,
#gonzaga #navigation #tabs {
	height: 74px;
	/*overflow: hidden; have seen issues with tabs extending below nav container */
	white-space: nowrap;
}

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

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

#gonzaga #navigation #tabs a {
	font: 900 16px 'Lato', sans-serif;
	text-transform: uppercase;
	display: block;
	/*width: auto !important; fixes "my account" not fitting in container on page load (does it tho?)*/
	height: 74px;
	line-height: 74px;
	color: #003055;
	background-color: transparent;
	padding: 0 14px;
	margin: 0;
	border: 0;
}

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

#gonzaga #navigation #tabs #tabzero a:focus img {
	outline: 2px dotted #cc0033;
}

#gonzaga #navigation #tabs #tabzero {
	margin-right: 40.5%;
	padding: 0;
}

#gonzaga #navigation #tabs #tabzero a {
	padding: 0;
	margin: 0;
}

#gonzaga #navigation #tabs #tabfour a {
	padding-right: 0;
}

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

#gonzaga #sidebar h2 {
	font: 900 15px 'Lato', sans-serif;
	width: 208px;
	color: #fff;
	background: #cc0033;
	padding: 10px 0;
	margin: 0 0 0 15px;
	text-indent: 8px;
	border: none;
}

#gonzaga #sidebar a {
	font: normal 13px 'Lato', sans-serif;
	color: #fff;
	text-decoration: none;
}

#gonzaga #sidebar a:hover,
#gonzaga #sidebar a:active,
#gonzaga #sidebar a:focus {
	text-decoration: underline;
}

#gonzaga #sidebar ul li a,
#gonzaga #sidebar p {
	margin-left: 23px;
}

#gonzaga #sidebar #sidebar-search label {
	font: normal 13px 'Lato', sans-serif;
	color: #fff;
}

#gonzaga #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 23px;
}

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

	/* Sticky Footer */

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

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

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

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

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

	/* --- Headers --- */

#gonzaga #dcn-home > h2 {
	font: normal 21px 'Lato', sans-serif;
	margin-top: 20px;
}

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

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #064287; }

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

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#gonzaga #dcn-home .box.aag h2,
#gonzaga #dcn-home .box.potd h2 {
	font: normal 18px 'Lato', sans-serif;
	width: 267px;
	border-bottom: 1px solid #dedede;
	margin: 0;
}

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

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

	/* article-level text // default values 12px/13px */

#alpha .element p, #custom-fields .element p { font-size: 13px; }

#alpha .element h4, #custom-fields .element h4 { font-size: 14px; }

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

#gonzaga #footer,
#gonzaga #bepress a {
	height: 77px;
	background-color: #003055;
}

#bepress a:focus { outline: 2px dotted #cc0033; }

#gonzaga #footer p,
#gonzaga #footer p a {
	font: normal 12px/2 'Lato', sans-serif;
	text-transform: uppercase;
	color: #b8e2ff;
	text-decoration: none;
}

/* #gonzaga #footer p:first-of-type { padding-top: ##px; } */

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

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

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

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

	/* Remove gap under search pages for full-width footers */

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

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

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

#gonzaga #wrapper .text #myaccount thead tr th {
	color: #000;
}

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

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

.mbl #gonzaga #navigation #tabs ul { display: block; }

.mbl #gonzaga #navigation #tabzero { margin: 0 !important; }

.mbl #gonzaga #navigation #tabzero a { opacity: 1 !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 #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */

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

/* orcid id icon next to field value cdt 2023-07-05*/
#SCHOOL/PUBSELECTOR #orcid.element p a {
    background:transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;	
    padding-left:20px;
    padding-bottom:5px; }