/* -----------------------------------------------
Journal local stylesheet.
Author:   David Stienstra
Version:  April 2019
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
/* ---------------- Meta Elements ---------------- */

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

body {
	font: normal 12px/1.5 Arial, Helvetica Neue, Helvetica, sans-serif;  /* should be medium except when fitting into a fixed container */
	background: #5e6264;
	margin-top: 25px;
}


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

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

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

#ought #banner_link { line-height: 0; } /* removes header/nav gap in mbl */

	/* --- Logo --- */

#ought #logo_image { /* include an image for accessibility */
	position: absolute !important; /* !important overrides mbl styling */
	top: 0;
	right: 0;  /* change to "left:" for left aligned logo */
	width: 24.4897959183% !important;  /* 240 / 980 */
	height: auto;
	display: none;
}


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

#ought #navigation,
#ought #navigation #tabs {
	height: 43px;
	overflow: hidden; } /* have seen issues with tabs extending below nav container */

/* Flexbox Navigation July 2018 */

#ought #navigation #tabs,
#ought #navigation #tabs ul {
  display: flex;
  justify-content: flex-start; /* "flex-start" for left-aligned tabs, change to "flex-end" for right-aligned tabs, "center" for centered */
  width: 100%;
}

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

#ought #navigation #tabs a {
	font: bold 14px Arial, Helvetica Neue, Helvetica, sans-serif;
	display: block;
	width: auto !important; /* fixes "my account" not fitting in container on page load */
	transition: background 0.3s ease;
	line-height: 43px;
	color: #000;
	background-color: transparent;
	padding: 0 12px;
	margin: 0;
	border: 0;
	text-transform: uppercase;
	/* float: left; Not needed? Using flexbox now */
  }

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

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

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


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

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

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

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

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

#ought #sidebar ul#navlist {
	border-top: none; }	 /* border added by ir-custom.css by default */
#ought #sidebar ul#navlist li:first-child a {
	border-top: none; /* border is removed if #navlist has no content */
}

#ought #sidebar ul#navlist li a {
	color: #fff;
	transition: background 0.3s ease;
	font-weight: normal;
	background-color: #13639e;
	border-bottom: none; 
}

		/* Sidebar link colors */
#ought #sidebar ul#navlist li a:active,
#ought #sidebar ul#navlist li a:hover,
#ought #sidebar ul#navlist li a:focus {
	color: #fff;
	background-color: #000;
}
	/* --- Sidebar text --- */

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

#ought .sidebar-search h2 { 
	font: bold 12px Arial, Helvetica Neue, Helvetica, sans-serif;
 	text-indent: 20px;}

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

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

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


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

#ought #wrapper { /* for full-length sidebar content background/elements */
	background: url(../assets/md5images/2058ec67dc6ccc9872a5dd62ac5b795e.gif) repeat-y left top; }

#ought #content { background-color: #ffffff; }

#sub { 
	margin-top: 22px;
 	border-top: solid 1px #bfbfbf;
}

	/* --- Breadcrumbs --- */

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

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

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

	/* --- Headers --- */

#ought #main.text .article-list h1,    /* Current Issue - without cover art */
#alpha h1, #series-home h1 {   /* Journals with cover art */
	font: bold 22px 'Open Sans', sans-serif; /* Current Issue */
}

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

	/* --- Links --- */

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

#ought #main.text a:hover,
#ought #main.text a:active,
#ought #main.text a:focus {
	color: #000000;
	text-decoration: underline;
}
#ought #main.text .article-list a:link,
#ought #main.text .article-list a:visited {
	text-decoration: none; }

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

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

#ought #main.text div.doc { margin: 0 0 15px; }
#ought #main.text div.article-list .pdf { width: auto; }
#coverart #alpha .article-list p { margin-left: 48px; }
#ought #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 */
#ought #coverart #beta .coverart-box h4 {
    font: bold 18px 'Open Sans', sans-serif; /* default is 18px */
    color: #000;
    text-align: left;
    text-transform: none;
    border-bottom: 1px solid #bfbfbf; }

#ought #coverart #beta .coverart-box {
	font: normal 12px Arial, Helvetica Neue, Helvetica, sans-serif;
	border: 0;
 	margin: 0 0 8px 0;
}

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

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

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

#ought #coverart #beta #coverart-editors dd {
	padding-top: 3px;
}

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

#ought #masthead h2.masthead { font: 400 21px 'Open Sans', sans-serif; }

#ought #masthead tr th {

}

#ought #masthead tr td {

}


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

#ought #footer,
#ought #footer #bepress a {
	height: 75px;
	background-color: #5e6264; }

#ought #footer {
	border-top: 25px solid #f0b72c;
}

#ought #footer p,
#ought #footer p a  {
	font: normal 12px/2 Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none; }

/* #footer p:first-of-type { padding-top: 25px; } */

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

/*Sticky Footer */
#ought #content {
	min-height: calc(100vh - 293px);  /* 310px varies by site. calculated by summing all fixed heights (header, navigation, footer, fixed margins between these elements) */
}
/* Search pages */
.legacy #ought #wrapper:after {
	content: none; /* search pages */
}
/* ---------------- Miscellaneous fixes ---------------- */

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

.legacy #ought #wrapper {	background-image: none; }

/* --- Editorial Board - KKunaniec 4/12/19 --- */
#ought .editorial-board img {
	width: 100px;
	height:auto;
	float: left;
	padding: 5px 15px 5px 0px;
}

#ought .editorial-board {
	width: auto;
	height: auto;
	margin: 10px;
	overflow: hidden;
}

#ought .cover-editor {
width:180px;
height:auto; }




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

.mbl #navigation #tabs {
	display: none;
}

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

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

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

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

.mbl #ought #main .article-list p.pdf a,
.mbl #ought #main .article-list p.native a
.mbl #ought #main .article-list p.external a
.mbl #ought #main .article-list p.none a {
  padding: 0 20px;
}

.mbl #ought #main .article-list p.pdf,
.mbl #ought #main .article-list p.native,
.mbl #ought #main .article-list p.external,
.mbl #ought #main .article-list p.none {
  padding-bottom: 6px;
	padding-top: 6px;
}

.mbl #ought #main .article-list p {
	padding-top: 6px;
}

.mbl #ought #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 */
	display: none;
}

/*Adding underline to one sentence in For Authors Page, AJL, 190918*/
#ought #main.text p span#reprint-underline {
  text-decoration:underline;
}

/* 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;

}

/* Hiding Input Line for additional instructions KMK 12/14/23 */
#ought #main.text input#instructionaltext {display:none;}
#ought #main.text #instructionaltext-c .field {display:none;}