/* -----------------------------------------------
bepress IR local stylesheet.
Author: Jami Wardlow
Version: Jun 2025
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

	/* --- 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/b86330740f82ade67159474d3017e6fa.png) no-repeat center top;
}

#clemson { background: url(assets/md5images/6e02114c23ab69770d239a3586bc5122.gif) repeat-x left bottom; }

/* ---------------- Header ---------------- */

#clemson #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
	background: transparent;
}

#clemson #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 --- */

#clemson #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 37.142857142857143% !important;  /* 728 / 1960 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

#clemson #header a#banner_link:focus img,
#clemson #header a#logo_link:focus img,
#clemson #bepress a:focus {
    outline: 2px dotted #f56600;
}

/* ---------------- Navigation ---------------- */

#clemson #navigation {
	background-image: linear-gradient(#143168, #00205b);
}

#clemson #navigation,
#clemson #navigation #tabs {
	height: 67px;
	white-space: nowrap;
}

#clemson #navigation #tabs,
#clemson #navigation #tabs ul,
#clemson #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

#clemson #navigation #tabs,
#clemson #navigation #tabs ul {
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

#clemson #navigation #tabs a {
	font: bold 16px "Roboto Condensed", sans-serif;
	display: block;
	height: 67px;
	line-height: 67px;
	color: #fff;
	background-color: transparent;
	padding: 0 23px;
	margin: 0;
	border: 0;
	border-right: 2px solid #001946;
}

#clemson #navigation #tabs a:hover,
#clemson #navigation #tabs a:active,
#clemson #navigation #tabs a:focus {
	text-decoration: underline;
}

#clemson #navigation #tabs #tabtwo a { border-right: 0; }

/* ---------------- Sidebar ---------------- */

#clemson #sidebar {
	margin-top: 36px;
	padding-top: 14px;
	background: #ededed;
	margin-bottom: 20px;
}

#clemson #sidebar h2 {
	font: 500 16px "Roboto Condensed", sans-serif;
	text-transform: uppercase;
	color: #000;
	background: transparent;
	border: none;
}

#clemson #sidebar a {
	font: normal 14px "Roboto", sans-serif;
	color: #2e1a46;
	text-decoration: none;
}

#clemson #sidebar a:hover,
#clemson #sidebar a:active,
#clemson #sidebar a:focus {
	color: #000;
	background: #ededed;
	text-decoration: underline;
}

#clemson #sidebar #sidebar-search label {
	font: normal 14px "Roboto", sans-serif;
	color: #000;
}

#clemson #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#clemson #sidebar #sidebar-search span.border { background: transparent; }

#clemson #sidebar #sidebar-search input.searchbutton {
    background: #00205b;
    border: 0;
    color: #fff;
    padding: 4px 7px;
}

.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

/* ---------------- Main Content ---------------- */

/* this has been creating a gap on top of full-width homepage images. trying to figure out if it's actually necessary for any reason */
/* #clemson #content { padding-top: 16px; } */

	/* Sticky Footer */

#clemson #content { /* calculates 100% viewport height - (total heights of header, navigation and footer) */
	min-height: calc(100vh - 431px);
}
	/* --- Breadcrumbs --- */

#clemson #main.text div.crumbs a:link,
#clemson #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #2e1a46;
}

#clemson #main.text div.crumbs a:hover,
#clemson #main.text div.crumbs a:active,
#clemson #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000;
}

#clemson #breadcrumb a,
#clemson .crumbs p a,
#clemson #pager li {
	font-size: 12px;
}

#clemson #dcn-home > #homepage-intro { margin: 15px 0; }

	/* --- Headers --- */

#clemson #homepage-heading-row h2 {
	font: 900 26px "Roboto", sans-serif;
	margin-bottom: 20px;
}

h3 {
	margin: 0;
	text-decoration: underline;
}

/* FF, IE, Chrome take parent element's color as text-decoration-color (black, usually) */


/* Home buttons */
#clemson #main.text #homebuttons {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}

#clemson #main.text #homebuttons a {
	width: 315px;
	height: 54px;
	font: 500 18px "Roboto Condensed", sans-serif;
	color: #fff;
	background-image: linear-gradient(#d75501, #b84601);
	margin-bottom: 16px;
	text-align: left;
	display: flex;
	justify-content: flex-start;
	text-decoration: none;
}

#clemson #main.text #homebuttons a img {
/*	padding-right: 5px;*/
}

#clemson #main.text #homebuttons a:active,
#clemson #main.text #homebuttons a:hover,
#clemson #main.text #homebuttons a:focus {
	text-decoration: none;
	border-bottom: none;
}

#clemson #main.text #homebuttons a:active p,
#clemson #main.text #homebuttons a:hover p,
#clemson #main.text #homebuttons a:focus p {
	text-decoration: underline;
}

#clemson #main.text #homebuttons a p {
	margin: 0;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 5px;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

#clemson #main.text #homebuttons a:nth-child(odd) {
	margin-right: 18px;
}

	/* --- Links --- */

#clemson #main.text a:link,
#clemson #main.text a:visited {
	color: #2e1a46; /* declared for #network-icon text */
}

#clemson #main.text a:hover,
#clemson #main.text a:active,
#clemson #main.text a:focus {
	color: #000;
	text-decoration: underline;
}

	/* PotD / Top DL widgets */

