@import url('https://fonts.googleapis.com/css?family=Roboto');




.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: inherit;
}

/* For popular article plugin */
.pkp_block .content .title {
	color: black;
	font-weight: 500;
	font-size: 20px;
	margin-top: 10.5px;
    margin-bottom: 10.5px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.1;
	border-bottom: none;
	background-color: initial;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	padding: 0;
	text-transform: uppercase;
}

/* For Twitter plugin */
.pkp_block > .title {
	color: black;
	font-weight: 500;
    font-size: 20px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.1;
    text-align: left;
    padding-right: 0;
	padding-left: 0;
	padding-top: 0;
	/* made 20px below the sidebar width to fix bottom border width. need to set this width plus 20px at max-width 800 media tag */
    width: 230px;
    margin-left: 20px;
    margin-right: 20px;
	background-color: initial;
}

.pkp_block .content .most_read .most_read_article {
	/*display: none;*/
}

.pkp_block > .content > .most_read > li:first-of-type {
	display: block;
}

.pkp_block > .content > .most_read > li {
	margin-bottom: 10px;
}

.pkp_block > .content > .most_read > li:last-child {
	margin-bottom: 0;
}

.galley_view iframe {
	background-color: white;
}

body {
	font-family: 'Roboto', sans-serif;
	/* commented out due to firefox scrollbar background color */
	/*background: #161616 !important;*/
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
}

h4 {
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: black;
}

#main-content > div > .sections:last-child > .section:last-child  > .media-list:last-child > .article-summary.media:last-child {
	margin-bottom: 0;
}

.footer-style {
	font-size: 13px;
    font-weight: 300;
	padding-left: 0;
}

.footer-style p {
	margin-bottom: 0;
}

.footer .container .row div .nav {
	/*max-width: 200px;*/
	/*float: none;*/
	float: left;
	margin-top: 0;
}

.footer .nav div {
	/*min-width: 210px; to big for footer on small screens */
}

.issnStyle {
	/* padding-bottom: 2em; disabled to attempt to line up logo text and address email text */
	padding-bottom: 20px;
	min-width: initial !important;
}

.footer .container .row {
	padding-top: 0 !important;
	margin-right: 0;
}

.footer .img-responsive {
	max-width: 130px;
}

.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	color: white;
	margin-top: 0;
}

.list-footer {
	list-style: none;
	padding-left: 5px;
}

.list-footer li {
	margin-top: 10.5px;
}

.list-footer li a {
	padding: 7.5px;
}

.navbar-nav .list-footer > li > a, .navbar-nav .list-footer > li > a:focus {
    background-color: transparent;
    font-size: 13px;
    font-weight: 300;
	color: white;
	text-decoration: none;
}

.issnStyle {
	margin-left: 0 !important;
	margin-right: 0 !important;
	font-size: 13px;
    font-weight: 300;
	max-width: 200px;
	/*padding-top: 2em;
	padding-bottom: 2em;*/
}

