/* -----------------------------------------------
bepress IR local stylesheet.
Author:   David Stienstra
Version:  2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 14px/1.5 "Source Sans 3", sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(assets/md5images/ad98ec6723f709aab6fdb5fa915dc104.png) no-repeat center top;
}
/* ---------------- Header ---------------- */
#sigma #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#sigma #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 --- */
#sigma #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 16.73469387755% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}
#sigma #header a#banner_link:focus img,
#sigma #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
#sigma #content .text {
  padding-top: 0;
}
/* ---------------- Navigation ---------------- */
#sigma #navigation,
#sigma #navigation #tabs {
    height: 44px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap;
}
#sigma #navigation #tabs,
#sigma #navigation #tabs ul,
#sigma #navigation #tabs ul li {
    padding: 0;
    margin: 0;
}
/* Flexbox Navigation July 2018 */
#sigma #navigation #tabs,
#sigma #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%;
}
#sigma #navigation #tabs a {
    font: normal 13px "Source Sans 3", sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    height: 26px;
    line-height: 26px;
    color: #5b4d9d;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    padding: 0 11px; /* with arial bold, this fits */
    margin: 9px 0;
    border: 0;
    border-right: 1px solid #e1e1e1;
}
#sigma #navigation #tabs a:hover,
#sigma #navigation #tabs a:active,
#sigma #navigation #tabs a:focus {
    color: #000000;
    text-decoration: underline;
}
#sigma #navigation #tabs li:first-child a { padding-left: 15px; }
#sigma #navigation #tabs li:last-child a {
    border-right: none;
}
/* ---------------- Sidebar ---------------- */
#sigma #sidebar {
  background-color: #eaebeb;
  padding-top: 16px;
}
#sigma #sidebar h2 {
    font: normal 18px "Source Sans 3", sans-serif;
    color: #000;
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}
#sigma #sidebar a {
    font: normal 14px "Source Sans 3", sans-serif;
    color: #5e50a1;
    text-decoration: none;
}
#sigma #sidebar a:hover,
#sigma #sidebar a:active,
#sigma #sidebar a:focus {
    color: #000000;
    text-decoration: underline;
}
#sigma #sidebar #sidebar-search label {
    font: normal 13px "Source Sans 3", sans-serif;
    color: #000;
}
#sigma #sidebar #sidebar-search {
    margin-top: 8px;
    padding-left: 15px;
}
#sigma #sidebar #sidebar-search span.border { background: transparent; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */

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

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

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

#sigma #sidebar form label {
  color: #000;
}
#sigma #sidebar ul#side-notify {
  padding-top: 0;
}
/* ---------------- Main Content ---------------- */
#sigma #wrapper { /* for full-length sidebar content background/elements */
    background: url(assets/md5images/7df1c503e7fb7f20b6a5b9bf67cf3fde.gif) repeat-y left top;
    margin: 24px 0;
}
/*#sigma #content { padding-top: 16px; }*/
    /* --- Breadcrumbs --- */
#sigma #main.text div.crumbs a:link,
#sigma #main.text div.crumbs a:visited {
    text-decoration: none;
    color: #5e50a1;
}
#sigma #main.text div.crumbs a:hover,
#sigma #main.text div.crumbs a:active,
#sigma #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
#sigma #dcn-home > #homepage-intro { margin: 15px 0; }
 /* adds space under full-width main-content image */
#sigma #home-page-banner { margin-bottom: 16px; }
    /* --- Headers --- */
#sigma #dcn-home > h2,
#sigma #main.text h2#hometitle,
#sigma #main.text #homepage-heading-row h2 {
    font: normal 24px "Merriweather", serif;
    margin-top: 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: #5e50a1; }
#sigma #dcn-home #cover-browse h3 a {
    font: 400 16px/1.6 "Source Sans 3", sans-serif;
    text-decoration: none;
}
#sigma #dcn-home #cover-browse h3 a:hover,
#sigma #dcn-home #cover-browse h3 a:focus,
#sigma #dcn-home #cover-browse h3 a:active {
    text-decoration: underline;
}
    /* --- Links --- */
