/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 "Roboto", sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/61440b819e1472d413745ec11264979a.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#umsl #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#umsl #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 --- */
#umsl #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 */
}
#umsl #header a#banner_link:focus img,
#umsl #header a#logo_link:focus img {
  outline: 1px dashed #333333;
}
#umsl {
    background: url(assets/md5images/2e3dcb65ad34120aec028d329f977a2c.png) no-repeat center bottom;
}
/* ---------------- Navigation ---------------- */
#umsl #navigation,
#umsl #navigation #tabs {
    height: 50px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#umsl #navigation #tabs,
#umsl #navigation #tabs ul,
#umsl #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#umsl #navigation #tabs,
#umsl #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%;
}
#umsl #navigation #tabs a {
    font: normal 14px "Roboto", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 50px;
    line-height: 50px;
    color: #333333;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    text-decoration: underline;
}
#umsl #navigation #tabs a:hover,
#umsl #navigation #tabs a:active,
#umsl #navigation #tabs a:focus {
    color: #ba0d2f;
    background-color: #fff;
    text-decoration: none;
}
#umsl #navigation {
    margin-bottom: 7px;
}
/* ---------------- Sidebar ---------------- */
#umsl #sidebar h2 {
    font: bold 18px "Oswald", sans-serif;
    color: #333333;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #dadada;
    text-indent: 0;
    margin-left: 15px;
}
#umsl #sidebar a {
    font: normal 14px "Roboto", sans-serif;
    color: #ba0d2f;
    text-decoration: none;
    text-decoration: underline;
}
#umsl #sidebar a:hover,
#umsl #sidebar a:active,
#umsl #sidebar a:focus {
    color: #000000;
    text-decoration: none;
}
#umsl #sidebar #sidebar-search label {
    font: normal 13px "Roboto", sans-serif;
    color: #333333;
}
#umsl #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#umsl #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

#umsl #sidebar #lrc-badge a:hover,
#umsl #sidebar #lrc-badge a:active,
#umsl #sidebar #lrc-badge a:focus {
  background: transparent url(/assets/images/lrc_badge.png) center center no-repeat;
  outline: 1px dashed #000;
}

#umsl #sidebar a:hover img,
#umsl #sidebar a:active img,
#umsl #sidebar a:focus img {
  outline: 1px dashed #000;
}

#umsl #sidebar form#browse {
  padding-left: 15px;
}

#umsl #sidebar form label {
  color: #333333;
}
#umsl #sidebar ul#side-notify {
  padding-top: 0;
}
/*-----  Site matching journals  ----- */
    /* --- Highlighted sidebar links --- */
#umsl #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#umsl #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #dadada; /* border is removed if #navlist has no content */
}
#umsl #sidebar ul#navlist li a {
  color: #ba0d2f;
  transition: background 0.3s ease;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px solid #dadada;
}
    /* Sidebar link colors */
#umsl #sidebar ul#navlist li a:active,
#umsl #sidebar ul#navlist li a:hover,
#umsl #sidebar ul#navlist li a:focus {
  color: #000;
  background-color: #fff;
}

#umsl #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
/* ---------------- Main Content ---------------- */
#umsl #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/cf1e60b6ab93bff127a9eca3244a962c.gif) repeat-y left top;
}
/*#umsl #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#umsl #main.text div.crumbs a:link,
#umsl #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #ba0d2f;
}

#umsl #main.text div.crumbs a:hover,
#umsl #main.text div.crumbs a:active,
#umsl #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#umsl #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#umsl #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#umsl #dcn-home > h2,
#umsl #main.text h2#hometitle,
#umsl #main.text #homepage-heading-row h2 {
    font: bold 30px "Oswald", 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: #ba0d2f; }
#umsl #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 "Roboto", sans-serif;
    text-decoration: none;
}
#umsl #dcn-home #cover-browse h3 a:hover,
#umsl #dcn-home #cover-browse h3 a:focus,
#umsl #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#umsl #main.text a:link,
#umsl #main.text a:visited {
    color: #ba0d2f; /* declared for #network-icon text */
}
#umsl #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#umsl #main.text a:hover,
#umsl #main.text a:active,
#umsl #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#umsl #dcn-home .box.aag h2,
#umsl #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 24px "Oswald", sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#umsl #main.text .box a:link,
#umsl #main.text .box a:visited {
    font: bold 14px "Roboto", sans-serif;
    text-decoration: underline;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#umsl .box p a span {
    color: #ba0d2f;
}
#umsl .box p a:hover span,
#umsl .box p a:focus span,
#umsl .box p a:active span {
    color: #000;
    text-decoration: none;
}
#umsl #main.text .box a:hover,
#umsl #main.text .box a:active,
#umsl #main.text .box a:focus {
    text-decoration: none;
    color: #000;
}
/* article-level text // default values 12px/13px */
#umsl #alpha .element p,
#umsl #custom-fields .element p,
#umsl #alpha #recommended_citation p {
  font-size: 14px;
}
#umsl #beta_7-3 #beta-disciplines.aside p,
#umsl #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

