/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;600&family=Montserrat:wght@400;500;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/112fe03004058528ab4a4df7fa9e7505.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#accesslex #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
}
#accesslex #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 --- */
#accesslex #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 */
}
#accesslex #header a#banner_link:focus img,
#accesslex #header a#logo_link:focus img {
  outline: 1px dashed #4a4f53;
}
/* ---------------- Navigation ---------------- */
#accesslex #navigation,
#accesslex #navigation #tabs {
    height: 54px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    background: transparent;
}
#accesslex #navigation #tabs,
#accesslex #navigation #tabs ul,
#accesslex #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
#accesslex #navigation {
  position: relative;
  top: -363px;
  margin-bottom: -54px;
}
/* Flexbox Navigation July 2018 */
#accesslex #navigation #tabs,
#accesslex #navigation #tabs ul {
    display: flex;
    justify-content: flex-end; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#accesslex #navigation #tabs a {
    font: bold 14px 'Montserrat', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 54px;
    line-height: 54px;
    color: #026072;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
    text-transform: uppercase;
}
#accesslex #navigation #tabs a:hover,
#accesslex #navigation #tabs a:active,
#accesslex #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
#accesslex #navigation #tabs li:first-child a { padding-left: 15px; }
#accesslex #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#accesslex #sidebar h2 {
    font: bold 15px 'Montserrat', sans-serif;
    color: #4a4f53;
    text-transform: uppercase;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#accesslex #sidebar a {
    font: 500 13px 'Montserrat', sans-serif;
    color: #19415b;
    text-decoration: none;
}
#accesslex #sidebar a:hover,
#accesslex #sidebar a:active,
#accesslex #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#accesslex #sidebar #sidebar-search label {
    font: normal 13px 'Montserrat', sans-serif;
    color: #4a4f53;
}
#accesslex #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#accesslex #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
#accesslex #sidebar ul#side-notify {
  padding-top: 0;
}
/* sidebar social icons */
#accesslex #sidebar #social {
  display: flex;
  justify-content: flex-start;
}
#accesslex #sb-custom-lowest #social a:hover,
#accesslex #sb-custom-lowest #social a:active,
#accesslex #sb-custom-lowest #social a:focus {
  text-decoration:none;}
#accesslex #sb-custom-lowest #social a:hover img,
#accesslex #sb-custom-lowest #social a:active img,
#accesslex #sb-custom-lowest #social a:focus img {
  outline: 1px dashed #000;
}
#accesslex #sidebar #social a:first-child { margin-left: 15px; }

#accesslex #sidebar #social img {
  margin-right: 10px;
}
/* ---------------- Main Content ---------------- */
#accesslex #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/6c098d2397d4979e2bc66fd8504fda31.gif) repeat-y left top;
}
/*#accesslex #content { padding-top: 16px; }*/
#accesslex #main.text .site-follow,
#accesslex #sidebar .site-follow,
#accesslex .journal-follow,
#accesslex .publication-follow,
#accesslex .author a.btn.followable { 
	display: none; }
    /* --- Breadcrumbs --- */
#accesslex #main.text div.crumbs a:link,
#accesslex #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #026072;
}
#accesslex #main.text div.crumbs a:hover,
#accesslex #main.text div.crumbs a:active,
#accesslex #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#accesslex #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#accesslex #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#accesslex #dcn-home > h2 {
    font: normal 30px 'EB Garamond', serif;
}
#accesslex #main.text h2 {
  font-weight: 600;
}
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: #026072; }
#accesslex #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Montserrat', sans-serif;
    text-decoration: none;
}
#accesslex #dcn-home #cover-browse h3 a:hover,
#accesslex #dcn-home #cover-browse h3 a:focus,
#accesslex #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#accesslex #main.text a:link,
#accesslex #main.text a:visited {
    color: #026072; /* declared for #network-icon text */
}
#accesslex #main.text a:hover,
#accesslex #main.text a:active,
#accesslex #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#accesslex #dcn-home .box.aag h2,
#accesslex #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 16px 'EB Garamond', serif;
    border-bottom: 1px solid #d3d3d3;
}
#accesslex #main.text .box a:link,
#accesslex #main.text .box a:visited {
    font: bold 13px 'Montserrat', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#accesslex #main.text .box a:hover,
