/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 "Montserrat", sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/c4010d0d5f94f259a9ad17ce4093f3dd.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#louisville #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#louisville #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 --- */
#louisville #logo_image {
  position: absolute !important; /* !important overrides mbl styling */
  top: 74.592833876%;
  left: 4.8979591836%;  /* change to "right:" for right aligned logo */
  width: 883px !important;  /* 240 / 980 */
  height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#louisville #header a#banner_link:focus img {
  outline: 1px dashed #000;
}
#louisville #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#louisville #navigation {
  display: flex;
  justify-content: flex-start;
}
#louisville #navigation #nav-logo {
  width: 197px;
  height: 82px;
  background-color: #ac0000;
  display: flex;
  justify-content: center;
}
#louisville #navigation #nav-logo a {
  width: 195px;
  height: 80px;
  margin: 1px;
}
#louisville #navigation #nav-logo a img {
  height: 29px;
  width: 129px;
  margin-top: 27px !important;
}
#louisville #navigation #nav-logo a:focus img {
  outline: 1px dashed #fff;
}
#louisville #navigation,
#louisville #navigation #tabs {
    height: 82px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#louisville #navigation #tabs,
#louisville #navigation #tabs ul,
#louisville #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#louisville #navigation #tabs,
#louisville #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%;
}
#louisville #navigation #tabs a {
    font: bold 18px "Montserrat", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 82px;
    line-height: 82px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#louisville #navigation #tabs a:hover,
#louisville #navigation #tabs a:active,
#louisville #navigation #tabs a:focus {
    text-decoration: underline;
}

/* ---------------- Sidebar ---------------- */
#louisville #sidebar h2 {
    font: bold 18px/1.6 "Montserrat", sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: 1px solid #eeebe6;
    text-indent: 0;
    margin-left: 15px;
}
#louisville #sidebar a {
    font: 600 14px "Montserrat", sans-serif;
    color: #9d0000;
    text-decoration: none;
}
#louisville #sidebar a:hover,
#louisville #sidebar a:active,
#louisville #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#louisville #sidebar #sidebar-search label {
    font: normal 13px "Montserrat", sans-serif;
    color: #000;
}
#louisville #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#louisville #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#louisville #sidebar form label {
  color: #000;
}
#louisville #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#louisville #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/ce398f055afa521a3efe66b8e4c6e358.gif) repeat-y left top;
}
/*#louisville #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#louisville #main.text div.crumbs a:link,
#louisville #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #9d0000;
}
#louisville #main.text div.crumbs a:hover,
#louisville #main.text div.crumbs a:active,
#louisville #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#louisville #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#louisville #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#louisville #dcn-home > h2,
#louisville #main.text h2#hometitle,
#louisville #main.text #homepage-heading-row h2 {
    font: bold 21px "Montserrat", sans-serif;
}
h3 {
    margin: 0;
    text-decoration: underline;
    font-size: 16px;
}
/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #9d0000; }
#louisville #dcn-home #cover-browse h3 a {
    font: 600 16px/1.6 "Montserrat", sans-serif;
    text-decoration: none;
}
#louisville #dcn-home #cover-browse h3 a:hover,
#louisville #dcn-home #cover-browse h3 a:focus,
#louisville #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}

/* --- front page buttons  ---*/

#louisville #cover-browse #browse-by-buttons {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#louisville #cover-browse #browse-by-buttons .browse-container .browse-link h3 {
    text-decoration: none;
    background-image: none;
	margin: 10px 5px 0;
}

#louisville #cover-browse #browse-by-buttons .browse-container {
    margin: 2px 0;
}

#louisville #cover-browse #browse-by-buttons .browse-link {
  background-color: #990000;
  width: 208px;
  height: 128px;
  border: 5px solid #fff; /* invisible default border to keep alignment */
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}

/* Button icon settings */
#louisville #cover-browse #browse-by-buttons .browse-link span {
  font-size: 66px; /* size of font icon */
  color: #fff;
}

/* Button text settings */
#louisville #cover-browse #browse-by-buttons .browse-link h3 {
  font: bold 14px/1.4 "Montserrat", sans-serif;
  text-align: center;
  color: #fff;
  padding-left: 0px;
  margin-top: 10px;
}

#louisville #cover-browse #browse-by-buttons .browse-link h3#special {
	font-size: 13px;
}

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

#louisville #cover-browse #browse-by-buttons a {
  text-decoration: none;
}

#louisville #cover-browse #browse-by-buttons a:hover > h3,
#louisville #cover-browse #browse-by-buttons a:focus > h3,
#louisville #cover-browse #browse-by-buttons a:active > h3 {
  text-decoration: underline;
  text-decoration-color: #fff;
}

    /* --- Links --- */
