@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*Based upon: styleSheet-legacy-Dec-2022-3.css: Last adapted in Dec 2022 for upgrade to OJS 3.3.x*/
/*Current file name: stylesheet-legacy-14-Nov-2024.css: Published Jan 2025 following upgrade to OJS 3.4.x*/
/*File path: Development Project/Web Design/CSS/Nov 2024 - upgrade to 3.4.x/Legacy titles/stylesheet-legacy-14-Nov-2024.css*/

/*Accent colours:
White: #ffffff
GEUS Blue: #4b6fb3
Dark blue: #292975
Grey: #333333
Off black: #666666
meta grey: #ececec
*/



/*HOMEPAGE*/
/*FONTS*/
html, body, h1, h2, h3, h4, li {
    font-family: "Open Sans";
    font-size: 14px;
    line-height: 1.43rem;
    color: #333333;
    /*background: #ececec;*/
}

.pkp_structure_main h1 {
    font-family: "Open Sans";
     font-size: 25px/*2.5rem*/;
     line-height: 30px;
     font-weight: 700;
     color: #333333;
 }
 
 h1 {
     font-size: 2em/*2.5rem*/;
     margin: .67em 0;
 }
 
 .pkp_structure_main h1, .pkp_structure_main h2, .pkp_structure_main h3, .pkp_structure_main h4 {
     margin: 40px 0 20px;
 }
 
 .pkp_structure_main h2 {
   font-family: "Open Sans";
     font-size: 20px/*1.8rem*/;
     line-height: 30px;
     font-weight: 700;
     color: #333333;
 }
 
 .pkp_structure_main h3 {
   font-family: "Open Sans";
     font-size: 16px/*1.4rem*/;
     line-height: 20px;
     font-weight: 700;
 }
 
 .pkp_structure_main h4 {
   font-family: "Open Sans";
     font-size: 14px/*1rem*/;
     line-height: 20px;
     font-weight: 600;
 }
 
 .pkp_structure_main h5 {
   font-family: "Open Sans";
     font-size: 14px/*0.93rem*/;
     line-height: 20px;
     font-style: italic;
     font-weight: 600;
 }

/*END FONTS*/

/*BACKGROUND*/
.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

body {
    background: #fff;
}
/*END BACKGROUND*/

/*LINKS*/
a {
    color: #4B6FB3;
}

a:hover {
  color: #292975;
}

a:focus {
    color: #292975;
}
/*END LINKS*/

/*FOOTER*/
.pkp_brand_footer img {
	max-height:80px;
}
.sticky {
  position: fixed;
  top: 0;
  }

.pkp_brand_footer {
    float: right;
}
.pkp_brand_footer {
    padding: 50px;
}
/*END FOOTER*/

/**Formatting for footer**/
.pkp_structure_footer_wrapper {
    background: #ececec;
    border-bottom: 1.43rem solid #ececec;
}

.footer-distributed {
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: normal 16px open sans;
  padding: 30px 0px;
}

.footer-distributed .footer-left p {
  color: #333333;
  font-size: 14px;
}

/*Footer links*/
.footer-distributed p.footer-links {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 10px;
  padding: 0;
  transition: ease .25s;
}

.footer-distributed p.footer-links a {
  display: inline-block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
  transition: ease .25s;

}

.footer-distributed .footer-links a:before {
  content: "|";
  font-size: 20px;
  left: 0;
  color: #333;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

.footer-distributed .footer-right {
  /*float: right;*/
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 6px;
  max-width: 280px;
}

.footer-distributed .footer-right a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #333;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-left: 3px;
  transition:all .25s;
}

.footer-distributed .footer-right a:hover{
    transform:scale(1.1); 
    -webkit-transform:scale(1.1);
}

.footer-distributed p.footer-links a:hover {
    color: #666666;
    text-decoration: underline;
}

/* Media Queries */
@media (max-width: 600px) {
  .footer-distributed .footer-left, .footer-distributed .footer-right {
    text-align: center;
  }
  .footer-distributed .footer-right {
    float: none;
    margin: 0 auto 20px;
  }
  .footer-distributed .footer-left p.footer-links {
    line-height: 1.8;
  }
}

/**End of footer formating.**/


/*SITENAME*/
.pkp_site_name .is_img img {
	display: block;
    max-height: 85px;
    max-width: 100%;
    height: auto;
}

.pkp_site_name {
    padding-top: 15px;
    padding-bottom: 15px;
}
/*END SITENAME*/

 /*HERE HERE HERE*/

/**Navigation formatting**/
#navigationPrimary ul a {
    /*color: #4B6FB3;*/
    color: #ffffff;
}

#navigationPrimary a:hover, #navigationPrimary a:focus {
  color: #ffffff;
  background: #4B6FB3
}

