/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;800&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 16px/1.5 'Montserrat', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/24886946e8e919f7d7b12087af1dce12.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#tudublin #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#tudublin #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 --- */
#tudublin #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 24.4897959183% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#tudublin #header a#banner_link:focus img,
#tudublin #header a#logo_link:focus img {
  outline: 1px solid #000;
}
/* ---------------- Navigation ---------------- */
#tudublin #navigation,
#tudublin #navigation #tabs {
    height: 36px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
    position: relative;
}
#tudublin #navigation {
  top: -143px;
  margin-bottom: -48px;
  width: 500px;
  float: right;
}
#tudublin #navigation #tabs,
#tudublin #navigation #tabs ul,
#tudublin #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#tudublin #navigation #tabs,
#tudublin #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%;
    height: 48px;
}
#tudublin #navigation #tabs a {
    font: bold 13px 'Montserrat', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 48px;
    line-height: 48px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
    text-transform: uppercase;
}
#tudublin #navigation #tabs a:hover,
#tudublin #navigation #tabs a:active,
#tudublin #navigation #tabs a:focus {
    text-decoration: underline;
}
#tudublin #navigation #tabs li:first-child a { padding-left: 15px; }
#tudublin #navigation #tabs li:last-child a {
    padding-right: 8px;
}
/* ---------------- Sidebar ---------------- */
#tudublin #sidebar h2 {
    font: bold 18px 'Montserrat', sans-serif;
    color: #004c6c;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#tudublin #sidebar {
  background-color: #f2f2f2;
}
#tudublin #sidebar ul#side-notify {
  padding-top: 0;
}
#tudublin #sidebar a {
    font: normal 16px 'Montserrat', sans-serif;
    color: #0d3f62;
    text-decoration: none;
}
#tudublin #sidebar a:hover,
#tudublin #sidebar a:active,
#tudublin #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#tudublin #sidebar #sidebar-search label {
    font: normal 15px 'Montserrat', sans-serif;
    color: #000;
}
#tudublin #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#tudublin #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

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

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

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

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

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

/* Site subpage headings */
#tudublin #main.text h2#ir-about,
#tudublin #main.text h2#faq-top,
#tudublin #main.text h2#communities-title,
#tudublin #main.text h2#top,
#tudublin #main.text h2#submit-title,
#tudublin #main.text #announce h2,
#tudublin #main.text #accessibility-statement h2 {
  font-size: 22px;
}
/* homepage stats */
#tudublin p#stats,
#tudublin #main.text #network-icon a {
  font-size: 14px;
}

#tudublin #mainimage {
  margin: -16px 0 16px 0;
  width: 100%;
  height: 237px;
}

#tudublin #series-home .pdf, 
#tudublin #series-home .native, 
#tudublin #series-home .metadata-only, 
#tudublin #series-home .external {
  line-height: 3em;
}

/* Homepage buttons */
#tudublin #homebuttons {
  width: 100%;
  margin: 12px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#tudublin #homebuttons a {
  height: 163px;
  width: 163px;
  margin-right: 24px;
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-decoration: none;
}
#tudublin #homebuttons a .linkbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
#tudublin #homebuttons a.green {
  background-color: #00795f;
  clip-path: polygon(0% 100%, 100% 100%, 100% 0%, 28% 0%, 0% 28%);
}
#tudublin #homebuttons a.pink {
  background-color: #B60057;
}
#tudublin #homebuttons a.purple {
  background-color: #452A64;
}
#tudublin #homebuttons a.orange {
  background-color: #008296;
}
#tudublin #homebuttons a.lavender {
  background-color: #736DB0;
}
#tudublin #homebuttons a.burgundy {
  background-color: #B60057;
}
#tudublin #homebuttons a.mauve {
  background-color: #736DB0;
}
#tudublin #homebuttons a.red {
  background-color: #CE122D;
}
#tudublin #homebuttons a.teal {
  background-color: #008296;
}

