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

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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;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 url(assets/md5images/1ae9c604e893fe7a2cc4c26e1cb9e7fb.gif) repeat-x left top;
}

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

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

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

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

#fiu #header a#banner_link:focus img {
    outline: 1px dotted #fff;
}

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

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

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

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

#fiu #navigation #tabs a {
	font: bold 15px 'Montserrat', sans-serif;
	display: block;
	/*width: auto !important; fixes "my account" not fitting in container on page load (does it tho?)*/
	height: 55px;
	line-height: 55px;
	color: #b0822c;
	background-color: transparent;
	padding: 0 12px;
	margin: 0;
	border: 0;
}

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

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

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

#fiu #sidebar h2 {
	font: bold 18px 'Montserrat', sans-serif;
	text-indent: 0;
	color: #fff;
	background: #081e3f;
	padding: 10px 15px;
	margin: 0;
	border: none;
}

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

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

#fiu #sidebar #sidebar-search label {
	font: normal 13px 'Montserrat', sans-serif;
	color: #081e3f;
}

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

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

	/* Sticky Footer */

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

#fiu #main.text div.crumbs a:link,
#fiu #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #166dac;
}

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

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

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

	/* --- Headers --- */

#fiu #dcn-home > h2 { font: bold 30px 'Montserrat', 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: #166dac; }

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

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

#fiu #dcn-home #cover-browse {
	/*width: 90%;*/
	margin-bottom: 25px;
}

#fiu #dcn-home #cover-browse a { text-decoration: none; }

#fiu #dcn-home #cover-browse img { margin: 0 2px 0 0; }

#fiu #dcn-home #cover-browse a:hover img,
#fiu #dcn-home #cover-browse a:focus img,
#fiu #dcn-home #cover-browse a:active img {
	outline: 2px dotted #544f47;
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

#fiu #dcn-home .box.aag h2,
#fiu #dcn-home .box.potd h2 {
	font: bold 21px 'Montserrat', sans-serif;
	width: 267px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0;
}

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

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

#fiu #footer,
#fiu #bepress a {
	height: 87px;
	background-color: #b6872d;
}

#bepress a:focus { outline: 1px dotted #166dac; }

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

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

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

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


/* Styling for CAS log-in 07-15-13 kw */
#fiu #myaccount p.loginspecial {font-size: 14px;}

dl#fiu-login {
	display:block;
	width:645px;
	height:130px;
	border:1px solid #2A4E78;}

#fiu-login dt {
	padding-left:10px;
	background:#2A4E78;
	font:12px/24px Arial, sans-serif;
	font-weight:bold;
font-size: 18px;
	color:#FFFFFF;}

#fiu-login dd {
	padding:5px;
	margin:15px 0;
	font-size: 16px;
	text-align:center;}

#fiu-login dd img {
	height:49px;
	width:106px;
	border:0;
}

#fiu-login a:link,
#fiu-login a:visited {
	font:12px/30px Arial, sans-serif;
	vertical-align:top;
	font-weight:bold;
	color:#2A4E78;
	font-size: 18px;
	padding-left: 30px;}
	
/* Timeline JS */

#fiu .timelinejs iframe {
	width: 100%;
	height: 400px;
	border: solid 1px #ddd;
	padding-bottom:5px; 
	padding-top:10px; }
	
.mbl #fiu .timelinejs iframe { 
	display: none; }


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

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

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

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

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

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

/* Adjusting rights statement images KMK 1/31/17 */

#fiu #rights_statements img {
	height: 50px;
	width: 150px;
	padding-left: 5px;
}

#fiu #rights_statements h4 {
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

#fiu #rights_statements {
	width: 480px;
}

#fiu #rights_statements_custom {
	padding-left:180px;
}


#fiu #rights_statements_custom img {
	height: 50px;
	width: 150px;
	padding-left: 5px;
}

#fiu #rights_statements_custom h4 {
	color:black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

/* Hide Spanish metadata headings kkunaniec 7/10/1 */

#fiu #disciplinas h4 {
    display: none;
}

#fiu #fecha_de_publicacion h4 {
    display: none;

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

.mbl #fiu #header,
.mbl #fiu #header a#banner_link img,
.mbl #fiu #navigation {
	width: 100% !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 #fiu #dcn-home .box.aag h2,
.mbl #fiu #dcn-home .box.potd h2 {
	width: 100%;
}
	
.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}