#louisville #main.text a:link,
#louisville #main.text a:visited {
    color: #9d0000; /* declared for #network-icon text */
}
#louisville #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#louisville #main.text a:hover,
#louisville #main.text a:active,
#louisville #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#louisville #dcn-home .box.aag h2,
#louisville #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 17px "Montserrat", sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#louisville #main.text .box a:link,
#louisville #main.text .box a:visited {
    font: bold 14px "Montserrat", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#louisville #main.text .box a:hover,
#louisville #main.text .box a:active,
#louisville #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#louisville #alpha .element p,
#louisville #custom-fields .element p,
#louisville #alpha #recommended_citation p {
  font-size: 14px;
}
#louisville #beta_7-3 #beta-disciplines.aside p,
#louisville #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

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

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

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

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

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

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

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

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

#louisville #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
#louisville #series-home .pdf, 
#louisville #series-home .native, 
#louisville #series-home .metadata-only, 
#louisville #series-home .external {
  line-height: 2.5em;
}
/* ---------------- Footer ---------------- */
#louisville #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
  background-size: 210px;
	background-position: center;
}
#louisville #footer {
    height: 76px;
    background-color: #ac0000; }
#louisville #bepress a {
    height: 74px;
    margin: 1px 0;
    background-color: #ac0000; }
#louisville #footer p,
#louisville #footer p a {
    font: 600 13px/2 "Montserrat", sans-serif;
    color: #fff;
    text-decoration: none;
}
#louisville #footer p:first-of-type { padding-top: 12px; }

#louisville #container #footer a.secondary-link {
  font-size: 11px;
}
#louisville #footer p a:hover,
#louisville #footer p a:active,
#louisville #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#louisville {
    background: url(assets/md5images/fa21ed980e9dbfc98ffaec4f9a18f2e4.gif) repeat-x left bottom;
}
#louisville #content {
    min-height: calc(100vh - 465px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #louisville #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #louisville #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#louisville #main.text .authorbrowser p.letters a:hover,
#louisville #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 */

	margin: -16px 0 -16px -32px; /* #content .text padding: 16px 0; and #content .text (margin 32px) */

}
/* ---------------- 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 #louisville #main.text #dcn-home .box.aag h2,
.mbl #louisville #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #louisville #header,
.mbl #louisville #header a#banner_link img,
.mbl #louisville #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 #louisville #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 74.592833876%;
    left: 4.8979591836%;  /* change to "right:" for right aligned logo */
    width: 883px !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #louisville #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 #louisville #footer {
	background-color: #ac0000 !important; /* plug in footer background color */
	background-image: none !important;
}

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

.mbl #louisville #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #louisville #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #louisville #dcn-home #homepage-heading-row .btn:hover,
.mbl #louisville #dcn-home #homepage-heading-row .btn:focus,
.mbl #louisville #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #louisville #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #louisville #navigation #nav-logo {
  width: 100% !important;
  justify-content: space-around;
}

/* homepage buttons */

.mbl #louisville #cover-browse #browse-by-buttons h3:before {
    content: none;
}

.mbl #louisville #cover-browse #browse-by-buttons {
    margin-top: 0px;
}

.mbl #louisville #cover-browse #browse-by-buttons * {
    padding: 0px !important;
    text-indent: 0px !important;
}

.mbl #louisville #cover-browse #browse-by-buttons img {
    max-width: 45px !important;
    padding-top: 5px;
}

.mbl  #louisville #cover-browse #browse-by-buttons .browse-link h3 {
    font-size: 13px !important;
    background-image: none;
    margin-top: 0 !important;
}

@media only screen and (max-width: 767px) {

  #louisville #cover-browse #browse-by-buttons {
    margin-left: -10px;
   }

  #louisville #cover-browse #browse-by-buttons .browse-container {
    width: 50%;
   }

  #louisville #cover-browse #browse-by-buttons .browse-link {
    padding: 4px;
   }

  #louisville #cover-browse #browse-by-buttons .browse-link h3:before {
  	content: none;
   }

  #louisville #cover-browse #browse-by-buttons .browse-link i {
    background-image: none;
   }

  #louisville #cover-browse #browse-by-buttons .browse-link img {
  	max-width: 45px;
  	align-self: center;
   }
}


/* custom CSS from pre redesigned site */

/* Hide cover art on peer_review_list.html - th 8/30/2019 */
#louisville #ir-peer .grid_3 {
	display: none; }


	