/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  December 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* ---------------- Meta Elements ---------------- */

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

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


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

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

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

#msl #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "right:" for right aligned logo */
	width: 13.5714285714% !important;  /* 240 / 980 */
	height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}


/* ---------------- Navigation ---------------- */
#msl #navigation {
	background: url(assets/md5images/7d58922de61e7443ba683fedc39b022c.gif) repeat-x left top;
}


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

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

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

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

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

#msl #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

#msl #navigation #tabs li:last-child a {
    border-right: none;
}


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

#msl #sidebar h2 {
	font: bold 15px 'Open Sans', sans-serif;
	color: #000000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#msl #sidebar a {
	font: normal 13px 'Open Sans', sans-serif;
	color: #0d3f62;
	text-decoration: none;
}

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

#msl #sidebar #sidebar-search label {
	font: normal 13px 'Open Sans', sans-serif;
	color: #000000;
}

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

#msl #sidebar p.advanced a,
#msl #sidebar li.notify a {
	font: normal 12px 'Open Sans', sans-serif;
}

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

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

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


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

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

#msl #content { padding-top: 16px; }

	/* --- Breadcrumbs --- */

#msl #main.text div.crumbs a:link,
#msl #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #104e7b;
}

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

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

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


	/* --- Headers --- */

#msl #dcn-home > h2 {
	font: normal 21px 'Open Sans', sans-serif;
}

#msl #main.text h2#hometitle {
	font: normal 21px 'Open Sans', sans-serif;
	border-bottom: none;
}

#msl #main.text h2#browse-main,
#msl #main.text h2#browse-new {
	font: normal 16px 'Open Sans', sans-serif;
	border-bottom: 1px solid #999999;
}

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

	/* Custom Browse Section #1 */

#msl #main.text h2#browse-main {
	width: 260px;
}

#msl #dcn-home #cover-browse h3 a {
	font: 400 17px/1.6 'Open Sans', sans-serif;
}

#msl #cover-browse h3 a {
	text-decoration: none;
}

#msl #main.text #cover-browse h3 {
	background: none;
	padding-top: 10px;
	text-decoration: none;
}

#msl #main.text #cover-browse .browse-1,
#msl #main.text #cover-browse .browse-2  {
	display: inline-block;
	background-color: #ededed;
	height: 133px;
	width: 500px;
	margin: 10px 0px;
}

#msl #main.text #cover-browse .browse-1 h3,
#msl #main.text #cover-browse .browse-2 h3 {
	font-size: 14px;
}

#msl #main.text #cover-browse .browse-1 img {
	float: right;
}

#msl #main.text #cover-browse .browse-2 img {
	float: left;
}

#msl #main.text #cover-browse .browse-1 a.viewall,
#msl #main.text #cover-browse .browse-2 a.viewall {
	margin-left: 12px;
	text-decoration: none;
}

#msl #main.text #cover-browse .browse-1 a:active,
#msl #main.text #cover-browse .browse-1 a:hover,
#msl #main.text #cover-browse .browse-1 a:focus,
#msl #main.text #cover-browse .browse-2 a:active, 
#msl #main.text #cover-browse .browse-2 a:hover,
#msl #main.text #cover-browse .browse-2 a:focus {
	text-decoration: underline;
}

#msl #main.text #cover-browse h3#community,
#msl #main.text #cover-browse h3#government {
	margin-bottom: 56px;
}

#msl #main.text #cover-browse h3#community {
	border-top: 7px solid #e7a221;
}

#msl #main.text #cover-browse h3#government {
	border-top: 7px solid #6592a5
}

#msl #main.text #cover-browse h3#special {
	margin-bottom: 40px;
		border-top: 7px solid #e04e03;
}

#msl #main.text #cover-browse h3#arc {
	margin-bottom: 72px;
	border-top: 7px solid #6592a5;
}

#msl #main.text #cover-browse .browse-2 h3 {
	margin-left: 298px;
}

	/* Browse 2 */
#dcn-home #cover-browse-2 h3 { color: #104e7b; }

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

#msl #main.text h2#browse-new {
	width: 580px;
}

#msl #main.text #cover-browse-2 h3 {
	background: none;
	padding-left: 0px;
	text-decoration: none;
	padding: 3px 0px;
}

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

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

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


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

	/* PotD / Top DL widgets */

#msl #dcn-home .box.aag h2,
#msl #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 16px 'Open Sans', sans-serif;
	border-bottom: 1px solid #999999;
}

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

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

#msl #main.text .box.aag a.recent-additions {
	border-bottom: none;
	padding-bottom: 0px;
}

#msl #main.text .box.aag a.activity-by-year {
	padding-top: 0px;
}

#msl #main.text .box.aag h2,
#msl #main.text .box.potd h2 {
	margin-bottom: 0px;
	border-bottom: 1px solid #999999;
}

/*#msl #content #main.text .box.potd a {
	padding: 18px 0px;
}*/

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

#msl #footer,
#msl #bepress a {
	height: 75px;
	background-color: #005a8a; }

#msl #footer p,
#msl #footer p a {
	font: normal 12px/2 'Open Sans', sans-serif;
	color: #ffffff;
	text-decoration: none;
}

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

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

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

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

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

/* Series title lowercase to match live site */
#msl #main.text h2#series-title {
    text-transform: none;
}

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

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

.mbl #main #cover-browse h3:before {
	content: none;
}

.mbl #main #cover-browse img {
	display: none;
}

.mbl #msl #main.text #cover-browse .browse-2 h3 {
	margin-left: 0px;
}

.mbl #msl #main.text #cover-browse .browse-2,
.mbl #msl #main.text #cover-browse .browse-1 {
	height: 180px;
}
/* Rights Statement image aarder/2/17/17 */

#msl #ir-book.left #rights_statements_custom {
margin-left: 178px; width: 480px; padding-top: 10px;
}

#msl #rights_statements_custom img {
height: 50px;
width: 150px;
padding-left: 4px;
}
#msl #rights_statements_custom h4 {
color:black;
font-family: sans-serif;
}

margin-left: 178px; width: 480px; padding-top: 10px;
}