// This LESS file will be parsed before the default stylesheet is compiled. Any
// variables defined here will override those in the original stylesheet.
//
// You can also add additional CSS style rules if desired.

// Make all border colors transparent
@bg-border-color: transparent;

// Increase the font size and weight of section titles in the issue table of
// contents
.obj_issue_toc .galleys h2,
.obj_issue_toc .section h2 {
	font-size: @font-header;
	font-weight: @bold;
	color: @text;
}

body { 
	background-color: #e87029; /* orange */
	background-color: #fcfbf8; 
	background-color: #EAF4F9; /* blue */
	background-color: #f8f6f3; /* beige */
	
	color: #006798;
	color: #3c3c3c;
	color: #1f1f1f;

	font-family: "PT Serif", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;

}

ul { margin: 0; padding: 1.5em 0 0 1em; }
ul > li { line-height: 1.6; }
p { line-height: 1.6; margin: 0; padding-top: 1.5em; }
.pkp_structure_main p { line-height: 1.6; margin: 0; padding: 1.5em 0 0; }
.pkp_structure_main h1, 
.pkp_structure_main h2, 
.pkp_structure_main h3, 
.pkp_structure_main h4 { margin: 0; padding-top: 1.5em; padding-top: 0; }

.pkp_structure_main h1:first-child, 
.pkp_structure_main h2:first-child, 
.pkp_structure_main h3:first-child, 
.pkp_structure_main h4:first-child { padding-top: 0; }

.pkp_structure_main h1, 
.pkp_structure_main h2, 
.pkp_structure_main h3, 
.pkp_structure_main h4,
.obj_article_summary > .title,
h4 {
	font-family: "PT Serif", serif;
	font-weight: 700;
	font-style: normal;
}

.pkp_structure_main h4 { font-size: 18px; font-weight: 700; line-height: 1.6; }

.pkp_site_name .is_img img { max-height: 100px; height: 100px; width: auto; }
.pkp_site_name .is_img { display: inline-block; padding: 0; margin: 0 0 32px 0; }
.pkp_site_name .is_img:focus { outline: none; }

p { line-height: 1.6; margin: 0; padding-top: 1.5em; }

img { display: block; }

ul { margin: 0; }
.pkp_structure_main p, 
.pkp_structure_main ul { line-height: 1.6; margin: 0; }

