/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- 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/472fc250d2db6f9b202541732675f234.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#plymuni #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#plymuni #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 --- */
#plymuni #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 23.2%;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 41.224489795% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#plymuni #header a#banner_link:focus img {
  outline: 2px dotted #fff;
}
#plymuni #header a#logo_link:focus img {
  outline: 1px dotted #fff;
}
/* ---------------- Navigation ---------------- */
#plymuni #navigation,
#plymuni #navigation #tabs {
    height: 37px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#plymuni #navigation #tabs,
#plymuni #navigation #tabs ul,
#plymuni #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#plymuni #navigation #tabs,
#plymuni #navigation #tabs ul {
    display: flex;
    justify-content: space-evenly; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
    width: 240px;
    float: left;
}
#plymuni #navigation #tabs a {
    font: normal 13px Arial, Helvetica Neue, Helvetica, sans-serif;
    display: flex;
    justify-content: flex-start;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 37px;
    line-height: 37px;
    color: #000;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 9px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#plymuni #navigation #tabs a img {
  width: 19px;
  height: 19px;
  margin: 9px 3px;
  filter: brightness(0) saturate(100%) invert(20%) sepia(21%) saturate(1311%) hue-rotate(174deg) brightness(97%) contrast(90%);
}
#plymuni #navigation #tabs a:hover,
#plymuni #navigation #tabs a:active,
#plymuni #navigation #tabs a:focus {
    text-decoration: underline;
}
#plymuni #navigation #tabs #tabtwo {
  display: none;
}
/* ---------------- Sidebar ---------------- */
#plymuni #sidebar {
  padding-top: 0;
}
#plymuni #sidebar h2 {
    font: bold 16px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #fff;
    background-color: #273e5b;
    padding: 0;
    margin: 0;
    border: none;
    height: 66px;
    line-height: 48px;
    display: flex;
    justify-content: center;
    text-indent: 0;
    clip-path: polygon(100% 0, 100% 75%, 50% 100%, 0 75%, 0 0);
}
#plymuni #sidebar a {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0070a8;
    text-decoration: underline;
}
#plymuni #sidebar a:hover,
#plymuni #sidebar a:active,
#plymuni #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#plymuni #sidebar #sidebar-search label {
    font: normal 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #000;
}
#plymuni #sidebar ul#side-notify {
  padding-top: 0;
}
#plymuni #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#plymuni #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

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

/* ---------------- Main Content ---------------- */
#plymuni #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/efc3409052aea1e1dde84f7ca6e53060.gif) repeat-y left top;
}
/*#plymuni #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#plymuni #main.text div.crumbs a:link,
#plymuni #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #0070a8;
}
#plymuni #main.text div.crumbs a:hover,
#plymuni #main.text div.crumbs a:active,
#plymuni #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#plymuni #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#plymuni #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#plymuni #dcn-home > h2,
#plymuni #main.text h2#hometitle,
#plymuni #main.text #homepage-heading-row h2 {
    font: normal 22px Arial, Helvetica Neue, Helvetica, 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: #0070a8; }
#plymuni #dcn-home #cover-browse h3 a {
    font: 400 17px/1.6 Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
}
#plymuni #dcn-home #cover-browse h3 a:hover,
#plymuni #dcn-home #cover-browse h3 a:focus,
#plymuni #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#plymuni #main.text a:link,
#plymuni #main.text a:visited {
    color: #0070a8; /* declared for #network-icon text */
}
#plymuni #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#plymuni #main.text a:hover,
#plymuni #main.text a:active,
#plymuni #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#plymuni #dcn-home .box.aag h2,
#plymuni #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 17px Arial, Helvetica Neue, Helvetica, sans-serif;
    border-bottom: 1px solid #d3d3d3;
}
#plymuni #main.text .box a:link,
#plymuni #main.text .box a:visited {
    font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#plymuni #main.text .box a:hover,
