@charset "utf-8";
/* CSS Document, updated July 10, 2023 */
@import url('https://fonts.googleapis.com/css?family=Asap|Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
h1 {
    margin-bottom: 1em;
}
.static_page h2 {
    font-size: 2.5rem;
    margin-top: 26px;
    margin-bottom: 1em;
    text-align: center;
}
.h3, h3 {
    font-size: 1.5rem;
    margin-top: 2.5rem;
}
.h4, h4 {
    font-size: 1.2rem;
    margin-top: 2.2rem;
}
h4 a {
    font-size: 1.2rem;
}
.contact-heading {
    font-size: 1.5rem;
    margin-top: 1.5rem;
}
.contact.primary {
    margin-top: 3em;
}
.contact.support {
    margin-top: 3em;
}
.header .row {
    height: 220px;
}
body, h1, h2, h3, h4, h5, h6, p, li, a, blockquote {
    font-family: 'Crimson Text', serif;
}
body {
    background-color: white;
    font-size: 18px;
}
p, li, a, blockquote {
    font-size: 18px;
    line-height: 1.4;
}
.btn {
    padding: 7px 20px;
    font-family: 'Lato', sans-serif;
    letter-spacing: .2px;
    border-color: #00759E;
    background-color: #00759E;
    border: none;
    color: white;
    font-size: 15px;
}
.btn:hover {
    color: white;
    /*background-color: #095488;*/
    background-color: #002C38
}
.btn-primary {
    font-weight: 400;
    color: white !important;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    background-color:#095488;
}
.btn-secondary {
    font-weight: normal;
    background-color: transparent !important;
    color: #00759E !important;
    border: 1px solid #00759E !important;
}
.btn-secondary:hover, .btn-secondary:active {
    color: white !important;
    /*background-color: #095488 !important;*/
    /*border: 1px solid #095488 !important;*/
    background-color: #002C38 !important;
    border: 1px solid #002C38 !important;
}
main {
    min-height: calc(100vh - 529px);
    padding-bottom: 60px;
}
a {
    box-shadow: none;
    border-bottom: none;
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
    background-color: transparent;
}
a.cover {
    text-decoration: none;
    border-bottom: none;
    background-color: transparent;
    /*-webkit-box-shadow:  0 0 5px gray;
    box-shadow: 0 0 5px gray;*/
}
a.cover:hover {
    text-decoration: none;
    border-bottom: none;
    background-color: transparent;
    -webkit-box-shadow: 0 0 15px gray;
    box-shadow: 0 0 15px gray;
}
.cover_image, .img-fluid, .img-thumbnail {
    box-shadow: 0 0 5px gray;
}
.cover_image:hover {
    box-shadow: 0 0 15px gray;
}
.page_title {
    text-align: center;
}
.page_title.article-full-title {
    text-align: left;
    font-size: 26px;
}
.navigation-item-content h1 {
    margin-top: 26px;
    margin-bottom: 1em;
    line-height: 1.2em;
    font-size: 2.5rem;
}
#navigationUser a.nav-link {
    color: #00759e;
    font-weight: 600;
}
#navigationUser a.nav-link:hover, #navigationUser a.nav-link:focus {
    color: #000;
    text-decoration: underline;
}
.nav-tabs .nav-link {
    letter-spacing: .5px;
    color: white;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: black;
}
.page-item.active .page-link {
    color: white;
}

/* SUBMISSIONS */

/* Hide "Login and register to make a submission" box on Submissions page */
body > main.page_submissions > div > div.cmp_notification {
    display: none;
}
/* Fix list styling error and display as numeric */
div.submission_checklist.submission-item-block > ul.submission-checklist-list {
    list-style-type: decimal;
}
div.submission_checklist.submission-item-block > ul > li > i {
    display: none;
}

/* CUSTOM BLOCKS */
.pkp_block {
    padding-bottom: 0;
    margin-bottom: 0;
    color: black;
}
.pkp_block .title {
    font-size: 16px;
}
.pkp_block img {
    border-radius: 0 !important;
    padding: 0 !important;
    border: 0 !important;    
    width: inherit !important;
}
#cclh-logo {
    width: 170px !important;
}
#aup-logo {
    width: 150px !important;
}
.flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: DodgerBlue;
}
.flex-container > div {
  background-color: #f1f1f1;
  min-width: 200px;
  margin: 10px;
  text-align: left;
}
@media (min-width: 991px) {
    #customblock-Logos {
        flex: 0 0 50%;
    }
    #customblock-ISSNs, #customblock-AUP-logo {
        padding-top: 20px;
    }
}
@media (max-width: 575px) {
    .pkp_block {
        text-align: center;
    }
}