.footerLogoStyle {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footerColLeft {
	width: fit-content;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.footerNav {
	width: fit-content;
	margin-right: 0 !important;
}


h2 small {
	color: black;
}

.pkp_page_index .journal-description { /* , .pkp_page_index .additional_content  */
	margin-bottom: 2em;
}

.page-header {
	text-align: center;
}

.section .page-header {
	text-align: left;
}

.current_issue {
	margin-top: 2em;
	padding-bottom: 2em;
}

blockquote {
	color: inherit;
	font-size: inherit;
	border-left-width: 2px;
}

.templatequotecite {
	color: #444;
}

.current_issue_title, .lead {
	color: black;
	font-size: 16px;
	letter-spacing: 1.5px;
}

.date, .published {
	font-size: 13px;
	color: #999;
	margin-bottom: 7px;
}

.summaryAbstract {
	font-size: 13px;
	color: #999;
	margin-bottom: 7px;
	font-style: italic;
}

.published {
	color: #666;
}

.issue-details {
	float: none;
	padding: 0;
}

.issue-toc .heading {
	float: right;
	margin-left: 30px;
	margin-right: 0;
	max-width: 300px;
}

.issue-toc .heading .thumbnail {
	width: 100% !important;
	padding: 0;
	margin-bottom: 10px;
}

.pkp_block {
	border: none;
	margin-bottom: 30px;
}

.pkp_block:last-child {
	margin-bottom: 0;
}

#headerNavigationContainer {
    /* background-color: lightgrey; */
	background-color: #203e7a;
	/*hsl(147, 140%, 72%) !important;rgb(22, 73, 128) !important;*/
	/*-webkit-box-shadow: 0 -1px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 -1px 15px 0 rgba(0,0,0,.3);*/
	
}


/*
sticky sidebar version
#headerNavigationContainer .container-fluid .row {
	background-color: rgb(0, 0, 0) !important;
	
	
}*/



#headerNavigationContainer .container-fluid:first-child {
	position: fixed;
	padding-left: 0;
	padding-right: 0;
	background-color: black;
	height: 57px;
	width: 100%;
	z-index: 250;
	
	/*-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0px 1px 5px 0px rgba(0,0,0,.5);*/
}

#headerNavigationContainer .container-fluid:last-child {
	padding-left: 0;
	background-color: #203e7a;
}

#headerNavigationContainer > .container-fluid > .row > nav:last-child {
	float: right;
}

.navbar-default .nav > li > a {
	text-transform: uppercase;
	font-weight: 400;
    letter-spacing: 1.5px;
}

#navigationUser  .dropdown .dropdown-toggle {
	text-transform: none;
}

/* fix for positioning of right menu dropdown */
.dropdown-menu-right {
	left: 0;
}

#navigationUser {
	/*margin-top: 7px;*/
	/*height: 45px;*/
	/*margin-bottom: 5px;*/
	margin-right: 15px;
}

#navigationUser > li > a {
	line-height: 21px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.nav-pills > li + li {
	margin-left: 0;
}

.navbar-brand {
	height: 160px;
	padding-bottom: 30px;
    padding-top: 15px;
}

	
.navbar-form {
	/*padding-right: 1px;
	padding-left: 3px;*/
	padding-right: 118px;
	padding-left: 30px;
	width: 100%;
	float: left;
}

.navbar-form .form-control  {
	width: 100%;
}

.navbar-form .form-group  {
	float: left;
	width: 100%;
	margin-bottom: 0; !important;
}

.navbar-form .btn {
	float: right;
	width: 88px;
	margin-right: -88px;
}

.navbar-brand-logo img {
	width: 100%;
}

.site-name a {
	/*padding-top: 0;*/
}

#main-navigation, .pull-md-right {
	/*margin-top: 7px;*/
	/*height: 57px;*/
}

.pull-md-right {
	/* margin-top: 7px; */
}

/*
sidebar sticky version
#nav-menu {
	margin-left: 0;
}*/


/*for sticky top nav*/
#nav-menu {
    margin-left: 0;
    z-index: 150;
    /*position: fixed; for 11-27-18 header*/
    /*background-color: rgb(22, 73, 128);*/
	background-color: black;
    top: 56px;
	
}

#searchBar {
    /* margin-left: 161px; */
    z-index: 50;
	width: 100%;
    position: fixed;
    background-color: black;
    top: 56px;
	margin-left: 0;
	margin-right: 0;
	/*-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);*/
	padding-left: 0;
	padding-right: 0;
	border-top: none;
}

.navbar-header .site-name {
    margin: 0;
    margin-top: 70px;
	margin-left: 30px;
}

#headerNavigationContainer .container-fluid .row {
	background-color: rgb(0, 0, 0) !important;
	/* position: fixed; */
    width: 100%;
    z-index: 100;
	height: 57px;
	/*-webkit-box-shadow: 0 1px 15px 0px rgba(0,0,0,.3);
    box-shadow: 0 2px 10px 0px rgba(0,0,0,.3);*/
}