#clemson .box.aag h2,
#clemson .box.potd h2 {
	font: 900 22px "Roboto", sans-serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#clemson #main.text .box a:link,
#clemson #main.text .box a:visited {
	background: none;
	font: bold 14px "Roboto", sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#clemson #main.text .box a:hover,
#clemson #main.text .box a:active,
#clemson #main.text .box a:focus {
	text-decoration: underline;
}

	/* Browse Disciplines */

#clemson #content .subnav li {
	font-size: 13px;
}

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

#clemson .discipline-browser dd,
#clemson .new-discipline dd {
    padding: 3px 0;
}

	/* Submit Research */

#clemson .communities dt,
#clemson .communities dt a:link {
	font-size: 14px;
	font-weight: normal;
}
#clemson dl.communities dd ul li {
    line-height: 1.3em;
}

	/* Announcements */

#clemson #main.text #announce h3,
#clemson #main.text #announce h4 {
 	font-size: 15px;
}

	/* Site subpage headings */

#clemson #main.text h2#ir-about,
#clemson #main.text h2#faq-top,
#clemson #main.text h2#communities-title,
#clemson #main.text h2#top,
#clemson #main.text h2#submit-title,
#clemson #main.text #announce h2,
#clemson #main.text #accessibility-statement h2 {
	font-size: 22px;
}

	/* homepage stats */

#clemson p#stats,
#clemson #main.text #network-icon a {
	font-size: 13px;
}

	/* Article pages series/journal/event */

#clemson #alpha .element p,
#clemson #custom-fields .element p,
#clemson #alpha #recommended_citation p,
#clemson #alpha #attach_additional_files .files span {
	font-size: 14px;
}

#clemson #beta_7-3 #beta-disciplines.aside p {
	font-size: 14px !important;
}

#clemson #alpha .element h4,
#clemson #custom-fields .element h4,
#clemson #beta_7-3 h4,
#clemson #alpha #attach_additional_files .related strong {
	font-size: 15px !important;
}
#clemson #alpha #title.element p {
	font-size: 22px;
}

/* ---------------- Footer ---------------- */

#clemson #footer,
#clemson #bepress a {
	height: 73px;
	background-color: #00205b;
}

#clemson #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
    background-size: 210px;
    background-position: center;
}

#clemson #footer p,
#clemson #footer p a {
	font: normal 13px/1.6 "Roboto", sans-serif;
	color: #fff;
	text-decoration: none;
}

#clemson  #footer a.secondary-link { font-size: 11px; }

#clemson #footer p:first-of-type { padding-top: 18px; }

#clemson #footer p a:hover,
#clemson #footer p a:active,
#clemson #footer p a:focus {
	text-decoration: underline;
}

/* ---------------- Miscellaneous fixes ---------------- */

	/* Browse Authors accessibility fix (CSFR-2684) */

#clemson #main.text .authorbrowser p.letters a:hover,
#clemson #main.text .authorbrowser p.letters a:focus {
   background: url(/assets/azMe.jpg) bottom center no-repeat;
   color: #fff;
}

	/* Remove gap under search pages for full-width footers */

.legacy #clemson #wrapper:after { content: none; }

	/* Search */

#clemson #main.text a:link span.icon-question-sign {
	text-decoration: none;
}

	/* Increase contrast on My Account headings */

#clemson .text #myaccount h2 { color: #000; }

/* ---------------- Mobile ---------------- */

.mbl #clemson #header {
	background: url(assets/md5images/7a6cf42d592547b124b596670615847d.png) no-repeat left top;
}

.mbl #clemson #header,
.mbl #clemson #header a#banner_link img,
.mbl #clemson #navigation {
	width: 100% !important;
}

.mbl #clemson #header #logo_image {
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;
	width: 37.142857142857143% !important;  /* 728 / 1960 */
	height: auto !important; /* !important avoids DC assigning incorrect height to logo image */
}

	/* fixes invisible space above header */

header#mobile-nav { 
    font-size: 0;
    line-height: 0;
}

	/* fixes bullet underline for Browse Research and Scholarship links */

.mbl #main #buttons { text-decoration: none; }

	/* stacks headings and spans in .box */

.mbl #clemson .box.aag h2,
.mbl #clemson .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

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

.mbl #clemson #sidebar { background: #ededed !important; }

  /* --- footer logo --- */

.mbl #clemson #footer #bepress a {
	background: transparent url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg) center no-repeat !important;
	background-size: 235px !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #clemson #footer {
	background-color: #00205b !important;
	background-image: none !important;
}

/* /extension sidebar logos dmagana/11/18/2025 */
#clemson .sb-custom-li img#coop_horizontal, #clemson .sb-custom-li img#square {
    width: 90%;
    height: auto;
	padding-left: 10px;
}


/* CUSTOM-1813 Improve the Accessibility of the activity.html Page aarder/8/16/24 */
#clemson #main.text #activity-wrapper #activity-list table caption {
    color: #db4105;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    margin-bottom: 10px;
    text-align:left; }
    
/* CUSTOM-1816 Making h2s on homepages look like h4s - aarder/8/27/24 */
#clemson #series-home h2 {
font-weight: normal;
text-align: left;
  line-height: 90%;
  font-size: 17px;
  color: #222;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 10px 0;
text-transform: none; }
    
#clemson #sidebar #sidebar-search label {display:inherit;}