#umsl #alpha .element h4,
#umsl #custom-fields .element h4,
#umsl #beta_7-3 h4,
#umsl #alpha .element h2,
#umsl #custom-fields .element h2,
#umsl #beta_7-3 h2,
#umsl #share.aside h2,
#umsl #alpha #attach_additional_files .related strong {
  font-size: 15px !important;
}
#umsl #alpha #title.element p {
  font-size: 22px;
}
/* Breadcrumbs */
#umsl #breadcrumb a,
#umsl .crumbs p a,
#umsl #pager li {
  font-size: 12px;
}

#umsl ul#pager li {
  padding-top: 5px;
}

/* Browse Disciplines */
#umsl #content .subnav li {
  font-size: 13px;
}

#umsl .discipline-browser dt,
#umsl .new-discipline dt {
  font-size: 15px;
}
#umsl .discipline-browser dd,
#umsl .new-discipline dd,
#umsl dl.communities dd ul li {
  font-size: 14px;
}

#umsl .discipline-browser dd,
#umsl .new-discipline dd {
    padding: 3px 0;
}
/* Submit Research */
#umsl .communities dt,
#umsl .communities dt a:link {
  font-size: 14px;
  font-weight: normal;
}
#umsl dl.communities dd ul li {
    line-height: 1.3em;
}

/* Announcements */
#umsl #main.text #announce h3,
#umsl #main.text #announce h4,
#umsl #main.text #help h3 {
  font-size: 15px;
}

/* Site subpage headings */
#umsl #main.text h2#ir-about,
#umsl #main.text h2#faq-top,
#umsl #main.text h1#faq-top,
#umsl #main.text h2#communities-title,
#umsl #main.text h2#top,
#umsl #main.text h2#submit-title,
#umsl #main.text #announce h2,
#umsl #main.text #accessibility-statement h2,
#umsl #main.text .discipline-block h2,
#umsl #main.text h2#activity-title,
#umsl #main.text h2#recent-title,
#umsl #main.text h2#topdownloads-title,
#umsl #main.text h1#topdownloads-title,
#umsl #main.text h2#peer-review-title,
#umsl #main.text > h2 {
  font-size: 22px;
  font-weight: bold;
}
/* homepage stats */
#umsl p#stats,
#umsl #main.text #network-icon a {
  font-size: 13px;
}

#umsl ul#pager li {
    padding-top: 5px;
}
#umsl #dcn-home #homepage-heading-row .btn {
    margin-bottom: 8px;
}
/* Journals */
#umsl .article-list h2,
#coverart #alpha .article-list h2 {
  font: bold 21px "Oswald", sans-serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
}
#umsl #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: bold 22px "Oswald", sans-serif; /* Current Issue */
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: bold 18px "Oswald", sans-serif; /* default is 18px */
    color: #333333;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }
#coverart #beta .coverart-box {
    font: normal 14px "Roboto", sans-serif;
    border: 0; }
#coverart #beta #coverart-box-container {
    border: 0; }

#coverart #beta dl  {
    margin-left: 0 !important; }
#coverart #beta #coverart-editors dt {
    font-size: 14px;
    padding-top: 10px; }
#coverart #beta #coverart-editors dd {
    padding-top: 3px;
}
#umsl #masthead h2.masthead,
#umsl #masthead caption,
#umsl #masthead h4 {
  font: bold 21px "Oswald", sans-serif;
  color: #333333;
  margin: 3px 0;
}
/* --- front page buttons  ---*/

#umsl #browse-by-buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

#umsl #browse-by-buttons .browse-container .browse-link h3 {
    text-decoration: underline;
    background-image: none;
    /*margin: 0 18px;*/
}

#umsl #browse-by-buttons .browse-container {
    margin: 10px 30px 0 0;
}

#umsl #browse-by-buttons .browse-link {
    width: 127px;
    height: 115px;
    text-align: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-evenly;
    padding-bottom:25px;
}

/* Button icon settings */
#umsl #browse-by-buttons .browse-link span {
    font-size: 54px; /* size of icon */
    color: #ba0c2f;
}