/*end exclusive nav bar sticky classes*/

.navbar-form {
	padding-top: 10px;
    padding-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 1px;
	/*max-width: 250px;*/
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;

}

.navbar-toggle {
	/*margin-top: 18px;*/
	margin-top: 9px;
	padding: 12px 12px;
}

.navbar-toggle-search {
	margin-top: 16px;
	padding-top: 2px;
	margin-bottom: 0;
}

.navbar-form .form-control, .form-control {
	background-color: #fefefe;
	border: 1px solid rgba(0,0,0,.1);
	padding: 9px 12px;
	margin: 0;
	height: initial;
	/*max-width: 145px;*/
}

.form-control, .input-group-btn .btn {
	z-index: initial !important;
}

.btn {
	/*border-radius: 10px;
	margin-left: 10px;
	margin-right: 10px;*/
	padding-top: 10.5px !important;
	padding-bottom: 10.5px !important;
	padding: 9px 12px;
	margin-left: -4px;
	
	text-transform: uppercase;
	letter-spacing: 1.5px;
	color: black;
	font-size: 13px;
}

.pkp_structure_main .btn {
	margin-left: 0;
}

.btn.btn-primary {
	color: #fff;
}

.fontIconHeader {
	color: white;
	font-size: 18px;
}

.fontIconHeader:hover {
	color: #adadad;
}

.breadcrumb {
	border: none;
	border-radius: 0px;
}

.pkp_structure_content {
	width: 100%;
	padding: 0;
	background: white;
}

.page-header {
	border: none;
	margin-bottom: 0;
}

.pkp_block {
	/*width: fit-content;*/
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
}

.pkp_block  .content {
	text-align: left;
	/*margin-left: auto;
	margin-right: auto;*/
	
	/* width: 200px; increase sidebar to 250px fix */
	width: 250px;
}

.pkp_structure_content.container {
	/*padding-right: 290px;*/
	/*padding-right: 300px; increase sidebar to 250px fix */
	padding-right: 350px;
	/*-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 -1px 15px 0 rgba(0,0,0,.3);*/
}

.pkp_structure_main {
	width: 100%;
	margin-left: 30px;
	padding-left: 0;
	padding-right: 0;
	/* padding-right: 30px;
	border-right: 1px solid #ddd; */
	/*padding-top: 15px; old pre-10-14-21*/
	padding-top: 30px;
	
	padding-bottom: 30px;
	/*padding-right: 245px;*/
	/* margin-right: -230px;  increase sidebar to 250px fix */
	margin-right: -280px;
	min-height: 550px;
	margin-bottom: 15px;
}

.pkp_structure_main > *:first-child  > *:first-child  > *:first-child:not(.breadcrumb), .pkp_structure_main > *:first-child  > *:first-child, .pkp_structure_main > *:first-child  {
	padding-top: 0;
	margin-top: 0;
	/*min-height: 500px;*/
}

#main-content {
	/*min-height: 500px;*/
}

.pkp_structure_sidebar {
	/* width: 29%; */
	/* width: 200px;  increase sidebar to 250px fix */
	width: 250px;
	float: right;
	/* min-width: 290px; */
	/* top: 57px; NEEDED FOR CURRENT VERSION STICKY SIDEBAR */
	max-height:100%;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
	/*margin-right: -260px;*/
	/* margin-right: -265px; increase sidebar to 250px fix */
	margin-right: -315px;
	padding-top: 30px;
}

.pkp_structure_sidebar .pkp_block .content {
	padding-right: 20px;
	padding-left: 20px;
	/* padding-top: 5px;  old pre-10-14-21 */
	padding-top: 0px;
	padding-bottom: 0px;
	/*margin-top: 33px;*/
	/* margin-top: 15px;  old pre-10-14-21 */
	margin-top: 0;
	/*
	padding-right: 0;
	padding-left: 0;
	padding-top: 22px;
	padding-bottom: 10px;
	margin-top: 28px;
	*/
}

