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

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

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,700&display=swap');

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

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

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

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

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

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

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

#acu #navigation { margin-top: 21px; }

#acu #navigation,
#acu #navigation #tabs,
#acu #navigation #tabsright {
	height: 39px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
}

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

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

#acu #navigation #tabsright {
	display: flex;
	justify-content: flex-end;
	width: 40%;
}

#acu #navigation #tabs a,
#acu #navigation #tabsright a {
	font: bold 12px 'Montserrat', sans-serif;
	text-decoration: none;
	display: block;
	width: auto !important;
	height: 23px;
	line-height: 23px;
	color: #fff;
	background-color: transparent;
	padding: 0 11px;
	margin: 8px 0;
	border: 0;
	border-right: 1px solid #fff;
}

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

#acu #navigation #tabs li:last-child a { 
	border-right: none;
	width: 82px !important;
}

#acu #navigation #tabsright a:last-of-type {
	padding-left: 0;
	border-right: none;
	margin-top: 0;
}

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

#acu #sidebar h2 {
	font: normal 18px 'Montserrat', sans-serif;
	color: #fff;
	background-color: #4e3968;
	padding: 10px 0;
	margin: 0;
	border: none;
}

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

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

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

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

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

#acu #sidebar p.advanced a,
#acu #sidebar ul#side-notify a { font-size: 12px; }

#acu #sidebar ul#side-notify { padding-top: 0; }

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

	/* --- Breadcrumbs --- */

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

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

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

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

	/* --- Headers --- */

#acu #dcn-home h2 { font: 500 21px 'Montserrat', sans-serif; }

#acu #dcn-home h2:first-of-type { padding-top: 20px; }

h3 { margin: 0; }

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

#acu #dcn-home #cover-browse h3 { margin: 5px 0; }

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

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

#acu #dcn-home #dropdowns {
	width: 100%;
	margin-top: 15px;
}

#acu #dcn-home #dropdowns .browse-column {
	width: 50%;
    float: left;
}

#acu #dcn-home #dropdowns .browse-column select { width: 75%; }

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#acu #dcn-home .box.aag h2,
#acu #dcn-home .box.potd h2 {
	font: 500 16px 'Montserrat', sans-serif;
	width: 267px;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 0;
	margin: 0;
}

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

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

#acu #footer { margin-bottom: 34px; }

#acu #footer,
#acu #bepress a {
	height: 75px;
	background-color: #4e3968;
}

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

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

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

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

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

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

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

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

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

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

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

	/* fixes invisible space above header */

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

.mbl #navigation #tabsright { display: none !important; }

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

.mbl #acu #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 26.530612% !important;  /* 260 / 980 */
	height: auto !important; /* !important avoides DC assigning incorrect height to logo image */
}

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #cover-browse h3 { text-decoration: none; }

	/* de-crowding */

.mbl #acu #dcn-home .box.aag { margin-top: 45px !important; }

	/* stacks headings and spans in .box */

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

.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}
/* add bold line between h3 and text in browse dropdowns*/
#acu #dcn-home #dropdowns h3 {
        width: 286px;
        border-bottom: 1px solid #4e3968;
}

/* Adjusting rights statement images and title - S. Vaughn - 5/19/20 */

#acu #rights_statements h4 {
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: 90%;
    margin-top: -8px;
    padding: 4px 4px 0px;
}
#acu #rights_statements img {
    padding: 4px;
    width: 100px;
    height: auto;
}
#acu #rights_statements p {
    font-size: 11px;
    padding: 4px;
}

/* Adjusting rights statement book gallery alignment- SV - 05/19/2020 the date */
#acu #ir-book.left #rights_statements {
     margin-left: 178px; 
     width: 480px;
     padding-top: 10px;

}

#acu #rights_statements.element {
    padding-top: 0px;
}

#acu #rights_statements.element h4{
    font-size: 13px;
}

