@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Roboto+Flex:opsz,wght@8..144,400;8..144,500;8..144,600;8..144,700;8..144,800;8..144,900&display=swap');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
/*styleSheet-Dec-2022-8b.css: Adapted in Dec 2022 for upgrade to OJS 3.3.x*/

/*Accent colours:
White: #ffffff
GEUS Blue: #4b6fb3
Dark blue: #292975
Grey: #333333
Off black: #666666
meta grey: #ececec
*/
/*FONTS*/
body, p, h1, h2, h3, h4, li {
  font-family: "Open Sans","Roboto Flex", "Noto Sans", sans-serif;
  color:#333333;
  font-size: 14px;
  line-height: 21px;
 }

 .pkp_structure_main h1 {
   font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    color: #333333;
}

h1 {
    font-size: 2em;
    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", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
	color: #333333;
}

.pkp_structure_main h3 {
  font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
}
/*END FONTS*/

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

a:hover {
  color: #292975;
}

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

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

.pkp_brand_footer {
    float: right;
}
.pkp_brand_footer {
    padding: 50px;
}

.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;
}

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


/*Adjust logo sizing for OJS 3.2.x*/
/* Media Queries */
@media (max-width: 1000px) {
.pkp_site_name .is_img img {
	  display: block;
    max-height: 60px !important;
    max-width: 100%;
    height: auto;
    }

    .pkp_site_name {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

    .pkp_site_name_wrapper {
    height: 80px !important;
    }
  }
  /*END Adjust logo sizing for OJS 3.2.x*/

/*BLOCK*/
.pkp_block .title {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 0px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.pkp_block .title {
    display: inline-block;
    margin-bottom: 10px;
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #333333;
}
.pkp_block  {
        border-bottom: 0.5px solid #666666;
}
/*END BLOCK*/

/*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;
}
.cmp_breadcrumbs a {
    font-size: 0.8rem;
    /*color: #4B6FB3;*/
}

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

/*END BREADCRUMBS*/

/*LOGIN NAV*/
.pkp_navigation_user>li:last-child>a {
    padding-right: 0;
}
.pkp_navigation_user>li>a {
    color: #4B6FB3;
}
.pkp_navigation_user_wrapper a {
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 13px;
    color: rgba(0,0,0,0.54);
    font-weight: 700;
}
/**Dec 2022*/
.pkp_navigation_user>li:last-child>a {
    padding-right: 10px;
}

.pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: #4B6FAA;
    background: #ececec;
    transition: 0.5s;
}
/*End Dec 2022*/
/*END LOGIN NAV*/

.cmp_pagination {
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
}

.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #292975;
}
.pkp_page_index .current_issue .read_more {
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-weight: 700;
	color: #4B6FB4;
    text-transform: uppercase;
}

/*14 Sept 2020. Edits to search/register/login buttons**/
/*Change colour of search button on hover:*/
.cmp_button:hover, .cmp_button:focus, .pkp_head_wrapper .pkp_search button:hover, .pkp_head_wrapper .pkp_search button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
    box-shadow: none;
    color: #333;
}

/*Remove search button background gradient:*/
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    background: #fff;
    box-shadow: none);
}

/*Target register button in register page (remove gradient, make background white):*/
.cmp_button, .cmp_form .buttons button, .pkp_head_wrapper .pkp_search button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission  {
    background: #fff;
    box-shadow: none);
}
/**End of formatting**/




/**Formatting for .cmp_notification.**/
.cmp_notification {
  background: #FAFAFA;
  border: 2px solid #4B6FB4;
}
/**End of .cmp_notification formatting.**/

/**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 sans-serif;
  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}

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

/*CSS changes folowing upgrade to OJS 3.3.x in December 2022*/
/*HOME PAGE*/
/*Dec 2022: search form, default view*/
/*Field and button*/
button, input {
    overflow: visible;
    height: 50px;
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
}
/**/

/*Button only*/
button, html [type="button"], [type="reset"], [type="submit"] {
    background: #4b6fb4;
    color: #fff;
    border: 1px solid #4b6fb4;
    padding: 5px 15px;
    font-weight: 500;
}
/**/

 /*Field only*/
 button, input, optgroup, select, textarea {
     margin: 0;
     padding: 0 0.5rem;
 }

@media (min-width: 480px) {
.pkp_search input[type="text"] {
    border: 1px solid #333;
}
}

button, input, optgroup, select, textarea {
    margin: 0;
    padding: 0 0.5rem;
    border: 1px solid #333;
}

/**/

 /*Hover state*/
 button:hover {
    background: #fff;
    color: #4b67b4;
    transition: 0.5s;
    border: 1px solid #4b6fb4;
    padding: 5px 15px;
}
/**/
/*Dec 2022: END format search form, default view*/

/*Dec 2022: format search form (min-width 480)*/
/*Button*/
@media (min-width: 480px) {
.pkp_search button {
     background: #4b6fb3;
     box-shadow: none;
     height: 50px;
   }
 }
/**/

/*Hover state*/
 @media (min-width: 480px) {
.pkp_search button:hover {
     background: #fff;
     color: #4b6fb3;
     transition: 0.5s;
     box-shadow: none;
     height: 50px;
   }
 }
 /**/

 /*Dec 2022: END format search form (min-width 480)*/
/*END HOME PAGE*/

/*SEARCH PAGE*/
/*Dec 2022: format search form*/
/*Button*/
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    background: #4b6fb3;
    border: 1px solid #4b6fb3;
    border-radius: 0px;
    box-shadow: none;
    font-size: 1em;
    line-height: calc(2.143rem - 2px);
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.page_search .submit button {
    position: relative;
    padding-right: 1rem;
    padding-left: 2rem;
}

.page_search .submit button:after {
    left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.page_search .submit button:after {
    position: inherit;
    top: -1px;
    background: #4b6fb3;
    box-shadow: none;
}

/*Hover state*/
/*Targets the login button on login page:*/
.cmp_button, .cmp_form .buttons button:hover, .page_lost_password .buttons button:hover, .page_search .submit button:hover, .block_make_submission a
/*Targets the search form buttons on search page:*/
.cmp_button:hover, .cmp_button:focus, .pkp_head_wrapper .pkp_search button:hover, .pkp_head_wrapper .pkp_search button:focus, .page_search .submit button:hover, .page_search .submit button:focus {
    box-shadow: none;
    color: #4b6fb3;
    background: #fff;
    transition: 0.5s;
}

.page_search .submit button:hover:after, .page_search .submit button:focus:after {
    box-shadow: none;
    background: #fff;
    color: #4b6fb3;
    transition: 0.5s;
}
/**/

/*"Advanced filters" legend and "By Author" label. TEST THIS.*/
.page_search .search_advanced legend {
    padding: 0.5rem 0.5rem;
    font-size: 0.93rem;
    font-weight: 700;
}

.page_search .search_advanced label {
    font-size: 0.93rem;
    font-style: normal;
    font-weight: 700;
}


/*Field, change font size*/
.page_search .search_input .query {
    font-size: 0.93rem;
}


/**/

/*Dec 2022: search results, article titles*/
.obj_article_summary>.title {
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
}
/**/
/*Dec 2022: END format search form*/

/*Search results*/
.obj_article_summary>.title {
    font-family: "Open Sans", "Roboto Flex", "Noto Sans", sans-serif;
    font-size: 1.1rem;
    line-height: 1.4rem;
}

/*END SEARCH PAGE*/

/*Cookies (table padding, align and colour)*/
table.cookietable th {
  padding: 10px;
  background-color: #ececec;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

table.cookietable tr td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}
/*END Cookies*/