.pkp_structure_sidebar ul li {
	border: none;
	padding-left: 0;
	font-weight: 400;
	/*font-size: 16px;*/
	padding: 0;
	/*margin-bottom: 10px*/
	
}

.pkp_structure_sidebar ul {
	/*border-top: 1px solid #DDD;
	padding-top: 21px;*/
	/*padding-bottom: 21px;*/
	padding-bottom: 11px;
	padding-left: 5px;
}

.pkp_structure_sidebar a {
	text-decoration: none;
	color: #444;
}

.pkp_structure_sidebar a:hover { 
	color: #8f8f8f;
}

/* Overriding general sidebar link styles for buttons */
.pkp_structure_sidebar a.btn {
	color: black;
	margin-left: 0;
	margin-top: 10.5px;
}

.pkp_structure_sidebar a.btn-default:hover, .pkp_structure_sidebar a.btn-default:active, .pkp_structure_sidebar a.btn-default:focus {
    color: #333;
}

/* Sidebar Header Styles */
.pkp_structure_sidebar h4 {
	font-weight: 500;
	color: black;
	/*margin-bottom: 21px;*/

}

/* make submission link on sidebar */
.block_make_submission_link:active:hover {
    color: #fff !important;
    background-color: #004b63 !important;
    border-color: #001921 !important;
}

.block_make_submission_link:active, .block_make_submission_link:hover {
    color: #fff !important;
    background-color: #006687 !important;
    background-image: none !important;
    border-color: #004b63 !important;
}

.block_make_submission_link {
    color: white !important;
    background-color: #008cba !important;
    border-color: #0079a1 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    padding: 10.5px 12px !important;
}

.issue-toc .heading.row  .thumbnail {
	border: none;
}

.issue-toc .heading.row .thumbnail img {
	box-shadow: 1px 1px 4px 1px #ccc;
}

.pkp_structure_sidebar .pkp_block .content {
	/* issue with sidebar blocks having a shadow/border
	box-shadow: none;*/
	/*border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;*/
	
	/*border: 1px solid #DDD;*/
}

.pkp_structure_sidebar .pkp_block .content > *:first-child {
	margin-top: 0 !important;
}

.pkp_structure_sidebar .pkp_block .content > *:last-child {
	margin-bottom: 0 !important;
	/*padding-bottom: 0 !important; cant use this as it messes up css a tag buttons that are not a container */
}

/* for screen readers, maybe should redo header links on bottom, and social media links as well */
/* maybe social media in header to make sure that screen reader ppl get them before main content? */
.footer {
	background: #262626 !important;
	color: #ffffff;
	/*width: 100% !important;*/
	margin-top: 0 !important;

	/*-webkit-box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 1px 15px 0 rgba(0,0,0,.3);*/
}