/* Current Issue TOC styles */
.article_section_title {
    font-family: 'Crimson Text', serif;
}
.article_summary {
    width: 80%;
    margin-bottom: 20px;
}

.article_main_data {
    font-family: 'Crimson Text', serif;
    line-height: 1.4;
    font-size: 18px;
}

.summary_title {
    font-family: 'Crimson Text', serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.3;
}
.summary_title:hover {
    border-bottom: none; 
    -webkit-box-shadow: none; 
    box-shadow: none; 
    color: #095488;
    text-decoration: underline;
}
.summary_meta {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 400;
}
.pages {
    font-style: italic;
    color: rgba(0,0,0,.35);
}
.pages:before {
    content: "pp. ";
}
.article_main_data {
    font-family: 'Crimson Text', serif;
}
.galleys_links {
    margin-top: 5px;
}

.section {
    padding-bottom: 0;
    padding-top: 0;
}

.section:not(:last-child) {
	border-bottom: 1px solid #bcbcbc;
}

.section_title {
    font-family: 'Crimson Text', serif;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #855B09;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.issue_heading {
    padding-top: 20px;
}
.issue_summary_title {
    font-family: 'Crimson Text', serif;
    margin-top: 0;
    color: #00759E;
    font-weight: 600;
}
.issue_summary_date, .published, .published_date {
    display: none;
}
.section {
    margin-bottom: 20px;
}
.copyright a, .copyright p {
    font-size: 18px;   
}
.read_more {
    margin-bottom: 20px;
    color: white;
    font-size: 15px;
}


/* Header banner image */
.header {
    background: url(https://www.ijede.ca/public/site/images/ojs-admin/ijede-desktop-banner.png) #fff no-repeat center top;
}
@media only screen and (max-width: 600px) {
    .header {
        background: url(https://www.ijede.ca/public/site/images/ojs-admin/ijede-mobile-banner.png) #fff no-repeat center center;
    }
}
@media only screen and (min-width: 601px) and (max-width: 991px){
    .header {
        background: url(https://www.ijede.ca/public/site/images/ojs-admin/ijede-tablet-banner.png) #fff no-repeat center center;
    }
}

.logo-wrapper a {
    display: none;
}

@media (max-width: 767px) {
    #user-nav-wrapper {
        justify-content: flex-end;
        padding-left: 0;
    }
    .logo-wrapper {
        display: none;
    }
    .header .row {
        min-height: 150px;
    }
    #nav-small {
        justify-content: center;
    }
}

@media (max-width: 991px) {
    #user-nav-wrapper {
        justify-content: flex-end;
        padding-left: 0;
    }
    .header .row {
        min-height: 150px;
    }
    #nav-small {
        justify-content: center;
    }
}


/* Editorial Board page */
.team-role:not(first) {
   margin-top: 2rem;
}


/* Footer styles */
footer a:hover {
    color: black;
    text-decoration: none;
}
footer p, footer li, footer a  {
    font-size: 15px;
    font-family: 'Lato',sans-serif;
}
#copyright {
    margin: 10px 0 15px 0;
}
.site-footer {
    padding-bottom: 20px;
    background-color: white;
}
.user-page-footer {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100%;
}
.sidebar_wrapper {
    border-top: 1px solid gray;
    padding-top: 10px;
}
.sidebar_wrapper + .additional-footer-info {
    display: block;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
#aup-logo {
    height: 35px;
    width: auto;
}
.pkpbrand-wrapper {
    display: none;
}


/* Search page */
.search_advanced select {
    background-color: #ced4da;
    padding-left: 10px;
}


/* ToC Flexbox styles (single row) */
.article_summary {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: 0;
}

.article_summary_body {
    width: 70%;
}

.galleys_links {
    margin-top: 0px;
}

.galley-link {
    margin: 0 0 10px 5px;
}
.issue_item {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}

