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

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

@import url('https://fonts.googleapis.com/css?family=Lato:400,700,900|Montserrat:400,700');

	/* --- Meta styles and background, font size increased 2018-08-23 hmw --- */

body {
	font: normal 13px/1.5 'Lato', sans-serif;;  /* should be medium except when fitting into a fixed container */
	background-color: #fff;
	background-image: url(assets/md5images/f3a2d6cf18d27029f288fa0053d99e79.gif), url(assets/md5images/550936c0ae3684d46d58ae9e33d90e74.gif);
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
}


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

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

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

#usf #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 28.061224% !important;  /* 275 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


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

#usf #navigation { width: 1000px; }

#usf #navigation,
#usf #navigation #tabs {
	height: 44px;
}

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

/* Flexbox Nav Courtesy of CSS Pro Innovator David Stienstra Aug 2018 */

#usf #navigation #tabs,
#usf #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%;
}

#usf #navigation #tabs a {
	font: normal 14px 'Lato', sans-serif;;
	text-transform: uppercase;
	text-decoration: underline;
	height: 44px;
	line-height: 18px;
	color: #9dcc41;
	background-color: transparent;
	padding: 0 18px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
}

#usf #navigation #tabs #tabfour a { padding-right: 0; }

#usf #navigation #tabs a:hover,
#usf #navigation #tabs a:active,
#usf #navigation #tabs a:focus {
	color: #fff;
}

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

#usf #sidebar h2 {
	font: normal 14px 'Lato', sans-serif;;
	text-transform: uppercase;
	text-indent: 0;
	color: #fff;
	background-color: #076c4d;
	padding: 5px 0 6px 16px;
	margin: 0 0 0 16px;
	border: none;
}

#usf #sidebar a {
	font: normal 13px 'Lato', sans-serif;;
	color: #086d4e;
	text-decoration: none;
}

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

#usf #sidebar #sidebar-search label {
	font: normal 13px 'Lato', sans-serif;;
	color: #364040;
}

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

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

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


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

#usf { background: transparent; }

#usf #content { 
	padding-top: 16px;
	min-height: 600px;
}

	/* --- Breadcrumbs --- */

#usf #main.text div.crumbs a:link,
#usf #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #086d4e;
}

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

#usf #dcn-home > #homepage-intro { 
	font: normal 15px 'Lato', sans-serif;;
	margin: 0; }

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

#usf #home-btns img { margin: 8px 11px 0 0; }

	/* --- Headers --- */
/* General h1s - 2018-08-20 */
#usf h1 { 
	margin: 0;
	font: bold 27px 'Montserrat', sans-serif;
	text-transform: none;
	letter-spacing: initial;
	color: #089678;
}
/* Homepage h1 - 2018-08-20 */
#usf #dcn-home #homepage-intro h1 { 
	font: bold 54px 'Montserrat', sans-serif;
	color: #303a3a;
	margin: 0;
}

#usf #dcn-home h2 {
	font: 900 21px 'Lato', sans-serif;;
	letter-spacing: .09em;
	text-transform: uppercase;
	margin: 0;
}

/* Series titles to the left - 2018-08-20 */
#usf h2#series-title, #usf #series-home h2 {
	font: 900 21px 'Lato', sans-serif;
	letter-spacing: .09em;
	text-transform: uppercase;
	margin: 0;
	text-align:left;
}

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

#usf #dcn-home #cover-browse h3 a {
	font: 400 16px 'Lato', sans-serif;;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#usf #dcn-home .box.aag h2,
#usf #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 27px 'Montserrat', sans-serif;
	text-transform: none;
    letter-spacing: initial;
	border-bottom: 1px solid #d3d3d3;
}

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

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

	/* article-level text // default values 13px/14px updated 8-23-2018 hmw */

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

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


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

#usf #footer,
#usf #bepress a {
	height: 75px;
	background-color: #303a3a; }

#usf #footer p,
#usf #footer p a {
	font: normal 12px/2 'Lato', sans-serif;;
	color: #9ecd42;
	text-decoration: none;
}

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

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

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

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

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


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

	/* 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 #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
    display: block;
}



/* adjusting banners on journals.html hmw 8.17.18 */
#usf #main.text #ir-peer #journals_banner img.aspect {
	max-width:666px;height:auto;
}

/* journals.html styling hmw 09.10.2019 */
#usf #ir-peer #journals_banner img {
	width:666px;
	height:auto;
}

#usf #ir-peer h4 a {
    font-size: 16px;
}

#usf #ir-peer h4 {
    margin: 15px 0 10px;
    margin-top: 50px
}

#usf #ir-peer .cut {
	display:none;
}

/* Button styling for journals.html page hmw 2019-09-10 */
#usf #peerreviewtext a.btn {
display: inline-block;
padding: 3px 5px;
margin-bottom: 15px;
font-size: 12px;
font-weight: bold;
line-height: 18px;
text-align: center;
text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-repeat: repeat-x;
background-color: #e6e6e6;
border-width: 1px;
border-style: solid;
border-image: none;
border-radius: 4px;
box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
}

