/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2022
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&family=Roboto:wght@400;700&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/621df7e64eb4252f658b0c7c48efe5ea.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#tmc #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
  background: transparent;
  margin: 1px 0;
}
#tmc #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 --- */
#tmc #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 34.7368421052%;
    left: 0.714285714%;  /* change to "right:" for right aligned logo */
    width: 24.69387755102% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#tmc #header a#banner_link:focus img {
  outline: 2px dotted #fff;
}
#tmc #header a#logo_link:focus img {
  outline: 1px dotted #fff;
}
/* ---------------- Navigation ---------------- */
#tmc #navigation,
#tmc #navigation #tabs {
    height: 38px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#tmc #navigation #tabs,
#tmc #navigation #tabs ul,
#tmc #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#tmc #navigation #tabs,
#tmc #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%;
}
#tmc #navigation #tabs a {
    font: bold 13px 'Open Sans', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 38px;
    line-height: 38px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 15px; /* with arial bold, this fits */
    margin: 0;
    border: 0;
}
#tmc #navigation #tabs a:hover,
#tmc #navigation #tabs a:active,
#tmc #navigation #tabs a:focus {
    color: #000000;
    background-color: #fff;
    text-decoration: underline;
}
#tmc #navigation #tabs li:first-child a { padding-left: 15px; }

/* ---------------- Sidebar ---------------- */
#tmc #sidebar h2 {
    font: bold 16px/2 'Open Sans', sans-serif;
    color: #fff;
    background-color: #c05353;
    padding: 0;
    margin: 0;
    border: none;
}
#tmc #sidebar a {
    font: normal 14px 'Roboto', sans-serif;
    color: #0d3f62;
    text-decoration: none;
}
#tmc #sidebar ul#side-notify {
  padding-top: 0;
}
#tmc #sidebar a:hover,
#tmc #sidebar a:active,
#tmc #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#tmc #sidebar #sidebar-search label {
    font: normal 14px 'Roboto', sans-serif;
    color: #000;
}
#tmc #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#tmc #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

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

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

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

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

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

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

/* Site subpage headings */
#tmc #main.text h2#ir-about,
#tmc #main.text h2#faq-top,
#tmc #main.text h2#faq,
#tmc #main.text h2#communities-title,
#tmc #main.text h2#top,
#tmc #main.text h2#submit-title,
#tmc #main.text #announce h2,
#tmc #main.text #accessibility-statement h2,
#tmc #main.text .discipline-block h2,
#tmc #main.text h2#activity-title,
#tmc #main.text h2#recent-title,
#tmc #main.text h2#topdownloads-title,
#tmc #main.text h2#peer-review-title,
#tmc #main.text h2#featured-title,
#tmc #main.text h2#etd-title {
  font-size: 22px;
  font-weight: bold;
  padding: 0;
}
#tmc #main.text .discipline-block .header h2 {
  padding: 6px 0;
}
/* homepage stats */
#tmc p#stats,
#tmc #main.text #network-icon a {
  font-size: 13px;
}
#tmc #series-home .pdf, 
#tmc #series-home .native, 
#tmc #series-home .metadata-only, 
#tmc #series-home .external {
  line-height: 2.4em;
}
#tmc #pager li {
  margin-top: 5px;
}
#tmc h2#series-title, 
#tmc #series-home h2,
#tmc h1#series-title, 
#tmc #series-home h1 {
  text-transform: inherit;
}
/* Homepage buttons */
#tmc #homebuttons {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 16px;
}
#tmc #homebuttons a,
#tmc #homebuttons a i,
#tmc #homebuttons a h3 {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
#tmc #homebuttons a {
  background-color: #000066;
  width: 140px;
  height: 140px;
  margin: 0 16px 16px 0;
  border-radius: 5px;
}
#tmc #homebuttons a {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#tmc #homebuttons a h3 {
  font: normal 16px 'Roboto', sans-serif;
  margin: 0 8px;
}
#tmc #homebuttons a i {
  font-size: 64px;
}
#tmc #homebuttons a:active h3,
#tmc #homebuttons a:hover h3,
#tmc #homebuttons a:focus h3,
#tmc #homebuttons a:active i,
#tmc #homebuttons a:hover i,
#tmc #homebuttons a:focus i,
#tmc #main.text #homebuttons a:active,
#tmc #main.text #homebuttons a:hover,
#tmc #main.text #homebuttons a:focus {
  text-decoration: none;
  border-bottom: none;
}
#tmc #homebuttons a:active,
#tmc #homebuttons a:hover,
#tmc #homebuttons a:focus {
  outline: 4px solid #c05353;
}
#homebuttons .break {
  flex-basis: 100%;
  height: 0;
}
#tmc #dcn-home #homepage-heading-row {
    align-items: center;
}
#tmc #dcn-home #homepage-heading-row .btn {
    margin-top: 10px;
}
/* ---------------- Footer ---------------- */
#tmc #footer {
    height: 73px;
    background-color: #2f3237; }
#tmc #bepress a {
    height: 71px;
    background-color: #2f3237; 
    margin: 1px 0;
}
#tmc #footer p,
#tmc #footer p a {
    font: normal 13px/2 'Roboto', sans-serif;
    color: #fff;
    text-decoration: none;
}
#tmc #footer p:first-of-type { padding-top: 10px; }

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

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

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

.mbl #tmc #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #tmc #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #tmc #dcn-home #homepage-heading-row .btn:hover,
.mbl #tmc #dcn-home #homepage-heading-row .btn:focus,
.mbl #tmc #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #tmc #dcn-home span.site-follow {
  margin: 0 5px;
}
.mbl #tmc #header {
  margin: 0 !important;
}
.mbl #tmc #homebuttons a h3 {
  font: normal 16px 'Open Sans', sans-serif !important;
}
.mbl #tmc #homebuttons a i {
  font-size: 48px;
}
.mbl #homebuttons .break {
  flex-basis: 0%;
  height: 0;
}

/* /Scrollbar for author lists CUSTOM-363 shoffman 11/18/24 /*/
#alpha #authors {
	overflow-y: auto;
	max-height: 200px; /* adjust for each site to show desired # of authors; check in multiple browsers */
	border-top: solid 2px #666;
	border-bottom: solid 1px #666;
	margin-bottom: 5px;
}

#alpha #authors p.author {border-top: 0; border-bottom: 0;}

/* Changing styling on custom etd html page */
#tmc #content #main.text #etds_project h3.first_heading {
font-size: 18px;
padding-top: 15px;
padding-bottom: 10px;
font-weight: normal;
text-decoration: none;
}

#tmc #content #main.text #etds_project h3.second_heading {
font-size: 18px;
padding-top: 25px;
padding-bottom: 10px;
font-weight: normal;
text-decoration: none;
}

#tmc #content #main.text #etds_project h2 {
font-size: 22px;
font-weight: bold;
}

#tmc #content #main.text #etds_project p {
margin: 0 0 5px;
}