/* Responsive layout adjustments */
/* Tablet screens */
@media (min-width: 768px) and (max-width: 1024px) {
    .container-fluid {
        padding-right: 40px;
        padding-left: 40px;
    }
    .container-page {
        max-width: 850px;
    }
    .article_summary_body {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .header {
        /*padding-left: 8%;
        padding-right: 5%;*/
        padding-left: 15px;
        padding-right: 15px;
    }
    .issue_summary_title {
        /*margin: 10px auto 0 auto;*/
    }
    #customblock-PKP > div > p { 
        text-align: right; 
    }
}

@media (max-width: 767px) {
    .btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .page_article .btn-primary:first-child {
        width: 100%;
    }

    .article_summary {
        padding-bottom: 0px;
    }
    
    a.cover {
        text-decoration: none;
        border-bottom: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    a.cover:hover {
        background-color: transparent;
    }
    
    .issue_item {
        margin-top: 0; 
        margin-bottom: 20px;
        width: 100%;
    }
    
    .article_summary {
        width: 100%;
    }
}
@media  (min-width: 768px) and (max-width: 1199px) {
    #hp-current-issue h2 {
        text-align: center;
    }
    .issue_item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .issue_item:nth-child(3n+1) .obj_issue_summary, .issue_item:nth-child(3n+2) .obj_issue_summary, .issue_item:nth-child(3n+3) .obj_issue_summary {
        margin-left: 25px;
        margin-right: 25px;
    }
}
@media  (min-width: 768px) {
    .container-page {
        padding-bottom: 0;
    }
}

/* Mobile screens */
@media (max-width: 575px) {
    .container-page {
        padding-bottom: 60px;
    }
    .issue_item:not(:last-child) {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .issue_item {
        text-align: left;
        width: 90%;
    }
    .page_issue_archive {
        padding-bottom: 0;
    }
    #navigationUser {
        display: none;
    }
    .article_summary {
        display: block;
    }
    .article_summary_body {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .galley-link {
        margin: 0 0 10px 0;
    }
    .page_article .galley-link {
        margin-left: 0;
    }
    .site-footer {
        padding-top: 40px;
    }
    footer p, footer li, footer a {
        font-size: 14px;
    }
    .sidebar_wrapper {
        padding-left: 10px;
        padding-right: 10px;
    }
    .block_information, #customblock-About {
        max-width: 50%;
    }
}

/* Large Desktops */
@media (min-width: 1200px) {
    .issue_item:nth-child(4n+1) .obj_issue_summary {
        margin-right: 30%;
    }

    .issue_item:nth-child(4n+2) .obj_issue_summary {
        margin-left: 10%;
        margin-right: 20%;
    }

    .issue_item:nth-child(4n+3) .obj_issue_summary {
        margin-left: 20%;
        margin-right: 10%;
    }

    .issue_item:nth-child(4n+4) .obj_issue_summary {
        margin-left: 30%;
    }
}
/* end Responsive layout adjustments*/


/* Privacy Policy popup styles */
div#cookie-law {
    color: white;
    background-color: #006AB3;
    padding: 2em;
    max-width: 24em;
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif !important;
    font-size: 16px;
    line-height: 1.5em;
    display: -ms-flexbox;
    z-index: 9999;
    right: 1em;
    bottom: 1em;
    margin-left: 1em;
}
div#cookie-law > p a {
    font-family: Helvetica, Calibri, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    color: #E9C1A2;
    text-decoration: none;
    box-shadow: none;
    border-bottom: none;
}

div#cookie-law > p a:hover {
    text-decoration: underline;
    background-color: transparent;
    color: #F7D068;
}

div#cookie-law > p {
    font-family: Helvetica, Calibri, Arial, sans-serif !important;
    font-weight: 400;
    font-size: 14px;
    display: block;
    text-align: left;
    margin: 0px;
    padding: 0;
}

button.close-cookie-banner {
    display: block;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    flex: 1;
    box-sizing: border-box;
    width: 100%;
    margin-top: 1em;
    background-color: #E5E77D;
    border: none;
    padding: 10px;
    text-decoration: none;
}
button.close-cookie-banner:hover {
    background-color: #c0a661;
}
/* end Privacy Policy popup styles */


/* Styles for html reader */
@media only screen and (min-width: 1024px) {
    #htmlContainer {
        /*max-width: 850px;
        margin: 0 200px;*/
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #htmlContainer {
        max-width: 100%;
        /*margin: 0 50px;*/
        overflow:auto !important;
        -webkit-overflow-scrolling:touch !important;
    }
}
@media only screen and (max-width: 767px)  {
    #htmlContainer {
        max-width: 100%;
        /*margin: 0 15px;*/
        overflow: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }
}


