@charset "UTF-8";
/* CSS Document */
/**
 */

/* basic overrides to change colors and fonts for the whole site */

.pkp_site_name .is_text {
    font-family: Lato,sans-serif;
    display: inline-block;
    position: relative;
    font-size: 70px; /* increase font size for journal title */
    font-weight: 400;
    line-height: 48px;
    color: #fff4bf; /* Journal name in creamy yellow from old site*/
    text-decoration: none;
}
.pkp_site_name>a {
    padding-top: 10px;
    padding-bottom: 20px;
}

.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 0 8px;
    border-bottom: 2px solid transparent;
    color: #CC9966;/* change color for menu bar */
}

.obj_article_summary>.title {
    font-family: "Noto Sans",serif;
    font-size: 16px; /* size changes for next several items */
    line-height: 20px;
    font-weight: 700;
}
.obj_article_summary .meta {
    position: relative;
    padding-top: 5px;
    font-size: 14px;
    line-height: 20px;
}
.pkp_structure_main h1 {
    font-family: "Noto Sans",serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #690101;
}
.pkp_structure_main h2 {
    font-family: "Noto Sans",serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    color: #650d0d;
}
@media (min-width: 768px){
.pkp_structure_main:before, .pkp_structure_main:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    background: #ddd;
}

@media (min-width: 768px){
.obj_issue_toc .galleys h2, .obj_issue_toc .section h2 {
    display: inline-block;
    position: relative;
    left: -15px;
    margin-top: 0;
    padding: 0 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0,0,0,0.74);
}
	@media (min-width: 480px){
	.page_submissions .submission_checklist li:before {
    content: "\f00c";
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	}

	@media (min-width: 480px){
.page_submissions .submission_sections li:before, .page_submissions .submission_checklist li:before {
    position: absolute;
    font-size: 18px;
    color: #c12727;
}
.pkp_navigation_primary>li:first-child a {
    margin-left: 5px;
}
.pkp_navigation_primary>li>a {
    margin: 0 1em;
    padding: 10px 5px 10px;
    border-bottom: 2px solid transparent;
    color: #CC9966;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #cc9966;
}
.pkp_nav_list ul li:last-child a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    outline: 0;
    background: #ddd;
    border-color: #cc9966;
}

.pkp_navigation_primary ul a {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d68435;
}
.pkp_nav_list ul a {
    display: block;
    padding-left: 5px;
    border-left: 5px solid transparent;
}

.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 12px;
    line-height: 28px;
    color: #714e17;
    text-decoration: none;
}

.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #c7a682;
    color: #fff;
}
	element.style {
    font-size: 12.0pt;
    font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
style attribute {
    line-height: 100%;
    text-align: justify;}
}
	
a:-webkit-any-link:focus-visible {
    outline-offset: 01px;
	color: #bd7b3c!important;
}
body a, a:link, a:visited, a:focus, a:hover, a:active{
  color:#bd7b3c;
  text-decoration:none;
  cursor: pointer;
}
body {
    font-family: "Noto Serif",serif;
    font-size: 15px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    background: #fff;
}
.pkp_page_index .current_issue .read_more {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #bd7b3c;
    text-decoration: none;
    margin-bottom: 20px;
}
.pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #330000;
}

.header_view a {
    line-height: 30px;
    text-decoration: none;
    background-color: #330000;
}
.header_view .title:hover, .header_view .title:focus {
    background: #bd7b3c;
}
.header_view .return {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #bd7b3c;
    text-align: center;
}
.header_view .return:hover, .header_view .return:focus {
    background: #bd7b3c;
    color: #fff;
}

.obj_galley_link_supplementary {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #cc9966;
    text-decoration: none;
    padding-left: 20px;
}
.obj_galley_link_supplementary {
    display: inline-block;
    position: relative;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
    color: #cc9966;
    text-decoration: none;
    padding-left: 20px;
}
.obj_galley_link_supplementary:hover, .obj_galley_link_supplementary:focus {
    color: #921b1b;
}
.header_view .return:hover, .header_view .return:focus {
    background: #bd7b3c;
    color: #fff;
}

.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 {
    display: inline-block;
    padding: 0 1em;
    background: #eee;
    border: 1px solid rgba(0,0,0,0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: 13px;
    line-height: 28px;
    font-weight: 700;
    color: #bd7b3c;
    text-decoration: none;
}

.page_search .submit button:after {
    display: inline-block;
    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";
    position: absolute;
    top: -1px;
    right: 0;
    width: 30px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 30px;
    text-align: center;
    background: #bd7b3c;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 20%);
    color: #fff;
}

.cmp_notification {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
    background: #ddd;
    border-left: 5px solid #cc9966;
    font-size: 14px;
    line-height: 20px;
}

.page_contact .address, .page_contact .phone, .page_contact .email {
    margin-top: 10px;
    margin-bottom: 10px;
	font-size: 15px;
	}
	
.obj_issue_toc .cover img {
    display: block;
    max-height: 500px;
    width: auto;
}	
.header_view .download .label{
    display:none
}
@media (min-width:768px){
    .header_view .title{
        font-size:14px
    }
    .header_view .download{
        width:auto;
        padding:0 20px
    }
    .header_view .download .label{
        display:block
    }
    .header_view .download .pkp_screen_reader,.header_view .download .pkp_page_index .cmp_announcements h2{
        display:none
    }
}
.galley_view{
    position:absolute;
    top:0;
    left:20%;
    right:20%;
    bottom:0;
    overflow-y:hidden
}
.galley_view iframe{
    width:100%;
    height:100%;
    padding-top:50px;
    border:none;
}

