/* -----------------------------------------------
bepress ir local stylesheet.
author:   david stienstra
version:  2022
please save this file locally!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=lora:wght@400;700&family=poppins:wght@400;600;700&display=swap');
/* ---------------- meta elements ---------------- */
    /* --- meta styles and background --- */
body {
    font: normal 13px/1.5 'lora', serif;  /* should be medium except when fitting into a fixed container */
    background: #f5f4ef;
}
/* ---------------- header ---------------- */
#lipscomb #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#lipscomb #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 --- */
#lipscomb #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 25.30612244% !important;  /* 240 / 980 */
    height: auto !important; /* important avoides dc assigning incorrect height to logo image */
}
#lipscomb #header a#banner_link:focus img,
#lipscomb #header a#logo_link:focus img,
#lipscomb #header a#logo_link2:focus img {
  outline: 1px dashed #ab8e43;
}
#lipscomb #logo_image2 {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    right: 0;  /* change to "right:" for right aligned logo */
    width: 17.6530612244% !important;  /* 240 / 980 */
    height: auto !important; /* important avoides dc assigning incorrect height to logo image */
}
/* ---------------- navigation ---------------- */
#lipscomb #navigation,
#lipscomb #navigation #tabs {
    height: 46px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#lipscomb #navigation #tabs,
#lipscomb #navigation #tabs ul,
#lipscomb #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* flexbox navigation july 2018 */
#lipscomb #navigation #tabs,
#lipscomb #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%;
}
#lipscomb #navigation #tabs a {
    font: 600 15px 'poppins', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 46px;
    line-height: 46px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    border-right: none;
}
#lipscomb #navigation #tabs a:hover,
#lipscomb #navigation #tabs a:active,
#lipscomb #navigation #tabs a:focus {
    color: #000000;
    background-color: #fff;
    text-decoration: underline;
}
#lipscomb #navigation #tabs li:first-child a { padding-left: 15px; }

/* ---------------- sidebar ---------------- */
#lipscomb #sidebar h2 {
    font: bold 18px 'poppins', sans-serif;
    color: #39255e;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#lipscomb #sidebar ul#side-notify {
  padding-top: 0;
}
#lipscomb #sidebar a {
    font: normal 14px 'lora', serif;
    color: #331e54;
    text-decoration: none;
}
#lipscomb #sidebar a:hover,
#lipscomb #sidebar a:active,
#lipscomb #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#lipscomb #sidebar #sidebar-search label {
    font: normal 13px 'lora', serif;
    color: #39255e;
}
#lipscomb #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#lipscomb #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- main content ---------------- */
#lipscomb #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/bdb5a002c1a4b639ee0e3016e9bc1158.gif) repeat-y left top;
}
#lipscomb #homeimage {
  margin: 16px 0;
  width: 100%;
}
#lipscomb #homeimage img {
  width: 100%;
  height: 100%;
}
#lipscomb #breadcrumb a, 
#lipscomb .crumbs p a, 
#lipscomb #pager li {
  font-size: 12px;
}
/*#lipscomb #content { padding-top: 16px; }*/
    /* --- breadcrumbs --- */
#lipscomb #main.text div.crumbs a:link,
#lipscomb #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #331e54;
}
#lipscomb #main.text div.crumbs a:hover,
#lipscomb #main.text div.crumbs a:active,
#lipscomb #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#lipscomb #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#lipscomb #home-page-banner { margin-bottom: 16px; }
    /* --- headers --- */
#lipscomb #dcn-home > h2 {
    font: bold 24px 'poppins', 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: #331e54; }
#lipscomb #dcn-home #cover-browse h3 a {
    font: 400 15px/1.6 'lora', serif;
    text-decoration: none;
}
#lipscomb #dcn-home #cover-browse h3 a:hover,
#lipscomb #dcn-home #cover-browse h3 a:focus,
#lipscomb #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- links --- */
#lipscomb #main.text a:link,
#lipscomb #main.text a:visited {
    color: #331e54; /* declared for #network-icon text */
}
#lipscomb #main.text a:hover,
#lipscomb #main.text a:active,
#lipscomb #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* potd / top dl widgets */
#lipscomb #dcn-home .box.aag h2,
#lipscomb #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 20px 'poppins', sans-serif;
    border-bottom: 1px solid #ab8e43;
}
#lipscomb #main.text .box a:link,
#lipscomb #main.text .box a:visited {
    font: bold 13px 'lora', serif;
    text-decoration: none;
    border-bottom: 1px solid #ab8e43;
    background: none;
}
#lipscomb #main.text .box a:hover,
#lipscomb #main.text .box a:active,
#lipscomb #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; }

#lipscomb #series-home .pdf, 
#lipscomb #series-home .native, 
#lipscomb #series-home .metadata-only, 
#lipscomb #series-home .external {
  line-height: 2.2em;
}

/* ---------------- footer ---------------- */
#lipscomb #footer {
    height: 79px;
    background-color: #331e54; }
#lipscomb #bepress a {
    height: 73px;
    background-color: #331e54; 
    margin-top: 6px;}
#lipscomb #footer {
  background: url(assets/md5images/82e2201be5d5b3355fbfcae1df2f5710.gif) repeat-x left top;
}
#lipscomb #footer p,
#lipscomb #footer p a {
    font: normal 12px/2 'lora', serif;
    color: #fff;
    text-decoration: none;
}
#lipscomb #footer p:first-of-type { padding-top: 18px; } 
#lipscomb #footer p a:hover,
#lipscomb #footer p a:active,
#lipscomb #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #ab8e43;
}
#lipscomb #content {
    min-height: calc(100vh - 303px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* search pages */
.legacy #lipscomb #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- miscellaneous fixes ---------------- */
    /* --- advanced search --- */
.legacy #lipscomb #wrapper {  background-image: none; }
/* browse authors accessibility fix- csfr-2648 */
#lipscomb #main.text .authorbrowser p.letters a:hover,
#lipscomb #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 #lipscomb #main.text #dcn-home .box.aag h2,
.mbl #lipscomb #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #lipscomb #header,
.mbl #lipscomb #header a#banner_link img,
.mbl #lipscomb #navigation {
    width: 100% !important;
}
.mbl #lipscomb #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 25.30612244% !important;  /* 240 / 980 */
    height: auto !important; /* important avoides dc assigning incorrect height to logo image */
}

.mbl #lipscomb #header #logo_image2 {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    right: 0;  /* change to "right:" for right aligned logo */
    width: 17.6530612244% !important;  /* 240 / 980 */
    height: auto !important; /* important avoides dc assigning incorrect height to logo image */
}
.mbl #lipscomb #content {
    min-height: unset;
}

.mbl #lipscomb #footer #bepress a {
	background: transparent url(assets/md5images/1bc2e6b295e11fc4bde78368446f210d.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #lipscomb #footer {
	background-color: #331e54 !important; /* plug in footer background color */
	background-image: none !important;
}