#navigationPrimary a {
  font-weight: bold;
  font-size: 14px;
}
#navigationPrimary a {
  font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.pkp_structure_head {
    border-bottom: 0.7px solid #ffffff;
}
.pkp_navigation_primary_row {
    background: #4B6FB3;
	border-top: 0.5px solid #4B6FB3;
		}
#navigationPrimary a:hover, #navigationPrimary a:focus {
  color:#ffffff;
}

/*Dec 2022*/
/*CHange colour of borderline on hover on desktop*/
@media (min-width: 992px) {
.pkp_navigation_primary>li>a:hover {
    color: #fff;
    outline: 0;
    border-color: #fff;
}
}
/*Padding to mobile menu:*/
.pkp_site_nav_menu a {
    display: inline-block;
    padding: .125rem 10px;
    color: #fff;
    text-decoration: none;
}
/*End of Dec 2022*/
/**End of nav formatting**/


/*OLD FILE BELOW THIS COMMENT*/

/*Search controls*/
.pkp_site_nav_menu a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/*Search controls: Hover state*/
.pkp_navigation_search_wrapper a:hover {
    color: #fff;
    border-color: #fff;
    transition: 0.5s;
}

/*Search controls: Focus state*/
.pkp_navigation_search_wrapper a:focus {
    background: #292975;
}
/*END search controls*/

/*User navigation (username/login force lowercase)*/
.pkp_navigation_user>li>a {
    color: #4B6FB3;
    text-transform: initial;
}

/*Dropdown menu*/
@media (min-width: 992px) {
.pkp_nav_list ul a {
    color: #4b6fb3;
    text-transform: initial;
}
}

/*Dropdown menu:Hover state*/
.pkp_navigation_user_wrapper ul a:hover, .pkp_navigation_user_wrapper ul a:focus {
    border-color: #4b6fb3;
}

@media (min-width: 992px) {
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    background: #ececec;
    color: #4b6fb3;
}
}
/*END User navigation (username/login force lowercase)*/
/*END HOMEPAGE*/


/*ARCHIVES*/
/*Archives issue titles*/
.obj_issue_summary .title {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
}

.obj_issue_summary .series {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}

.obj_issue_summary .subtitle {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    text-decoration: none;
}
/*END Archives issue titles*/

/*Archives cover image*/
.obj_issue_toc .cover img {
    margin-left: auto;
    margin-right: auto;
}
.obj_issue_toc .cover img {
    display: initial;
    max-height: 240px;
    width: auto;
}

.obj_issue_summary .description {
    display: none;
}

/*END Archives cover image*/
/*END ARCHIVES*/

/*ISSUE PAGES*/
/*Hide issue publish date*/
.obj_issue_toc .heading .pub_id, .obj_issue_toc .heading .published {
    display: none;
}

/*Format section heading underline/border*/
.obj_issue_toc>.galleys h2, .obj_issue_toc .section h2 {
  border-bottom: 1px solid #666
}

.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    color: #333;
}


/*Format section heading, change colour*/
.obj_issue_toc .galleys>h2, .obj_issue_toc .section>h2, .obj_issue_toc .galleys>h3, .obj_issue_toc .section>h3 {
    color: #333;
}


/*Format page numbers*/
.obj_issue_toc .pages {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}
/*END Format page numbers*/

/*Format galley buttons (hidden from issue page, but this applies to all galley buttons)*/
.cmp_manuscript_button, .block_make_submission a, .obj_galley_link {
    font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    background: #4b6fb3;
    color: #fff;
    border-radius: 0;
}

.cmp_manuscript_button:hover, .cmp_manuscript_button:focus, .block_make_submission a:hover, .block_make_submission a:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    transition: 0.5s;
}
/*END Format galley buttons*/

/*Hide galley buttons on issue page, but show the full issue galleys*/
.obj_issue_toc .sections .galleys_links {
    margin-top: .714rem;
    display: none;
}

/*END ISSUE PAGES*/


/*ARTICLE PAGE*/
/*Block Montserrat fonts in breadcrumbs*/
/*.cmp_breadcrumbs {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  /*color: #333;
}*/

/*Breadcrumbs, change size of current page
.cmp_breadcrumbs .current {
    text-transform: none;
    font-size: 0.8rem;
}*/

/*DOI, Keywords and Abstract headings, change font family*/
.obj_article_details .main_entry .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/*DOI link change font family*/
.obj_article_details .authors, .obj_article_details .doi {
font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
}

/*DOI, Keywords and Abstract headings, change text colour, make uppercase, change border/underline weight and colour*/
.obj_article_details .main_entry .label {
  color: #333;
  border-bottom: 1px solid #666;
  text-transform: uppercase;
  margin: 0;
}

/*Remove border underneath keywords label*/
.obj_article_details .main_entry .item.keywords .label {
  border-bottom: 0;
}

