/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 16px/1.5 'Poppins', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/9d88027b67050e896bdd389dac918b2b.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#swarthmore #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#swarthmore #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 --- */
#swarthmore #logo_image,
#swarthmore #header a#logo_link {
    display: none;
}
#swarthmore #header a#banner_link:focus img,
#swarthmore #header a#logo_link:focus img {
  outline: 1px dotted #000;
}
/* ---------------- Navigation ---------------- */
#swarthmore #navigation,
#swarthmore #navigation #tabs {
    height: 74px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#swarthmore #navigation #tabs,
#swarthmore #navigation #tabs ul,
#swarthmore #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#swarthmore #navigation #tabs,
#swarthmore #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: 694px;
}
#swarthmore #navigation #tabs a {
    font: 500 16px 'Poppins', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 74px;
    line-height: 74px;
    color: #b43135;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#swarthmore #navigation #tabs a:hover,
#swarthmore #navigation #tabs a:active,
#swarthmore #navigation #tabs a:focus {
    text-decoration: underline;
    color: #000;
}
#swarthmore #navigation #nav-logo {
  width: 286px;
  height: 74px;
  display: inline-block;
  float: left;
}
#swarthmore #navigation #nav-logo a,
#swarthmore #navigation #nav-logo a img {
  height: 72px;
}
#swarthmore #navigation #nav-logo a {
  margin: 1px;
  display: inline-block;
}
#swarthmore #navigation #nav-logo a#logonav:focus img {
  outline: 1px dotted #000;
  display: block;
}
/* ---------------- Sidebar ---------------- */
#swarthmore #sidebar {
  padding-top: 24px;
}
#swarthmore #sidebar h2 {
    font: 500 18px/2.5 'Poppins', sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0 0 0 15px;
    border-top: 3px solid #b43135;
    border-bottom: 1px solid #ededed;
    text-indent: 0;
}
#swarthmore #sidebar ul#side-notify {
  padding-top: 0;
}
#swarthmore #sidebar a {
    font: normal 16px 'Poppins', sans-serif;
    color: #b43135;
    text-decoration: none;
}
#swarthmore #sidebar p {
    color: #000000;
}
#swarthmore #sidebar a:hover,
#swarthmore #sidebar a:active,
#swarthmore #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#swarthmore #sidebar #sidebar-search label {
    font: normal 16px 'Poppins', sans-serif;
    color: #000;
}
#swarthmore #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#swarthmore #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#swarthmore #sidebar form label {
  color: #000;
}

/* ---------------- Main Content ---------------- */
#swarthmore #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/c87843fd3c17aa641e2f299c9f6e5870.gif) repeat-y left top;
    margin-top: 44px;
}
/*#swarthmore #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#swarthmore #main.text div.crumbs a:link,
#swarthmore #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #b43135;
}
#swarthmore #main.text div.crumbs a:hover,
#swarthmore #main.text div.crumbs a:active,
#swarthmore #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#swarthmore #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#swarthmore #home-page-banner {
  margin-bottom: 16px;
  padding-top: 24px;
}

#dcn-home div.box.aag p a.activity-by-year {
    padding-top: 10px !important;
border-top: 1px solid #d3d3d3 !important;}

#dcn-home div.box.aag p a.recent-additions {
    padding-bottom: 10px !important;
}

#swarthmore #main.text .box p a span {
    font-weight: normal;
    color: #b43135;}
    
    /* --- Headers --- */
#swarthmore #main.text #dcn-home > h2,
#swarthmore #main.text h2#hometitle {
    font: 400 22px 'Poppins', sans-serif;
    margin: 16px 0 8px;
    padding: 5px 0;
}
h3 {
    margin: 0;
}
/* FF 55 takes parent element's color a text-deoration-color (black, usually) */
#dcn-home #cover-browse h3 { color: #b43135; }
#swarthmore #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 'Poppins', sans-serif;
    text-decoration: none;
}
#swarthmore #dcn-home #cover-browse h3 a:hover,
#swarthmore #dcn-home #cover-browse h3 a:focus,
#swarthmore #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#swarthmore #main.text a:link,
#swarthmore #main.text a:visited {
    color: #b43135; /* declared for #network-icon text */
}
#swarthmore #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#swarthmore #main.text a:hover,
#swarthmore #main.text a:active,
#swarthmore #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#swarthmore #dcn-home .box.aag h2,
#swarthmore #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: 500 18px 'Poppins', sans-serif;
    border-bottom: 1px solid #d3d3d3;
}

#swarthmore #main.text .box a:link,
#swarthmore #main.text .box a:visited {
    font: 500 16px 'Poppins', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#swarthmore #main.text .box a:hover,
