/* -----------------------------------------------
Journal local stylesheet.
Author:   Jami Wardlow
Version: Jun 2024
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

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

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

	/* --- Meta styles and background --- */

body {
	font: normal 14px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
}

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

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

#orpc #banner_image {
	display: block;
	width: 980px !important;
	height: auto !important;  /* avoids warping improperly sized header image / SUP-19994 */
}

	/* --- Logo --- */

#orpc #logo_image { display: none; }

#orpc #header a#banner_link:focus img {
    outline: 2px dotted #fff;
}

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

#orpc #navigation {
	width: 979px;
	border-left: 1px solid #00254f;
}

#orpc #navigation,
#orpc #navigation #tabs {
	height: 36px;
	/* overflow: hidden; have seen issues with tabs extending below nav container */
	white-space: nowrap;
}

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

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

#orpc #navigation #tabs a {
	font: normal 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
	display: block;
	line-height: 36px;
	color: #00254f;
	background-color: #d0d37a;
	padding: 0 11px;
	margin: 0;
	border: 0;
	border-right: 1px solid #00254f;
}

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

#orpc #navigation #tabs li:last-child a {  /* remove 4th border for nav tab separators */
	border-right: none;
}

#orpc #navigation #tabs a span { font-size: 12px; }	/* nav tab font size (default: 12px). Using font shorthand style specification causes display issue with My Account pages */

#orpc #navigation #tabs li:last-child a { padding-right: 25px; }   /* hidden but expands to fit 240px #tabs for IE + FF */

#orpc #navigation #tabs li:first-child a { padding-left: 15px; }


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

#orpc #sidebar { padding-top: 16px; }

#orpc #sidebar a:link,
#orpc #sidebar a:visited {
	font: normal 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
}

#orpc #sidebar a:hover,
#orpc #sidebar a:active,
#orpc #sidebar a:focus {
	text-decoration: underline;
}

	/* --- Highlighted sidebar links --- */

#orpc #sidebar ul#navlist {
	border-top: none; /* border added by ir-custom.css by default */
}

#orpc #sidebar ul#navlist li a {
	color: #00254f;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #d0d37a;
	width: 238px;
	border: 1px solid #00254f;
	border-top: none;
}

#orpc #sidebar ul#navlist li a:active,
#orpc #sidebar ul#navlist li a:hover,
#orpc #sidebar ul#navlist li a:focus {
	color: #fff;
	background-color: #00254f;
}

#orpc #sidebar ul#navlist li:last-child a { border-bottom: none; }

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

#orpc #sidebar .sidebar-search label,
#orpc .sidebar-search h2,
#orpc #sidebar #issn p {
	color: #fff; /* Search, "Enter search terms," ISSN" */
	border: 0;
}

#orpc .sidebar-search h2 { 
	font: bold 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-indent: 20px;
	background: transparent;
}

#orpc #sidebar #browse,
#orpc #sidebar #sidebar-search { padding-left: 15px; } /* aligning sidebar search with rest of sidebar */

#orpc #sidebar p.advanced + div { display: none; }

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

#orpc #sidebar a:focus img { outline: 2px dotted #104e7b; }

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

#sub { margin-top: 22px; }

	/* --- Breadcrumbs --- */

#orpc #main.text div.crumbs p { margin-bottom: 0; }

#orpc #main.text div.crumbs a {
	text-decoration: none;
	color: #104e7b;
}

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

	/* --- Headers --- */

#orpc #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: 500 22px "Montserrat", sans-serif; /* Current Issue */
}

#orpc .article-list h2,   /* Article, or other doctype */
#coverart #alpha .article-list h2 {   /* Journals with cover art */
	font: 500 21px "Montserrat", sans-serif;
	background: transparent;   /* removes background and adds a line under doctype header */
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
	margin-bottom: 25px;
}

#orpc h2 { font-weight: 500; }

#orpc #masthead caption,
#orpc #masthead h4 {
	font: 500 21px "Montserrat", sans-serif;
	color: #000;
	text-align: left;
	padding: 15px 0;
}

	/* --- Links --- */

#orpc #main.text a:link,
#orpc #main.text a:visited {
	text-decoration: underline;
	color: #104e7b;
}

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