#plymuni #main.text .box a:active,
#plymuni #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#plymuni #alpha .element p,
#plymuni #custom-fields .element p,
#plymuni #alpha #recommended_citation p {
  font-size: 14px;
}
#plymuni #beta_7-3 #beta-disciplines.aside p,
#plymuni #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}
#plymuni #alpha .element h4,
#plymuni #custom-fields .element h4,
#plymuni #beta_7-3 h4,
#plymuni #alpha #attach_additional_files .related strong {
  font-size: 16px !important;
}
#plymuni #alpha #title.element p {
  font-size: 22px;
}
/* Breadcrumbs */
#plymuni #breadcrumb a,
#plymuni .crumbs p a,
#plymuni #pager li {
  font-size: 13px;
}
#plymuni #pager li {
  line-height: 2.3em;
}

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

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

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

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

/* Site subpage headings */
#plymuni #main.text h2#ir-about,
#plymuni #main.text h2#faq-top,
#plymuni #main.text h2#communities-title,
#plymuni #main.text h2#top,
#plymuni #main.text h2#submit-title,
#plymuni #main.text #announce h2,
#plymuni #main.text #accessibility-statement h2,
#plymuni #main.text .discipline-block h2,
#plymuni #main.text h2#activity-title,
#plymuni #main.text h2#recent-title,
#plymuni #main.text h2#topdownloads-title {
  font-size: 22px;
}
#plymuni #main.text #accessibility-statement h3 {
  text-decoration: none;
  font-size: 20px;
}
#plymuni #main.text #accessibility-statement h4 {
    font-size: 18px;
    color: #000;
}

/* homepage stats */
#plymuni p#stats,
#plymuni #main.text #network-icon a {
  font-size: 13px;
}

#plymuni #series-home .pdf,
#plymuni #series-home .native,
#plymuni #series-home .metadata-only,
#plymuni #series-home .external {
  line-height: 2.9em;
}
#plymuni #homebuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
}
#plymuni #homebuttons a {
  width: 181px;
  height: 107px;
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #eee;
  margin-right: 27px;
  margin-bottom: 10px;
  justify-content: space-evenly;
}
#plymuni #homebuttons a:last-of-type {
  margin-right: 0;
}
#plymuni #homebuttons a img {
  height: 51px;
  width: 51px;
  margin: 0 65px;
  filter: brightness(0) saturate(100%) invert(0%) sepia(100%) saturate(7464%) hue-rotate(53deg) brightness(78%) contrast(93%);
}
#plymuni #homebuttons a.red:hover,
#plymuni #homebuttons a.red:focus,
#plymuni #homebuttons a.red:active {
  outline: 2px solid #d93426;
}
#plymuni #homebuttons a.yellow:hover,
#plymuni #homebuttons a.yellow:focus,
#plymuni #homebuttons a.yellow:active {
  outline: 2px solid #efdd90;
}
#plymuni #homebuttons a.blue:hover,
#plymuni #homebuttons a.blue:focus,
#plymuni #homebuttons a.blue:active {
  outline: 2px solid #005dac;
}
#plymuni #homebuttons a h3 {
  font: normal 16px Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
  text-align: center;
}
#plymuni #homebuttons a {
  text-decoration: none;
}
#plymuni #homebuttons a.red {
  border-top: 12px solid #d93426;
}
#plymuni #homebuttons a.yellow {
  border-top: 12px solid #efdd90;
}
#plymuni #homebuttons a.blue {
  border-top: 12px solid #005dac;
}
#plymuni #content .text #homebuttons a:focus {
  border-bottom: none;
}
#plymuni #main.text #homebuttons a:hover,
#plymuni #main.text #homebuttons a:active,
#plymuni #main.text #homebuttons a:focus {
    color: #000000;
    text-decoration: none;
}
/* ---------------- Footer ---------------- */
#plymuni #footer {
    height: 76px;
    background-color: #c8d1da; }
#plymuni #bepress a {
    height: 74px;
    background-color: #c8d1da;
    margin: 1px 0;
}
#plymuni #footer p,
#plymuni #footer p a {
    font: normal 13px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #1c1c1c;
    text-decoration: none;
}
#plymuni #footer p:first-of-type { padding-top: 12px; }