a { color: #3a6077; }

.informatica {
	font-family: "PT Serif", serif;
	font-weight: 700;
	font-style: italic;
	color: #e87029;
	color: #e67817;
	color: #e87029;
	position: absolute;
	font-size: 95px;
	padding: 0;
	margin: 0;
	top: 20px;
	top: 26px;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 64px;
	line-height: 1;
}

.informatica > span {
	color: #006798;
	color: #3a6077;
	display: block;
	font-size: 18px;
	letter-spacing: 1px;
	font-size: 20px;
	padding-top: 0.75em;
	letter-spacing: 0;
}



.pkp_structure_head { background-color: #ffffff; position: fixed; width: 100%; z-index: 1111; top: 0; border-bottom: none; box-shadow: 0 0 50px rgba(0,0,0,0.075); 


position: relative; top: auto; 

}


.pkp_navigation_user_wrapper { display: block; }
.pkp_navigation_user_wrapper_hide { display: none; }

.has_site_logo .pkp_head_wrapper { width: 1160px; width: 100%; padding-top: 32px; }
.pkp_site_nav_menu { background-color: #e87029; border: none; }

.pkp_navigation_user.pkp_nav_list ul a { color: #ffffff; }

@media (min-width: 992px) {
	.pkp_navigation_primary > li:hover ul {
		position: absolute;
		/*transform: translate3d(7px, 40px, 0px);
		top: 0;*/
		transform: none;
		top: auto;
		left: 0;
		will-change: transform;
	}
	.pkp_navigation_primary > li:last-child a { margin-right: 0; }
	.pkp_nav_list ul { border-radius: 0; box-shadow: 0 0 25px rgba(0,0,0,0.085); }
	
	.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus { background: #e87029; border: none; color: #ffffff; }
	.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus { background: rgba(232,112,41,0.095); border: none; color: #e87029; }
	.pkp_navigation_user.pkp_nav_list ul a:hover, .pkp_navigation_user .pkp_nav_list ul a:focus { background: rgba(58,96,119,0.095); border: none; color: #3A6077; }

	.pkp_nav_list ul li:first-child a,
	.pkp_nav_list ul li:last-child a { border-radius: 0; }

	.pkp_navigation_user { font-size: 18px; }
	/*.pkp_site_nav_menu a { color: #3a6077; }*/

	.pkp_navigation_user.pkp_navigation_user { width: 100%; }
	.pkp_navigation_user_wrapper { padding: 0; width: 80%; width: 1266px; }
	.pkp_navigation_user a { padding: 0.45em 1em; line-height: 1.6; }
	.pkp_navigation_user > li > a { color: #3A6077; background-color: rgba(58, 96, 119, 0.085); }
	.pkp_navigation_user > li > a:hover { color: #3A6077; background-color: rgba(58, 96, 119, 0.17); }
	.pkp_navigation_user > li > a:focus { background-color: rgba(58, 96, 119, 0.125); color: #3A6077; }
	.pkp_navigation_user > li:last-child > a { margin: 0; }

	.pkp_navigation_user > li:hover ul { top: auto; transform: none; will-change: transform; }

	.pkp_navigation_user.pkp_nav_list ul a { color: #3A6077; }
}




.pkp_navigation_primary .dropdown-menu { text-align: left; }
.pkp_navigation_primary > li:first-child a {
	margin-left: -0.5em;
	margin: 0;
}

.pkp_nav_list ul a {
	/*
	display: block;
	padding-left: .357rem;
	border-left: .357rem solid transparent;
	*/
	border: none;
	color: #e87029;
	padding: 0.5em 1em;
}


.pkp_navigation_primary > li > a:hover {
	/*
	color: rgba(0,0,0,0.84);
	outline: 0;
	border-color: rgba(0,0,0,0.84);
	color: #3a6077;
	*/
	background-color: rgba(0,0,0,0.085);
	color: #3a6077;
	color: #ffffff;
	border: none;
}
.pkp_navigation_primary > li > a:focus { /*background: rgba(0,0,0,0.84); color: #f5b114; outline: 0;*/ background-color: rgba(0,0,0,0.085); color: #ffffff; }



.pkp_site_nav_menu_fixed { position: fixed; top: 0; left: 0; }
.pkp_site_nav_menu_wrapper { height: 67.7333px; height: 64.8px; width: 100%; }

.pkp_site_name_wrapper { width: 100%; width: 80%; width: 1266px; }

.pkp_navigation_primary > li > a {
	margin: 0.357rem 0.5em 0;
	padding: 0.357rem 0.5em calc(0.714rem - 2px);
	border-bottom: 2px solid transparent;
	border: none;
	color: rgba(0, 0, 0, 0.84);
	color: #ffffff;
	text-decoration: none;
	padding: 1em;
	margin: 0;
	display: inline-block;
}




.pkp_navigation_primary {
	display: block;
	max-width: 100%;
	text-align: center;
}



.pkp_navigation_search_wrapper { display: none; }


.cmp_breadcrumbs { display: inline-block; display: block; padding: 1.25em 0 0; box-sizing: border-box; }
.cmp_breadcrumbs ol { font-size: 18px; margin: 0; line-height: 1.6; }
.cmp_breadcrumbs ol > li > a { color: #e87029; }

.cmp_breadcrumbs + div { margin-top: 75px; margin-top: 68px; }









.pkp_page_index .homepage_about { padding: 75px 0; }

.obj_issue_toc .articles { margin-top: 0; }

.obj_issue_toc .galleys, 
.obj_issue_toc .section { margin: 0; padding: 0; }

.obj_issue_toc .cover { margin: 0; display: none; }


.obj_issue_toc > .heading { width: 80%; width: 1266px; margin: 0 auto; }
.pkp_page_index .current_issue .current_issue_title { margin: 0 0 0.5em; margin: 0; font-family: "PT Serif", serif; font-size: 48px; font-weight: 700; line-height: 1.15; }
.pkp_page_index .current_issue .current_issue_title_top { font-size: 36px; padding: 0 0 0.35em; font-weight: 700; line-height: 1.15; color: rgba(0,0,0,0.25); }
.page_title + .published,
.obj_issue_toc .published { margin: 0; background-color: rgba(0,0,0,0.055); padding: 0.5em 0.85em; border-radius: 50px; display: inline-block; margin: 1.15em 0 0; }

/*
.obj_issue_toc .published {
	margin: 1.43rem 0 0;
	margin: 0;
}
*/
.obj_article_details .main_entry .published { display: none; }
.obj_article_details .main_entry .heading { display: none; }
.obj_article_details .main_entry .obj_issue_toc .sections:nth-of-type(1) { margin-top: 0; }

/*.obj_article_details > .page_title + .published { line-height: 1.6; }*/

.obj_issue_toc .sections:not(:first-child) { margin-top: 0; }
.obj_issue_toc .sections { margin-top: 4.286rem; }

.obj_article_details .main_entry .obj_issue_toc .articles { margin-top: 0; }

.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { margin-bottom: 36px; padding-bottom: 36px; border-bottom: 1px dashed #3a6077; border-bottom: 1px dashed #e87029; }
.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:last-child { margin-bottom: 0; padding-bottom: 0; border: none; }



.obj_article_details .main_entry { padding: 75px; padding: 65px 75px !important; }

.obj_article_summary > .title a { color: #E87029 !important; }

.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { padding: 65px 75px; margin: 0 -75px; border: none; }
.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:first-child { margin-top: -65px; }


.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:last-child {/* margin-bottom: -65px;*/ padding-bottom: 65px; }

.obj_article_details .main_entry .obj_issue_toc > .sections > .section:last-child .cmp_article_list > li:last-child { margin-bottom: -65px;  }

.obj_article_details .main_entry .obj_issue_toc > .sections > .section > h2 + .cmp_article_list > li { margin-top: 0; }
.obj_article_details .main_entry .obj_issue_toc > .sections > .section > h2 { font-size: 30px; font-weight: 700; padding: 65px 0; color: #1f1f1f; }

.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:nth-of-type(odd) { background-color: #F8F6F3; }


.obj_article_details .main_entry .obj_issue_toc .obj_galley_link { background-color: #3a6077; border: 1px solid #3a6077; }

.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li .obj_galley_link { background-color: #F8F6F3; border: 1px solid #F8F6F3; color: #E87029; }
.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:nth-of-type(odd) .obj_galley_link { background-color: #ffffff; border: 1px solid #ffffff; color: #E87029; }



.pkp_page_index .current_issue .read_more {
	display: inline-block;
	position: relative;
	padding-right: 2.143rem;
	font-size: 0.93rem;
	font-size: 18px;
	font-weight: 700;
	line-height: 2.143rem;
	color: #006798;
	text-decoration: none;
	margin-bottom: 1.43rem;
	border-radius: 3px;
	background-color: #3a6077;
	
	color: #ffffff;
	margin: 60px 0 0;
	padding: 0.65em 60px 0.65em 1.5em;
	text-align: right;
	float: right;

	margin: 0;
	float: none;


	background-color: rgba(58, 96, 119, 0.15);
	color: #3a6077; 
}



.pkp_page_index .current_issue .read_more::after { transform: translate(0, -50%); top: calc(50% + 2px); right: 5px; }




.moj_wrap { width: 80%; width: 1266px; margin: 0 auto; padding: 0 0 75px; }

.pkp_page_index .current_issue .moj_wrap > .read_more:nth-of-type(1) { background-color: #e67817; margin-right: 1em; }
.pkp_page_index .current_issue .moj_wrap > .read_more:nth-of-type(1) { background-color: #3a6077; color: #ffffff; margin-right: 1em; }

.heading { width: 80%; width: 1266px; margin: 0 auto; }
.obj_issue_toc .galleys::before, .obj_issue_toc .section::before { display: none; }





.homepage_about_wrap { width: 80%; width: 1266px; margin: 0 auto; 

display: flex;
	
	
	align-items: center;
	align-items: flex-start;
	align-items: stretch;

	justify-content: space-between;
	

}
.homepage_about_clmns { width: calc(50%); }

.homepage_about_clmns:nth-of-type(2) > img { width: 100%; height: auto; display: block;  }
.homepage_about_clmns:nth-of-type(1) {
	background-color: #ffffff;

	
	margin: 0 -75px 0 0;

	padding: 75px 75px 75px 75px;
	padding: 65px 75px;
	margin: 0 0 0;
	box-sizing: content-box;
	box-sizing: border-box;

	box-shadow: 0 0 50px rgba(0,0,0,0.085);
}

.pkp_page_index .homepage_about a { color: inherit; }

.homepage_about_wrap_1 { width: 80%; width: 1266px; margin: 0 auto; padding: 75px 0 0; }
.homepage_about_wrap_1 > p:first-child { margin: 0; padding: 0; }
.homepage_about_wrap_1 > div:nth-of-type(1) { width: 100%; margin: 1em auto 0;  display: flex; flex-wrap: wrap; align-items: stretch; justify-content: flex-start; }

.homepage_about_wrap_1 > div:nth-of-type(1) > div { width: calc(20%);  margin-right: 1px; padding: 1em; padding: 36px;

	/* background-color: rgba(0,0,0,0.035); */
	border: 1px solid rgba(0,0,0,0.1);
	border-right: 0;
	border: none;
}




.homepage_about_wrap_1 > div:nth-of-type(1) > div:last-child {  border-right: 1px solid rgba(0,0,0,0.1); }

.homepage_about_wrap_1 > div:nth-of-type(1) > div > p { margin: 0; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div > p > span { font-size: 48px; font-weight: 700; color: #3a6077; display: block; padding-bottom: 0.35em; line-height: 1; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div > p > span > a { text-decoration: none; color: inherit; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:last-child > p { margin: 0; padding: 0; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:last-child > p > a { display: block; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:last-child > p > a > img { display: block; margin: 0 auto; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div > p { padding-top: 0; }
.homepage_about_clmns:nth-of-type(2) > img {
	width: 100%;
	height: auto;
	height: 100%;
	display: block;
	object-fit: contain;
	
	object-fit: fill;

	object-fit: cover;
}


.homepage_about_wrap_1 > div:nth-of-type(1) > div { color: #ffffff; border: none; margin-right: 0; }

.homepage_about_wrap_1 > div:nth-of-type(1) > div > p > span { color: #ffffff; }

.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(1) { background-color: #3A6077; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(2) { background-color: #384674; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(3) { background-color: #4D3771; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(4) { background-color: #783A70; }
/*.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(5) { background-color: rgba(0,0,0,0.055); }*/
.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(5) { background-color: #86414F; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:nth-of-type(6) { background-color: #e5e5e5; }
.homepage_about_wrap_1 > div:nth-of-type(1) > div:last-child {  border-right: none; }


/* 86414F */


.heading_padding { padding: 75px 0; }

.carousel_indexes { width: 80%; margin: 75px auto 0; }
.carousel_indexes .carousel_indexes_item { width: 20%; height: 272px; }

.carousel_indexes .carousel_indexes_item > div { padding: 36px; height: 100%; box-sizing: border-box; color: #ffffff; }
.carousel_indexes .carousel_indexes_item > div a { text-decoration: none; }

.carousel_indexes .carousel_indexes_item > div > p > span,
.carousel_indexes .carousel_indexes_item > div > p > strong { 
	font-family: "PT Serif", serif; 
	font-size: 48px; 
	font-weight: 700; 
	color: #ffffff; 
	display: block; 
	padding-bottom: 0.35em; 
	line-height: 1; 
}

.carousel_indexes .carousel_indexes_item:nth-of-type(1) > div { background-color: #3B786B; }
.carousel_indexes .carousel_indexes_item:nth-of-type(2) > div { background-color: #3A6077; }
.carousel_indexes .carousel_indexes_item:nth-of-type(3) > div { background-color: #384674; }
.carousel_indexes .carousel_indexes_item:nth-of-type(4) > div { background-color: #4D3771; }
.carousel_indexes .carousel_indexes_item:nth-of-type(5) > div { background-color: #783A70; }
.carousel_indexes .carousel_indexes_item:nth-of-type(6) > div { background-color: #86414F; }
.carousel_indexes .carousel_indexes_item:nth-of-type(7) > div { background-color: #e5e5e5; }
.carousel_indexes .carousel_indexes_item > div > p { padding: 0; }
.carousel_indexes .carousel_indexes_item:nth-of-type(6) > div img { margin: 0 auto; }































.pkp_structure_content { width: 100%; padding-top: 0; }









.page.page_login,
.page.page_lost_password,
.page.page_register,
.page.page_register_complete,
.page.page_search,
.page.page_submissions,
.page.page_custom,
.page.page_about,
.page.page_issue,
.page.page_masthead,
.page.page_information,
.page.page_contact,
.page.page_article,
.page_issue_archive { width: 80%; width: 1266px; margin: 0 auto; }

.page.page_login,
.page.page_lost_password,
.page.page_register,
.page.page_register_complete,
.page.page_search,
.page.page_submissions,
.page.page_custom,
.page.page_about,
/*.page.page_issue,*/
.page.page_masthead,
.page.page_contact,
.page.page_information { padding: 0 0 75px; }

.page.page_search h1.label + .cmp_form { margin-top: 55px; }

/*.contact.primary h2.label,
.contact.support h2.label,*/
.homepage_about h2.label,
.content_section > h1.label,
/*.content_section > h2.label,*/
.content_section h2.label,
.content_section > div > h2.label,
.contact_section h2.label,
.contact_section > h1.label { font-size: 30px; font-weight: 700; /* margin: 0 0 1.43rem; border-bottom: 1px solid #212121; */}

/*
.content_section > div > h2.label { padding-top: 1.5em; }
*/

/*.contact.primary h2.label > span,
.contact.support h2.label > span,*/
.homepage_about h2.label > span,
.content_section > h1.label > span,
.content_section > h2.label > span,
/*.content_section > h2.label > strong,*/
.content_section h2.label > strong,
.content_section > div > h2.label > span,
.contact_section h2.label > span,
.contact_section > h1.label > span { display: inline-block; border-bottom: 4px solid #212121; /*padding-bottom: 0.5em;*/
/*
	position: relative;
	z-index: 1;
	*/

	display: block;
	border: none;
}

/*
.homepage_about h2.label > span::before,
.content_section > h1.label > span::before,
.content_section > h2.label > span::before,
.content_section > h2.label > strong::before,
.content_section > div > h2.label > span::before,
.contact_section h2.label > span::before,
.contact_section > h1.label > span::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 40%;
	left: -75px;
	height: 50%;
	width: calc(75% + 75px);
	max-width: calc(260px + 75px);
	background-color: #f8f6f3;
	
	background-color: rgba(232, 112, 41, 0.2);
	background-color: #E9E2D7;
	background-color: #f8f6f3;
	
}
*/


.pkp_structure_main { float: none; padding: 0; width: 100%; }
.pkp_structure_main::before,
.pkp_structure_main::after { display: none; } /* lines left, right*/

.obj_article_details { padding: 75px 0 0; }
.pkp_structure_main .page_title,
.obj_article_details > .page_title { margin: 0; font-size: 48px; line-height: 1.4; }

.page_issue_archive .issues_archive {
	margin: 75px auto 0;
	border: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-items: flex-start;
	align-items: stretch;
	justify-content: space-between;
	gap: 80px 100px;
}
.page_issue_archive .issues_archive > li { padding: 0; width: calc(20% - 80px); border: none; }
.issues_archive > li > .obj_issue_summary > .cover { height: auto; width: 100%; float: none; margin: 0; }
.issues_archive > li > .obj_issue_summary > .cover > img { background: none; box-shadow: 0 0 50px rgba(0,0,0,0.085); }
/*.issues_archive > li > .obj_issue_summary .title { font-family: "PT Serif", serif; font-weight: 700; text-decoration: none; }*/
.issues_archive > li > .obj_issue_summary .series { margin: 0; font-weight: 400; }
.issues_archive > li > .obj_issue_summary h2 { font-size: 20px; line-height: 1.6; }

















.issues_archive > li > .obj_issue_summary .cover img { display: block; width: auto; max-height: 250px; height: auto; max-height: 100%; width: 100%; }

.page_issue_archive .cmp_pagination { margin: 50px 0; font-weight: 700; background-color: rgba(0,0,0,0.055); display: inline-block; float: right; padding: 1em 1.25em; }
.page_issue_archive .cmp_pagination > a { color: #E87029; }

.obj_article_details .row::before,
.obj_article_details .row::after { display: none; }
.obj_article_details .row {
	margin: 0;
	border: none;
	padding: 75px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-items: center;
	align-items: flex-start;
	justify-content: space-between;
	gap: 100px;
}
.content_section,
.contact_section { background-color: #ffffff; padding: 75px; box-shadow: 0 0 50px rgba(0,0,0,0.085); }
.obj_article_details .main_entry {
	width: calc(65% - 50px);
	border: none;
	float: none;
	background-color: #ffffff;
	box-shadow: 0 0 50px rgba(0,0,0,0.085);
	padding: 75px;
}
.obj_article_details .entry_details { width: calc(35% - 50px); float: none; margin: 0; border: none; }
.obj_article_details .entry_details_sticky { position: sticky; top: calc(75px + 72px); }
.obj_article_details .item { padding: 0; }
.obj_article_details .item + .item { padding-top: 75px; }

.obj_article_details .main_entry .item h2.label {
	border-bottom: 1px solid #212121;
	margin: 0 0 1.43rem;
	font-family: "PT Serif", serif;
	font-size: 30px;
	font-weight: 700;
}
.obj_article_details .main_entry .item .label > span { border-bottom: 4px solid #212121; display: inline-block; padding-bottom: 0.5em; }
.obj_article_details .main_entry .author_bios .authors { padding-top: 1.5em; }


.cmp_notification_custom { background-color: #3A6077; color: #ffffff; padding: 1.5em 75px; }
.cmp_notification_custom a { color: inherit; }

.obj_article_details .item + .item { margin-top: 65px; padding-top: 65px; }

h2.label + p,
h2.label + ul,
h2.label + div.name,
h2.label + .value > p:first-child,
h2.label + .displayContent0 > p:first-child { padding-top: 65px; }

.page_masthead h2.label + .user_listing { margin: 0; padding-top: 65px; }

.obj_article_details .main_entry .item h2.label {  border-bottom: none; margin: 0; }
.obj_article_details .main_entry .item .label > span { background-color: #F8F6F3; border-bottom: none; display: block; margin: 65px -75px 0; padding: 65px 75px;  }
.obj_article_details .main_entry .item .label:first-child > span { margin-top: -65px; }



h1.label,
h2.label { border-bottom: none; margin: 0; }
h1.label > span,
h1.label > strong,
h2.label > span,
h2.label > strong { background-color: #F8F6F3; border-bottom: none; display: block; margin: 65px -75px 0; padding: 65px 75px; }
h2.label:first-child > span,
h2.label:first-child > strong,
h1.label:first-child > span,
h1.label:first-child > strong { margin-top: -65px; }



.content_section > .author_guidelines > h2.label, .content_section > .submission_checklist > h2.label, .content_section > .copyright_notice > h2.label, .content_section > .privacy_statement > h2.label {
	padding-top: 75px;
	padding-top: 0 !important;
}



.content_section, .contact_section { padding: 65px 75px; }
.content_section > .description { padding-top: 65px; }


.page_contact .contact.primary { margin-top: 0; }
.privacy_statement > h2.label:first-child > span,
.copyright_notice > h2.label:first-child > span,
.submission_checklist > h2.label:first-child > span,
.arrowlistmenu > h2.label:first-child > strong,
.page_contact .contact.primary h2.label:first-child > span,
.page_contact .contact.support h2.label:first-child > span { margin-top: 65px; }

.privacy_statement > h2.label:first-child { margin-bottom: 65px; }



.obj_article_details .main_entry .item .label { font-family: "PT Serif", serif; }

.obj_article_details .main_entry .sub_item .label { font-size: inherit; }

/*
https://puffbird.ijs.si/index.php/informatica/article/view/6498 -- članek brez <p>

https://puffbird.ijs.si/index.php/informatica/article/view/6921
*/

.description,
.main_entry > section.item { line-height: 1.6; }

.page.page_information .imgInformation { display: none; }

.obj_article_details .entry_details .item {
	border-top: 0;
	border-bottom: 0;
	padding: 36px;
	background-color: rgba(0,0,0,0.04);
	margin: 0 0 2px;
	border-left: 10px solid #DBD9D6;
	padding: 24px;
}
.obj_article_details .entry_details .item.cover_image { border: none; padding: 0; box-shadow: 0 0 50px rgba(0,0,0,0.085); }

.pkp_structure_sidebar {
	float: none;
	width: 100%;
	background-color: #f0f0f0;
	background-color: #F9F9F9;
	width: 100%;
	padding: 75px 10%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0;

	display: none;
}




.entry_details a {  }
.obj_article_details .authors .affiliation { font-size: 16px; color: rgba(0,0,0,0.54); padding-top: 1em; display: inline-block; }
.obj_article_details .entry_details .item .label { margin: 0; font-family: "PT Serif", serif; font-size: 16px; font-weight: 400; color: rgba(0,0,0,0.54); line-height: 1.6; padding: 0 0 0.25em; }

.obj_article_details .entry_details .item .citation_formats_list .label { padding: 0.5em 1em; }


.obj_article_details .entry_details .item .citation_display .citation_formats_button { padding: 0 1em; }

.obj_article_details .citation_display .value { font-size: 16px; line-height: 1.6; }

.citation_display .citation_formats_styles a { font-size: 16px !important; }


.obj_article_details .authors li { margin-bottom: 1.5em; }
.obj_article_details .authors li:last-child { margin-bottom: 0; }

.obj_article_details .copyright { font-size: 16px; }
.obj_article_details .entry_details .item.doi { background-color: #DBD9D6; color: inherit; }
.obj_article_details .entry_details .item.doi a { color: inherit; }

/*
.obj_article_details .entry_details .item.doi .label {
	color: #ffffff;
	color: inherit;
}
*/
.obj_article_details .item.doi .label, .obj_article_details .item.keywords .label { display: inline; font-size: 20px; }























.pkp_structure_footer_wrapper { background-color: #e67817; background-color: #3a6077; color: #ffffff; padding: 75px 0; }
.pkp_structure_footer { text-align: center; text-align: left; width: 80%; width: 1266px; }

.pkp_brand_footer { display: none; }

.pkp_structure_footer_wrap {
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 75px;
}
.pkp_structure_footer_wrap_left,
.pkp_structure_footer_wrap_right {
	width: calc(50% - 37.5px);
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    gap: 50px;
}
.pkp_structure_footer_clmns { width: calc(50% - 56.25px); }
.pkp_structure_footer_clmns { width: calc(20% - 40px); }

.pkp_structure_footer_wrap_left > .pkp_structure_footer_clmns { width: 100%; }

.pkp_structure_footer_clmns a { color: inherit; text-decoration: none; }
.pkp_structure_footer_clmns ul { list-style-type: none; padding: 0; margin: 0; }
.pkp_structure_footer_clmns ul > li { }
.pkp_structure_footer_clmns > p:first-child { color: #91AEBF; font-weight: 700; margin: 0 0 0.75em; padding: 0 0 0.15em; border-bottom: 2px solid #53788F; }

.section_indexing_partners {
	background-color: #ffffff;
	padding: 55px 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 0;
    box-sizing: border-box;
    box-shadow: 0 0 50px rgba(0,0,0,0.085);
}
.section_indexing_partners > div { width: 12.5%; }
.section_indexing_partners > div > img { display: block; max-width: 90%; max-height: 75px; height: auto; margin: 0 auto; }

.pkp_structure_footer_wrap_right + p { display: block; padding: 0 0 0 calc(20% - 40px + 50px); width: 100%; /* margin: 0 0 0 calc(20% - 40px); */ }

.copy { color: inherit; padding: 0.75em 10%; text-align: right; }

.pkp_structure_footer_clmns a {
	color: #e67817;
	text-decoration: none;
}
.pkp_structure_footer_wrapper {

	background-color: #1f1f1f;

}

.pkp_structure_footer_clmns > p:first-child {
	color: #91AEBF;
	border-bottom: 2px solid #53788F;

	color: #787878;
	border-bottom: 2px solid #5a5a5a;

	color: #ffffff;
	border-bottom: 2px solid #3c3c3c;
}



.carousel_wrap {}
.carousel {}

.carousel_item { width: 480px; width: 380px;   margin: 75px 0 75px 0; display: block; 


padding-left: 50px;
padding-left: 25px;


height: 501.983px;

/*
display: flex;
    align-items: stretch;
    min-height: 100%;
*/

/*
display: flex; flex-direction: column;  align-items: stretch; min-height: 100%;

background-color: silver;
*/
}

.carousel_item .cover { display: block; width: 100%; float: none; }
.carousel_item .cover img { width: 100%; height: auto; }

.carousel_item > .obj_article_summary {
	background-color: #ffffff;
	 padding: 36px 36px 36px; box-sizing: border: box; 
	box-shadow: 0 0 50px rgba(0,0,0,0.085);
	box-shadow: 0 0 50px rgba(0,103,152,0.125);
	


	box-shadow: 0 0 50px rgba(182,162,131,0.15);

	box-shadow: 0 0 50px rgba(0,0,0,0.085);

/* for carousel with issue cover */
	height: 100%;

	position: relative;
}
.obj_article_summary > .title a {
	color: #3a6077;
}
.carousel_item > .obj_article_summary > .title { padding: 36px 36px 0; margin: -36px -36px 0; background-color: #F8F6F3; }


.cmp_button_wire, .obj_galley_link {
	background-color: #3a6077;
	border: 1px solid #3a6077;
	color: #ffffff;

	background-color: #e87029;
	border: 1px solid #e87029;

	font-size: 20px;
	line-height: 1.6;

	padding: 0.35em 1em;
}

.cmp_button_wire, .obj_galley_link { color: #ffffff; font-size: 16px; line-height: 1.6; padding: 0.35em 1em; }

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus { background: #e87029; color: #fff; }






.obj_issue_toc .carousel .galleys_links {
	position: absolute;
	bottom: 36px;
}
.carousel .obj_article_summary > .title a {
	color: #E87029;
	display: block;
}

.obj_issue_toc .carousel .galleys_links .obj_galley_link {

	color: #ffffff;
	background-color: #3A6077;
	border: 1px solid #3A6077;
	font-size: 18px;

	background-color: #F8F6F3;
	border: 1px solid #F8F6F3;
	color: #E87029;

}








.obj_article_summary .authors {
	font-style: italic;
}
.obj_article_summary .meta {
	padding: 0.85em 0 1.05em;
}

.carousel_item > .obj_article_summary > .meta { padding: 0.85em 36px 36px; margin: 0 -36px; background-color: #F8F6F3; }

.obj_issue_toc .galleys_links {
	margin-top: 0;
}

.obj_article_summary > .title { font-size: 1rem; font-size: 18px; line-height: 1.43rem; line-height: 1.6; border-bottom: none; margin: 0; }


.page_search .cmp_pagination { margin-top: 0; font-size: 18px; line-height: 1.6; color: rgba(0,0,0,0.54); }
.page_search .search_results { margin: 55px 0; }
.page_search .cmp_pagination a { color: #E87029; }

.page_search .search_results .obj_article_summary .meta { font-size: 18px; line-height: 1.6; }


/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  background: #F8F6F3;
  background: rgba(0,0,0,0.085);
  border: none;
  color: #333;
}

.flickity-button:hover {
  /*background: white;*/
  cursor: pointer;
  color: #E87029;
}

.flickity-button:focus {
  outline: none;

  /*box-shadow: 0 0 0 5px #19F;*/
}

.flickity-button:active {
  /*opacity: 0.6;*/
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  width: 50px; height: 50px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: 25px;
}
/* white circles */
.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 1;
	background: transparent;
	border: 1px solid white;

		    transition: background-color 0.2s linear, border-color 0.2s linear;
	   -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
	     -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
.slider-pagination .swiper-pagination-switch {
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	width: 10px;

}









body,
.obj_article_summary > .title,
.pkp_structure_main .obj_issue_summary h2 {
	font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
h4,
.informatica,
.issues_archive > li > .obj_issue_summary .title,
.obj_article_details .main_entry .item h2.label,
.obj_article_details .entry_details .item .label,
.pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4, .obj_article_summary > .title, h4 {
	
}

body { font-size: 18px; }

.issues_archive > li > .obj_issue_summary h2 { font-size: 18px; line-height: 1.6; padding-top: 1.5em; }

.obj_article_details .main_entry .item h2.label {

	font-size: 30px;
	font-weight: 700;
}
.obj_article_details .entry_details .item .label { font-size: 16px; }

.informatica {

	font-weight: 700;
	font-style: italic;
	font-size: 95px;
	padding: 0;
	margin: 0;
	top: 20px;
	top: 26px;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	font-size: 64px;
	line-height: 1;
}

.informatica > span {

	font-size: 18px;
	letter-spacing: 1px;
	font-size: 20px;
	padding-top: 0.75em;
	letter-spacing: 0;
}

#peerReviewProcess > div { /*margin-top: 75px;*/ }
#peerReviewProcess > div:nth-of-type(1) { margin-top: 0; }

/*
.page.page_masthead > .content_section > h2.label { padding-top: 75px; }
.page.page_masthead > .content_section > h2.label:first-child { padding-top: 0; }
*/

.content_section > .author_guidelines > h2.label,
.content_section > .submission_checklist > h2.label,
.content_section > .copyright_notice > h2.label,
.content_section > .privacy_statement > h2.label { padding-top: 75px; }

.page_contact .contact { float: none; width: 100%; }
.page_contact .contact.support { margin-top: 2.857rem; margin-top: 75px; }
.page_contact .contact.primary { margin-top: 2.857rem; margin-top: 75px; padding-right: 0; }
.page_contact .address, .page_contact .phone, .page_contact .email { margin-top: .714rem; margin-bottom: .714rem; margin: 0; font-size: 18px; }

/*.page_contact .contact > div.name { padding-top: 1.5em; }*/

.contact > .name,
.contact > .email,
.contact > .affiliation { line-height: 1.6; }
.contact > .email { font-weight: 700; }

.page_title_wrapper { padding-bottom: 75px; }

.page_search .search_advanced,
.cmp_form { margin-top: 1.5em; }
.cmp_form fieldset { margin: 0 0 1.5em; }
.cmp_form fieldset.identity { margin-top: 1.5em; }
.cmp_form fieldset.consent,
.cmp_form fieldset.reviewer { line-height: 1.6; }

.cmp_form fieldset > .fields { margin-top: 0.5em; }
.cmp_form fieldset > .fields:nth-of-type(1) { margin-top: 0; }

.cmp_form fieldset.consent + fieldset.reviewer { margin-top: 0.5em; }

.cmp_form input[type="text"], 
.cmp_form input[type="email"], 
.cmp_form input[type="password"], 
.cmp_form input[type="url"], 
.cmp_form input[type="tel"], 
.cmp_form select, 
.cmp_form textarea {
	padding: 0 0.5em;
	width: 100%;
	height: calc(2.143rem - 2px);
	height: calc(40px - 2px);
	background: #fff;
	border: 1px solid rgba(0,0,0,0.4);
	border-radius: 3px;
	line-height: calc(2.143rem - 2px);
}
.page_search .search_input .query { width: 100%; max-width: 100%; height: calc(40px - 2px); line-height: calc(2.143rem - 2px); }

.cmp_button, .cmp_form .buttons button, 
.page_lost_password .buttons button, 
.page_search .submit button, 
.block_make_submission a {
	display: inline-block;
	padding: 0.35em 1em;
	background: #3a6077;
	border: 1px solid #3a6077;
	border-radius: 3px;
	box-shadow: none;
	line-height: 1.6;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
}


.page_search .search_advanced label {
	font-size: 1rem;
	font-style: normal;
}

.page_search .search_advanced label,
.page_search .search_input .query,
.cmp_button, .cmp_form .buttons button, 
.page_lost_password .buttons button, 
.page_search .submit button, 
.block_make_submission a,
.cmp_form input[type="text"], 
.cmp_form input[type="email"], 
.cmp_form input[type="password"], 
.cmp_form input[type="url"], 
.cmp_form input[type="tel"], 
.cmp_form select, 
.cmp_form textarea,
.cmp_form .label { font-size: 18px; }

.obj_article_summary .meta { font-size: 18px; line-height: 1.6; }
.obj_article_summary .authors { padding-right: 0; }

.cmp_form legend { margin-bottom: 1em; font-size: 18px; font-weight: 700; line-height: 1.6; }
.page_search .date_range legend,
.cmp_form .label { font-size: 18px; line-height: 1.6; margin-bottom: 0.25em; }

.page_search .search_advanced > legend { font-weight: 700; }


.search_results > li { padding: 65px 75px; margin: 0 -75px; border: none; }
.search_results > li:nth-of-type(odd) { background-color: #F8F6F3; }
.page_search .search_results .obj_article_summary { margin: 0; }
.page_search .search_results .obj_article_summary .meta { padding: 0.85em 0 0; }


.cmp_form .fields > div:last-child { padding-bottom: 0; }

.page_login .buttons button { float: none; }
.page_login .buttons a { float: none; margin: 0; }
.cmp_form .buttons a { font-size: 18px; font-weight: 700; line-height: 1.6; margin-left: 1em; }
.page_login .password a { font-size: 18px; margin-top: 0.25em; display: inline-block; }

.page_search .submit button::after { display: none; }

.cmp_notification { padding: 1.43rem; margin-bottom: 2.857rem; margin-bottom: 0; background: #edebe9; border-left: 10px solid #DBD9D6; font-size: 18px; line-height: 1.6; }

.privacy_statement { line-height: 1.6; }

.page_masthead .user_listing li:last-child { margin-bottom: 0; }
.page_masthead .user_listing { margin-top: 1.5em; }

/*
button, input, optgroup, select, textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
*/

.pkp_page_index .additional_content { border: none; margin: 0; padding: 0; }


@media only screen and (max-width : 1920px) {
	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_issue,
	.page.page_masthead,
	.page.page_information,
	.page.page_contact,
	.page.page_article,
	.page_issue_archive,
	.homepage_about_wrap,
	.homepage_about_wrap_1,
	.obj_issue_toc > .heading,
	.moj_wrap,
	.heading,
	.pkp_structure_footer,
	.pkp_navigation_user_wrapper,
	.homepage_about_wrap,
	.pkp_site_name_wrapper { width: 80%; }
}
@media only screen and (max-width : 1600px) {
	body { font-size: 18px; }
	.issues_archive > li > .obj_issue_summary h2 { font-size: 18px; }
	.logo_footer { height: 75px; width: auto; }
	.pkp_site_name .is_img img { max-height: 75px; height: 75px; width: auto; }
	.informatica { font-size: 48px; line-height: 1; top: 20px; }
	.informatica > span { font-size: 16px; padding-top: 0.75em; }
	.has_site_logo .pkp_head_wrapper { padding-top: 25px; }
	.pkp_site_name .is_img { margin: 0 0 25px 0; }
	.pkp_site_nav_menu_wrapper { height: 55.8px; }
	.pkp_navigation_primary > li > a { padding: 0.75em 1em; }
	.homepage_about_clmns:nth-of-type(1) { padding: 55px 65px 65px; margin: 0; }
	.cmp_breadcrumbs + div { margin-top: 65px; }
	.carousel_indexes { margin-top: 65px; }
	.pkp_page_index .homepage_about { padding: 65px 0; }
	.moj_wrap { padding: 0 0 65px; }



	.obj_article_details .main_entry .item + .item { padding-top: 65px; }

	.obj_article_details .main_entry { padding: 55px 65px 65px !important; }
	.obj_article_details .main_entry .obj_issue_toc > .sections > .section > h2 { padding: 55px 0; }

	h2.label:first-child > span, h2.label:first-child > strong, h1.label:first-child > span, h1.label:first-child > strong { margin-top: -55px; }
	.obj_article_details .main_entry .item .label:first-child > span { margin-top: -55px; }

	h1.label > span,
	h1.label > strong,
	h2.label > span,
	h2.label > strong,
	.obj_article_details .main_entry .item .label > span { margin: 55px -65px 0; padding: 55px 65px; }
	.search_results > li { padding: 55px 65px; margin: 0 -65px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { padding: 55px 65px; margin: 0 -65px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:first-child { margin-top: -55px; }

	h2.label + p, h2.label + ul, h2.label + div.name, h2.label + .value > p:first-child, h2.label + .displayContent0 > p:first-child { padding-top: 55px; }


	/*
	h1.label > span,
	h1.label > strong,
	h2.label > span,
	h2.label > strong { margin: 65px -75px 0; padding: 65px 75px; }
	.obj_article_details .main_entry .item .label > span { margin: 65px -75px 0; padding: 65px 75px;  }
	.search_results > li { padding: 65px 75px; margin: 0 -75px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { padding: 65px 75px; margin: 0 -75px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:first-child { margin-top: -65px; }
	*/





	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_masthead,
	.page.page_contact,
	.page.page_information { padding: 0 0 65px; }
	.obj_article_details { padding: 65px 0 0; }
	.obj_article_details .row { padding: 65px 0; gap: 65px; }
	.obj_article_details .main_entry { width: calc(65% - 32.5px); padding: 65px; }
	.obj_article_details .entry_details { width: calc(35% - 32.5px); }
	.obj_article_details .entry_details_sticky { position: sticky; top: calc(65px + 55px); }
	.content_section,
	.contact_section { padding: 65px; padding: 55px 65px 65px; }
	/*.obj_article_details .item + .item { padding-top: 65px; }*/
	.pkp_structure_footer_wrapper { padding: 65px 0; }
	.pkp_structure_footer_wrap { gap: 65px; }
	.pkp_structure_footer_clmns { width: calc(20% - 52px); }
	.section_indexing_partners > div > img { display: block; max-width: 90%; max-height: 65px; height: auto; margin: 0 auto; }
	.page_issue_archive .issues_archive { margin: 65px auto 0; gap: 65px 65px; }
	.page_issue_archive .issues_archive > li { padding: 0; width: calc(25% - 48.75px); border: none; }
	.carousel_item { margin: 65px 0 65px 0; }
}
@media only screen and (max-width : 1590px) {
	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_issue,
	.page.page_masthead,
	.page.page_information,
	.page.page_contact,
	.page.page_article,
	.page_issue_archive,
	.homepage_about_wrap,
	.homepage_about_wrap_1,
	.obj_issue_toc > .heading,
	.moj_wrap,
	.heading,
	.pkp_structure_footer,
	.pkp_navigation_user_wrapper,
	.homepage_about_wrap,
	.pkp_site_name_wrapper,
	.carousel_indexes { width: 90%; }
	.copy { padding: 0.75em 5%; }
	
}
@media only screen and (max-width : 1440px) {}
@media only screen and (max-width : 1366px) {}
@media only screen and (max-width : 1280px) {
	.homepage_about_wrap_1 > div:nth-of-type(1) > div > p > span,
	.pkp_page_index .current_issue .current_issue_title,
	.pkp_structure_main .page_title,
	.obj_article_details > .page_title { font-size: 36px; line-height: 1.4; }
	.homepage_about h2.label,
	.content_section > h1.label,
	.contact_section > h1.label,
	.obj_article_details .main_entry .item h2.label { font-size: 24px; }

	.carousel_indexes .carousel_indexes_item { width: 25%; min-height: 272px; }
}
@media only screen and (max-width : 1152px) {

	
	.cmp_breadcrumbs + div { margin-top: 55px; }
	.page_issue_archive .issues_archive { margin: 55px auto 0; }
	.carousel_item { margin: 55px 0 55px 0; }
	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_masthead,
	.page.page_contact,
	.page.page_information { padding: 0 0 55px; }
	.obj_article_details { padding: 55px 0 0; }
	.obj_article_details .row { padding: 55px 0; gap: 65px; }
	.obj_article_details .main_entry .item + .item { padding-top: 55px; }
	.pkp_structure_footer_wrapper,
	.pkp_page_index .homepage_about { padding: 55px 0; }
	.moj_wrap { padding: 0 0 55px; }
	.pkp_structure_footer_wrap { gap: 55px; }
	.pkp_structure_footer_clmns { width: calc(20% - 44px); }
	.section_indexing_partners { padding: 55px 0; row-gap: 55px; }
	.section_indexing_partners > div { width: 25%; }

	.carousel_indexes .carousel_indexes_item { width: 33.3333%; min-height: 272px; }



}
@media only screen and (max-width : 1024px) {
	.issues_archive > li > .obj_issue_summary h2 { padding-top: 1em; }
	.homepage_about_clmns:nth-of-type(1) { padding: 55px; order: 1; padding: 45px 55px 55px; }
	.homepage_about_clmns:nth-of-type(2) { order: 0; }
	.homepage_about_wrap { flex-wrap: wrap; }
	.homepage_about_clmns { width: calc(100%); }
	.homepage_about_wrap_1 > div:nth-of-type(1) > div { width: calc(33.33%); }
	.obj_article_details .main_entry { width: 100%; padding: 55px; padding: 45px 55px 55px; }
	.content_section,
	.contact_section { padding: 55px; padding: 45px 55px 55px; }
	.obj_article_details .entry_details { width: 100%; }
	.obj_article_details .entry_details_sticky { position: relative; top: auto; }
	.copy { text-align: center; }

	.privacy_statement > h2.label:first-child > span, .copyright_notice > h2.label:first-child > span, .submission_checklist > h2.label:first-child > span, .arrowlistmenu > h2.label:first-child > strong, .page_contact .contact.primary h2.label:first-child > span, .page_contact .contact.support h2.label:first-child > span { margin-top: 45px; }

	.page_contact .contact.support,
	.page_contact .contact.primary { margin-top: 45px; }

	.cmp_breadcrumbs + div { margin-top: 45px; }
	.page_title_wrapper { padding-bottom: 55px; }

	.obj_article_details .main_entry .item + .item { padding-top: 55px; }

	.obj_article_details .main_entry { padding: 45px 55px 55px !important; }
	.obj_article_details .main_entry .obj_issue_toc > .sections > .section > h2 { padding: 45px 0; }

	h2.label:first-child > span, h2.label:first-child > strong, h1.label:first-child > span, h1.label:first-child > strong { margin-top: -45px; }
	.obj_article_details .main_entry .item .label:first-child > span { margin-top: -45px; }

	h1.label > span,
	h1.label > strong,
	h2.label > span,
	h2.label > strong,
	.obj_article_details .main_entry .item .label > span { margin: 45px -55px 0; padding: 45px 55px; }
	.search_results > li { padding: 45px 55px; margin: 0 -55px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { padding: 45px 55px; margin: 0 -55px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:first-child { margin-top: -45px; }

	h2.label + p, h2.label + ul, h2.label + div.name, h2.label + .value > p:first-child, h2.label + .displayContent0 > p:first-child { padding-top: 45px; }



	
}
@media only screen and (max-width : 992px) {
	body { padding-top: 120.8px; }
	.informatica { font-size: 40px; line-height: 1; top: 20px; }
	.informatica > span { font-size: 16px; padding-top: 0.75em; }
	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_issue,
	.page.page_masthead,
	.page.page_information,
	.page.page_contact,
	.page.page_article,
	.page_issue_archive,
	.homepage_about_wrap,
	.homepage_about_wrap_1,
	.obj_issue_toc > .heading,
	.moj_wrap,
	.heading,
	.pkp_structure_footer,
	.pkp_navigation_user_wrapper,
	.homepage_about_wrap,
	.pkp_site_name_wrapper,
	.carousel_indexes { width: 95%; }
	.has_site_logo .pkp_head_wrapper { width: 100%; }
	.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper { width: 95%; }
	.pkp_site_name {
		position: absolute;
		left: 2.5%;
		right: auto;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}
	.pkp_site_nav_toggle {
		position: absolute;
		top: 15.4px;
		left: auto;
		right: 2.5%;
		width: 2.857rem;
		height: 2.857rem;
		border: 0;
		background: none;
		box-shadow: 1px 0 0 rgba(255,255,255,0.2),-1px 0 0 rgba(255,255,255,0.2);
		z-index: 999;
	}
	.pkp_site_nav_toggle > span { top: 50%; left: 50%; transform: translate(-50%, -50%); border-bottom: 3px solid #E87029; }
	.pkp_site_nav_toggle--transform > span { border-bottom: 0; overflow: visible; }
	.pkp_site_nav_toggle > span::before, .pkp_site_nav_toggle > span::after { background: #E87029; }
	.obj_issue_toc .cover img { max-height: 500px; width: 100%; height: auto; }
	.pkp_structure_head { position: fixed; top: 0; }
	.pkp_navigation_primary > li > a { padding: 15px 1em; font-size: 24px; font-weight: 700; }
	.pkp_navigation_primary > li > a:focus,
	.pkp_navigation_primary > li > a:hover { background-color: transparent; text-decoration: none; }
	.pkp_nav_list ul a { color: #ffffff; font-size: 18px; padding: 10px 1em; }
	.pkp_nav_list ul a:hover { color: #ffffff; text-decoration: none; }
	.pkp_site_nav_menu a:hover, .pkp_site_nav_menu a:focus { color: #ffffff; text-decoration: none; }
	.pkp_site_nav_menu { position: absolute; width: 100%; top: 100%; left: 0; padding: 10px 0; height: calc(100vh - 120.8px); overflow-y: auto; }
	.pkp_site_nav_menu ul ul { padding-left: 0; }
	.pkp_navigation_user_wrapper { margin: 0 auto; }

	.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content { width: 100%; }
	.pkp_navigation_user.pkp_navigation_user { margin-top: 1rem; padding-top: 1rem; border-top: 1px dashed #ffffff; }

	.pkp_site_nav_menu a { font-size: 22px; font-weight: 700; display: inline-block; padding: 15px 1em;  color: #ffffff; text-decoration: none; }

	.pkp_navigation_user > li > ul a .task_count { display: inline-block; background: rgba(255,255,255,0.2); color: #ffffff; }
	.pkp_site_nav_menu .pkp_nav_list { text-align: center; }

	.pkp_structure_footer_clmns { width: calc(25% - 41.25px); }
	.pkp_structure_footer_clmns:nth-of-type(1) { width: 100%; }
	.pkp_structure_footer_wrap_right + p { padding: 0; text-align: center; }
	.pkp_site_nav_toggle { top: 7.5px; }

	.page_issue_archive .issues_archive { margin: 55px auto 0; gap: 55px; }
	.page_issue_archive .issues_archive > li { padding: 0; width: calc(33.33% - 36.6667px); }


	
	
}
@media only screen and (max-width : 900px) {
	
}
@media only screen and (max-width : 860px) {
	body { padding-top: 95px; }
	.pkp_site_nav_menu { height: calc(100vh - 95px); }
	.pkp_structure_footer_wrap { gap: 55px; }
	.pkp_structure_footer_clmns { width: calc(50% - 27.5px); }
	.pkp_page_index .current_issue .current_issue_title,
	.pkp_structure_main .page_title,
	.obj_article_details > .page_title { font-size: 30px; line-height: 1.4; }
	.informatica { font-size: 30px; line-height: 1; top: 16px; }
	.informatica > span { font-size: 16px; padding-top: 0.55em; }
	.logo_footer { height: 55px; width: auto; }
	.pkp_site_name .is_img { margin: 0; }
	.pkp_site_name .is_img img { max-height: 55px; height: 55px; width: auto; }
	.pkp_site_nav_menu_wrapper { height: 0; }
	.has_site_logo .pkp_head_wrapper { padding: 20px 0; }
	.pkp_site_name_wrapper { height: 55px; }

	
}
@media only screen and (max-width : 768px) {
	
	.pkp_site_name_wrapper, .pkp_navigation_primary_wrapper, .pkp_navigation_user, .pkp_search_mobile, .pkp_structure_content, .pkp_structure_footer { padding: 0; }

	.carousel_indexes .carousel_indexes_item { width: 50%; min-height: 272px; }

	
}
@media only screen and (max-width : 650px) {
	.informatica { font-size: 30px; line-height: 1; top: 16px; }
	.informatica > span { font-size: 14px; padding-top: 0.55em; }
}
@media only screen and (max-width : 600px) {
	/*body { color: red; }*/
	.homepage_about_clmns:nth-of-type(1) { padding: 40px; padding: 30px 40px 40px; }
	.obj_article_details .main_entry { padding: 40px; }
	.content_section,
	.contact_section { padding: 40px; padding: 30px 40px 40px; }
	.obj_article_details .main_entry .item + .item { padding-top: 40px; }
	.cmp_breadcrumbs + div { margin-top: 40px; }
	.page_issue_archive .issues_archive { margin: 40px auto 0; }
	.carousel_item { margin: 40px 0; }
	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_masthead,
	.page.page_contact,
	.page.page_information { padding: 0 0 40px; }
	.obj_article_details { padding: 40px 0 0; padding: 30px 0 0; }
	.obj_article_details .row { padding: 40px 0; gap: 40px; }
	.pkp_structure_footer_wrapper,
	.pkp_page_index .homepage_about { padding: 40px 0; }
	.moj_wrap { padding: 0 0 40px; }
	.pkp_structure_footer_wrap { gap: 40px; }
	.pkp_structure_footer_wrap_left, .pkp_structure_footer_wrap_right { gap: 40px; }
	.pkp_structure_footer_clmns { width: 100%; }
	.pkp_structure_footer_wrap_right + p { text-align: left; }
	.section_indexing_partners { padding: 40px 0; row-gap: 40px; }

	.page_issue_archive .issues_archive { margin: 40px auto 0; gap: 40px; }
	.page_issue_archive .issues_archive > li { padding: 0; width: calc(50% - 20px); }



	.privacy_statement > h2.label:first-child > span, .copyright_notice > h2.label:first-child > span, .submission_checklist > h2.label:first-child > span, .arrowlistmenu > h2.label:first-child > strong, .page_contact .contact.primary h2.label:first-child > span, .page_contact .contact.support h2.label:first-child > span { margin-top: 30px; }

	.page_contact .contact.support,
	.page_contact .contact.primary { margin-top: 30px; }

	.cmp_breadcrumbs + div { margin-top: 30px; }
	.page_title_wrapper { padding-bottom: 40px; }

	.obj_article_details .main_entry .item + .item { padding-top: 40px; }

	.obj_article_details .main_entry { padding: 30px 40px 40px !important; }
	.obj_article_details .main_entry .obj_issue_toc > .sections > .section > h2 { padding: 30px 0; }

	h2.label:first-child > span, h2.label:first-child > strong, h1.label:first-child > span, h1.label:first-child > strong { margin-top: -30px; }
	.obj_article_details .main_entry .item .label:first-child > span { margin-top: -30px; }

	h1.label > span,
	h1.label > strong,
	h2.label > span,
	h2.label > strong,
	.obj_article_details .main_entry .item .label > span { margin: 30px -40px 0; padding: 30px 40px; }
	.search_results > li { padding: 30px 40px; margin: 0 -40px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li { padding: 30px 40px; margin: 0 -40px; }
	.obj_article_details .main_entry .obj_issue_toc .cmp_article_list > li:first-child { margin-top: -30px; }

	h2.label + p, h2.label + ul, h2.label + div.name, h2.label + .value > p:first-child, h2.label + .displayContent0 > p:first-child { padding-top: 30px; }







	.page.page_login,
	.page.page_lost_password,
	.page.page_register,
	.page.page_register_complete,
	.page.page_search,
	.page.page_submissions,
	.page.page_custom,
	.page.page_about,
	.page.page_issue,
	.page.page_masthead,
	.page.page_information,
	.page.page_contact,
	.page.page_article,
	.page_issue_archive,
	.homepage_about_wrap,
	.homepage_about_wrap_1,
	.obj_issue_toc > .heading,
	.moj_wrap,
	.heading,
	.pkp_structure_footer,
	.pkp_navigation_user_wrapper,
	.homepage_about_wrap,
	.pkp_site_name_wrapper,
	.carousel_indexes { width: 90%; }

	.has_site_logo .pkp_site_name, .has_site_logo .pkp_navigation_primary_wrapper { width: 100%; }
	.pkp_site_name { left: 0; }
	.pkp_site_nav_toggle { right: 0; }

	.homepage_about_wrap_1 > div:nth-of-type(1) > div { width: 100%; margin: 0; padding: 30px 40px; }
	.section_indexing_partners > div { width: 33.33%; }

	.informatica { font-size: 24px; line-height: 1; top: 16px; }
	.informatica > span { font-size: 13px; padding-top: 0.15em; line-height: 1.4; }
	.informatica > span > span { display: block; }


	/*.pkp_structure_footer_wrapper { background-color: navy; }*/
}
@media only screen and (max-width : 500px) {}
@media only screen and (max-width : 450px) {
	.section_indexing_partners > div { width: 50%; }
}
@media only screen and (max-width : 450px) {
	.carousel_indexes .carousel_indexes_item { width: 100%; min-height: 272px; }
}
@media only screen and (max-width : 360px) {}



em { font-style: italic; }