.footer .container > .row  > div:last-child {
	/*float: right;*/
	
	/*max-width: 200px;*/
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

.footer .container > .row:first-child div {
    margin-left: auto;
    margin-right: auto;
	padding-left: 0;
}

.footer .container .row div .nav:not(.footer-style) {
	padding-right: 0;
}

.footer .container .row div .nav:not(.footer-style) h4 {
	margin-bottom: 0;
}

.footer .container > .row:first-child  > div > .row  > div:first-child {
    min-width: 340px;
}

.footer .container > .row:first-child  > div > .row  > div:last-child {
    /*max-width: 310px;*/
	padding-right: 0;
}

.footer-style > div:first-child {
	/*width: 166px;*/
	padding-right: 15px;
}

.footer-style > div:last-child {
	/*width: 185px;*/
	padding-right: 0;
}

.footer .container {
    padding-left: 0;
    padding-right: 0;
}

.footer .col-md-2 {
	display: none;
}

.row {
	margin-left: 0;
}

/* background color fixed width */
.pkp_structure_page {
	/* background: lightgray; */
	background: white;
}

.navbar {
	margin-bottom: 0px;	
}

/* article background color
   should this be the same as breadcrumb background color?
*/
.article-summary {
	border: 1px solid #DDD;/*#e5e5e5;*/
	padding: 20px;
}

.article-summary .btn-group {
	float: right;
	margin-left: -180px;
}

.btn-group > .btn:hover,.btn-group-vertical > .btn:hover,.btn-group > .btn:focus,.btn-group-vertical > .btn:focus,.btn-group > .btn:active,.btn-group-vertical > .btn:active,.btn-group > .btn.active,.btn-group-vertical > .btn.active{z-index: 0}

.media-body {
	width: auto;
	float: left;
}

.issue-summary > .media-body {
	width: 10000px;
	float: none;
}

h3.media-heading, .article-summary .meta {
	margin-right: 180px;
}

.alert-info {
	background-color: #f0f0f0;
	color: inherit;
	border: none;
}

/* need clear fix from the above as i am not using bootstrape tags */

@media (max-width: 479px) {
	.pkp_structure_main {
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
		border-right: none;
	}

	.pkp_structure_sidebar {
		margin-top: 42px;
		/*border-top: 1px solid #ddd;*/
		width: 100%;
		margin-left: 0 !important;
	}

	.pkp_block {
		margin-left: 0;
	}
	
	.pkp_block  .content {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	
	.navbar-brand img {
		/*width: 250px !important; old pre 10-18-21 */
	}
	
	.navbar-brand {
		/*height: 130px;  old pre 10-18-21 */
	}
	
	.footer .row {
			margin-right: 0;
	}
	
	.media-body {
		float: none;
	}
	
	h3.media-heading {
		margin-right: 0;
	}
	
	.article-summary .btn-group {
		margin-top: 10.5px;
		margin-left: 0;
	}
	
	.ojsEmbed {
		display: block;
		margin-left: 0 !important;
		margin-bottom: 0 !important;
		width: 100% !important;
	}
	
	.footerColLeft {
		margin-left: 11px !important;
	}
	
	.issue-toc .heading.row .thumbnail {
		margin-left: 19px;
	}
}



@media (max-width: 767.499px) {
	/* disabled old sidebar sticky version 
	.navbar-toggle {
		top: 0px;
		left: 0px;
		position: absolute;
		margin-left: 9px;
		margin-top: 9px;
	} */
	
	/* topbar sticky version */
	
	.navbar-brand {
		/*padding-left: 0px;*/
		/*height: auto;*/
		height: fit-content;
	}
	
	.navbar-brand img {
		/*width: 400px;*/
	}
	
	.navbar-toggle {
		
		top: 0px;
		left: 0px;
		position: absolute;
		margin-left: 17px;
		/*margin-top: 9px;*/
	    z-index: 250;
		position: fixed;
	}
	
	.navbar-toggle-search {
		margin-left: 67px;
	}
	
	.navbar .btn, .header_view .btn {
		margin-left: 0;
	}
	
	/* yeti ojs3 theme fix for windows due to media pixel bug due to windows 10 system wide text zoom (in this case, 767px) */
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu > li > a, .header_view .navbar-nav .open .dropdown-menu > li > a {
		color: #fff;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 21px;
	}

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}
	
	.navbar-form .form-group {
		/*margin-bottom: 5px;*/
	}
	
	#nav-menu {
		/*border-color: #222;*/
		border: none;
		/* border-right: 1px solid; */
		width: 161px;
		
		box-shadow: 0 2px 14px 0 rgba(0,0,0,.3);
		
		position: fixed;
	}
	
	#navigationUser a {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.dropdown-menu {
		box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
		transform: none;
		opacity:0;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
		height: 0;
		
	}

	.dropdown:not(.open)  .dropdown-menu:hover {
		display: none;
	}

	.dropdown.open .dropdown-menu  {
		transform: translate(-5px,-8px);
		transition: ease-out .2s;
		opacity:1;
		height: auto;
	}

	.dropdown .dropdown-menu  {
		margin-top: 12px !important;
		overflow: hidden;
	}
	
	#navigationUser .dropdown.open .dropdown-menu {
		transform: translate(-5px,-16px);	
	}
	
	.footer .container .row .nav, .issnStyle {
		margin-left: auto;
		margin-right: auto;
	}
	
	.footer .container .row div .nav {
		max-width: 200px;
		float: none;
		margin-bottom: 0;
	}
	
	.footer .container .row div .nav:not(.footer-style) {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 2em;
	}
	
	.issnStyle {
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 2em;
	}

	.footer .container .row .nav div:last-child {
		padding-top: 2em;
	}
	
	.footer > .container > .row > div {
		padding-top: 0 !important;
	}
	
	.footerNav {
		margin-left: 0 !important;
	}
}


