@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    background: #e9f1f5;
}
a {
    color: #2665b0;
}

/* Fix borders and margins */
.pkp_structure_page { 
    box-shadow: rgb(0 0 0 / 40%) 0px 0px 10px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.pkp_site_name .is_img img {
    max-height: 80px;
}
@media (min-width: 768px) {
	.pkp_structure_page {
    	max-width: 728px;
    	margin-top: 1.2rem;
	    margin-bottom: 1.2rem;
    	height: calc(100vh - 2.4rem);
	}
	.has_site_logo .pkp_head_wrapper {
	    width: 100%;
	}
	.pkp_structure_content {
	    overflow-y: auto;
	}
}
@media (max-width: 992px) {
	.pkp_structure_head {
    	min-height: 90px;
    	border-bottom: 1px solid #ddd!important;
	}
}
@media (min-width: 992px) {
	.pkp_structure_page {
    	max-width: 952px;
    	margin-top: 1.2rem;
	    margin-bottom: 1.2rem;
    	height: calc(100vh - 2.4rem);
	}
	.has_site_logo .pkp_head_wrapper {
	    width: 100%;
	}
	.pkp_site_name .is_img img {
	    max-height: 100px;
	}
}
@media (min-width: 1200px) {
	.pkp_structure_page {
    	max-width: 1160px;
	    margin-top: 2.143rem;
	    margin-bottom: 2.143rem;
    	height: calc(100vh - 4.286rem);
	}
	.has_site_logo .pkp_head_wrapper {
	    width: 100%;
	}
	.pkp_site_name .is_img img {
	    max-height: 130px;
	}
}
.pkp_structure_head {
    background: none;
    border-bottom: none;
    /* border-left: 1px solid #ddd; */
}
.pkp_site_name .is_img img {
    margin: 0 0 1rem 1rem;
}
.pkp_structure_footer_wrapper {
    background: none;
}
.pkp_head_wrapper, .pkp_structure_content, .pkp_structure_footer {
    background-color: #e9f1f5;
}
.pkp_structure_content {
    background: #e9f1f5 url(/public/img/JoTA-Logo-background.png) no-repeat top right;
    background-size: 750px;
    background-position-x: calc(100% - 33px);
    flex-grow: 1;
    overflow-x: clip;
}
.pkp_structure_footer {
    border-top: 1px solid #ddd;
    /* border-left: 1px solid #ddd; */
}

/* Custom Navigation */
.pkp_navigation_user.pkp_navigation_user {
    padding: 0 1rem;
}
.pkp_navigation_user .task_count {
    top: 0rem;
}
.pkp_site_nav_menu {
	font-family: 'Noto Sans', sans-serif;
    background-color: white;
    padding: 0 1rem;
}
.pkp_site_nav_menu a, .pkp_navigation_primary>li>a, .pkp_nav_list ul a {
    color: #2665b0;
}

.blog-container {
    padding: 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

/* Cookie Notice: implemented by cookie-notice.js */
#cookieNotice a {
   	color: #fff;
}

/* Custom Footer */
.pkp_footer_content {
    padding: 1rem 2.143rem;
}
.footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.docuracy {
	background: url(https://docuracy.co.uk/favicon.ico) no-repeat top left / 20px;
    padding: 4px 0px 4px 20px;
}
.affiliate_logo {
    height: 44px;
    max-height: 44px;
}
.page_submissions .cmp_notification,
.page_submissions .section_policy,
.page_submissions .copyright_notice,
.page_submissions .privacy_statement {
    display: none;
}
.pkp_brand_footer { /* Also removed by footer.js */
	display: none;
}

/* Style Guide */
.heading-title {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14pt;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.heading-abstract {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
}
.heading-level-1 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}
.heading-level-2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
}
.heading-level-3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-style: italic;
    text-align: left;
}
.heading-level-4 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    font-weight: bold;
    font-style: italic;
    text-align: left;
}
.format-reference {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12pt;
    text-align: left;
    background-color: #dddddd;
    padding: 0.3rem;
}

/* MAILCHIMP */
#mc_embed_signup {
    max-width: 400px;
    margin: 0 auto;
}
#mc-embedded-subscribe-form {
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
}
.mc-field-group {
    margin-bottom: 20px;
}
.mc-field-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.mc-field-group input[type="email"],
.mc-field-group input[type="text"] {
    width: calc(100% - 10px);
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.mce_inline_error {
    color: #ff0000;
    margin-top: 5px;
}
#mc-embedded-subscribe {
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #2665b0;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
#mc-embedded-subscribe:hover {
    background-color: #0056b3;
}
