/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,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/ae7ee55b2bc9a1302bddbe451262d5b0.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#wnec #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#wnec #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 */
    margin: 1px 0;
    background: transparent;
}
    /* --- Logo --- */
#wnec #logo_image,
#wnec #header a#logo_link {
    display: none;
}
#wnec #header a#banner_link:focus img,
#wnec #header a#logo_link:focus img {
  outline: 1px dotted #fff;
}
/* ---------------- Navigation ---------------- */
#wnec #navigation,
#wnec #navigation #tabs {
    height: 43px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#wnec #navigation #tabs,
#wnec #navigation #tabs ul,
#wnec #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#wnec #navigation #tabs,
#wnec #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%;
}
#wnec #navigation #tabs a {
    font: bold 14px "Roboto", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 23px;
    line-height: 23px;
    color: #333333;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 10px 0;
    border: 0;
    border-right: 1px solid #e2e2e3;
}
#wnec #navigation #tabs a:hover,
#wnec #navigation #tabs a:active,
#wnec #navigation #tabs a:focus {
    text-decoration: underline;
}
#wnec #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#wnec #sidebar {
  background-color: #f4f7fb;
  padding-top: 0;
}
#wnec #sidebar #sidelogo {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
#wnec #sidebar #sidelogo a img {
  width: 240px;
  height: 50px;
}
#wnec #sidebar h2 {
    font: bold 16px "Roboto", sans-serif;
    color: #333333;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#wnec #sidebar a {
    font: normal 14px "Roboto", sans-serif;
    color: #004b8d;
    text-decoration: none;
}
#wnec #sidebar a:hover,
#wnec #sidebar a:active,
#wnec #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#wnec #sidebar #sidebar-search label {
    font: normal 13px "Roboto", sans-serif;
    color: #333333;
}
#wnec #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#wnec #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

#wnec #sidebar a:focus img {
  outline: 1px dotted #000;
}

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

#wnec #sidebar form label {
  color: #333333;
}
#wnec #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#wnec #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/ef727d6d3079c76d453c4d249f387b1f.gif) repeat-y left top;
    margin-top: 36px;
}
#wnec #content #main.text {
  padding: 0;
}
    /* --- Breadcrumbs --- */
#wnec #main.text div.crumbs a:link,
#wnec #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #004b8d;
}
#wnec #main.text div.crumbs a:hover,
#wnec #main.text div.crumbs a:active,
#wnec #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#wnec #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#wnec #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#wnec #dcn-home > h2,
#wnec #main.text h2#hometitle,
#wnec #main.text #homepage-heading-row h2 {
    font: normal 39px "Bebas Neue", sans-serif;
    color: #0060aa;
}
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: #004b8d; }
#wnec #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 "Roboto", sans-serif;
    text-decoration: none;
}
#wnec #dcn-home #cover-browse h3 a:hover,
#wnec #dcn-home #cover-browse h3 a:focus,
#wnec #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#wnec #main.text a:link,
#wnec #main.text a:visited {
    color: #004b8d; /* declared for #network-icon text */
}
#wnec #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#wnec #main.text a:hover,
#wnec #main.text a:active,
#wnec #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#wnec #dcn-home .box.aag h2,
#wnec #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 27px "Bebas Neue", sans-serif;
    border-bottom: 1px solid #d3d3d3;
    color: #0060aa;
}
#wnec #main.text .box a:link,
#wnec #main.text .box a:visited {
    font: bold 14px "Roboto", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#wnec #main.text .box a:hover,
#wnec #main.text .box a:active,
#wnec #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#wnec #alpha .element p,
#wnec #custom-fields .element p,
#wnec #alpha #recommended_citation p {
  font-size: 14px;
}
#wnec #beta_7-3 #beta-disciplines.aside p,
#wnec #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

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

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

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

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

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

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

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

#wnec ul#pager li {
    padding-top: 5px;
}
/* Journals */
#wnec .article-list h2,
#coverart #alpha .article-list h2 {
  font: normal 21px "Bebas Neue", sans-serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
}
#wnec #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: normal 22px "Bebas Neue", sans-serif; /* Current Issue */
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: normal 18px "Bebas Neue", 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;
}

#wnec #dcn-home #homepage-heading-row .btn {
  margin-bottom: 8px;
}
#wnec #accessibility-statement h4 {
  font-size: 16px;
}
#wnec #series-home .pdf, 
#wnec #series-home .native, 
#wnec #series-home .metadata-only, 
#wnec #series-home .external {
  font-size: 12px;
  line-height: 2.2em;
}
/* Carousel */
#wnec .news-slider .text-content h2 {
  color: #0060aa;
  font-size: 32px;
}

/* ---------------- Footer ---------------- */
#wnec #footer {
    height: 74px;
    background-color: #004b8d; }
#wnec #bepress a {
    height: 72px;
    margin: 1px 0;
    background-color: #004b8d; }