#sigma #main.text a:link,
#sigma #main.text a:visited {
    color: #5e50a1; /* declared for #network-icon text */
}
#sigma #main.text a:link span.icon-question-sign {
  text-decoration: none;
}
#sigma #main.text a:hover,
#sigma #main.text a:active,
#sigma #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* PotD / Top DL widgets */
#sigma #dcn-home .box.aag h2,
#sigma #dcn-home .box.potd h2 {
    width: 267px;
    margin: 0;
    font: normal 17px "Merriweather", serif;
    border-bottom: 1px solid #d3d3d3;
}
#sigma #main.text .box a:link,
#sigma #main.text .box a:visited {
    font: bold 14px "Source Sans 3", sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #d3d3d3;
    background: none;
}
#sigma #main.text .box a:hover,
#sigma #main.text .box a:active,
#sigma #main.text .box a:focus {
    text-decoration: underline;
}
/* article-level text // default values 12px/13px */
#sigma #alpha .element p,
#sigma #custom-fields .element p,
#sigma #alpha #recommended_citation p {
  font-size: 14px;
}
#sigma #beta_7-3 #beta-disciplines.aside p,
#sigma #alpha #attach_additional_files .files span {
  font-size: 14px !important;
}

#sigma #alpha .element h4,
#sigma #custom-fields .element h4,
#sigma #beta_7-3 h4,
#sigma #alpha .element h2,
#sigma #custom-fields .element h2,
#sigma #beta_7-3 h2,
#sigma #share.aside h2,
#sigma #alpha #attach_additional_files .related strong {
  font-size: 15px !important;
}
#sigma #alpha #title.element p {
  font-size: 22px;
}
/* Breadcrumbs */
#sigma #breadcrumb a,
#sigma .crumbs p a,
#sigma #pager li {
  font-size: 12px;
}

#sigma ul#pager li {
  padding-top: 5px;
}

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

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

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

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

/* Site subpage headings */
#sigma #main.text h2#ir-about,
#sigma #main.text h2#faq-top,
#sigma #main.text h1#faq-top,
#sigma #main.text h2#communities-title,
#sigma #main.text h2#top,
#sigma #main.text h2#submit-title,
#sigma #main.text #announce h2,
#sigma #main.text #accessibility-statement h2,
#sigma #main.text .discipline-block h2,
#sigma #main.text h2#activity-title,
#sigma #main.text h2#recent-title,
#sigma #main.text h2#topdownloads-title,
#sigma #main.text h1#topdownloads-title,
#sigma #main.text h2#peer-review-title,
#sigma #main.text > h2 {
  font-size: 22px;
}
/* homepage stats */
#sigma p#stats,
#sigma #main.text #network-icon a {
  font-size: 13px;
}

#sigma ul#pager li {
    padding-top: 5px;
}
#sigma #dcn-home #homepage-heading-row .btn {
    margin-bottom: 8px;
}
/* Journals */
#sigma .article-list h2,
#coverart #alpha .article-list h2 {
  font: normal 21px "Merriweather", serif;
  background: transparent;   /* removes background and adds a line under doctype header */
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 0;
  margin-bottom: 25px;
}
#sigma #main.text .article-list h1,
#alpha h1, #series-home h1 {
  font: normal 22px "Merriweather", serif; /* Current Issue */
}
#coverart #beta {
    float: right; }
        /* Cover art */
#coverart #beta .coverart-box h4 {
    font: normal 18px "Merriweather", serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }
#coverart #beta .coverart-box {
    font: normal 14px "Source Sans 3", sans-serif;
    border: 0; }
#coverart #beta #coverart-box-container {
    border: 0; }

#coverart #beta dl  {
    margin-left: 0 !important; }
#coverart #beta #coverart-editors dt {
    font-size: 14px;
    padding-top: 10px; }
#coverart #beta #coverart-editors dd {
    padding-top: 3px;
}

#sigma #sidebar ul#navlist li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px;
  padding: 0;
}
#sigma #series-home .pdf, 
#sigma #series-home .native, 
#sigma #series-home .metadata-only, 
#sigma #series-home .external {
  line-height: 2.5em;
}
/* ---------------- Footer ---------------- */
#sigma #bepress a {
	background-image: url(assets/md5images/679594240bfa0eb9493776f7d68fa330.svg);
  background-size: 210px;
	background-position: center;
}
#sigma #footer {
    height: 75px;
    background-color: #363636; }
#sigma #bepress a {
    height: 73px;
    margin: 1px 0;
    background-color: #363636; }
#sigma #footer p,
#sigma #footer p a {
    font: normal 13px/2 "Source Sans 3", sans-serif;
    color: #fff;
    text-decoration: none;
}
#sigma #footer p:first-of-type { padding-top: 11px; }