#plymuni #container #footer a.secondary-link {
  font-size: 11px;
}
#plymuni #footer p a:hover,
#plymuni #footer p a:active,
#plymuni #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dotted #000;
}
#plymuni #content {
    min-height: calc(100vh - 238px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #plymuni #wrapper:after {
    content: none; /* search pages */
}
#plymuni {
    background: url(assets/md5images/2a1a5054ee415979688a1479b71e1f45.gif) repeat-x left bottom;
}
#plymuni #footer { position: relative; }

a#footer-logo-link { margin: 0; }

#footerlogo {
    position: absolute;
    top: 17.70833333%;
    right: 3.367346938%;
    margin: 1px 0;
    height: 42px;
    width: 27px;
 }
#footerlogo img {
  height: 42px;
  width: 27px;
}

#plymuni #footer a#footer-logo-link:focus img {
    outline: 1px dotted #000;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #plymuni #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#plymuni #main.text .authorbrowser p.letters a:hover,
#plymuni #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 #plymuni #main.text #dcn-home .box.aag h2,
.mbl #plymuni #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #plymuni #header,
.mbl #plymuni #header a#banner_link img,
.mbl #plymuni #navigation {
    width: 100% !important;
}

.mbl #sidebar h2 {
  margin: 5px 0 !important;
  padding-left: 0 !important;
  width: 100% !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 #plymuni #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 23.2%;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 41.224489795% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

.mbl #plymuni #footer #bepress a {
	background: transparent url(assets/md5images/fbfd9ea351fb0ab7e303179ba51366dd.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #plymuni #footer {
	background-color: #c8d1da !important; /* plug in footer background color */
	background-image: none !important;
}

.mbl #plymuni #content {
    min-height: unset;
}
.mbl #footer-logo-link { display: none; }

/* ---------------- Homepage Search Box---------------- */

#plymuni #homepage_search input#simple-search {
    width:500px;
    height:30px;
    border-left:15px solid #273e5b ;
}
/* orcid id icon next to field value ALuca 4/18/24 */
#plymuni #orcid.element li a {
    background: transparent url(assets/md5images/2dddb203aa38ec94870d3ef2b43921c4.png) top left no-repeat;
    padding-left:20px;
    padding-bottom:5px; }
    
/* CoreRecommender */
#plymuni #coreRecommenderOutput .tabs>li,
#plymuni .coreRecommender li {
    background-image: none; /* removes bullet point background image */
    margin: 0 0 -1px 0;
    padding: 0;
}

#plymuni #coreRecommenderOutput #tabs.tab-container {
    width: 100%; 
}

#plymuni #coreRecommenderOutput li#specificLibrary a {
    margin-left: 3px;
    margin-bottom: 1px;
    background-color: #fff;
}

#plymuni #coreRecommenderOutput li#specificLibrary a:active,
#plymuni #coreRecommenderOutput li#specificLibrary a:hover,
#plymuni #coreRecommenderOutput li#specificLibrary a:focus {
    background-color: #eeeeee;
    color: #000;
}

#plymuni .coreRecommender .documentTpl {
    padding: 10px 0;
    margin: 0;
}

#plymuni .coreRecommender a,
#plymuni #main.text .coreRecommender a:hover, 
#plymuni #main.text .coreRecommender a:active, 
#plymuni #main.text .coreRecommender a:focus {
    text-decoration: none;
}

#plymuni .coreRecommender a span.label {
    color: #204f76;
}

#plymuni .coreRecommender li:active,
#plymuni .coreRecommender li:hover,
#plymuni .coreRecommender li:focus {
    border-right: 3px solid #204f76;
}
.mbl #plymuni #coreRecommenderOutput {
  display: none;
}
/* ALuca hiding embargo date 1/3/25 */
#plymuni .aside p.beta-embargo
{display:none;}
/* ALuca adding SDG styling 5/8/25 */
#plymuni #un_sdg img {width:100px; height: auto;}