/* Button text settings */
#umsl #browse-by-buttons .browse-link h3 {
    font: normal 18px/1.4 "Lato", sans-serif;
    text-align: center;
    color: #ba0c2f;
    padding-left: 0px;
    margin-top: 10px;
    text-decoration: underline;
}

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

#umsl #main.text #browse-by-buttons a {
    text-decoration: none;
}
/* ---------------- Footer ---------------- */
#umsl #bepress a {
    background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
  background-size: 210px;
    background-position: center;
}
#umsl #footer {
    height: 74px;
    background-color: #5d666f; 
    margin-top: 14px;
}
#umsl #bepress a {
    height: 72px;
    margin: 1px 0;
    background-color: #5d666f; }
#umsl #footer p  {   
    font: normal 13px/2 "Roboto", sans-serif;
    color: #fff;}
#umsl #footer p a {
    font: normal 13px/2 "Roboto", sans-serif;
    color: #fff;
    text-decoration: underline;
}
#umsl #footer p:first-of-type { padding-top: 15px; }

#umsl #container #footer a.secondary-link {
  font-size: 11px;
}
#umsl #footer p span {
    text-decoration: none;
}
#umsl #footer p a:hover,
#umsl #footer p a:active,
#umsl #footer p a:focus {
    text-decoration: none;
    color: #f2f2f2; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#umsl #content {
    min-height: calc(100vh - 249px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #umsl #wrapper:after {
    content: none; /* search pages */
}
.legacy #umsl #footer {
    margin-top: 0;
}
.legacy #umsl #content {
    margin-bottom: 14px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #umsl #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#umsl #main.text .authorbrowser p.letters a:hover,
#umsl #main.text .authorbrowser p.letters a:focus {
    background: url(/assets/azMe.jpg) bottom center no-repeat;
    color: #fff;
}
/* Expert Gallery Suite SW Gallery */
.egs-profile-gallery {
	display: block; /* removes descender space below inline element */
 /* left aligned */
	margin: -16px 0 -16px -42px; /* #content .text padding: 16px 0; and #content .text (margin 32px) + #sidebar (margin 10px) */

}
/* ---------------- 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 #umsl #main.text #dcn-home .box.aag h2,
.mbl #umsl #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #umsl #header,
.mbl #umsl #header a#banner_link img,
.mbl #umsl #navigation {
    width: 100% !important;
}

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

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

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

.mbl #umsl #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 #umsl #footer #bepress a {
    background: transparent url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg) center no-repeat !important;
    height: 50px !important;
    margin: 0px !important;
  background-size: contain !important;
}
.mbl #umsl #footer {
	background-color: #5d666f !important; /* plug in footer background color */
	background-image: none !important;
}

.mbl #umsl #content {
    min-height: unset;
}

.mbl #umsl #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #umsl #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #umsl #dcn-home #homepage-heading-row .btn:hover,
.mbl #umsl #dcn-home #homepage-heading-row .btn:focus,
.mbl #umsl #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #umsl #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #umsl #header {
  margin: 0 !important;
}
.mbl #umsl #footer {
    margin-top: 0;
}

/* Custom CSS from past design */

/* Adjusted intro text - JR 11-7-16 */
#umsl #dcn-home #homepage-intro { width: 100%; }

/* ISSN spacing on series lb 06302017 */
#umsl #alpha #issn p {
    letter-spacing:normal;
    line-height:normal;
    margin:0;
    text-align:left;
    text-transform:none; }      
    
/* Sidebar SW Gallery adjustment - JR 8/30/17 */    
#umsl #sidebar #recent hr {
    color: transparent;
    background-color: transparent; }    


/* UMSL OER ir_article_custom_fields.inc - JR 11/14/18 */
#umsl #main.text #retrieved_from_url.element h4.retrieved_heading {
font-size: 13px;
color: #000;
}

/* Hiding /urs Instructions field text box - JR 3/24/21 */
#umsl #main.text #submit #instructions-c .field .field-border,
#umsl #main.text #submit #instructions-c .field .field-border input#instructions {display: none;}

/* Added Exhibits link and changed formatting of homepage links - JR 3/21/22 */
#umsl #main.text #dcn-home  #cover-browse-left h3,
#umsl #main.text #dcn-home  #cover-browse-right h3 {
    font: normal 15px Arial, Verdana, Helvetica, sans-serif;
    text-decoration: underline;}
    
/* Adjusting Twitter badge - JR 11/8/22 */
#umsl #sidebar #twitter-badge {padding-left: 12px;}
