/* -----------------------------------------------
Journal 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&display=swap');
/* ---------------- Meta Elements ---------------- */
    /* --- Meta styles and background --- */
body {
    font: normal 13px/1.5 'Open Sans', sans-serif;  /* should be medium except when fitting into a fixed container */
    background: #fff url(../assets/md5images/8fa756f38d0a9488a821b15663f29d9c.png) repeat-x left top;
}
/* ---------------- Header ---------------- */
#shlr #header {
    position: relative;  /* needed for logo positioning */
  height: auto !important; /* !important overrides mbl styling */
}
#shlr #banner_image {
    display: block;
    width: 980px !important;
    height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
    margin: 1px 0;
}
#shlr #banner_link { line-height: 0; } /* removes header/nav gap in mbl */
    /* --- Logo --- */
#shlr #logo_image,
#shlr #header a#logo_link { 
  display: none;
}
#shlr #header a#banner_link:focus img,
#shlr #header a#logo_link:focus img {
  outline: 1px dashed #000;
}
/* ---------------- Navigation ---------------- */
#shlr #navigation,
#shlr #navigation #tabs {
    height: 67px;
    overflow: hidden; /* have seen issues with tabs extending below nav container */
    white-space: nowrap; }
/* Flexbox Navigation July 2018 */
#shlr #navigation #tabs,
#shlr #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%;
}
#shlr #navigation #tabs,
#shlr #navigation #tabs ul,
#shlr #navigation #tabs ul li {
    padding: 0;
    margin: 0; }
#shlr #navigation #tabs a {
    font: normal 16px 'Open Sans', sans-serif;
    display: block;
    width: auto !important; /* fixes "my account" not fitting in container on page load */
    transition: background 0.3s ease;
    line-height: 37px;
    color: #fff;
    background-color: transparent;
    padding: 0 11px;
    margin: 0;
    border: 0;
    border-right: none;
    margin: 17px 0 13px;
  }

#shlr #navigation #tabs #tablogo a {
  height: 67px;
  margin: 0;
  padding-left: 1px;
}
#shlr #navigation #tabs #tablogo {
  margin-top: 1px;
  margin-bottom: 1px;
  margin-right: auto !important;
}

#shlr #navigation #tabs #tablogo a:active img,
#shlr #navigation #tabs #tablogo a:hover img,
#shlr #navigation #tabs #tablogo a:focus img {
  outline: 1px dashed #fff;
}
#shlr #navigation #tabs a:hover,
#shlr #navigation #tabs a:active,
#shlr #navigation #tabs a:focus {
    text-decoration: underline;
}
#shlr #navigation #tabs li:last-child a {  /* remove 4th border for nav tab separators */
    border-right: none; }
#shlr #navigation #tabs a span { font-size: 16px; }  /* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */
#shlr #navigation #tabs li:first-child a { padding-left: 15px; }
/* ---------------- Sidebar ---------------- */
#shlr #sidebar { 
  padding-top: 16px; 
  background-color: #f0f2f5;
}
#shlr #sidebar a:link,
#shlr #sidebar a:visited {
    font: normal 13px 'Open Sans', sans-serif;
    color: #4d4d4d;
    text-decoration: none;
}
#shlr #sidebar a:hover,
#shlr #sidebar a:active,
#shlr #sidebar a:focus {
    color: #000;
    text-decoration: underline;
}
    /* --- Highlighted sidebar links --- */
#shlr #sidebar ul#navlist {
    border-top: none; }  /* border added by ir-custom.css by default */
#shlr #sidebar ul#navlist li:first-child a {
    border-top: none; /* border is removed if #navlist has no content */
}
#shlr #sidebar ul#navlist li a {
    color: #4d4d4d;
    transition: background 0.3s ease;
    font-weight: normal;
    background-color: #f0f2f5;
    border-bottom: none;
}
        /* Sidebar link colors */
#shlr #sidebar ul#navlist li a:active,
#shlr #sidebar ul#navlist li a:hover,
#shlr #sidebar ul#navlist li a:focus {
    color: #000;
}

    /* --- Sidebar text --- */
#shlr #sidebar .sidebar-search label,
#shlr .sidebar-search h2,
#shlr #sidebar #issn p {
    color: #000; /* Search, "Enter search terms," ISSN" */
    border: 0; }
