/*------------------------------------*\
  #UCALGARY-OJS-THEME

  Copyright (c) UCalagry Digital Strategies 2026
  Last updated: 19th December 2025 by Steve Cater
\*------------------------------------*/



/*------------------------------------*\
  #GENERAL-STYLES
\*------------------------------------*/

.cmp_breadcrumbs .current h1 {
  font-family: "ProximaNova", "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

h1 {
  font-family: "museo-slab", "ProximaNovaBold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.pkp_site_name .is_text {
  font-family: "ProximaNova", "ProximaNovaBold", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.pkp_structure_main h1 {
  font-family: "museo-slab",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-size: 45px;
  line-height: 1.1;
}

.pkp_structure_main h2, 
.pkp_structure_main h3,
.pkp_structure_main h4,
.pkp_block .title {
  font-family: "ProximaNova", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  color: #3D3D3D;
}

.pkp_structure_main h2 {
  font-size: 34px;
  margin-bottom: 1em;
}

.pkp_structure_main h3 {
  font-size: 30px;
}

.pkp_structure_main h4,
.pkp_block .title {
  font-size: 24px;
}

@media (max-width: 990px) {
  .pkp_structure_main {
    margin-top: 50px;
  }

  .pkp_structure_main h1 {
    font-size: 45px;
  }
}

.page_submissions .submission_checklist ul {
  font-size: 16px;
}

.pkp_structure_content {
  /* Stretches content out to min-height to fill full viewport */
  min-height: 70vh;
  min-height: calc(100vh - 460px);
}

a {
  color: #D6001C;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #EE0E2C;
}





/*------------------------------------*\
  #HEADER-STYLES
\*------------------------------------*/

/**
 * pkp_structure_head styles.
 */

.pkp_structure_head {
  min-height: 57px;
  background-color: #FFF;
  border-bottom: 0;
  border-top: 7px solid #D6001C;
}

.pkp_head_wrapper {
  padding-top: 0;
}

@media (min-width: 992px) {
  .pkp_head_wrapper {
    max-width: 1170px;
    margin: 0 auto;
  }
}

/**
 * optional header alert once added. most styles
 * are inherited from lcr design system.
 */

a.c-header__alert-link {
  font-weight: 700 !important;
  text-decoration: underline;
}

/**
 * login user bit at top right of page.
 */

li.profile {
  margin-top: 6px;
}

@media (min-width: 992px) {
  .pkp_structure_head {
    -webkit-box-shadow: 0 10px 15px 0 rgba(61,61,61,.1);
      box-shadow: 0 10px 15px 0 rgba(61,61,61,.1);
  }

  .pkp_head_wrapper {
    z-index: 999;
  }
}

.pkp_site_name_wrapper {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pkp_site_nav_menu--isOpen {
  margin-top: 10px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(61,61,61,.1);
    box-shadow: 0 10px 15px 0 rgba(61,61,61,.1);
}

/**
 * ucalgary logo styles.
 */

.ucalgary_logo_wrapper {
  display: flex;
  justify-content: center;
  margin-top: -5px;
}

@media (min-width: 992px) {
  .ucalgary_logo_wrapper {
    justify-content: flex-start;
    margin-top: 0;
    margin-left: -20px;
  }
}

.ucalgary-logo-img {
  width: 150px;
  height: auto;

}

@media (min-width: 992px) {
  .ucalgary-logo-img {
    width: 215px;
  }
}

a.ucalgary-logo-link {
  cursor: pointer;
}

@media (min-width: 992px) {
  .has_site_logo .pkp_head_wrapper {
    padding-top: 0;
  }
}

/**
 * pkp_site_name styles.
 */

.pkp_site_nav_menu {
  background-color: #FFF;
}

.pkp_site_name {
  display: flex;
  flex-direction: column;
  position: initial;
  left: unset;
  right: unset;
  text-overflow: unset;
  white-space: initial;
  margin-top: -6px;
  padding-bottom: 9px;
}

.pkp_site_name .is_text {
  order: 2;
  color: #D6001C;
  font-size: 12px;
  font-weight: 700;
  white-space: normal;
  line-height: 1.5 !important;
  text-transform: uppercase;
}

a.journalhosting_link {
  order: 1;
  padding: 0;
  color: #5d5d5d;
  text-decoration: none;
}

a.journalhosting_link:visited {
  color: #5d5d5d;
}

a.journalhosting_link h2 {
  padding: 0;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .pkp_site_name {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .pkp_site_name .is_text {
    order: 1;
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -4px;
    letter-spacing: -.4px;
  }

  a.journalhosting_link {
    order: 2;
  }

  a.journalhosting_link h2 {
    font-size: 20px;
    font-weight: 600;
  }
}

.pkp_navigation_user_wrapper .pkp_nav_list {
  list-style-type: none;
  padding: 0 10px;
}

@media (min-width: 992px) {
  .pkp_navigation_user_wrapper {
    left: unset;
    right: -80px;
    top: 5px;
  }

  .pkp_navigation_primary > li:hover ul {
    left: 0;
  }

  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1200px) {
  .pkp_navigation_primary_wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .pkp_navigation_primary > li:first-child a {
    margin-left: 0;
  }

  .pkp_navigation_primary > li:last-child a {
    margin-right: 0;
  }
}

.pkp_navigation_user > li > ul a .task_count {
  width: 1.9rem;
  top: 0;
  padding: 0 2px;
  color: #D6001C;
  border-radius: 25%;
}

@media (min-width: 992px) {
  .pkp_navigation_user .task_count {
    width: 1.9rem;
    top: 0;
    padding: 0 2px;
    border-radius: 25%;
  }
}

/**
 * navigation styles.
 */

.pkp_site_nav_toggle {
  top: 3px;
  left: 10px;
}

.pkp_site_nav_toggle span {
  width: 16px;
  height: 14px;
  border-bottom: 2px solid #D6001C;
}

.pkp_site_nav_toggle.pkp_site_nav_toggle--transform span {
  border-bottom: 0;
}

.pkp_site_nav_toggle span::before,
.pkp_site_nav_toggle span::after {
  height: 2px;
  background: #D6001C;
}

.pkp_site_nav_toggle span::before {
  top: 4px;
}

.pkp_site_nav_toggle.pkp_site_nav_toggle--transform span::before {
  top: 5px;
}

.pkp_site_nav_toggle.pkp_site_nav_toggle--transform span::after {
  top: 11.5px;
}

.pkp_site_nav_menu a {
  color: #3D3D3D;
}

.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #3D3D3D;
  text-decoration: none;
}

#navigationPrimary > li > a:hover,
#navigationPrimary > li > a:focus {
  color: #FFF;
  background-color: #D6001C;
  -webkit-transition: linear,background-color 250ms;
  -o-transition: linear,background-color 250ms;
  transition: linear,background-color 250ms;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pkp_navigation_primary > li > a {
  font-size: 14px;
  padding: 9px 10px 8px;
  color: #3D3D3D;
  border-bottom: none;
}

@media (min-width: 992px) {
  .pkp_navigation_primary > li > a {
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }
}

/**
 * down arrows in main nav menu.
 */

.pkp_nav_list [aria-haspopup]:after {
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  margin-left: 0.35em;
  padding-bottom: 2px;
}

.pkp_nav_list {
  list-style-type: none;
}

.pkp_nav_list a {
  font-size: 14px;
  color: #3D3D3D;
}

.pkp_nav_list a:visited {
  color: #3D3D3D;
}

.pkp_navigation_search_wrapper {
  margin-top: 0;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper::before,
  .pkp_navigation_primary_wrapper::after {
    content: none;
  }

  .pkp_navigation_primary_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .pkp_navigation_primary_wrapper:has(.pkp_navigation_primary.pkp_nav_list) {
    border-top: 1px solid #D8D8D8;
  }

  .pkp_navigation_search_wrapper a {
    color: #3D3D3D;
    margin: 0;
    padding: 8px 10px 7px;
  }

  .pkp_navigation_search_wrapper a:visited {
    color: #3D3D3D;
  }

  .pkp_navigation_search_wrapper a:hover {
    color: #f40828;
  }

  .pkp_navigation_search_wrapper a:active {
    color: #f40828;
  }

  .pkp_navigation_search_wrapper a:focus {
    color: #f40828;
  }
}

/**
 * dropdown list styles.
 */

.pkp_nav_list ul {
  width: 20em;
  margin: 0;
  padding: 20px;
  border-radius: 0;
}

.pkp_site_nav_menu ul ul {
  padding: 0 0 10px;
  margin-left: 15px;
}

@media (min-width: 992px) {
  .pkp_nav_list ul {
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,0.176);
      box-shadow: 0 15px 15px rgba(0,0,0,0.176);
    -webkit-font-smoothing: initial;
      -moz-osx-font-smoothing: initial;
  }

  .pkp_site_nav_menu ul ul {
    padding: 0;
    margin-left: 0;
  }

  .pkp_nav_list ul a {
    color: #5D5D5D;
  }
}

.pkp_nav_list ul a {
  font-size: 14px;
  padding: 10px 12px;
  border-left: 0;
}

.pkp_nav_list ul a:hover {
  color: #FFFFFF;
  background-color: #D6001C;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pkp_navigation_user > li > ul a:hover .task_count, .pkp_navigation_user > li > ul a:focus .task_count {
  background-color: #FFF;
}

.pkp_nav_list ul li:first-child a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pkp_nav_list ul li:last-child a {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.pkp_nav_list ul li::marker {
  color: #FFF;
}





/*------------------------------------*\
  #MAIN-SECTION-STYLES
\*------------------------------------*/

/**
 * styles the alert banners that appear in main content.
 */

.cmp_notification {
  background: #ececec;
  border-left: 5px solid #e20c00;
  font-size: 16px;
}

.journals > h2 {
  font-family: "museo-slab",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif;
  font-size: 45px;
}

.journals > ul {
  list-style-type: none;
  margin-left: 0;
}

.journals > ul > li {
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #D8D8D8;
}

.journals > ul li .body .links {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  margin-left: 0;
}

.journals > ul li .body .links .view {
  margin-bottom: 10px;
}

@media (min-width: 460px) {
  .journals > ul li .body .links {
    flex-direction: row;
  }

  .journals > ul li .body .links .view {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.journals > ul li .body .links a,
.block_make_submission_link,
.block_make_submission a {
  display: inline-block;
  color: #FFF;
  background: unset;
  background-color: #D6001C;
  padding: 15px 40px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  user-select: none;
  border: 2px solid rgba(0,0,0,0);
  border-radius: 50px;
  transition: color 500ms ease,background-color 500ms ease,border-color 500ms ease;
  box-shadow: none;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.journals > ul li .body .links a:hover,
.journals > ul li .body .links a:focus,
.block_make_submission_link:hover,
.block_make_submission_link:focus,
.block_make_submission a:hover,
.block_make_submission a:focus {
  color: #fff;
  background-color: #ee0e2c;
  border-color: #ee0e2c;
}

@media (min-width: 992px) {
  .journals .has_thumb {
    display: flex;
    flex-direction: row;
  }

  .has_thumb .thumb {
    width: 30%;
    margin-top: 2.857rem;
  }

  .has_thumb .body {
    width: 70%;
    padding-left: 30px;
  }
}

.item.copyright p,
.item.copyright ul {
  font-size: 14px;
  line-height: 1.4;
}

/**
 * style buttons to match ucalgary styles.
 */

.obj_galley_link,
.cmp_button_wire,
.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,
.obj_galley_link.restricted {
  background: #d6001c;
  border-color: #d6001c;
  border-top-color: #d6001c;
  border-radius: 5px;
  -webkit-box-shadow: none;
      box-shadow: none;
  font-size: 13px;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page_search .submit button {
  background-color: #d6001c;
  color: #FFF;
  border-color: #d6001c;
}

.page_search .submit button:hover {
  background-color: #f40828;
  color: #FFF;
  border-color: #f40828;
}

.page_search .submit button:hover:after, .page_search .submit button:focus:after {
  background: #f40828;
}

/**
 * changes lock icon colour on buttons.
 */

.obj_galley_link.restricted:before {
  color: #D6001C;
}

/**
 * changes font size for headings with series, otherwise
 * series overlaps title above.
 */

.obj_issue_summary h2 {
  font-size: 18px;
}

/**
 * button hover styles.
 */

.obj_galley_link {
  color: #9C0534;
  background-color: #FFF;
  border: 2px solid #9C0534;
}

.cmp_button_wire {
  color: #9C0534;
}

.cmp_button_wire:hover,
.cmp_button_wire:focus,
.obj_galley_link:hover,
.obj_galley_link:focus,
.obj_galley_link.restricted:hover,
.obj_galley_link.restricted:focus {
  background: #D6001C;
  border-color: #D6001C;
  -webkit-transition: border-color 250ms linear,background-color 250ms linear,color 250ms linear;
    -o-transition: border-color 250ms linear,background-color 250ms linear,color 250ms linear;
      transition: border-color 250ms linear,background-color 250ms linear,color 250ms linear;
  -webkit-transition-property: border-color, background-color, color;
    -o-transition-property: border-color, background-color, color;
      transition-property: border-color, background-color, color;
  -webkit-transition-duration: 250ms, 250ms, 250ms;
    -o-transition-duration: 250ms, 250ms, 250ms;
      transition-duration: 250ms, 250ms, 250ms;
  -webkit-transition-timing-function: linear, linear, linear;
    -o-transition-timing-function: linear, linear, linear;
      transition-timing-function: linear, linear, linear;
  -webkit-transition-delay: 0s, 0s, 0s;
    -o-transition-delay: 0s, 0s, 0s;
      transition-delay: 0s, 0s, 0s;
}

.pkp_search {
  text-align: center;
}

.page_search .submit button:after {
  background: #e20c00;
}

/**
 * search button styles styles.
 */

.l-search__btn-con .search_prompt:before {
  display: inline-block;
  color: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  content: "\f002";
  line-height: 18px;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search_prompt {
  color: #FFF;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.search_prompt:visited {
  color: #FFF;
}

.search_prompt:hover,
.search_prompt:focus {
  color: #F1E9E9;
}

.search_prompt:active {
  color: #F1E9E9;
}

.search_controls {
  margin-bottom: 8px;
  text-align: center;
}

/**
 * increase font size on contact details pages and sidebar information and language blocks styles.
 */

.page_contact .address,
.page_contact .phone,
.page_contact .email,
.block_information a,
.block_language_toggle a,
.obj_galley_link_supplementary,
.obj_article_details .authors .affiliation,
.obj_article_summary .meta {
  font-size: 14px;
}

/**
 * change journal summary font-size.
 */

.obj_announcement_summary .summary {
  font-size: 16px;
}

.obj_announcement_summary .read_more::after,
.pkp_page_index .current_issue .read_more:after {
  line-height: 1.71rem;
}

@media (min-width: 992px) {
  .cmp_announcements {
    margin-left: 0;
  }

  .cmp_announcements > li {
    padding-left: 0;
  }
}

/**
 * change default link colours.
 */

.pkp_page_index .current_issue .read_more,
.obj_galley_link_supplementary,
.obj_announcement_summary .read_more {
  color: #e30c00;
}

.pkp_page_index .current_issue .read_more:hover,
.pkp_page_index .current_issue .read_more:focus,
.obj_galley_link_supplementary:hover,
.obj_galley_link_supplementary:focus,
.obj_announcement_summary .read_more:hover,
.obj_announcement_summary .read_more:focus {
  color: #D6001C;
}





/*------------------------------------*\
  #MEDIA-QUERIES
\*------------------------------------*/

@media (min-width: 768px) {
  .pkp_site_name_wrapper,
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_search_mobile,
  .pkp_structure_content,
  .pkp_structure_footer {
    width: 100%;
  }

  .pkp_structure_main::before,
  .pkp_structure_main::after {
    width: 0;
  }

  .obj_article_details .main_entry {
    width: 65%;
  }

  .obj_article_details .entry_details {
    width: 35%;
  }
}

@media (min-width: 992px) {
  .pkp_navigation_primary_wrapper,
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_site_name_wrapper,
  .has_site_logo .pkp_head_wrapper {
    width: 100%;
  }

  .pkp_structure_content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .pkp_structure_main {
    padding-left: 0;
    width: 75%;
  }

  .pkp_structure_sidebar {
    width: 25%;
  }

  .pkp_page_index .homepage_image {
    margin-top: 0;
  }

  .pkp_page_index .homepage_image, .pkp_page_index .additional_content {
    margin-left: 0;
    margin-right: 0;
  }

  .pkp_page_index .additional_content {
    padding-left: 0;
  }

  .obj_article_details .row {
    display: flex;
  }
}

/**
 * makes sure content width stretches out wider for larger screens.
 */

@media (min-width: 1200px) {
  .pkp_navigation_user,
  .pkp_structure_content,
  .pkp_site_name_wrapper,
  .has_site_logo .pkp_head_wrapper {
    max-width: 1170px;
  }

  .pkp_navigation_primary_wrapper {
    max-width: 1140px;
  }

  .pkp_structure_main {
    width: 80%;
  }

  .pkp_structure_sidebar {
    width: 20%;
  }

  .obj_article_details .main_entry {
    width: 60%;
  }

  .obj_article_details .entry_details {
    width: 40%;
  }
}

/**
 * ucalgary custom header styles - remove padding from site name.
 */

@media (max-width: 990px) {
  .pkp_site_name {
    padding: 0 0 0 10px;
  }
}