#sigma #container #footer a.secondary-link {
  font-size: 11px;
}
#sigma #footer p a:hover,
#sigma #footer p a:active,
#sigma #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
      outline: 1px dashed #fff;
}
#sigma #content {
    min-height: calc(100vh - 293px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
#sigma {
    background: url(assets/md5images/480f9570ca706aa447fbf2af2470cc70.gif) repeat-x left bottom;
}
/* Search pages */
.legacy #sigma #wrapper:after {
    content: none; /* search pages */
}
.legacy #sigma #wrapper {
  margin-bottom: 0;
}
.legacy #sigma #content {
  margin-bottom: 24px;
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #sigma #wrapper {  background-image: none; }
/* Browse Authors accessibility fix- CSFR-2648 */
#sigma #main.text .authorbrowser p.letters a:hover,
#sigma #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 #sigma #main.text #dcn-home .box.aag h2,
.mbl #sigma #main.text #dcn-home .box.potd h2 {
  width: 100%;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #sigma #header,
.mbl #sigma #header a#banner_link img,
.mbl #sigma #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,
.mbl #sidebar #sb-custom-upper,
.mbl #sidebar #sb-custom-middle {
  margin: 5px 0 !important;
  width: 100% !important;
}

.mbl #sidebar ul.sb-custom-ul {
  margin: 0 3% !important;
  width: 94% !important;
}

.mbl #sigma #header #logo_image {
    position: absolute !important; /* !important overrides mbl styling */
    top: 0;
    left: 0;  /* change to "right:" for right aligned logo */
    width: 16.73469387755% !important;  /* 240 / 980 */
    height: auto !important; /* Important avoides DC assigning incorrect height to logo image */
}

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

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

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

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

/*creating two columns layout for static html pages - CRyan - 9/19/2024*/
#sigma .emrs-twocolumn-flex {
	width: 100%;
	display: flex;
	height: flex;
	column-gap: 2em;
	align-items: top;
	align-content: top;
	flex-flow: row wrap;
	justify-content: top;

}

#sigma .emrs-twocolumn-flex .column_left-flex {
	width: 45%; 
}

#sigma .emrs-twocolumn-flex .column_right-flex {
	width: 45%; 
}

#sigma .emrs-twocolumn-flex ul.flex-list li {
	margin-left: 0px; 
	padding-left: 0px;
	background-image: none;	
}



/* About Us page hr- CRyan - 9/19/2024*/
#sigma hr.subhrline {
  background-color: #d2d2d2;
  width: 100%;
  height: 2px;
  align: left;
}

/* Three blurb flexbox on About Us page- CRyan - 9/19/2024*/
#sigma .subfacbox {
  display: flex;
  align-items:center;
  column-gap: 1.5em;
  justify-content:center;
}

#sigma .subfacbox :first-child {
  align-items:center;
  justify-content:center;


}

/* Styling for centering and putting outline around three sections of text on About US page - CRyan 9-19-24 */

#sigma #aboutus-centhree  {
  text-align:center;
  align-items:center;
  align-content:center;
  justify-content:center;
  line-height: 5px;
  padding: 20px;
  bottom-padding: 10px;
  width: 200px; 
  height: 320px; 
  border: solid #45b3ea 2px;
  
  }


/* Styling for centering text on About US page - CRyan 9-19-24 */

#sigma #aboutus-center p {text-align:center;}

/* Styling for centering and changing color for text on About Us page -CRyan 9-19-24 */

#sigma #aboutus-cenpurp p {
   text-align:center;
   color:#5B4D9D;
   font-size: 14px;
   
}

/* Styling for changing color for text on About Us page -CRyan 9-19-24 */

#sigma #aboutus-blue p {
   color:#1378AA; 
}

/* Styling for changing color for text on About Us page -CRyan 9-19-24 */

#sigma #aboutus-purple p {
   color:#5B4D9D;
}

/* Styling image on infohub JR 9-26-24 */
#sigma #infohub #bulb img {
	float: left;
}
#sigma #main.text #infohub #bulb p a {
	padding-left: 15px;
}

#sigma #infohub #bulb  {
	padding-top: 1px;
	padding-right: 15px;
  	padding-bottom: 16px;
  	height: 20px; 
  	border: solid #45b3ea 1px;
  }

#sigma #infohub #sigmafaq a img {
	padding-top:10px;
}

#sigma #infohub h3 {
	padding-top:15px;
}

#sigma #infohub a img {
	float: right; 
}

#sigma #infohub hr {
	border-top: 1px solid #eaebeb; 
}
	
#sigma #infohub #clipboard img {
	float: left; 
	margin-top: 20px; 
}

#sigma #infohub #clipboard ul {
	padding-left: 70px;
}

#sigma #infohub #people img {
	float: left;
	margin-top: 10px; 
}