#shlr .sidebar-search h2 { 
  font: bold 13px 'Open Sans', sans-serif; 
  background: transparent;
}
#shlr #sidebar #browse,
#shlr #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */
#shlr #sidebar p.advanced + div { display: none; }
.searchbutton { cursor: pointer; } /* best practice, should move to ir-layout.css */
/* ---------------- Main Content ---------------- */
#shlr #wrapper { /* for full-length sidebar content background/elements */
    background: url(../assets/md5images/6255f4affd17891a80998aebce226187.gif) repeat-y left top; }
#shlr #content { background-color: #ffffff; }
#shlr #sub { 
  margin-top: 22px; 
  border-top: 1px solid #cccccc;
}
    /* --- Breadcrumbs --- */
#shlr #main.text div.crumbs p { margin-bottom: 0; }
#shlr #main.text div.crumbs a {
    text-decoration: none;
    color: #004488;
}
#shlr #main.text div.crumbs a:hover,
#shlr #main.text div.crumbs a:active,
#shlr #main.text div.crumbs a:focus {
    text-decoration: underline;
    color: #000000;
}
    /* --- Headers --- */
#shlr #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
    font: normal 24px 'Open Sans', sans-serif; /* Current Issue */
}
#shlr .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
    font: normal 21px 'Open Sans', sans-serif;
    background: transparent;   /* removes background and adds a line under doctype header */
    border-bottom: 1px solid #cccccc;
    padding-bottom: 0;
    margin-bottom: 25px;
}
    /* --- Links --- */
#shlr #main.text a:link,
#shlr #main.text a:visited {
    text-decoration: underline;
    color: #004488; }
#shlr #main.text a:hover,
#shlr #main.text a:active,
#shlr #main.text a:focus {
    color: #000000;
    text-decoration: underline;
}
#shlr #main.text .article-list a:link,
#shlr #main.text .article-list a:visited {
    text-decoration: none; }
#shlr #main.text .article-list a:hover,
#shlr #main.text .article-list a:active,
#shlr #main.text .article-list a:focus {
    color: #000000;
    text-decoration: underline;
}
    /* --- PDF icons and article lists --- */
#shlr #main.text div.doc { margin: 0 0 15px; }
/* Replacing rule on line 227 to style all options and not break mobile PDF buttons */
/*#shlr #main.text div.article-list .pdf { width: auto; }*/
#shlr div.article-list .pdf,
#shlr div.article-list .native,
#shlr div.article-list .external,
#shlr div.article-list .none .openurl,
#shlr div.article-list .none,
#shlr div.article-list .metadata-only {
 width: auto;
}
#coverart #alpha .article-list p { margin-left: 48px; }
#shlr #main.text div.article-list .pdf a { text-decoration: none; } /* removes extra underline on PDF icon */
    /* --- Editors and Cover art --- */
#coverart #beta {
    float: right; }
        /* Cover art */
#shlr #coverart #beta .coverart-box h4 {
    font: normal 18px 'Open Sans', sans-serif; /* default is 18px */
    color: #004488;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #cccccc; }
#shlr #coverart #beta .coverart-box {
    font: normal 13px 'Open Sans', sans-serif;
    border: 0; }
#shlr #coverart #beta #coverart-box-container {
    border: 0; }
/* this rule aligns cover art with other content, but sometimes breaks the layout, idk, seems fine i guess
#coverart #beta { width: auto; }
*/
#shlr #coverart #beta dl  {
    margin-left: 0; }
#shlr #coverart #beta #coverart-editors dt {
    font-size: 13px;
    padding-top: 10px; }
#shlr #coverart #beta #coverart-editors dd {
  padding-top: 3px;
}
        /* Cover art disabled (not needed usually) */
#shlr #masthead h2.masthead,
#shlr #masthead caption {
  font: 400 21px 'Open Sans', sans-serif;
  float: left;
}
#shlr #masthead tr th {
}
#shlr #masthead tr td {
}
/* ---------------- Footer ---------------- */
#shlr #footer {
  height: 131px;
  background-color: #062042; 
}

#shlr #footer #bepress a {
    height: 129px;
    background-color: #062042;
    margin: 1px 0;
  }