#swarthmore #main.text .box a:active,
#swarthmore #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#swarthmore #alpha .element p,
#swarthmore #custom-fields .element p,
#swarthmore #alpha #recommended_citation p,
#swarthmore #alpha #attach_additional_files .files span {
  font-size: 16px;
  line-height: 1.3em;
}
#swarthmore #beta_7-3 #beta-disciplines.aside p {
  font-size: 16px !important;
}
#swarthmore #alpha .element h4,
#swarthmore #custom-fields .element h4,
#swarthmore #beta_7-3 h4,
#swarthmore #alpha #attach_additional_files .related strong {
  font-size: 18px !important;
}
#swarthmore #main.text #alpha #title.element p,
#swarthmore #main.text #alpha #title.element h3,
#swarthmore #main.text #alpha #title.element h4,
#swarthmore #main.text #alpha #title.element h3 a {
  font-size: 22px;
  color: #b43135;
}
#swarthmore #main.text #alpha #title.element h3 a:active,
#swarthmore #main.text #alpha #title.element h3 a:hover,
#swarthmore #main.text #alpha #title.element h3 a:focus {
  color: #000;
}
/* Breadcrumbs */
#swarthmore #breadcrumb a,
#swarthmore .crumbs p a,
#swarthmore #pager li {
  font-size: 14px;
}
#swarthmore #pager li {
  line-height: 2em;
  margin-top: 1px;
}
#swarthmore .article-list p {
  line-height: 1.3em;
}
#swarthmore .article-list h1 {
  font-size: 24px;
}

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

#swarthmore .discipline-browser dt,
#swarthmore .new-discipline dt {
  font-size: 18px;
}
#swarthmore .discipline-browser dd,
#swarthmore .new-discipline dd,
#swarthmore dl.communities dd ul li {
  font-size: 16px;
}

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

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

#swarthmore #main.text #accessibility-statement h4 {
  font-size: 18px;
  color: #000;
}
#swarthmore #main.text #accessibility-statement h3 {
  font-size: 20px;
}

/* Site subpage headings */
#swarthmore #main.text h2#ir-about,
#swarthmore #main.text h2#faq-top,
#swarthmore #main.text h2#communities-title,
#swarthmore #main.text h2#top,
#swarthmore #main.text h2#submit-title,
#swarthmore #main.text #announce h2,
#swarthmore #main.text #accessibility-statement h2,
#swarthmore #main.text h2#accessibility-title,
#swarthmore #main.text .discipline-block h2,
#swarthmore #main.text h2#activity-title,
#swarthmore #main.text h2#recent-title,
#swarthmore #main.text h2#topdownloads-title,
#swarthmore #main.text h2 {
  font-size: 22px;
  background: transparent;
}

/* homepage stats */
#swarthmore p#stats,
#swarthmore #main.text #network-icon a {
  font-size: 14px;
}
#swarthmore #series-home .pdf,
#swarthmore #series-home .native,
#swarthmore #series-home .metadata-only,
#swarthmore #series-home .external {
  line-height: 2em;
  font-size: 15px;
}
#swarthmore form #submit h3 {
  font-size: 18px;
}
#swarthmore form #submit p {
  font-size: 15px;
}
#swarthmore ul#navlist li a {
    text-indent: 0;
    margin-left: 15px;
}
#swarthmore #main.text #masthead h4 {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
#swarthmore #myaccount table th,
#swarthmore #myaccount table td {
  font-size: 16px;
}
/* ---------------- Footer ---------------- */
#swarthmore #footer,
#swarthmore #bepress a {
    height: 75px;
    background-color: #f2f2f2; }
#swarthmore #footer p,
#swarthmore #footer p a {
    font: normal 16px/2 'Poppins', sans-serif;
    color: #b43135;
    text-decoration: none;
}

#swarthmore #container #footer a.secondary-link {
  font-size: 14px;
}

#swarthmore #footer p:first-of-type { padding-top: 5px }
#swarthmore #footer p a:hover,
#swarthmore #footer p a:active,
#swarthmore #footer p a:focus {
    text-decoration: underline;
    color: #000;
  }
#bepress a:focus {
      outline: 1px dotted #000;
}
#swarthmore {
    background: url(assets/md5images/104022c440a6f7a84dec5db5ef7b081a.gif) repeat-x left bottom;
}
#swarthmore #content {
    min-height: calc(100vh - 261px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #swarthmore #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #swarthmore #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#swarthmore #main.text .authorbrowser p.letters a:hover,
#swarthmore #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) */

}

/* breadcrumb overlap */
#swarthmore #container #wrapper #content #main.text #breadcrumb {
padding: 0px 0px 25px 0px; }


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

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

.mbl #swarthmore #header #logo_image {
    display: none;
}
.mbl #swarthmore #footer #bepress a {
	background: transparent url(assets/md5images/8268f9943cd5d4cefeffd36e444ff6e8.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #swarthmore #footer {
	background-color: #f2f2f2 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #swarthmore #content {
    min-height: unset;
}
.mbl #swarthmore #navigation #nav-logo {
  width: 100% !important;
  justify-content: space-around;
}