/*Apply hyperlink blue to DOI link*/
.obj_article_details .orcid a, .obj_article_details .doi a {
    color: #4b6fb3;
    text-decoration: underline;
}

/*Apply hyperlink dark blue to DOI link on hover*/
.obj_article_details .orcid a:hover, .obj_article_details .doi a:hover, .obj_article_details .orcid a:focus, .obj_article_details .doi a:focus {
    color: #292975;
}

/*Remove margin from above Abstract body*/
.obj_article_details .item>*:last-child {
    margin: 0;
}

/*Side meta boxes*/
/*Side metadata boxes remove background and box shadows*/
.obj_article_details .entry_details .item {
    background: none;
    box-shadow: none;
}

/*Side metadata boxes change background colour, remove box shadows and border radius*/
.obj_article_details .entry_details .item {
    border-radius: 0px;
    background: #ececec;
    box-shadow: none;
}


/*Side meta boxes remove background colour and bottom borders of headings*/
.obj_article_details .entry_details .item>.label, .obj_article_details .entry_details .sub_item:first-child>.label {
    background: none;
    border-bottom: none;
}


/*Side metadata headings change font family (Heading size is 0.93rem, set in main CSS)*/
.obj_article_details .entry_details .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-weight: 600;
}

/*Side metadata headings change text colour*/
.obj_article_details .entry_details .sub_item .label {
    color: #333;
}

/*Side meta boxes, remove thick underline in "section" heading*/
.obj_article_details .entry_details .sub_item:not(:first-child) .label {
    border-bottom: none;
}

/*Side metadata change font size in all 'value' boxes, and add top border*/
.obj_article_details .entry_details .item .label+.value {
  font-size: 0.85rem;
  border-top: 1px solid #666;
}


/*Citation plugin button change font family and font size of citation text*/
.obj_article_details .citation_display .citation_formats_button {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  color: #333;
}

.obj_article_details .citation_display .value {
    font-size: 0.85rem;
}



/*Side, Licence, change background colour, add padding to bottom*/
.obj_article_details .entry_details .item.copyright {
    background: #ececec;
    padding-bottom: 10px;
}

/*Side, Licence, change margin and font sizes*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright p {
    margin: 1.43rem 1.43rem;
    font-size:0.85rem;
    /*border-top: 1px solid #666;*/
}

/*Side, Licence, add margins to CC image so it is inline with text*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright img {
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 20px;
}

/*License change heading colour*/
.obj_article_details .entry_details .item .label {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-weight: 600;
    color: #333;
}

/*Side, licence, add bottom border to heading*/
.pkp_structure_main .obj_article_details .entry_details .item.copyright h2 {
   border-bottom: 1px solid #666;
}

/*Side, cover image, make background transparent*/
.obj_article_details .entry_details .cover_image {
    background: transparent;
    box-shadow: none;
}

/*Side, galleys, make background transparent*/
.obj_article_details .entry_details .item.galleys {
    background: transparent;
    box-shadow: none;
}

/*PDF view, change colour of title header, back arrow in top left and download in top right*/
.header_view .title {
    color: #fff;
    background: #4b6fb3;
}

.header_view .return {
    color: #4b6fb3;
}

.header_view .return:hover, .header_view .return:focus {
    background: #292975;
    color: #fff;
}

.header_view .download {
    color: #4b6fb3;
}

.header_view .download:hover, .header_view .download:focus {
    background: #292975;
    color: #fff;
}
/*END PDF view*/

/*Side, supplementary galleys, change colour*/
.obj_galley_link_supplementary {
    color: #4b6fb3;
}

.obj_galley_link_supplementary:hover, .obj_galley_link_supplementary:focus {
    color: #292975;
}
/**/

/*SEARCH PAGE*/
/*Advanced filters, labels, change font family, size, weight and make non-uppercase*/
.page_search .search_advanced legend {
  font-family: "Open Sans", "Roboto Flex", "Noto Serif",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
    font-size: 0.93rem;;
    text-transform: initial;
}

.page_search .search_advanced label {
    font-size: 0.93rem;
    padding: 0.5rem;
}

.cmp_form .label {
    font-weight: 700;
}

.page_search .search_advanced legend {
    padding: 0.5rem 0.5rem;
    font-size: 0.93rem;
}
/*Field text, change size*/
.page_search .search_input .query {
    width: 100%;
    max-width: 100%;
    height: calc(2.857rem - 2px);
    font-size: 0.93rem;
    line-height: calc(2.857rem - 2px);
}
/**/
/*END Adnvaced filters*/


/*TO DO:
Archive page: check cmp nav and page numbers
Other custom pages (about, contact cookies)
*/

/*END ARTICLE PAGE*/
/*END Dec 2022*/
