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

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

body {
	font: normal 12px/1.5 'Muli', sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #ffffff url(assets/md5images/642572299d3f8950c3cea9b3722ff6b8.gif) repeat-x left top;
}


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

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

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

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


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

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

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

#wm #navigation #tabs a {
	font: 700 15px 'Muli', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 36px;
	line-height: 36px;
	color: #947044;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 11px; /* with arial 700, this fits */
	margin: 0;
	border: 0;
	border-right: 1px solid #ffffff;
	float: left;
}

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

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

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

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


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

#wm #sidebar h2 {
	font: 700 16px 'Muli', sans-serif;
	color: #115740;
	background: transparent;
	padding: 20px 0px 0px 0px;
	margin: 0;
	border: none;
	text-transform: uppercase;
}

#wm #sidebar h2:first-of-type {
	padding-top: 0px;
}

#wm #sidebar a {
	font: 700 14px 'Muli', sans-serif;
	color: #947044;
	text-decoration: none;
}

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

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

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

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

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

#wm #sidebar {
	padding: 0;
}

#wm #sidebar ul#side-notify {
	padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#wm #main.text p.home_intro {
	font: normal 14px/1.8 'Muli', sans-serif;
	margin-bottom: 20px;
}
#wm #wrapper { /* for full-length sidebar content background/elements */
	background: url(assets/md5images/7bc7d5c443b30a9a4e47d66f9d9584ab.gif) repeat-y left top;
	margin: 32px 0px;
}

	/* --- Breadcrumbs --- */

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

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

#wm #content .text {
	padding-top: 0;
}

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

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


	/* --- Headers --- */

#wm #dcn-home > h2 {
	font: normal 21px 'Muli', 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: #947044; }

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

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

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

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

	/* PotD / Top DL widgets */

#wm #dcn-home .box.aag h2,
#wm #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: normal 26px 'Muli', sans-serif;
	border-bottom: 1px solid #d2d2d2;
}

#wm #main.text .box a:link,
#wm #main.text .box a:visited {
	font: 700 14px 'Muli', sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #d2d2d2;
	background: none;
}

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

#wm #footer,
#wm #bepress a {
	height: 75px;
	background-color: #115740; }

#wm #footer p,
#wm #footer p a {
	font: 700 13px/2 'Muli', sans-serif;
	color: #fff;
	text-decoration: none;
}

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

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

/* --- Full width footer --- */
	 
/*Set this color to the same color as the footer, it will appear beneath the footer*/
html { background-color: #115740; }
	 
/*bg-low.gif is usually a solid color image about 5px wide and the same height of the footer. It flanks the footer and appears to extend it*/
#wm {
	background: url(assets/md5images/5fc2ff51e75cea7546c76b6139ab7f9b.gif) repeat-x left bottom;
}

/* ---------------- Miscellaneous fixes ---------------- */
#wm p#stats {  /* Hiding site stats- Readership map is called in ir_cover_text.inc */
	display: none;
}

/* style for supplemental materials orodriguez 10.14.16 */

#wm #content #main.text div#supplemental_materials {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
}

#wm #content #main.text div#supplemental_materials p {
	margin: 0px 0px 0px 10px;
}



/* Additional files below button nkerr 04/24/2017 */
#wm #beta_7-3 .aside p.supp-files a.btn {
    width: 100px;
    text-align: center;}
#wm p.supp-files {
    margin-top: -5px;}
#wm .icon-circle-arrow-down:before {
    padding-right: 2px;}
    
   /* Button styling for VIMS KKunaniec 6-6-17 */

#wm #vims a.btn {
	font-size: 11px !important;
    	padding: 6px !important;  	} 
	
   /* Off Campus message styling for VIMS KKunaniec 6-6-17 */

#wm #campusaccess {
	font-family: Arial, sans-serif;
	} 
	
   /* Add padding below header image KKunaniec 8-25-17 */
   
#wm #series-header img {
	padding-bottom: 25px; }
	
   /* Submit Research Columns  - Kkunaniec 7/23/18 */
#wm #research-listing  {
	-webkit-column-count: 2; 
	-moz-column-count: 2; 
	column-count: 2; }
	



/* Homepage Slideshow */

#wm #dcn-home .newCarousel {
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

#wm #dcn-home .newCarousel .news-slider .text-content {
	width: 225px;
	height: 250px;
	float: right;
	position: relative; 
}

#wm #dcn-home .newCarousel .news-slider .text-content h2 {
	font-size: 24px; 
}

#wm #dcn-home .newCarousel .news-slider .text-content p { 
	line-height: 1.5em; 
	font-size: 13px;
}

#wm #dcn-home .newCarousel .news-slider .image-content {
	height: 100%;
	max-height: 250px;
	float: left;
}

#wm #dcn-home .newCarousel .news-slider .image-content a {
	display: block;
	width: 100%;
	max-width: 400px;
	height: 100%;
	max-height: 250px;
	float: right;
	text-align: center !important;
	vertical-align: middle !important; 
}

#wm #dcn-home .newCarousel .news-slider .image-content img {
	width: auto;
	max-width: 400px;
	height: auto;
	max-height: 250px;
	vertical-align: middle !important; 
}

#wm .news-slider .text-content a.button-link {
	text-decoration: none;
	font-weight: bold;
	left: 10px;
}

#wm #main.text {
	font-size:auto; }

#wm #main.text h3 {
	font-size:14px; }

#wm #sidebar #sb-custom-lower h2 {
	padding-top:20px;}

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

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

/* custom Ask Us pop-out clean-up* - KKunaniec 3/24/23 */

.lcs_slide_out header {
  background: transparent !important;
  height: unset;
}
.lcs_slide_out header.nav-up {
  top: unset;
}

.lcs_slide_out-r {
  border: none !important;
}

.lcs_slide_out-r.open {
  border: 1px solid #ccc !important;
}


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

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

.mbl #dcn-home .box.aag span,
.mbl #dcn-home .box.potd span {
	display: block;
}

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

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