#orpc #main.text .article-list a:link,
#orpc #main.text .article-list a:visited {
	text-decoration: none;
}

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

	/* --- PDF icons and article lists --- */

#orpc #main.text div.doc { margin: 0 0 15px; }

/* testing replacing the below with what follows: 
#orpc #main.text div.article-list .pdf { width: auto; } */

#orpc div.article-list .pdf,
#orpc div.article-list .native,
#orpc div.article-list .external,
#orpc div.article-list .none .openurl,
#orpc div.article-list .none,
#orpc div.article-list .metadata-only {
 width: auto;
}

#coverart #alpha .article-list p { margin-left: 48px; }

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

#orpc #coverart #beta .coverart-box h4 {
    font: 500 18px "Montserrat", sans-serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #eee;
}

#orpc #coverart #beta .coverart-box {
	font: 500 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
	border: 0;
}

#orpc #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; } */

#orpc #coverart #beta dl  { margin-left: 0; }

#orpc #coverart #beta #coverart-editors dt {
	font-size: 14px;
	padding-top: 10px;
}

		/* Cover art disabled (not needed usually) */

#orpc #masthead h2.masthead { font: 500 21px "Montserrat", sans-serif; }

#orpc #masthead tr th {  }

#orpc #masthead tr td {  }

	/* Article pages series */

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

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

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

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

#orpc #footer,
#orpc #footer #bepress a {
	height: 74px;
	background-color: #e1e1e1;
}

#orpc #bepress a:focus { outline: 2px dotted #d0d37a; }

#orpc #footer p,
#orpc #footer p a  {
	font: normal 13px/1.5 Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #0d3f62;
	text-decoration: none;
}

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

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

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

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

	/* --- Advanced Search --- */

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

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

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

.mbl #orpc #header #logo_image { display: none; }

	/* fixes invisible space above header */

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

  /* --- Standardizing padding for navlist links --- */

.mbl #orpc #sidebar ul#navlist li a { padding: 6px 0px; }

.mbl #orpc #sidebar ul#navlist li { padding: 0px; }

	
/* Other - Mike */

#orpc img.orpc-thumbnail {
	margin: 15px;
	height: 150px;
	width: auto;
	}
	
#orpc #main.text #editorial-board img {
float: left;
margin: 0 10px 10px 0;
}

#orpc #main.text #editorial-board p {
margin-top:75px;
}

#orpc #orpc-contents .orpc-cut {
	display: none;
}	
#orpc #toc.vol h1, #orpc #toc.vol h2, #orpc #toc.vol h3, #orpc #toc.vol h4, #orpc #toc.vol p {
	text-align: left;
}

/* Adjusting spacing for CLOCKSS and Portico images on introduction.html - bd 2016-01-27 */
#orpc #main #clockssporticoimg img {
	padding: 0 12% 1px; }
	
	
/* Hide Withdrawn previous versions - KKunaniec 10/16/19 */
#orpc #previous_versions p:not(a) {
  visibility: hidden;
  line-height: 0em;
}

#orpc #previous_versions a:not(p) {
  visibility: visible;
  line-height: 2em;
}



/* Styling for CAS log-in 04-27-21 Kkunaniec */
#gvsu-login {
	border: 3px #f2f2f2 solid;
	padding: 15px;
	width: 610px;
}

#gvsu-login .gvsulogin_panel {margin-top:28px;}


#gvsu-login a:link,
#gvsu-login a:visited {
	font-weight: bold;
  color: #13599F;
  font-size: 18px;
}

#gvsu-login div {
	display: inline-block;
	vertical-align: top;
}

.gvsulogin_panel p {
	margin: 0;
}

.gvsulogin_panel h2 {
	margin: 0;
}

div.gvsulogin_panel p {
	padding-left: 215px;
}

div.gvsulogin_panel a {
	padding-left: 215px;
	display:inline-block;
}


#gvsu-login img {
	float:left;

}

#orpc #additional_col {
	      display: inline-block;
          width: 24%;
          min-width: 90px;
          vertical-align: top;
}

#orpc #additional_col h4 {
    color: #000;
    margin: 0;
    padding: 4px;
    padding-bottom: 0;
    font-weight: bold;
    font-size: 13px;
}