#accesslex #main.text .box a:active,
#accesslex #main.text .box a:focus {
    text-decoration: underline;
}
    /* article-level text // default values 12px/13px */
#alpha .element p, #custom-fields .element p { font-size: 13px; }
#alpha .element h4, #custom-fields .element h4 { font-size: 14px; }
#accesslex #breadcrumb a, 
#accesslex .crumbs p a, 
#accesslex #pager li {
  font-size: 12px;
}
#accesslex #series-home .pdf, 
#accesslex #series-home .native, 
#accesslex #series-home .metadata-only, 
#accesslex #series-home .external {
  line-height: 2.3em;
}
/* homepage layout */
#accesslex #home-page-banner { margin-bottom: 16px; }

#accesslex #home-collections { width: 100%; }

#accesslex #main.text #home-collections h2 { 
  margin-top: 5px;
  font-size: 30px;
  font-weight: 400;
}

#accesslex #home-collections img { margin-bottom: 8px; }

#accesslex #home-collections img {max-width:666px; height:auto;}

#accesslex #home-collections a:hover,
#accesslex #home-collections a:focus,
#accesslex #home-collections a:active {
    text-decoration: none;
    border-bottom: none;
}
#accesslex #home-collections a:hover img,
#accesslex #home-collections a:focus img,
#accesslex #home-collections a:active img {
  outline: 1px dashed #000;
}

/* ---------------- Footer ---------------- */
#accesslex #footer,
#accesslex #bepress a {
    height: 86px;
    background-color: #f2f2f0; }
#accesslex #footer p,
#accesslex #footer p a {
    font: normal 12px/2 'Montserrat', sans-serif;
    color: #4a4f53;
    text-decoration: none;
}
#accesslex #footer p:first-of-type { padding-top: 14px } 
#accesslex #footer p a:hover,
#accesslex #footer p a:active,
#accesslex #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #4a4f53;
}
#accesslex {
    background: url(assets/md5images/ab203699247a0200596d87e3f4d3f2dd.gif) repeat-x left bottom;
}
#accesslex #content {
    min-height: calc(100vh - 449px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #accesslex #wrapper:after {
	content: none; /* search pages */
}

/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #accesslex #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#accesslex #main.text .authorbrowser p.letters a:hover,
#accesslex #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 #accesslex #main.text #dcn-home .box.aag h2,
.mbl #accesslex #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #accesslex #header,
.mbl #accesslex #header a#banner_link img,
.mbl #accesslex #navigation {
    width: 100% !important;
}
.mbl #accesslex #header #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 */
}
.mbl #accesslex #sidebar h2 {
  font-family: 'Montserrat', sans-serif !important;
}
.mbl #accesslex #sidebar #social a:first-child { 
  margin-left: 0px; }
.mbl #accesslex #header {
background: url(assets/md5images/929ed4eb0970b21499fea509f4050351.png) no-repeat left top;
}

/*Styling for navigation images in the sidebar - ADoran 10/11/18 */
#accesslex #sb-custom-lowest .sb-custom-ul .sb-custom-li img {max-width:230px; height:auto; margin-left:-10px;}

/*Hiding Discipines link from Browse section - ADoran 10/11/18 */
#accesslex #sidebar #side-browse .discipline-browser {display:none;}

/* Hiding Stats from homepage - ADoran - 1/11/19 */
#accesslex #main #stats {display:none;}

/* Left-align the titles on Series - ADoran - 1/11/19 */
#accesslex #main #series-title {text-align: left;}

/* Max-width for collection images on homepage - ADoran - 1/18/19 */
#accesslex #home-collections img {max-width:666px; height:auto;}

/* Centering title of Guidelines page - ADoran - 1/22/19 */
#accesslex .guidelines-page h2 {text-align:center;}