@media (max-width: 800.499px) {
	
	.pkp_structure_content.container {
		padding-right: 0;
	}
	
	.pkp_structure_main {
		width: 90%;
		/*padding-left: 5%;
		padding-right: 5%;*/
		padding-left: 0;
		padding-right: 0;
		margin-left: 5%;
		margin-right: 5%;
		border-right: none;
		/*border-bottom: 1px solid #ddd;*/
		min-height: initial;
	}
	
	.pkp_structure_sidebar {
		/*margin-top: 20px;*/
		margin-bottom: 53px;
		/*width: 100%; old pre 10-18-21
		padding-left: 5%;
		padding-right: 5%;*/
		float: left;
		margin-left: 5%;
		
		margin-right: 0;
		top: 0;
		padding-top: 0;
	}
	
	.pkp_structure_sidebar .pkp_block .content {
		padding-right: 20px;
		/*padding-left: 20px;  old pre-10-14-21*/
		padding-left: 0;
		/*padding-top: 5px;  old pre-10-14-21*/
		margin-top: 0;
	}
	
	.pkp_block > .title {
		padding-left: 0;
		margin-left: auto;
		margin-right: auto;
		width: 250px;
	}

	.pkp_block {
		margin-left: 0;
	}
	
	.issue-detail {
		margin-bottom: 15px;
	}
	
	.pkp_block  .content {
		margin-left: 0;
	}
}


@media (max-width: 992px) {

	.issue-toc .heading {
		float: none;
		margin-left: 0;
	}
	
}

@media (min-width: 768px) {
	/*
	for old sticky sidebar version 
	#nav-menu {
		margin-left: 0;
		top: 0px;
		left: 0px;
		position: absolute;
		min-width: 600px;
	}
	*/

	/* sticky topbar version */
	#nav-menu {
		margin-left: 0;
		top: 0px;

		/*position: fixed;  for 11-27-18 header*/
		
		z-index: 200;
		background-color: black;
		padding-right: 0;
	}
	
	.footer .container {
		width: 100%;
	}

	.navbar-nav a, .navbar-nav a:hover, #navigationUser a {
		padding-top: 18px !important;
		padding-bottom: 18px !important;
	}
	
	.footer .navbar-nav a, .footer .navbar-nav a:hover, .footer #navigationUser a {
		padding-top: 3px !important;
		padding-bottom: 3px !important;
	}
	
	.list-footer li {
		float: left;
	}
	
	.navbar-toggle-search {
		display: inline-block;
		/*margin-left: 65px;*/
		/*margin-left: 490px; for 11-27-18 header*/
		float: none;
		z-index: 1020;
		position: fixed;
	}
	
	.navbar-collapse.collapse:not(#searchBar) {
		/*display: block !important; for 11-27-18 header*/
		display: inline-block !important;
	}
	
	.dropdown-menu {
		box-shadow: 0 2px 14px 0 rgba(0,0,0,.1);
		transform: none;
		opacity:0;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
		height: 0;
	}

	.dropdown:not(.open)  .dropdown-menu:hover {
		display: none;
	}

	.dropdown.open .dropdown-menu  {
		transform: translate(-5px,-20px);
		transition: ease-out .2s;
		opacity:1;
		height: auto;
	}

	.dropdown .dropdown-menu  {
		margin-top: 16px !important;
	}
}

