/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Paul Ryan
Version:  November 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

body {
	font: normal 15px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #f8f7f4;
}


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

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

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

#hope #logo_image {
	display: none;
}


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

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

#hope #navigation .nav-text { 
	float: right;
	line-height: 36px;
	padding-right: 15px;
	color: #255783;
	font-weight: bold;
	font-size: 12px;
}

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

#hope #navigation #tabs a {
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #255783;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	float: left;
}

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


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

#hope #sidebar h2 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	width: 200px;
	color: #000;
	background: transparent;
	text-indent: 0;
	padding: 0 0 3px;
	margin: 0 15px;
	border: none;
	border-bottom: 1px solid #cccccc;	
}

/* forcing long links to wrap sb 12/15/17 */
#hope #sidebar ul {
	width: 234px;
}
	
#hope #sidebar a {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #255885;
	text-decoration: none;
}

#hope #sidebar a:hover,
#hope #sidebar a:active,
#hope #sidebar a:focus {
	color: #000000;
	text-decoration: underline;
	background-color: transparent;
}

#hope #sidebar #sidebar-search label {
	font: normal 13px Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
}

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

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

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


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

#hope #wrapper { /* for full-length sidebar content background/elements */
	background: 
	url(assets/md5images/a2a3c98cddd17051e22a52ee9e75693e.gif) no-repeat left top,
	url(assets/md5images/c9966616c23093990506e377e8f798b7.gif) no-repeat left bottom,
	url(assets/md5images/6aa79737a508386f648f88d6279b8c15.gif) repeat-y left top;
}

#hope #content { 
	background: transparent;
	padding-top: 16px; }

	/* --- Breadcrumbs --- */

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

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

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

 /* adds space under full-width main-content image */
#hope #home-page-banner { margin-bottom: 16px; }


	/* --- Headers --- */

#hope #dcn-home > h2 {
	font: bold 19px Verdana, Arial, Helvetica, sans-serif;
}

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

#hope #dcn-home #cover-browse h3 a {
	font: 400 14px/1.6 Arial, Verdana, Helvetica, sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#hope #dcn-home .box.aag h2,
#hope #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #d3d3d3;
}

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

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

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

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

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


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

#hope #footer { margin-top: 23px; }

#hope #footer,
#hope #bepress a {
	height: 75px;
	background-color: #444444; }

#hope #footer p,
#hope #footer p a {
	font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

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

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

	/* Additional footer logo */
	
	#hope #footer { position: relative; }
	
	a#footer-logo-link { margin: 0; }
	
	#footerlogo {
		position: absolute;
		top: 0;
		right: 0;
	 }
	
	

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

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

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


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

/* Move this rule the to the bottom of ir-local.css */
.mbl #footer-logo-link { display: none; } /* logos aren't hidden by mbl footer */

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


/* Removing the submit research button - AJL, 8-29-19*/

#hope #sidebar #side-author li.submit {display:none;} 

/* Removing the main FAQ link in the navbar, AJL, 3-25-20 */
#hope #container #navigation #tabs #tabthree {
 display:none;
}


/* Removing the Author FAQ button - AJL, 3-25-20*/

#hope #sidebar #side-author li.faq {display:none;} 


/*Social Media Icons - AJLei, 5-21-2020*/
#hope ul#social{
display: flex;
flex-flow: row wrap;
justify-content:flex-start;
width: 95%;
margin-left: 15px;

}

#hope ul#social li a {
width: 28px;
 line-height: 28px;
 margin: 0;
 padding: 0 2px;
 /*text-indent: -9999px;*/
 color:transparent;
 margin-right: 4px;
 }
 
 #hope ul#social li a:hover {
 color:transparent;
 }
 
 .mbl #hope ul#social li a {
 /*text-indent: -9999px !important*/
 color: transparent;
 }

#hope ul#social li a#twitter{
 background: url(assets/md5images/ee2bf5be0cc8f974ea39f1264bfa18ea.png) top left no-repeat;
}

#hope ul#social li a#facebook{
 background: url(assets/md5images/1faa9cd34691233423ff02453ec5f381.png) top left no-repeat;
}

#hope ul#social li a#instagram{
 background: url(assets/md5images/f399af7a61a8f4314414994fa00ddc2b.png) top left no-repeat;
}

#hope ul#social li a#wordpress{
 background: url(assets/md5images/24407a022d92e09de8e9df0d057303d9.png) top left no-repeat;
}

#hope ul#social li a#contact-us-lib-page{
 background: url(assets/md5images/305c3807d87cd46d4d792eed3228b4f1.png) top left no-repeat;
}