/* -----------------------------------------------
bepress IR local stylesheet.
Author:   Sean Beld
Version:  Nov. 27, 2017
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

  /* --- Fonts --- */

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed:300,400,700,700i|Lora');

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

html { background-color: #012e65; }

#us-nwc {
	background: url(assets/md5images/a9b6d94f9d3d308f351334996f798aef.gif) repeat-x left bottom;
}

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

#us-nwc #content { min-height: 600px; }

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

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

#us-nwc #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 --- */

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


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

#us-nwc #navigation,
#us-nwc #navigation #tabs {
	float: left;
	height: 52px;
	overflow: hidden; /* have seen issues with tabs extending below nav container */
	background-color: #002e64;
}

#us-nwc #navigation #tabs,
#us-nwc #navigation #tabs ul,
#us-nwc #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

#us-nwc #navigation #tabs a {
	font: 300 15px 'Fira Sans Condensed', sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	height: 52px;
	line-height: 51px;
	color: #fff;
	transition: 0.3s ease-in-out;
	background-color: transparent;
	padding: 0 26px; /* with arial bold, this fits */
	margin: 0;
	border: 0;
	border-right: none;
	float: left;
}

#us-nwc #navigation #tabs a:hover,
#us-nwc #navigation #tabs a:active,
#us-nwc #navigation #tabs a:focus {
	color: #fff;
	background-color: #005299;
	text-decoration: underline;
}


#us-nwc #navigation #tabs li:first-child a {
	margin-left: -3px;
}

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

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

#us-nwc #sidebar {
	padding-top: 16px;
	margin-top: 24px;
}

#us-nwc #sidebar h2 {
	font: bold 16px 'Fira Sans Condensed', sans-serif;
	color: #000;
	background: transparent;
	padding: 0;
	margin: 0;
	border: none;
}

#us-nwc #sidebar a {
	font: normal 13px 'Lora', serif;
	color: #002e64;
	text-decoration: none;
}

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

#us-nwc #sidebar #sidebar-search label {
	font-size: normal 13px 'Lora', serif;
	color: #000;
}

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

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

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


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

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

#us-nwc #content .text {
	margin-top: 24px;
}

#us-nwc #homepage-intro {
	margin-top: 20px;
	margin-bottom: 30px;
}

#us-nwc #dcn-home p,
#us-nwc #main.text #series-home .intro { font-size: 14px; }

/* ---------------- Customized Homepage Content ---------------- */
#us-nwc label.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*USNWC Homepage CSS */
#us-nwc #dcn-home .intro-text, .dropdown-wrapper, .collection-listing{
    width: 100% !important;
    margin: 15px 0 !important;
}
/*Homepage Text styles*/
#us-nwc #dcn-home .intro-text {font-size:15px;}
#us-nwc #dcn-home .intro-text h3 {font: bold 17px 'Fira Sans Condensed', sans-serif; margin: 7px 0; text-decoration:none; }
#us-nwc #dcn-home .intro-text p {margin-bottom:0;}
#us-nwc #dcn-home .collection-listing .intro-text,
#us-nwc #dcn-home .checkerboard-links {font-size: 13px;}

/*Dropdown styles*/
#us-nwc #dcn-home .dropdown-wrapper{
    width: 92% !important;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    padding: 25px !important;
	margin-top: 5px !important;
}
#us-nwc #dcn-home .dropdown-wrapper h3{
	display: block;
	font-weight: 700;
	margin-bottom: 7px;
	font: bold 15px 'Fira Sans Condensed', sans-serif;
	text-decoration: none;
}
#us-nwc #dcn-home .dropdown-wrapper select{
	font-size: 14px;
	width: 350px;
	padding: 13px 10px;
	color: #4a4a4a;
}

/* Explore our Library Search button styling - AB 7-24-19 */
#us-nwc #dcn-home .dropdown-wrapper form {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
}

