/*
-----------------------------------------------
bepress Publication-Level ir-local.css
Author:   bepress
Version:  February 1, 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap');

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

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

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

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

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

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

#purdue #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 41.22449% !important;  /* 404 / 980 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

#purdue #header a#banner_link:focus img,
#purdue #header a#logo_link:focus img {
    outline: 2px dotted #8e6f3e;
}

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

#purdue #navigation { margin-bottom: 10px; }

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

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

#purdue #navigation #tabs,
#purdue #navigation #tabs ul {
	display: flex;
	justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
	width: 100%;
}

#purdue #navigation #tabs a {
	font: normal 17px 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	display: block;
	/*width: auto !important; fixes "my account" not fitting in container on page load (does it tho?)*/
	height: 65px;
	line-height: 65px;
	color: #000;
	background-color: transparent;
	padding: 0 15px;
	margin: 0;
	border: 0;
}

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

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

#purdue #sidebar h2 {
	font: bold 15px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

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

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

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

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

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

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

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

	/* Sticky Footer */

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

#purdue #main.text div.crumbs a:link,
#purdue #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #8e6f3e;
}

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

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

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

	/* --- Headers --- */

#purdue #dcn-home > h2 { font: bold 30px Arial, "Helvetica Neue", Helvetica, sans-serif; }

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: #8e6f3e; }

#purdue #dcn-home #cover-browse h3 a {
	font: 400 16px/1.6 Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-decoration: none;
}

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

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#purdue #dcn-home .box.aag h2,
#purdue #dcn-home .box.potd h2 {
	font: bold 18px Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 267px;
	border-bottom: 1px solid #d6d6d6;
	margin: 0;
}

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

#purdue #main.text .box a:hover,
#purdue #main.text .box a:active,
#purdue #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 ---------------- */

#purdue #footer,
#purdue #bepress a {
	height: 83px;
	background-color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

#purdue #content ul li {
	line-height: 18px;
	font-size: 13px;
}

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

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

.mbl #purdue #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 41.22449% !important;  /* 404 / 980 */
	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 #cover-browse h3 { text-decoration: none; }

	/* stacks headings and spans in .box */

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

#purdue #custom-fields h2 {
    color: #000;
    margin: 0;
    padding: 4px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;}