body {
    background: #ddd;
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: none;
}

.pkp_structure_head {
    background-color: transparent;
    border: none;
}

.pkp_site_name .is_img {
    display: block;
    margin: 0
}

.pkp_site_name .is_img img {
    width: 100%;
    max-height: unset;
}

.pkp_site_nav_menu {
    background: #001AAF
}

.pkp_navigation_user_wrapper {
    width: 100%;
    padding: 0;
}

.additional_content ul {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0;
}

.additional_content ul:before,
.additional_content ul:after {
    content: "";
    display: block;
    clear: both
}

.additional_content ul li {
    display: inline-block;
    list-style: none;
    width: calc(20% - 16px);
    margin-right: 20px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.additional_content ul li:nth-child(5n) {
    margin-right: 0%
}

.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
    background: #ffeded;
    box-shadow: none
}

.pkp_block.block_make_submission a {
    background: #00A1E1;
    display: block;
    color: #ffff;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #348aac;
    white-space: nowrap;
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w-100 {
    width: 100%
}

.pkp_block {
    padding: 15px;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
    margin: 10px 0;
}

.pkp_nav_list ul,
.pkp_nav_list ul li:first-child a,
.pkp_nav_list ul li:last-child a {
    border-radius: 0
}

.pkp_site_nav_toggle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.pkp_site_nav_toggle>span {
    border-bottom: 4px solid #001AAF;
}

.pkp_site_nav_toggle--transform>span {
    border-bottom: none
}

.pkp_site_nav_toggle>span:before,
.pkp_site_nav_toggle>span:after {
    background: #001AAF;
}

.pkp_structure_footer_wrapper {
    background: #fff;
}

.pkp_brand_footer {
    padding: 20px 0;
    border-top: 1px solid #2aade1;
    color: #fff;
    padding: 20px
}

.pkp_structure_footer {
    background: #0097d6;
}

.pkp_footer_content {
    color: #fff
}

.pkp_footer_content a {
    color: #fff
}

.pkp_brand_footer img {
    max-height: 50px
}

@media (max-width: 767px) {
    .pkp_site_name_wrapper {
        height: 110px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 20px
    }

    .pkp_nav_list a {
        display: inline-block;
        padding-left: .714rem;
        padding-right: .714rem;
        text-decoration: none;
        padding-top: .357rem;
        padding-bottom: .357rem;
    }

    .pkp_navigation_primary>li:not(:last-child) {
        border-right: 1px solid #07446b;
        padding-right: 5px
    }

    .pkp_navigation_primary>li>a {
        margin: .357rem 0 0 .5em;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 0;
        /* border-right: 1px solid #07446b; */
        color: #fff;
        text-decoration: none;
    }

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

    .pkp_navigation_primary>li:last-child>a {
        border-right: none
    }

    .pkp_navigation_user.pkp_navigation_user {
        background: #001AAF;
        padding: 1px 10px;
        border: none;
        max-width: 100%;
    }

    .pkp_page_index .additional_content {
        padding: 20px;
    }
}


.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.m-10 {
    margin: 10px
}

.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mx-10 {
    margin-left: 10px;
    margin-right: 10px;
}

.mb-10 {
    margin-bottom: 10px
}

.mt-10 {
    margin-top: 10px
}

.ml-10 {
    margin-left: 10px
}

.mr-10 {
    margin-right: 10px
}

.p-10 {
    padding: 10px
}

.py-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pb-10 {
    padding-bottom: 10px
}

.pt-10 {
    padding-top: 10px
}

.pl-10 {
    padding-left: 10px
}

.pr-10 {
    padding-right: 10px
}

.m-15 {
    margin: 15px
}

.my-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mx-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.mb-15 {
    margin-bottom: 15px
}

.mt-15 {
    margin-top: 15px
}

.ml-15 {
    margin-left: 15px
}

.mr-15 {
    margin-right: 15px
}

.p-15 {
    padding: 15px
}

.py-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

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

.pb-15 {
    padding-bottom: 15px
}

.pt-15 {
    padding-top: 15px
}

.pl-15 {
    padding-left: 15px
}

.pr-15 {
    padding-right: 15px
}

.m-20 {
    margin: 20px
}

.my-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mx-20 {
    margin-left: 20px;
    margin-right: 20px;
}

.mb-20 {
    margin-bottom: 20px
}

.mt-20 {
    margin-top: 20px
}

.ml-20 {
    margin-left: 20px
}

.mr-20 {
    margin-right: 20px
}

.p-20 {
    padding: 20px
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.pb-20 {
    padding-bottom: 20px
}

.pt-20 {
    padding-top: 20px
}

.pl-20 {
    padding-left: 20px
}

.pr-20 {
    padding-right: 20px
}

.pkp_structure_page {
    margin: 0 auto;
    max-width: 1160px;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border: none;
}

.pkp_structure_head {
    background-color: transparent;
    border: none;
}

.pkp_site_name .is_img {
    display: block;
    margin: 0
}

.pkp_site_name .is_img img {
    width: 100%;
    max-height: unset;
}

.pkp_site_nav_menu {
    /* background: #001AAF; */
    border-top: 2px solid #e4e4e4;
}

.pkp_navigation_user_wrapper {
    width: 100%;
    padding: 0;
}

.additional_content ul {
    padding: 0;
    display: block;
    width: 100%;
    margin: 0;
}

.pkp_site_nav_menu .pkp_nav_list {
    padding-left: 10px
}

.additional_content ul:before,
.additional_content ul:after {
    content: "";
    display: block;
    clear: both
}

.additional_content ul li {
    display: inline-block;
    list-style: none;
    width: calc(20% - 16px);
    margin-right: 20px;
    overflow: hidden;
    float: left;
    margin-bottom: 10px;
}

.additional_content ul li:nth-child(5n) {
    margin-right: 0%
}

.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
    background: #ffeded;
    box-shadow: none
}

.pkp_block.block_make_submission a {
    background: #001AAF;
    display: block;
    color: #ffff;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 2px solid #001AAF;
    white-space: nowrap;
    padding: 4px;
    font-size: 1.4rem;
    line-height: 1.42857143;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
}

.pkp_block.block_make_submission a:hover {
    border: 2px solid #0099d8;
    background: #0099d8;
}

.w-100 {
    width: 100%
}

.pkp_block {
    padding: 15px;
}

.pkp_structure_main h1,
.pkp_structure_main h2,
.pkp_structure_main h3,
.pkp_structure_main h4 {
    margin: 10px 0;
}

.pkp_nav_list ul,
.pkp_nav_list ul li:first-child a,
.pkp_nav_list ul li:last-child a {
    border-radius: 0
}

.pkp_site_nav_toggle {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.pkp_site_nav_toggle>span {
    border-bottom: 4px solid #001AAF;
}

.pkp_site_nav_toggle--transform>span {
    border-bottom: none
}

.pkp_site_nav_toggle>span:before,
.pkp_site_nav_toggle>span:after {
    background: #001AAF;
}

.pkp_structure_footer_wrapper {
    background: #fff;
}

.pkp_brand_footer {
    padding: 20px 0;
    border-top: 1px solid #2E6085;
    color: #fff;
    padding: 20px
}

.pkp_structure_footer {
    background: #223f87;
}

.pkp_footer_content {
    color: #fff;
}

.pkp_footer_content a {
    color: #fff
}

.pkp_brand_footer img {
    max-height: 50px
}


.slick-dots li button:before {
    font-size: 16px;
}

.slick-dots li button:before {
    color: #ccc !important;
    opacity: 1 !important
}

.slick-dots li.slick-active button:before {
    color: #d32f2f !important
}

.page_login .login {
    max-width: unset;
    /*     background-image: url('https://submit.escienceediting.org/image/main/login_bg.gif');
    background-color:transparent;
    background-size:auto 100%;
    background-repeat: repeat-x;
    background-position:0 0;
    padding: 40px 0; */
}

.cmp_form .fields>div {
    padding-bottom: 20px
}

.label {
    color: rgba(0, 0, 0, 0.87);
    font-size: inherit;
}

.page_contact .label {
    display: inline-block
}

.page_contact .address {
    font-size: inherit
}

.cmp_form .label {
    color: #444;
    display: inline-block;
}

.list-keyword li {
    padding-left: 0
}

.list-keyword li a {
    color: #00679ffde;
}

a:hover,
.list-keyword li a:hover {
    color: #b0543f
}

.list-keyword li:not(:last-child) a:after {
    content: ",";
    color: #444;
}

.obj_article_details .main_entry .item .label {
    margin: 0;
    padding: 0 5px 0 0;
    text-transform: uppercase;
}

.slick-slide {
    outline: none
}

.list-inline {
    margin-left: 0
}

.back-to-top a {
    position: fixed;
    bottom: 50px;
    right: 40px;
    font-size: 20px;
    color: #fff;
    background: #001AAF;
    padding: 2px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    z-index: 9999;
    display: none;
}

.back-to-top a:hover {
    background: #009DDD;
}

.obj_issue_toc .published {
    margin: 0px 0;
}

.pkp_block .title {
    background: #001AAF;
    color: #fff;
    padding: 10px 15px;
    position: relative;
}

.obj_issue_toc .articles {
    margin-top: 20px;
}

.pkp_page_index .current_issue .current_issue_title {
    font-size: 16px;
}

@media (max-width: 767px) {
    .pkp_site_name_wrapper {
        height: 110px;
    }
}

@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 20px
    }

    .pkp_nav_list a {
        display: inline-block;
        padding-left: .714rem;
        padding-right: .714rem;
        text-decoration: none;
        padding-top: .357rem;
        padding-bottom: .357rem;
    }

    .pkp_navigation_primary>li:not(:last-child) {
        border-right: 1px solid #304a8e;
        padding-right: 5px;
    }

    .pkp_navigation_primary>li>a {
        margin: .357rem 0 0 .5em;
        padding: .357rem .5em calc(.714rem - 2px);
        border-bottom: 0;
        /* border-right: 1px solid #07446b; */
        color: #fff;
        text-decoration: none;
        font-size: 15px;
        font-weight: 600;
    }

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

    .pkp_navigation_primary>li:last-child>a {
        border-right: none
    }

    .pkp_navigation_user.pkp_navigation_user {
        background: #001AAF;
        padding: 5px 10px;
        border-bottom: 1px solid #e4e4e4;
        max-width: 100%;
    }

    .pkp_nav_list ul {
        width: auto;
        margin: 0 0 0 -7.0px
    }

    .pkp_page_index .additional_content {
        padding: 20px;
    }

    .pkp_navigation_primary>li>a:hover {
        border: none;
        background: #fff;
        color: #001AAF;
    }
}
.lst-language-selector a {
    display: inline-block;
    padding: 10px 16px;
}
.lst-language-selector img {
    max-height: 20px;
}
.w-100 {
    width: 100%;
}