#wnec #footer p,
#wnec #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    text-decoration: none;
}
#wnec #footer p:first-of-type { padding-top: 11px; }

#wnec #container #footer a.secondary-link {
  font-size: 11px;
}
#wnec #footer p a:hover,
#wnec #footer p a:active,
#wnec #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dotted #fff;
}
#wnec #content {
    min-height: calc(100vh - 279px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
#wnec {
    background: url(assets/md5images/60636c088afc0a05e4dcf48415c6375b.gif) repeat-x left bottom;
}
/* Search pages */
.legacy #wnec #wrapper:after {
    content: none; /* search pages */
}
.legacy #wnec #wrapper {
  margin-top: 0;
}
.legacy #wnec #content {
  margin-top: 36px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #wnec #wrapper {  
  background-image: none; 
  background-color: #fff;
}
/* Browse Authors accessibility fix- CSFR-2648 */
#wnec #main.text .authorbrowser p.letters a:hover,
#wnec #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 #wnec #main.text #dcn-home .box.aag h2,
.mbl #wnec #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #wnec #header,
.mbl #wnec #header a#banner_link img,
.mbl #wnec #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 #wnec #header #logo_image {
  display: none;
}
.mbl #wnec #footer #bepress a {
	background: transparent url(assets/md5images/6fdf8f03f80bfb9018e02c974f875a3f.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #wnec #footer {
	background-color: #004b8d !important; /* plug in footer background color */
	background-image: none !important;
}

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

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


/* --- BEGIN front page button formatting - dc 11-14-24 ---*/

#wnec #browse-by-buttons {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding-left: 0px; /* helps center buttons on page, adjust as necessary */
}

#wnec #browse-by-buttons .browse-container a {
   text-decoration: none!important;
}

#wnec #browse-by-buttons .browse-container {
    width: 33%; /* 33% for 3-icon rows, 25% for 4-icon rows */
    margin-top: 5px;
    margin-bottom: 5px;
}


#wnec #browse-by-buttons .browse-contents {
  border-radius: calc(25px + 5px); /* browse-link border radius + browse-link border width */ 
  width: calc(120px + 5px);  /* .browse-link width + .browse-link border width */
}

#wnec #browse-by-buttons .browse-link {
  background-color: #004b8d; /* button background color */
  width: 208px;
  height: 128px;
  border-radius: 0px;
  border: 5px solid white; /* invisible default border to keep alignment */
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  margin-bottom: -7px;
}

/* Button icon settings */
#wnec #browse-by-buttons .browse-link i {
  font-size: 45px; /* size of font icon */
  color: #fff; /* button icon color */
}

/* Button icon settings - img files */
#wnec #browse-by-buttons .browse-link img {
  max-width: 45px; /* size of icon */
  height: auto;
  align-self: center;
  vertical-align: middle;
}

/* Button text settings */
#wnec #browse-by-buttons .browse-link h3 {
  font-size: 15px;
  text-align: center;
  font-family: inherit;
  color: #fff; /* button text color */
  margin: 5x 5px 0
}

#wnec #browse-by-buttons .browse-contents h3 {
  text-decoration: none!important; 
}

/* Hover/focus behavior for button text */
#wnec #browse-by-buttons a:hover > .browse-link h3,
#wnec #browse-by-buttons a:focus > .browse-link h3,
#wnec #browse-by-buttons a:active > .browse-link h3 {
  color: #fff; /* hover text color */
  transition: color .2s;
  text-decoration: none; 
}

/* Hover/focus behavior for icon */
#wnec #browse-by-buttons a:hover > .browse-link i,
#wnec #browse-by-buttons a:focus > .browse-link i,
#wnec #browse-by-buttons a:active > .browse-link i {
  color: #fff>; /* hover icon color */
  transition: color .2s;
  text-decoration: none;
}

/* Hover/focus behavior for button outline */
#wnec #browse-by-buttons a:hover > .browse-link,
#wnec #browse-by-buttons a:focus > .browse-link,
#wnec #browse-by-buttons a:active > .browse-link {
  border: 5px solid #004b8d; /* hover border color */
  border-radius: 0px;
  transition: border .2s;
}

/* Mobile adjustments */
@media only screen and (max-width: 1024px) {

  #wnec #browse-by-buttons .browse-container {
    width: 50%; /* if this looks strange, try width: max-content; */
   }
   	
  #wnec #browse-by-buttons .browse-link h3,
  #wnec #browse-by-buttons .browse-link i {   
		margin: 0;  
   }

  #wnec #browse-by-buttons .browse-link {
    padding: 6px;
   }

  #wnec #browse-by-buttons .browse-link h3 {
    text-decoration: none;
   }
}

/* Overruling some of Google's default icon font styling */
#wnec #browse-by-buttons .browse-link .material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  line-height: 1.2em;
  font-size: 66px;
}

/* --- END front page button formatting ---*/