#tudublin #homebuttons h4 {
  text-align: center;
  margin: auto;
  width: 89%;
}
#tudublin #homebuttons img {
  margin: 0 auto 18px;
}
#tudublin #homebuttons h4 {
  font: bold 18px 'Montserrat', sans-serif;
  color: #fff;
  padding-top: 10px;
}
#tudublin #main.text #homebuttons a:focus,
#tudublin #main.text #homebuttons a:hover,
#tudublin #main.text #homebuttons a:active {
  text-decoration: none;
  border-bottom: none;
}
#tudublin #main.text #homebuttons a:focus .linkbox,
#tudublin #main.text #homebuttons a:hover .linkbox,
#tudublin #main.text #homebuttons a:active .linkbox {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
/* ---------------- Footer ---------------- */
#tudublin #footer,
#tudublin #bepress a {
    height: 75px;
    background-color: #f2f2f2; }
#tudublin #footer p,
#tudublin #footer p a {
    font: normal 15px/2 'Montserrat', sans-serif;
    color: #004c6c;
    text-decoration: none;
}
#tudublin #footer p:first-of-type { padding-top: 7px } 
#tudublin #footer p a:hover,
#tudublin #footer p a:active,
#tudublin #footer p a:focus {
    text-decoration: underline; }
#tudublin #container #footer a.secondary-link {
  font-size: 13px;
}
#tudublin {
    background: url(assets/md5images/c9ee66a731e79bcf70ae328c350d1607.gif) repeat-x left bottom;
}
#bepress a:focus {
      outline: 1px solid #000;
}
#tudublin #content {
    min-height: calc(100vh - 282px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #tudublin #wrapper:after {
    content: none; /* search pages */
}
.legacy #tudublin #wrapper {
  margin-bottom: 0;
}
.legacy #tudublin #content {
  margin-bottom: 32px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #tudublin #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#tudublin #main.text .authorbrowser p.letters a:hover,
#tudublin #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 #tudublin #main.text #dcn-home .box.aag h2,
.mbl #tudublin #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #tudublin #header,
.mbl #tudublin #header a#banner_link img,
.mbl #tudublin #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 #tudublin #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 24.4897959183% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
.mbl #tudublin #footer #bepress a {
	background: transparent url(assets/md5images/70f4be69af7e96417e4ca61c38ec1942.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #tudublin #footer {
	background-color: #f2f2f2 !important; /* plug in footer background color */
	background-image: none !important;
}
.mbl #tudublin #content {
    min-height: unset;
}

/* Miscellaneous */
  /* CSS from previous design */
  /* Plum Print */
#dit #main.text #beta_7-3 #plumx li {
    background: 0 !important; }

#dit #main.text h2#series-title {
    font-weight: normal; }
  /* end Plum Print */

  /* Plum Print Mobile */
.mbl #dit #main.text #beta_7-3 #plumx {
    margin-top: 5%; }
.mbl #dit #main.text #beta_7-3 #plumx,
.mbl #dit #main.text #beta_7-3 #plumx * {
    text-align: center; }
  /* end Plum Print Mobile */

  /* Browse links for /culhis intro text -- aarder/6/5/17 */
#dit .culhis-list {display: inline-block; width: 185px; vertical-align: top;}
  /* Browse links for /totalarchive-list intro text -- aarder/6/5/17 */
#dit .totalarchive-list {display: inline-block; width: 150px; vertical-align: top;}


  /*10 Million Download Announcement */
#dit #milestone_text ul li {font-size: 17px; margin: 1.5em 1em 1em 1em;}
#dit #milestone_text hr {width:350px; border-top: 3px solid purple;}
#dit #milestone_text {width:350px; height: 420px;float:right; padding-bottom:20px;}
#dit #milestone_graphic {float:left; height:383px; padding-bottom:20px;padding-top: 37px;}
#dit #milestone {color:red; border-bottom: 12px}

#dit #announcement blockquote { 
    margin-left:50px; 
    margin-bottom: 25px;
}