#shlr #footer p,
#shlr #footer p a  {
    font: normal 13px/2 'Open Sans', sans-serif;
    color: #90aecc;
    text-decoration: none; }
#shlr #container #footer a.secondary-link {
  font-size: 11px;
}
#shlr {
    background: url(../assets/md5images/fba55a582ea94c36a5aa0bd95218ae94.gif) repeat-x left bottom;
}
#shlr #footer p:first-of-type { 
  padding-top: 31px; 
  margin-bottom: 17px;} 
#shlr #footer p a:hover,
#shlr #footer p a:active,
#shlr #footer p a:focus {
    text-decoration: underline; }
#bepress a:focus {
  outline: 1px dashed #fff;
}
#shlr #content {
    min-height: calc(100vh - 278px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #shlr #wrapper:after {
	content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */
    /* --- Advanced Search --- */
.legacy #shlr #wrapper { background-image: none; }

/* Editorial Board page customizations 07-06-2023 cayers */
#shlj #shlj_edboard h2,
#shlj #shlj_edboard h3,
#shlj #shlj_edboard p {text-align:center; }
#shlj #shlj_edboard .edboard_onecolumn {width:40%; text-align:center; margin: 0 auto; }
#shlj #shlj_edboard .edboard_twocolumn { width:333px; float:left; text-align:center; }
#shlj #shlj_edboard .edboard_threecolumn { width:222px; float:left; text-align:center; }

/* ---------------- Mobile ---------------- */
.mbl #navigation #tabs {
    display: none;
}
.mbl #shlr #sidebar ul#navlist li a {
    padding: 6px 0px;
}
.mbl #shlr #sidebar ul#navlist li {
    padding: 0px;
}
header#mobile-nav {
    font-size: 0;
    line-height: 0; }
.mbl #shlr #header,
.mbl #shlr #header a#banner_link img,
.mbl #shlr #navigation {
    width: 100% !important;
}
.mbl #shlr #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 #sidebar #issn p.sb-issn,
.mbl #sidebar #issn p.sb-extra-issn {
	pointer-events: none;
}
.mbl #shlr #content {
  min-height: unset;
}
.mbl #shlr #footer #bepress a {
	background: transparent url(../assets/md5images/447062e070bf558d543cb0c9c7448385.gif) center no-repeat !important;
	height: 50px !important;
	margin: 0px !important;
}

.mbl #shlr #footer {
	background-color: #002142 !important; /* plug in footer background color */
	background-image: none !important;
}
/* editorial board/static html pages */
/* Editorial Board page customizations 07-06-2023 cayers */
#shlr #shlr_edboard h2,
#shlr #shlr_edboard h3,
#shlr #shlr_edboard p {text-align:center; }
#shlr #shlr_edboard .edboard_onecolumn {width:40%; text-align:center; margin: 0 auto; }
#shlr #shlr_edboard .edboard_twocolumn { width:333px; float:left; text-align:center; }
#shlr #shlr_edboard .edboard_threecolumn { width:222px; float:left; text-align:center; }

/* Static HTML page customizations 09-27-11 jpickrell */

#shlr #content ol[type='a'] li { list-style-type: lower-alpha; }

#shlr #main.text p.address {
font-weight: bold;
margin-left: 24px; }

#shlr #main.text p.symposia {
text-transform: uppercase; }

#shlr #main.text p.orangetext {
color: #ec9527; }

/* Cover Art Editorial Board font display tweaks */

#shlr #coverart #beta #coverart-editors dt 
{
font-variant: small-caps;
}

#shlr #coverart #beta #coverart-editors dd 
{
font-weight: normal;
}

/* Editorial Board header display adjustment - SFisk and RKarberg 08/24/16 */

#shlr #shlr_edboard .edboard_subsection {
clear: left; 
padding-top: 1px;
}

/* allow sidebar search label to appear for WCAG 2.0 compliance -RKarberg 09/25/2017*/
#shlr #sidebar #sidebar-search label {display: inherit !important;}

/* Adding focus indicator to nav tabs mf 05/19/2021 */
#shlr #navigation #tabs a:hover,
#shlr #navigation #tabs a:active,
#shlr #navigation #tabs a:focus {
    text-decoration: underline; }