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

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

html { background: #f1f1f1; }

@import url('https://fonts.googleapis.com/css?family=Montserrat: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/b758f9769452429f5de1692c80639330.jpg) no-repeat center top;
}

#csusb { background: url(assets/md5images/97712f7eb1ecb1c5424b11c65ade732c.gif) repeat-x left bottom; }

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

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

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

#csusb #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 35.102041% !important;  /* 344 / 980 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

#csusb #header a#banner_link:focus img,
#csusb #header a#logo_link:focus img {
    outline: 1px dotted #0673d7;
}

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

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

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

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

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

#csusb #navigation #tabs a:hover,
#csusb #navigation #tabs a:active,
#csusb #navigation #tabs a:focus {
	color: #000;
	background-color: #fff;
	text-decoration: underline;
}

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

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

#csusb #sidebar {
	background: #f1f1f1;
	border-radius: 7px;
    margin: 30px 10px 30px 0;
}

#csusb #sidebar h2 {
	font: bold 15px 'Montserrat', sans-serif;
	color: #4b4b4b;
	background: transparent;
	width: 205px;
	text-indent: 0;
	padding: 0 0 3px;
	margin: 0 0 0 15px;
	border-top: none;
	border-bottom: 1px solid #d7d7d7;
}

#csusb #sidebar a {
	font: normal 13px 'Montserrat', sans-serif;
	color: #0663b9;
	text-decoration: none;
}

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

#csusb #sidebar #sidebar-search label {
	font: normal 13px 'Montserrat', sans-serif;
	color: #4b4b4b;
}

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

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

	/* Sticky Footer 

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

#csusb #main.text div.crumbs a:link,
#csusb #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #0673d7;
}

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

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

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

	/* --- Headers --- */

#csusb #dcn-home > h2 { font: bold 24px '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: #0673d7;
	margin-bottom: 10px;
}

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

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

#csusb #dcn-home #cover-browse #col-left {
	width: 50%;
    float: left;
}

#csusb #dcn-home #cover-browse #col-right {
	width: 50%;
    float: right;
}

	/* --- Links --- */

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

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

	/* PotD / Top DL widgets */

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

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

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

#csusb #footer,
#csusb #bepress a {
	height: 90px;
	background-color: #f1f1f1;
}

#bepress a:focus { outline: 1px dotted #0673d7; }

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

#csusb #footer p:first-of-type { padding-top: 18px; }

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

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

.legacy #csusb #container { min-height: 1100px; }

.legacy #csusb #main { min-height: 600px; }

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

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



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

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

	/* --- Activity.html accessibility fix (CUSTOM-1813) --- */
#main.text #activity-wrapper #activity-list table caption {
    color: #db4105;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    text-align:left; }
    
    /* Making h3s on homepages look like h4s - KKunaniec 6/3/20 */
#csusb #series-home h3 {
font-weight: normal;
    line-height: 90%;
    font-size: 17px;
    color: #222;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 10px 0;
    text-decoration: none; }

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

.mbl #csusb #header,
.mbl #csusb #header a img,
.mbl #csusb #navigation {
	width: 100% !important;
}

.mbl #csusb #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	left: 0;
	width: 35.102041% !important;  /* 344 / 980 */
	height: auto !important; /* !important avoides DC assigning incorrect height to logo image */
}

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


/* Adjusting h1 in header */
#csusb #header h1#bannerheading {
    width: 0 !important;
    height: 0!important;
    padding: 0 0 366px 0 !important;
    margin: 0 !important;
}