/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2021
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: url(assets/md5images/17df4631fc8969f8aabbc97d708e36b6.png) repeat-x left top, linear-gradient(90deg, #faf9f3 50%, #fff 50%);
	  background-repeat: repeat-x;
	  background-position: left top;
}
/* ---------------- Header ---------------- */
#lindenwood #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#lindenwood #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 --- */
#lindenwood #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 42.551020408% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#lindenwood #header a#banner_link:focus img {
  outline: 2px dashed #000;
}
#lindenwood #header a#logo_link:focus img {
  outline: 2px dashed #b5a36a;
}
/* ---------------- Navigation ---------------- */
#lindenwood #navigation,
#lindenwood #navigation #tabs {
    height: 41px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#lindenwood #navigation #tabs,
#lindenwood #navigation #tabs ul,
#lindenwood #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#lindenwood #navigation #tabs,
#lindenwood #navigation #tabs ul {
    display: flex;
    justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 100%;
}
#lindenwood #navigation #tabs a {
    font: bold 18px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 41px;
    line-height: 41px;
    color: #000;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 16px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    text-transform: uppercase;
}
#lindenwood #navigation #tabs a:hover,
#lindenwood #navigation #tabs a:active,
#lindenwood #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
#lindenwood #navigation #tabs li:first-child a { padding-left: 15px; }
#lindenwood #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#lindenwood #sidebar h2 {
    font: bold 15px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #e3e1d6;
    text-indent: 0;
    margin-left: 15px;
    margin-right: 15px;
}
#lindenwood #sidebar ul#side-notify {
  padding-top: 0;
}
#lindenwood #sidebar a {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #5d5d5d;
    text-decoration: none;
}
#lindenwood #sidebar a:hover,
#lindenwood #sidebar a:active,
#lindenwood #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#lindenwood #sidebar #sidebar-search label {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
#lindenwood #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#lindenwood #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#lindenwood #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/5d3d78324f55e23d7a1b672cc9f0ff92.gif) repeat-y left top;
}
/*#lindenwood #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#lindenwood #main.text div.crumbs a:link,
#lindenwood #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #5d5d5d;
}
#lindenwood #main.text div.crumbs a:hover,
#lindenwood #main.text div.crumbs a:active,
#lindenwood #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#lindenwood #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#lindenwood #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#lindenwood #dcn-home > h2 {
    font: bold 34px 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}
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: #5d5d5d; }
#lindenwood #dcn-home #cover-browse h3 a {
    font: 700 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#lindenwood #dcn-home #cover-browse h3 a:hover,
#lindenwood #dcn-home #cover-browse h3 a:focus,
#lindenwood #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#lindenwood #main.text a:link,
#lindenwood #main.text a:visited {
    color: #5d5d5d; /* declared for #network-icon text */
}
#lindenwood #main.text a:hover,
#lindenwood #main.text a:active,
#lindenwood #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#lindenwood #dcn-home .box.aag h2,
#lindenwood #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 24px 'Roboto Condensed', sans-serif;
    border-bottom: 1px solid #e6e6e6;
    text-transform: uppercase;
}
#lindenwood #main.text .box a:link,
#lindenwood #main.text .box a:visited {
    font: bold 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #e6e6e6;
    background: none;
}
#lindenwood #main.text .box a:hover,
#lindenwood #main.text .box a:active,
#lindenwood #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; }
#lindenwood #series-home .pdf, 
#lindenwood #series-home .native, 
#lindenwood #series-home .metadata-only, 
#lindenwood #series-home .external {
  line-height: 2.2em;
}
#lindenwood #browse-by-buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}

#lindenwood #browse-by-buttons .browse-container a {
    text-decoration: none;
}

#lindenwood #browse-by-buttons .browse-container {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 15px;
}

#lindenwood #browse-by-buttons .browse-link {
  background-color: #b5a36a; /* button background color */
  width: 162px;
  height: 162px;
  /*border-radius: 25px;*/
  border: 5px solid white; /* invisible default border to keep alignment */
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

/* Button icon settings */
#lindenwood #browse-by-buttons .browse-link i {
  font-size: 72px; /* size of font icon */
  color: #fff; /* button icon color */
}

/* Button icon settings - img files */
#lindenwood #browse-by-buttons .browse-link img {
  max-width: 45px; /* size of icon */
  height: auto;
  align-self: center;
  vertical-align: middle;
}

/* Button text settings */
#lindenwood #browse-by-buttons .browse-link h3 {
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #000; /* button text color */
  font-weight: 400;
}

#lindenwood #browse-by-buttons .browse-contents h3 {
  text-decoration: none; 
  padding-top: 10px;
}

/* Hover/focus behavior for button text */
#lindenwood #browse-by-buttons a:hover > .browse-link h3,
#lindenwood #browse-by-buttons a:focus > .browse-link h3,
#lindenwood #browse-by-buttons a:active > .browse-link h3 {
  color: #000; 
  text-decoration: underline; 
}

/* Hover/focus behavior for button outline */
#lindenwood #browse-by-buttons a:hover > .browse-link,
#lindenwood #browse-by-buttons a:focus > .browse-link,
#lindenwood #browse-by-buttons a:active > .browse-link {
  border: 5px solid #000; /* hover border color */
  transition: border .2s;
}

/* Overruling some of Google's default icon font styling */
#lindenwood #browse-by-buttons .browse-link .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  line-height: 1em;
  font-size: 50px;
}
#lindenwood #main.text #browse-by-buttons a:hover, 
#lindenwood #main.text #browse-by-buttons a:active, 
#lindenwood #main.text #browse-by-buttons a:focus {
  text-decoration: none;
}
#lindenwood #breadcrumb {
  padding-bottom: 15px;
}
/* ---------------- Footer ---------------- */
#lindenwood #footer,
#lindenwood #bepress a {
    height: 89px;
    background-color: #000; }
#lindenwood #footer p,
#lindenwood #footer p a {
    font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#lindenwood #footer p:first-of-type { padding-top: 20px }
#lindenwood #footer p a:hover,
#lindenwood #footer p a:active,
#lindenwood #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 2px dashed #b5a36a;
}
#lindenwood {
    background: url(assets/md5images/077a1f35ff4aa346f66238b5a64081ba.gif) repeat-x left bottom;
}
#lindenwood #content {
    min-height: calc(100vh - 409px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #lindenwood #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #lindenwood #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#lindenwood #main.text .authorbrowser p.letters a:hover,
#lindenwood #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 #lindenwood #main.text #dcn-home .box.aag h2,
.mbl #lindenwood #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #lindenwood #header,
.mbl #lindenwood #header a#banner_link img,
.mbl #lindenwood #navigation {
    width: 100% !important;
}
.mbl #lindenwood #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 42.551020408% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #lindenwood #browse-by-buttons .browse-container {
    width: 50%; /* if this looks strange, try width: max-content; */
   }
   	
.mbl #lindenwood #browse-by-buttons .browse-link h3,
.mbl #lindenwood #browse-by-buttons .browse-link i {   
		margin: 0;  
}

.mbl #lindenwood #browse-by-buttons .browse-link {
    padding: 6px;
}
.mbl #lindenwood #browse-by-buttons .browse-link h3 {
  text-decoration: underline;
}

.mbl #lindenwood #browse-by-buttons .browse-contents h3 {
  padding-top: 0;
}

.mbl #lindenwood #browse-by-buttons .browse-link i {
  font-size: 42px;
}