#us-nwc #dcn-home .dropdown-wrapper form input {
    background-image: none;
    background-color: #fdca00;
    border: 1px solid #fdca00;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none !important;
    letter-spacing: .5px;
    padding: 9.5px 28px;

}

#us-nwc #dcn-home .dropdown-wrapper form input:hover,
#us-nwc #dcn-home .dropdown-wrapper form input:focus,
#us-nwc #dcn-home .dropdown-wrapper form input:active {
	cursor: pointer;
	background-color: #e5a10d;
	border-color: #e5a10d;
}

#us-nwc #dcn-home .dropdown-wrapper #input-submit {
    border: 1px solid #fdca00;
    padding: 4px;
    margin: 5px 10px;
}

#us-nwc #dcn-home .dropdown-wrapper #input-submit:hover,
#us-nwc #dcn-home .dropdown-wrapper #input-submit:focus,
#us-nwc #dcn-home .dropdown-wrapper #input-submit:active {
	border: 1px solid #e5a10d;
	cursor: pointer;
}

/*Collection styles*/

#us-nwc #dcn-home .collection-item {
   	display: inline-block;
   	width: 205px;
    	margin: 0 20px 0 0;
	vertical-align: top;
}
#us-nwc #dcn-home .collection-item:last-child{
	margin-right:0;
}
#us-nwc #dcn-home .collection-item img {
	width:100%;
	height:auto;
}
#us-nwc #dcn-home .collection-item a{
	text-decoration: none !important;
    	font-size: 14px;
   	font-weight: 600;
}
#us-nwc #dcn-home .collection-title{
	margin:5px 0;
}

/*Checkerboard styles*/
#us-nwc #dcn-home .checkerboard-links{
    	width: 90% !important;
    	padding: 35px 30px 40px !important;
    	margin: 30px 0 40px !important;
    /*background-color: #002e64;*/
	background:url(assets/md5images/94e1ad9573b2d42d6a206ceac5edb977.jpg) no-repeat;
	background-size: 100%;
	color:#fff;
	font-size: 14px;
}
#us-nwc #dcn-home .checkerboard-links .title{
	font-size: 17px;
    	color: #fff;
    	font-family: "Fira Sans Condensed", Calibri, sans-serif;
    	padding: 0 0 15px 35px;
    	position: relative;
	font-weight:600;
}
#us-nwc #dcn-home .checkerboard-links .title:before{
    	content: "";
    	position: absolute;
    	display: block;
    	width: 23px;
    	height: 2px;
    	top: 12px;
    	left: 1px;
    	z-index: 2;
    	background-color: #fdca00;
}
#us-nwc #dcn-home .checkerboard-links span{
    	height: 1px;
    	background-color: #fff;
    	width: 70%;
    	display: inline-block;
    	margin: 13px 0 0 17px;
    	vertical-align: top;
}
#us-nwc #dcn-home .checkerboard-body {
    	padding: 30px 36px 0;
}
#us-nwc #dcn-home .checkerboard-body h3 {
    	color: #fff;
   	font: bold 19px 'Fira Sans Condensed', sans-serif;
    	text-decoration: none;
   	padding-bottom: 8px;
}
#us-nwc #dcn-home .checkerboard-body ul{
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0;
}
#us-nwc #dcn-home .checkerboard-body li {
  	color: #fdca00;
   	font-size: 17px;
   	padding: 3px 0 !important;
  	margin-left: 0px !important;
   	background-position: 0px 5px !important;
   	list-style-image: none !important;
  	list-style-type: disc !important;
	background-image: none !important;
}
#us-nwc #dcn-home .checkerboard-body li a {
    color: #fff !important;
    font-size: 14px;
}

/*Explore Publications button styling*/
#us-nwc #dcn-home #explorepubs-box {
    display: inline-flex;
    flex-flow: row wrap;
    align-items: center;
}