.section_title {
    color: #00759E;
}
.current_issue header {
	margin-bottom: 0;
}
.current_issue > section > .description {
    width: 70%;
}
.current_issue_label, .current_issue_title, h1, h2, h3, h4, h5, h6 {
    color: #095488;
}

/*  Home Page */
/*.page_index_journal .current_issue {
    display: none;
}
.additional_content {
    margin-top: 0px;
}
a.cover.hp-current {
    height: 360px;
    width: 240px;
    display: block;
}
.additional_content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
}
#hp-text {
    width: 65%;
    margin-right: 20px;
    margin-top: 20px;
}
#hp-current-issue {
    vertical-align: top;
    margin-top: 20px;
}
#hp-current-issue h2 {
    font-size: 1.2em;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .additional_content {
        display: block;
    }
    #hp-text {
        width: 100%;
        margin-right: 0;
    }
    #hp-current-issue {
        vertical-align: top;
        margin-top: 40px;
    }
    a.cover.hp-current {
        margin: 0 auto;
    }
}*/
.additional_content {
    margin-top: 0px;
}
@media (min-width: 992px) {
    .lower-header, .container-page, .container-footer {
        padding-left: 2em;
        padding-right: 2em;
    }
}

@media (min-width: 1200px) {
    .additional_content, .current_issue, .container-page, .lower-header, .container-footer {
        max-width: 1000px;
        margin: 0 auto;
    }
    .lower-header {
        max-width: 1100px;
    }
}


.obj_issue_summary {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
}
.archive_issue_cover {
    display: none;
}
.issues_list {
    display: block;
}
.issue_title {
    margin-top: 0;
    color: #00759E;
    font-weight: 600;
}
.issue_title:hover {
    color: black;
    text-decoration: underline;
}
.issue_summary_title, .issue_title {
    font-size: 20px;
}
.dropdown-item {
    font-size: .9rem;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active {
    color: white;
}
.nav-item.show .nav-link.dropdown-toggle {
    background-color: transparent;
    color: white;
}
.modal-body {
    font-size: 18px;
}
.citation_dropdown_button {
    margin-top: 20px;
}
.sections {
    padding-top: 10px;
}
.announcement {
    margin-bottom: 20px;
    flex: 0 0 70%;
    max-width: 100%;
}
.announcements-introduction {
    border-bottom: none;
}
.form-control {
    padding-left: 10px;
}
.identity, .login-data {
    margin-bottom: 0;
}
.register-form-legend {
    display: none;
}

/* Center article title in HTMl viewer top bar */
.header_view .title {
    text-align: center;
}


.announcement_title a {
	font-size: 20px;
	line-height: 1.4em;
}

.block_make_submission_link {
    border-color: black;
    background-color: black;
    color: white;
    font-size: 14px;
}
.block_make_submission_link:hover, .block_make_submission_link:focus, .block_make_submission_link:active {
    color: white;
    /*background-color: #095488;
    border-color: #095488;*/
    background-color: #00759E;
    border-color: #00759E;
}

.additional_content {
    margin: 40px auto 0 auto;
    font-size: 18px;
}
.additional_content p {
    font-size: 20px;
}

.current_issue > section > .description > h3.description_label {
    margin-top: .5em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .description_text {
        column-count: 1;
        margin: 15px 0 35px 0;
    }
    .current_issue > section > .description {
    width: 100%;
    }
    .announcement {
        margin-bottom: 20px;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .description {
        width: 70%;
    }
    .issue_cover_block {
        width: 30%;
        text-align: right;
    }
}
.citation_formats {
    margin-top: 20px;
}

.doi_value a {
    font-size: 18px;
}

.name_wrapper {
    color: #000;
    font-size: 18px;
}

.article_issue_credentials {
    font-size: 18px;
}
#issue h4 {
    margin-top: 0;
}
/*
#modal-on-small {
    display: block;
    background-color: #00759e;
    padding: 5px 20px 0 20px;
    border-radius: 4px;
    margin: 0 auto;
}*/

#navigationPrimary {
    padding-bottom: 5px;
}
.lower-header {
    background-color: #00759e;
    padding: 10px 20px 0 20px;
    border-radius: 4px;
}

@media (max-width: 991px) {
    #nav-small {
        padding-bottom: 5px;
    }
}

