/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  May 2020
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 12px/1.5 Arial, Verdana, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/efcc0102f474d1640900f3bc57799602.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#unf #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#unf #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 --- */
#unf #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 24.4897959183% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#unf #header a#banner_link:focus img,
#unf #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#unf #navigation,
#unf #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#unf #navigation {
  border-bottom: 1px solid #f4f4f4;
}
#unf #navigation #tabs,
#unf #navigation #tabs ul,
#unf #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#unf #navigation #tabs,
#unf #navigation #tabs ul {
    display: flex;
    justify-content: space-around; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 240px;
}
#unf #navigation #tabs a {
    font: normal 12px Arial, Verdana, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 36px;
    line-height: 36px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: 1px solid #707273;
}
#unf #navigation #tabs a:hover,
#unf #navigation #tabs a:active,
#unf #navigation #tabs a:focus {
    text-decoration: underline;
}
#unf #navigation #tabs li:first-child a { padding-left: 15px; }
#unf #navigation #tabs li:last-child a {
    border-right: none;
    padding-right: 15px;
}
/* ---------------- Sidebar ---------------- */
#unf #sidebar h2 {
    font: bold 15px/2 Arial, Verdana, Helvetica, sans-serif;
    color: #000;
    background-color: #e1e1e1;
    padding: 0;
    margin: 0;
    border: none;
}
#unf #sidebar a {
    font: normal 13px Arial, Verdana, Helvetica, sans-serif;
    color: #0d3f62;
    text-decoration: none;
}
#unf #sidebar a:hover,
#unf #sidebar a:active,
#unf #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#unf #sidebar #sidebar-search label {
    font: normal 13px Arial, Verdana, Helvetica, sans-serif;
    color: #000;
}
#unf #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#unf #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#unf #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#unf #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/fa4ddfe479e5d461074c9d37310a8cef.gif) repeat-y left top;
}
/*#unf #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#unf #main.text div.crumbs a:link,
#unf #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #104e7b;
}
#unf #main.text div.crumbs a:hover,
#unf #main.text div.crumbs a:active,
#unf #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#unf #dcn-home > #homepage-intro {
  margin-bottom: 15px; }
 /* adds space under full-width main-content image */
#unf #home-page-banner { margin-bottom: 16px; }
#unf #main.text #homepage-intro h2 {
  margin-top: 15px;
}
    /* --- Headers --- */
#unf #main.text #homepage-intro h2,
#unf #dcn-home > h2 {
    font: bold 21px Arial, Verdana, Helvetica, 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: #104e7b; }
#unf #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
}
#unf #dcn-home #cover-browse h3 a:hover,
#unf #dcn-home #cover-browse h3 a:focus,
#unf #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#unf #main.text a:link,
#unf #main.text a:visited {
    color: #104e7b; /* declared for #network-icon text */
}
#unf #main.text a:hover,
#unf #main.text a:active,
#unf #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#unf #dcn-home .box.aag h2,
#unf #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 16px Arial, Verdana, Helvetica, sans-serif;
    border-bottom: 1px solid #999999;
}
#unf #main.text .box a:link,
#unf #main.text .box a:visited {
    font: bold 13px Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #999999;
    background: none;
}
#unf #main.text .box a:hover,
#unf #main.text .box a:active,
#unf #main.text .box a:focus {
    text-decoration: underline;
}

/* Home buttons */
#unf #main.text #home-btns {
  margin-bottom: 30px;
}
#unf #main.text #home-btns,
#unf #main.text #home-btns #row1,
#unf #main.text #home-btns #row2 {
	width: 100%;
}

#unf #main.text #home-btns #row1,
#unf #main.text #home-btns #row2 {
	display: flex;
	justify-content: flex-start;
  height: 157px;
}
#unf #main.text #home-btns #row1 a img,
#unf #main.text #home-btns #row2 a img {
  height: 152px;
  width: 138px;
}
#unf #main.text #home-btns #row1 {
	margin-bottom: 9px;
  margin-top: 5px;
}
#unf #main.text #home-btns a {
  margin-right: 14px;
}

#unf #main.text #home-btns a:focus {
	text-decoration: none !important;
	border-bottom: 1px dashed #000;
}

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

#unf #series-home .pdf,
#unf #series-home .native,
#unf #series-home .metadata-only,
#unf #series-home .external {
  line-height: 1.9em;
}
/* ---------------- Footer ---------------- */
#unf #footer,
#unf #bepress a {
    height: 86px;
    background-color: #e1e1e1; }
#unf #footer p,
#unf #footer p a {
    font: normal 12px/2 Arial, Verdana, Helvetica, sans-serif;
    color: #0e4d8c;
    text-decoration: none;
}
#unf #footer p:first-of-type { padding-top: 19px; }
#unf #footer p a:hover,
#unf #footer p a:active,
#unf #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}

#unf,
#unf #footer {
    background: url(assets/md5images/8d9b1c4dc025d476c20c170e71eba32a.gif) repeat-x left bottom;
}

#unf #content {
    min-height: calc(100vh - 276px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #unf #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #unf #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#unf #main.text .authorbrowser p.letters a:hover,
#unf #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* ---------------- 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 #unf #main.text #dcn-home .box.aag h2,
.mbl #unf #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #unf #header,
.mbl #unf #header a#banner_link img,
.mbl #unf #navigation {
    width: 100% !important;
}
.mbl #unf #header #logo_image {
  display: none;
}

.mbl #unf #main.text #home-btns #row1 a img,
.mbl #unf #main.text #home-btns #row2 a img {
  height: auto;
  width: auto;
}

.mbl #unf #main.text #home-btns #row1,
.mbl #unf #main.text #home-btns #row2 {
  height: auto;
  justify-content: space-around;
}

.mbl #unf #main.text #home-btns a {
  margin-right: 5px;
}

.mbl #unf #main.text #home-btns #row1 {
  margin-bottom: 5px;
}

.mbl #sidebar h2 {
  margin: 5px 0 !important;
  padding-left: 3% !important;
  width: 97% !important;
}

.mbl #sidebar #sb-custom-lower,
.mbl #sidebar #sb-custom-lowest {
  margin: 5px 0 !important;
  width: 100% !important;
}

.mbl #sidebar ul.sb-custom-ul {
  margin: 0 3% !important;
  width: 94% !important;
}

h2#series-title, #series-home h2 {
text-align: left;
}

/* Adjusting rights statement images and title - JR 3-19-2021 */
#unf #rights_statements h4 {
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-weight: bold;
    line-height: 90%;
    margin-top: -8px;
    padding: 4px 4px 0px;
}
  
#unf #rights_statements img {
    padding: 4px;
    width: 150px;
    height: auto;
}
 
#unf #rights_statements p {
    font-size: 11px;
    padding: 4px;
}

