/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  November 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Arimo', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/456c6f4c3352aa86fde3f368339d482b.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#lmu #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#lmu #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 --- */
#lmu #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 */
}
#lmu #header a#banner_link:focus img,
#lmu #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#lmu #navigation {
  top: -164px;
  margin-bottom: -36px;
  width: 400px;
  float: right;
}
#lmu #navigation,
#lmu #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
    background: transparent;

}
#lmu #navigation #tabs,
#lmu #navigation #tabs ul,
#lmu #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#lmu #navigation #tabs,
#lmu #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%;
}
#lmu #navigation #tabs a {
    font: bold 14px 'Arimo', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 36px;
    line-height: 36px;
    color: #ab0c2f;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#lmu #navigation #tabs a:hover,
#lmu #navigation #tabs a:active,
#lmu #navigation #tabs a:focus {
    color: #000000;
    background-color: #fff;
    text-decoration: underline;
}
#lmu #navigation #tabs li:first-child a { padding-left: 15px; }
#lmu #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#lmu #sidebar h2 {
    font: bold 18px/2 'Arimo', sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #c8c9c7;
    text-indent: 0;
    margin-left: 15px;
}
#lmu #sidebar a {
    font: normal 13px 'Arimo', sans-serif;
    color: #ab0c2f;
    text-decoration: none;
}
#lmu #sidebar ul#side-notify {
  padding-top: 0;
}
#lmu #sidebar a:hover,
#lmu #sidebar a:active,
#lmu #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#lmu #sidebar #sidebar-search label {
    font: normal 13px 'Arimo', sans-serif;
    color: #000;
}
#lmu #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#lmu #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
#lmu #sidebar #sb-custom-lowest a:focus img {
	outline: 1px dashed #000;
}
/* ---------------- Main Content ---------------- */
#lmu #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/6531d643f9abacdba9c903692aa752df.gif) repeat-y left top;
}
/*#lmu #content { padding-top: 16px; }*/
#lmu .news-slider .text-content h2 {
  font: bold 24px 'Arimo', sans-serif;
}
    /* --- Breadcrumbs --- */
#lmu #main.text div.crumbs a:link,
#lmu #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #ab0c2f;
}
#lmu #main.text div.crumbs a:hover,
#lmu #main.text div.crumbs a:active,
#lmu #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#lmu #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#lmu #home-page-banner { margin-bottom: 16px; }
#lmu #dcn-home #homebuttons {
  width: 100%;
  display: block;
  margin: 0;
}
#lmu #dcn-home #homebuttons .row1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 20px;
}
#lmu #dcn-home #homebuttons .row2 {
  width: 100%;
  display: flex;
  justify-content: center;
}

#lmu #dcn-home #homebuttons a {
  width: 143px;
  height: 51px;
  line-height: 51px;
  font: bold 13px 'Arimo', sans-serif;
  border: 2px solid #ab0c2f;
  text-align: center;
  color: #ab0c2f;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 20px;
  padding: 0 30px;
}

#lmu #dcn-home #homebuttons a:hover,
#lmu #dcn-home #homebuttons a:active,
#lmu #dcn-home #homebuttons a:focus {
  color: #000;
  border: 2px solid #000;
  text-decoration: underline;
}
    /* --- Headers --- */
#lmu #dcn-home > h2 {
    font: bold 24px 'Arimo', 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: #ab0c2f; }
#lmu #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Arimo', sans-serif;
    text-decoration: none;
}
#lmu #dcn-home #cover-browse h3 a:hover,
#lmu #dcn-home #cover-browse h3 a:focus,
#lmu #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#lmu #main.text a:link,
#lmu #main.text a:visited {
    color: #ab0c2f; /* declared for #network-icon text */
}
#lmu #main.text a:hover,
#lmu #main.text a:active,
#lmu #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#lmu #dcn-home .box.aag h2,
#lmu #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 18px 'Arimo', sans-serif;
    border-bottom: 1px solid #d3d4d2;
}
#lmu #main.text .box a:link,
#lmu #main.text .box a:visited {
    font: bold 13px 'Arimo', sans-serif;
    text-decoration: none;
    border-bottom: none;
    background: none;
}
#lmu #main.text .box a:hover,
#lmu #main.text .box a:active,
#lmu #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; }

#lmu #series-home .pdf, 
#lmu #series-home .native, 
#lmu #series-home .metadata-only, 
#lmu #series-home .external {
  line-height: 2.2em;
}
/* ---------------- Footer ---------------- */
#lmu {
    background: url(assets/md5images/0b038becfceebb824ff20144be5443a2.gif) repeat-x left bottom;
}
#lmu #footer,
#lmu #bepress a {
    height: 85px;
    background-color: #f3f3f3; }
#lmu #footer p,
#lmu #footer p a {
    font: normal 12px/2 'Arimo', sans-serif;
    color: #000;
    text-decoration: none;
}
#lmu #footer p:first-of-type { padding-top: 18px } 
#lmu #footer p a:hover,
#lmu #footer p a:active,
#lmu #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #000;
}
#lmu #content {
    min-height: calc(100vh - 306px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #lmu #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #lmu #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#lmu #main.text .authorbrowser p.letters a:hover,
#lmu #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 #lmu #main.text #dcn-home .box.aag h2,
.mbl #lmu #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #lmu #header,
.mbl #lmu #header a#banner_link img,
.mbl #lmu #navigation {
    width: 100% !important;
}
.mbl #lmu #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 #lmu #dcn-home #homebuttons .row1,
.mbl #lmu #dcn-home #homebuttons .row2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.mbl #lmu #dcn-home #homebuttons a {
  margin-bottom: 10px;
}

.mbl #lmu #sidebar h2 {
  margin-left: 0;
}


/* Change h2 size and weight for homepage content carousel */
/* CAM 8 April 2021 */
#lmu #dcn-home .newCarousel h2 {
	font-size: 16px;
	font-weight: bold;
}
#lmu .news-slider .text-content { width: 40%; }

