/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 16px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/e1820c11a64e459472dd597a6e1d9604.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#dafwa #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#dafwa #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 --- */
#dafwa #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 25.170068%;
    left: 3.061224%;  /* change to "right:" for right aligned logo */
    width: 51.020408% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#dafwa #header a#banner_link:focus img {
  outline: 1px dashed #2d2f32;
}
#dafwa #header a#logo_link:focus img {
  outline: 1px dashed #fff;
}
/* ---------------- Navigation ---------------- */
#dafwa #navigation,
#dafwa #navigation #tabs {
    height: 100px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#dafwa #navigation #tabs,
#dafwa #navigation #tabs ul,
#dafwa #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#dafwa #navigation #tabs,
#dafwa #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%;
}
#dafwa #navigation #tabs a {
    font: bold 14px "Poppins", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 52px;
    line-height: 52px;
    color: #2d2f32;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 48px 0 0 0;
    border: 0;
}
#dafwa #navigation #tabs a:hover,
#dafwa #navigation #tabs a:active,
#dafwa #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
#dafwa #navigation #nav-logo {
  width: 187px !important;
  height: 62px !important;
  background-color: #fff;
  display: flex;
  justify-content: center;
    margin: 19px 30px;
}
#dafwa #navigation #nav-logo a {
  margin: 0;
  padding: 0;
    width: 187px !important;
  height: 62px !important;
}
#dafwa #navigation #nav-logo a img {
  height: 100%;
  width: 100%;
}
#dafwa #navigation #nav-logo a:focus img {
  outline: 1px dashed #000;
}

/* ---------------- Sidebar ---------------- */
#dafwa #sidebar {
    outline: 1px solid #e1e0e0;
    border-radius: 5px;
    padding-top: 16px;
    margin-top: 16px;
    margin-bottom: 16px;
}
#dafwa #sidebar h2 {
    font: bold 18px "Poppins", sans-serif;
    color: #2d2f32;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#dafwa #sidebar a {
    font: normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #42797f;
    text-decoration: none;
}
#dafwa #sidebar a:hover,
#dafwa #sidebar a:active,
#dafwa #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#dafwa #sidebar #sidebar-search label {
    font: normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #2d2f32;
}
#dafwa #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#dafwa #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#dafwa #sidebar form label {
  color: #2d2f32;
}
#dafwa #sidebar ul#side-notify {
  padding-top: 0;
}
#dafwa #sidebar li.sb-custom-li img {
    float: left;
    margin-left: 10px;
    margin-right: 5px;
}

#dafwa #sidebar li.sb-custom-li a { line-height: 2.8; }
/*-----  Site matching journals  ----- */
    /* --- Highlighted sidebar links --- */
#dafwa #sidebar ul#navlist {
  border-top: none; }  /* border added by ir-custom.css by default */
#dafwa #sidebar ul#navlist li:first-child a {
  border-top: 1px solid #e1e0e0; /* border is removed if #navlist has no content */
}
#dafwa #sidebar ul#navlist li a {
  color: #42797f;
  transition: background 0.3s ease;
  font-weight: normal;
  background-color: #fff;
  border-bottom: 1px solid #e1e0e0;
}
    /* Sidebar link colors */
#dafwa #sidebar ul#navlist li a:active,
#dafwa #sidebar ul#navlist li a:hover,
#dafwa #sidebar ul#navlist li a:focus {
  color: #000;
  background-color: #fff;
}

#dafwa #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
/* ---------------- Main Content ---------------- */
#dafwa #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/9a3de061498d3e50780f237e8d748fff.gif) repeat-y left top;
}
/*#dafwa #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#dafwa #main.text div.crumbs a:link,
#dafwa #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #42797f;
}
#dafwa #main.text div.crumbs a:hover,
#dafwa #main.text div.crumbs a:active,
#dafwa #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#dafwa #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#dafwa #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#dafwa #dcn-home > h2,
#dafwa #main.text h2#hometitle,
#dafwa #main.text #homepage-heading-row h2 {
    font: bold 36px "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: #42797f; }
#dafwa #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#dafwa #dcn-home #cover-browse h3 a:hover,
#dafwa #dcn-home #cover-browse h3 a:focus,
#dafwa #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#dafwa #main.text a:link,
#dafwa #main.text a:visited {
    color: #42797f; /* declared for #network-icon text */
}
#dafwa #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#dafwa #main.text a:hover,
#dafwa #main.text a:active,
#dafwa #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#dafwa #dcn-home .box.aag h2,
#dafwa #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: bold 24px "Poppins", sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#dafwa #main.text .box a:link,
#dafwa #main.text .box a:visited {
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#dafwa #main.text .box a:hover,
#dafwa #main.text .box a:active,
#dafwa #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#dafwa #alpha .element p,
#dafwa #custom-fields .element p,
#dafwa #alpha #recommended_citation p {
  font-size: 15px;
}
#dafwa #beta_7-3 #beta-disciplines.aside p,
#dafwa #alpha #attach_additional_files .files span {
  font-size: 15px !important;
}

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

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

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

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

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

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

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

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