@media (min-width: 801px) {
	/* used for current sidebar sticky */
	.pkp_structure_sidebar {
		/*margin-top: -57px;*/
		/*padding-top: 38px;*/
		/* position: -webkit-sticky; NEEDED FOR CURRENT VERSION STICKY SIDEBAR
		position: sticky; */
	}
	
	#headerNavigationContainer {
		z-index: 1;
	}
	
	.navbar-form  .form-control {
		/*max-width: 105px;*/
	}
	
	.navbar-form {
		/*padding-right: 0;
		padding-left: 4px;*/
	}
	
	#nav-menu {
		/*min-width: 725px;*/
	}
}

@media (min-width: 850px) {
	.navbar-form {
		/*padding-left: 15px;*/
	}
	
	#nav-menu {
		/*min-width: 735px;*/
	}
}

@media (min-width: 992px) {
	.pull-md-right {
		float: none;
	}
}

@media (min-width: 1080px) {
	.pkp_structure_content {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#headerNavigationContainer {
		/*max-width: 1080px;
		margin-left: auto;
		margin-right: auto;*/
	}
	
	#headerNavigationContainer .container-fluid:last-child {
		max-width: 1080px;
	}
	
	.footer {
		/* margin-left: auto;
		margin-right: auto;
		max-width: 1080px; */
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.footer .container {
		margin-left: auto;
		margin-right: auto;
		max-width: 1080px;
		padding-left: 30px;
		padding-right: 30px;
	}
	
	#headerNavigationContainer .row {
		/*max-width: 1080px;
		padding-left: auto;
		padding-right: auto;*/
	}
	
	#nav-menu {
		margin-left: auto;
		/* padding-left: 0; */
	}
	
	#headerNavigationContainer .container-fluid .row {
		max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#searchBar {
		/* max-width: 1080px; */
	}
	
	.navbar-toggle-search {
		/* margin-left: 475px; */
	}
	
	.navbar-form {
	    max-width: 1080px;
		margin-left: auto;
		margin-right: auto;
		height: 60.8px;
		float: none !important;

		/* padding-left: 0;
		padding-right: 88px; */
	}
	
	#navigationUser {
		/* margin-right: 0; */
	}
}

@media (min-width: 1100px) {
	.pkp_structure_main {
		/* width: 72%; */
	}

	.pkp_structure_sidebar {
		/* width: 22%; */
	}
}

@media (min-width: 1200px) {
	
	/* for 2-col article contents display
	   maybe fix for extra space on single line titles
	*/
	/* DISABLED AS NOT LIKED ATM
	.article-summary {
		width: 48%;
		float: left;
		margin-top: 0;
		background-color: #f0f0f0;
		padding: 20px;
		margin-right: 2%;
	}
	
	h3.media-heading {
	    height: 45px;
		overflow: hidden;
	}

	.article-summary:last-child {
		clear: left;
	}

	.section .page-header {
		clear: left;
	}
	.section .page-header::before {
		content: " ";
		display: table;
	}
	*/
}

@media (min-width: 1300px) {
	.pkp_structure_main {
		/* width: 76%; */
	}

	.pkp_structure_sidebar {
		/* width: 18%; */
	}
}

@media (min-width: 1400px) {
	.pkp_structure_main {
		/* width: 78%; */
	}

	.pkp_structure_sidebar {
		/* width: 16%; */
	}
}

@media (min-width: 1600px) {
	.pkp_structure_content {
		/*max-width: 1600px;
		margin-left: auto;
		margin-right: auto;*/
	}
	
	#headerNavigationContainer .row {
		/* max-width: 1600px; */
	/*	padding-left: auto;
		padding-right: auto;*/
	}
}



