/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  July 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Roboto+Slab:400,700&display=swap');
/* ---------------- Meta Elements ---------------- */

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

body {
	font: normal 13px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
	color: #000000;
	background-color: #fff;
	background-image: url(assets/md5images/555a5832eac9b711110a762dfafe8a52.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

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

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

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

#seattle #logo_image {
	display: none;
}


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

#seattle #navigation,
#seattle #navigation #tabs {
	height: 44px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
	position: relative;
	width: 240px;
	float: right;
}

#seattle #navigation #tabs,
#seattle #navigation #tabs ul,
#seattle #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}
#seattle #navigation {
	top: -30px;
	margin-bottom: -30px;
	background-color: #aa0000;
}
/* Flexbox Navigation July 2018 */

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

#seattle #navigation #tabs a {
	font: 500 12px 'Montserrat', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 44px;
	line-height: 44px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 8px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
}
#seattle #navigation #tabs #tabone a {
	width: 73px !important;
}
#seattle #navigation #tabs a:hover,
#seattle #navigation #tabs a:active,
#seattle #navigation #tabs a:focus {
	text-decoration: underline;
}

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

#seattle #sidebar h2 {
	font: bold 15px 'Montserrat', sans-serif;
	color: #fff;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#seattle #sidebar {
	background-color: #088099;
}

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

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

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

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

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

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

#seattle #sidebar ul#side-notify {
	padding-top: 0;
}
/* ---------------- Main Content ---------------- */

#seattle #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/3ee8c2dc9a45f54eccfa352fc771b81e.gif) repeat-y left top;
}

/*#seattle #content { padding-top: 16px; }*/

	/* --- Breadcrumbs --- */

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

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

#seattle #dcn-home > #homepage-intro { 
	margin: 15px 0 0 0; 
}
	
#seattle #main.text #homepage-intro p {
	width: 93%;
}
 /* adds space under full-width main-content image */
#seattle #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */
#seattle #main.text #home-btns,
#seattle #main.text #home-btns #row-1,
#seattle #main.text #home-btns #row-2 {
	width: 96%;
}

#seattle #main.text #home-btns #row-1,
#seattle #main.text #home-btns #row-2 {
	display: flex;
	justify-content: space-between;
}
#seattle #main.text #home-btns #row-1 {
	margin-bottom: 10px;
}

#seattle #main.text #home-btns a:hover, 
#seattle #main.text #home-btns a:active, 
#seattle #main.text #home-btns a:focus {
	text-decoration: none !important;
	border-bottom: none;
}

#seattle #main.text h1 {
	margin: 12px 0;
	color: #aa0000;
	font: normal 32px 'Roboto Slab', serif;
	width: 92.1%;
}

#seattle #main.text span.site-follow {
	float: right;
}
#seattle #dcn-home > h2 {
	font: normal 22px 'Roboto Slab', serif;
	text-transform: uppercase;
}

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

/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #aa0000; }

#seattle #main.text #cover-browse {
	margin: 15px 0;
}

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

#seattle #dcn-home #cover-browse h3 a:hover,
#seattle #dcn-home #cover-browse h3 a:focus,
#seattle #dcn-home #cover-browse h3 a:active {
	text-decoration: underline;
}
	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#seattle #dcn-home .box.aag h2,
#seattle #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 24px 'Roboto Slab', serif;
	color: #aa0000;
	border-bottom: 1px solid #dbdbdb;
}

#seattle #main.text .box a:link,
#seattle #main.text .box a:visited {
	font: bold 12px 'Montserrat', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
	background: none;
}

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

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

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

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


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

#seattle #footer,
#seattle #bepress a {
	height: 75px;
	background-color: #333333; }

#seattle #footer p,
#seattle #footer p a {
	font: normal 12px/2 'Montserrat', sans-serif;
	color: #fff;
	text-decoration: none;
}

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

#seattle #footer p a:hover,
#seattle #footer p a:active,
#seattle #footer p a:focus {
	text-decoration: underline; }
#seattle {
	background: url(assets/md5images/0efaee15c402e2b724680471820088a9.gif) repeat-x left bottom;
}

/*Sticky Footer */
#seattle #content {
    min-height: calc(100vh - 364px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #seattle #wrapper:after {
    content: none; /* search pages */
}

.legacy #seattle #content {
	min-height: calc(100vh - 378px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* ---------------- Miscellaneous fixes ---------------- */

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

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

/* Browse Authors accessibility fix- CSFR-2648 */
#seattle #main.text .authorbrowser p.letters a:hover,
#seattle #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* ---------------- Mobile ---------------- */

/*fixes bullet underline for Browse Research and Scholarship links*/
.mbl #main #cover-browse h3 { text-decoration: none; }

.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
	display: block;
}

.mbl #seattle #dcn-home .box.aag h2,
.mbl #seattle #dcn-home .box.potd h2 {
  width: 100%;
}

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

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

.mbl #seattle #navigation {
	background-color: transparent;
}

.mbl #seattle #main.text #home-btns,
.mbl #seattle #main.text #home-btns #row-1,
.mbl #seattle #main.text #home-btns #row-2 {
	display: contents;
	width: 100% !important;
}

.mbl #seattle #main.text #home-btns a img {
	max-width: 40% !important;
	height: auto !important;
}

.mbl #seattle #header #logo_image {
	display: none;
}

.mbl #seattle #header {
	background: url(assets/md5images/a281be249381e3e63398725c5c9a4243.gif) no-repeat left top;
}

.egs-profile-gallery {
    display: block; /* removes descender space below inline element */

    margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */

}

/* Adding a custom sidebar image at the site level, Christine 8/27/2019 */
#seattle #sb-custom-lower #lib_logo_text {
    font-size: 9px;
    color: #000; } 