#dafwa #cover-browse .col {
    width: 216px;
    float: left;
    margin-right: 9px;
}

#dafwa #cover-browse .col:last-child { margin-right: 0; }

#dafwa #cover-browse a {
    height: 54px;
    background-color: #dfebef;
    font: normal 17px "Poppins", sans-serif;
    margin: 0 0 10px;
    line-height: 24px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease;
    color: #2d2f32 !important;
}

#dafwa #main.text #cover-browse a:hover,
#dafwa #main.text #cover-browse a:active,
#dafwa #main.text #cover-browse a:focus {
    background-color: #42797f;
    color: #fff !important;
}
/* ---------------- Footer ---------------- */
#dafwa #footer {
    background: #2d2f32 url(assets/md5images/d057919dccace07c530bf1e29087322e.gif) no-repeat left top;
}
.legacy #dafwa #footer-top {
    justify-content: flex-end;
}
#dafwa #footer-top {
    height: 151px;
    width: 100%;
    background: transparent;
    display: flex;
}
#dafwa #footer-top .footer-text {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
#dafwa #footer-top img {
    padding-top: 24px;
}
#dafwa #footer-top p {
    color: #fff;
    width: 680px;
    font-size: 13px;
    padding: 0 30px;
    margin: 0;
}
#dafwa #bepress a {
    background-image: url(assets/md5images/96b516c30fb7fdc1d3fe4dc6d556b6f8.svg);
  background-size: 210px;
    background-position: center;
}
#dafwa #footer {
    height: 139px;
    border-top: 1px solid #dedede;
    background-color: #2d2f32; }
#dafwa #bepress a {
    height: 137px;
    margin: 1px 0;
    background-color: #2d2f32; }
#dafwa #footer p,
#dafwa #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#dafwa #footer p {
    padding-left: 185px;
}
#dafwa #footer p:first-of-type { padding-top: 40px; }

#dafwa {
    background: url(assets/md5images/462f62ea7ce6affdd82641793146896a.gif) repeat-x left bottom;
}

#dafwa #container #footer a.secondary-link {
  font-size: 11px;
}
#dafwa #footer p a:hover,
#dafwa #footer p a:active,
#dafwa #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#dafwa #content {
    min-height: calc(100vh - 538px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #dafwa #wrapper:after {
    content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #dafwa #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#dafwa #main.text .authorbrowser p.letters a:hover,
#dafwa #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 #dafwa #main.text #dcn-home .box.aag h2,
.mbl #dafwa #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #dafwa #header,
.mbl #dafwa #header a#banner_link img,
.mbl #dafwa #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 #dafwa #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 25.170068%;
    left: 3.061224%;  /* change to "right:" for right aligned logo */
    width: 51.020408% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #dafwa #footer #bepress a {
    background: transparent url(assets/md5images/96b516c30fb7fdc1d3fe4dc6d556b6f8.svg) center no-repeat !important;
    height: 50px !important;
    margin: 0px !important;
  background-size: contain !important;
}

.mbl #dafwa #footer {
	background-color: #2d2f32 !important; /* plug in footer background color */
	background-image: none !important;
}

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

.mbl #dafwa #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #dafwa #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #dafwa #dcn-home #homepage-heading-row .btn:hover,
.mbl #dafwa #dcn-home #homepage-heading-row .btn:focus,
.mbl #dafwa #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #dafwa #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #dafwa #header {
  margin: 0 !important;
}
.mbl #dafwa #navigation #nav-logo {
  width: 100% !important;
  justify-content: space-around;
}
.mbl #dafwa #footer-top {
    display: none;
}
.mbl #dafwa #sidebar {
    margin: 0;
}
/* Custom CSS from pre-redesign */
/* Added image to communities.html page - dc 02/28/2022 */
#dafwa img.collections {
    width: 666px;
    height: 199px;}
    
/* DOI field, dc 4-23-24; updated 4-11-25 */ 
#dafwa #custom-fields #doi.element h2.field-heading {  
  color: #000;
  margin: 0;
  padding: 4px;
  padding-bottom: 0;
  font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
} 

/* Authors field spacing, dc 5-12-25 */
#dafwa #content #main.text #alpha p.author {line-height: 1.5em;}