#us-nwc #dcn-home #explorepubs-box button#explorepubs {
    background-image: none;
    background-color: #fdca00;
    border: 1px solid #fdca00;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: none !important;
    letter-spacing: .5px;
    padding: 9.5px 28px;

}

#us-nwc #dcn-home #explorepubs-box button#explorepubs:hover,
#us-nwc #dcn-home #explorepubs-box button#explorepubs:focus,
#us-nwc #dcn-home #explorepubs-box button#explorepubs:active {
	cursor: pointer;
	background-color: #e5a10d;
	border-color: #e5a10d;
}

#us-nwc #dcn-home #explorepubs-box {
   	border: 1px solid #fdca00;
   	padding: 4px;
    	margin: 5px 10px;
}

#us-nwc #dcn-home #explorepubs-box:hover,
#us-nwc #dcn-home #explorepubs-box:focus,
#us-nwc #dcn-home #explorepubs-box:active {
	border: 1px solid #e5a10d;
	cursor:pointer;
}


	/* --- Breadcrumbs --- */

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

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

#us-nwc > #homepage-intro { margin: 15px 0; }

#us-nwc > #cover-browse { margin-bottom: 20px; }


	/* --- Headers --- */

#us-nwc h2,
#us-nwc h1#series-title {
	font: bold 24px 'Fira Sans Condensed', sans-serif;
}

h3 {
	margin: 0;
	text-decoration: underline; }

#us-nwc #dcn-home #cover-browse h3 a {
	font: 400 16px/1.6 'Fira Sans Condensed', sans-serif;
	text-decoration: none;
}

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

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

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

	/* PotD / Top DL widgets */

#us-nwc #dcn-home .box.aag h2,
#us-nwc #dcn-home .box.potd h2 {
	width: 267px;
	margin: 0;
	font: bold 18px 'Fira Sans Condensed', sans-serif;
	border-bottom: 1px solid #d3d3d3;
}

#us-nwc #main.text .box a:link,
#us-nwc #main.text .box a:visited {
	font: bold 13px 'Lora', serif;
	text-decoration: none;
	border-bottom: 1px solid #d3d3d3;
	background: none;
}

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


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

#us-nwc #footer,
#us-nwc #bepress a {
	height: 112px;
	background-color: #012e65; }

	#us-nwc #bepress a {
	    height: 88px;
	}

#us-nwc #footer p,
#us-nwc #footer p a {
	font: normal 12px/2 'Lora', serif;
	color: #fff;
	text-decoration: none;
}

#us-nwc #footer p:first-of-type { padding-top: 30px }

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

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

  /* --- Sidebar Social Icons --- */
#us-nwc #sidebar #follow li {
	display: inline-block;
}

#us-nwc #sidebar #follow img {
	border-radius: 4px;
}
#us-nwc #sidebar #follow img:hover {
	box-shadow: 2px 2px 3px #677174;
}

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

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


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

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

/* adjusting button NMK 05/2018  */
#us-nwc #main.text #nwc-button {
	position:relative;
	display:inline-block;
	background-color: #fdca00;
	padding: 0.75rem 2.25rem;
	text-align:center;
	float:right;
	border-radius:3px;
	text-decoration:none;
	color:#000;
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1;
}

#us-nwc #main.text #nwc-button:after {
	box-sizing: border-box;
	content: "";
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 1px solid #fdca00;
	background: transparent;
	position: absolute;
	top: -6px;
	left: -6px;
}

#us-nwc #main.text #nwc-button:hover:after,
#us-nwc #main.text #nwc-button:active:after,
#us-nwc #main.text #nwc-button:focus:after {
	border-color: #e5a10d;
}

#us-nwc #main.text #nwc-button:hover,
#us-nwc #main.text #nwc-button:active,
#us-nwc #main.text #nwc-button:focus {
	background-color: #e5a10d;
}

#us-nwc #main.text #nwc-button:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125) }


#us-nwc h1#series-title, #series-home h1 {
    text-align: left; margin-left: 0;}
