html,
body {
    font-family: "Noto Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
    font-size: 14px;
    line-height: 1.43rem;
    color: #000000;
    background-image: repeating-linear-gradient(135deg, hsla(35, 0%, 71%, .09) 0, hsla(35, 0%, 71%, .09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, hsla(35, 0%, 71%, .09) 0, hsla(35, 0%, 71%, .09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, #f8f8f8, #f8f8f8) !important;
}

.pkp_structure_head {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pkp_block .title {
    border-bottom: 3px solid #d3d9d5 !important;
    color: #124e66;
}

@media (min-width: 992px) {
    #navigationPrimary ul a {
        color: #fff !important;
    }
}

@media (min-width: 992px) {
    #navigationPrimary ul a:hover {
        color: #124e66 !important;
    }
}

@media (min-width: 992px) {
    #navigationPrimary ul {
        background-color: #124e66 !important;
        color: #fff !important;
    }
}

.pkp_site_nav_toggle>span:before {
    background: #fff !important;
}

.pkp_site_nav_toggle>span:after {
    background: #fff !important;
}

.pkp_site_name_wrapper {
    height: 6.857rem !important;
}

.pkp_site_nav_toggle {
    height: 6.857rem !important;
}

.pkp_site_name .is_img img {
    max-height: 65px;
    margin-top: 12px;
    margin-left: -10px;
}

.pkp_head_wrapper {
    border-bottom: 3px solid #d3d9d5 !important;
    border-top: 3px solid #d3d9d5 !important;
}

.pkp_site_nav_menu,
.pkp_nav_list {
    background: #fff;
}

.pkp_navigation_user,
.pkp_navigation_user {
    background: #124e66 !important;
    padding: 0.4rem !important;
    color: #fff !important;
}

/*Side Bar*/

@media (min-width: 992px) {
    .pkp_block {
        padding: 0px !important;
    }
}

.pkp_block {
    padding: 20px 20px !important;
}

/* Side bar Block*/
.main-sec {
    border: 1px solid #ccc;
    border-radius: 4px;
    border-left: 4px solid #d3d9d5 !important;
    font-style: normal;
}

.main-sec p {
    text-align: justify;
}

.child-sec {
    margin-bottom: 0;
    background: #124e66 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #fff;
    padding: 10px;
    font-size: 20px;
}

.content_sec {
    padding: 0px 35px 15px 15px;
}

.heading {
    font-size: 18px;
    line-height: 1.2;
}

.content {
    margin-top: -15px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #1E6292;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    background: #d3d9d5;
}

.homepage_about h2 {
    margin-top: -0.714rem;
    display: none;
}

/* FIXED TITLE DISPLAY */
.pkp_structure_main h1 {
    display: block !important;
    visibility: visible !important;
    color: #000 !important;
}

/*For mobile Header*/
@media (min-width: 992px) {
    .pkp_navigation_user>li>a {
        color: #fff !important;
        font-weight: 700;
    }
}

@media (min-width: 992px) {
    .pkp_site_name_wrapper {
        margin-top: -30px;
        border-bottom: 3px solid #d3d9d5;
        border-top: 3px solid #d3d9d5;
        height: 11.857rem !important;
        background: #124e66 !important;
    }

    .pkp_site_name .is_img {
        display: block !important;
    }

    .pkp_site_name .is_img img {
        max-height: 150px;
        display: block;
        margin: auto;
        margin-top: -13px;
    }

    .pkp_head_wrapper {
        border-bottom: 0px solid #fd9501 !important;
        border-top: 0px solid #fd9501 !important;
    }
}

.pkp_structure_head,
.pkp_site_name_wrapper {
    background-color: #124e66 !important;
}

.pkp_site_nav_toggle>span {
    border-bottom: 3px solid #fff !important;
}

.pkp_navigation_primary_row {
    box-shadow: 0 0 5px .5px rgba(103, 104, 107, .34);
    padding-top: 5px;
}

#navigationPrimary>li>a:hover {
    border-bottom: #124e66 !important;
    color: #124e66;
}

#navigationPrimary a {
    color: #000 !important;
}

.pkp_structure_main h2 {
    font-size: 1.285rem !important;
}

.pkp_page_index .current_issue h2 {
    display: inline-block;
    padding-bottom: 0.5em;
    border-bottom: 3px solid #124e66;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.5rem !important;
    margin-top: -20px;
    color: #000 !important;
}

.obj_issue_toc .description>*:last-child {
    margin-bottom: 0;
    text-align: justify !important;
}

.obj_issue_toc .section>h3 {
    border-bottom: 1px solid #000000 !important;
    border-left: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0.15em 1em;
    background-color: #fafbfb;
    width: 100%;
    color: #000 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.pkp_structure_footer_wrapper {
    background: #124e66 !important;
    border-top: 5px solid #d3d9d5;
    border-bottom: 5px solid #d3d9d5;
}

.pkp_structure_content {
    font-size: 15px;
    margin-bottom: 0.3em;
    box-shadow: 0 0 25px 0.5px rgba(103, 104, 107, .34);
    padding-top: 15px;
    margin-top: 2px;
}

@media (min-width: 992px) {
    .pkp_navigation_primary>li>a:focus {
        background: #fff !important;
    }
}