:root {
    --font-stix: "Inter", sans-serif;
    --font-inter: "Inter", sans-serif;
    --color-red: #5b1118;
    --color-red-hover: #7e040f;
    --card-header-bg: #24282b;
    --card-header-text-color: #fff;
    --latest-articles-read-more: #0d6efd;
}

body {
    font-family: var(--font-inter);
    font-optical-sizing: auto;
    font-style: normal;
    background: #fcf9f4;
    color: #000;
    font-size: 15px;
}

.form-control:focus, .form-select:focus {
    box-shadow: none;
    border-color: var(--color-red);
}

.btn {
    font-family: var(--font-stix) !important;
    padding: 2px 16px;
    font-size: 15px;
    font-weight: normal;
}

.btn-primary {
    background-color: var(--color-red);
    border-color: var(--color-red);
    color: #fff;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: var(--color-red-hover) !important;
        border-color: var(--color-red-hover) !important;
        color: #fff;
    }

.btn-outline-brand {
    border: 1px solid var(--color-red);
    color: var(--color-red);
}

    .btn-outline-brand:hover, .btn-outline-brand:focus, .btn-outline-brand:active {
        background-color: var(--color-red);
        color: #fff;
    }

.text-red, .gold-link {
    color: var(--color-red);
}

.utility-bar {
    background-color: #24282b;
}

    .utility-bar a, .utility-bar span {
        color: #fff;
        text-decoration: none;
    }

    .utility-bar .dropdown-toggle {
        color: #fff !important;
        border-color: #fff !important;
        padding: 4px 8px;
    }

.top-header {
    padding: 20px 0px;
}

    .top-header h1 {
        font-size: 38px;
        margin: 0;
        font-weight: 700;
        font-family: var(--font-stix);
    }

    .top-header p {
        color: var(--color-red);
        letter-spacing: 1px;
        font-family: var(--font-stix);
        margin-bottom: 0;
    }

    .top-header .text-end {
        font-family: var(--font-stix);
    }

.logo-box {
    border-right: 1px solid #000;
    padding-right: 20px;
    margin-right: 20px;
}

.brand-mark img {
    height: 45px;
}

.navbar {
    background: var(--color-red);
    color: #fff;
}

.navbar-nav {
    justify-content: space-between;
}

.navbar .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    max-height: 37px;
}

.navbar .dropdown-menu {
    background-color: #fcf9f4;
}

.site-navbar .dropdown.pages .dropdown-menu {
    right: 0px;
    left: auto;
}

.card {
    border-radius: 0px;
    background: transparent;
}

    .card .card-header {
        background: #24282b;
        font-family: var(--font-stix);
        color: #Fff;
        font-size: 15px;
        min-height: 30px;
        text-transform: uppercase;
        border-radius: 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .card .card-header.red {
            background: var(--color-red);
        }

        .card .card-header .right {
            text-transform: capitalize;
        }

    .card .text-red {
        font-weight: 700;
        text-decoration: none;
    }

    .card .list {
        list-style: none;
        padding: 0 !important;
    }

        .card .list li {
            padding: 10px 0;
            border-bottom: 1px solid #ddd;
        }

            .card .list li .bi-chevron-right {
                color: var(--color-red);
            }

            .card .list li:last-child {
                border: none;
                padding-bottom: 0px;
            }

        .card .list span {
            float: right;
            font-size: 12px;
            background: #eee;
            padding: 2px 4px;
        }

    .card .news-block {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .card .news-block:last-child {
            border: none;
            padding-bottom: 0px;
            margin-bottom: 0px;
        }

        .card .news-block p {
            margin-bottom: 0px;
        }

    .card .editor {
        font-family: var(--font-stix);
        font-weight: 600;
    }

.issue-meta .issue-volume {
    font-weight: bold;
}

.issue-cover {
    text-align: center;
}

.year-item {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    color: #000;
}

    .year-item a span {
        color: var(--color-red);
        font-weight: bold;
        transition: all ease-in-out 0.3s;
    }

    .year-item a.collapsed span {
        color: #000;
        font-weight: normal;
    }

        .year-item a.collapsed span .bi {
            transform: rotate(0deg);
        }

    .year-item a span .bi {
        color: var(--color-red);
        transition: all ease-in-out 0.3s;
        transform: rotate(90deg);
        display: inline-block;
    }

    .year-item .bi {
    }

    .year-item .badge-index {
        font-size: 12px;
        background: #eee;
        padding: 2px 4px;
        color: #000;
        font-weight: normal;
    }

.accordion .inner > .archive-item:first-child {
    padding-top: 10px;
}

.accordion .inner .archive-item a {
    color: #000;
    font-size: 13px;
}


.topical-section ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

    .topical-section ul li {
        list-style: none;
    }

        .topical-section ul li .bi {
            color: var(--color-red);
            margin-right: 10px;
            font-size: 10px;
        }

.current-issue .card-body .cover {
    width: 320px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.current-issue .card-body .book-details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .current-issue .card-body .book-details .buttons .btn-brand {
        margin-bottom: 10px;
    }

.current-issue .card-body .d-flex {
    gap: 20px;
}

.current-issue .card-body h2 {
    font-family: var(--font-stix);
    margin-top: 15px;
    margin-bottom: 0;
}

.current-issue .card-body p {
    margin-bottom: 0px;
}

/*.featured-articles .block {
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid #ccc;
        }

            .featured-articles .block .top {
                display: flex;
                align-items: center;
            }

                .featured-articles .block .top .name {
                    width: 70%;
                    font-weight: 700;
                }

                .featured-articles .block .top .pages {
                    width: 20%;
                    text-align: right;
                }

                .featured-articles .block .top a {
                    width: 10%;
                    text-align: right;
                    color: var(--color-red);
                    font-size: 20px;
                }

            .featured-articles .block:last-child {
                padding-bottom: 0;
                margin-bottom: 0;
                border-bottom: 0;
            }*/
.quick-links-wrapper .list-group-item {
    background-color: transparent;
}

    .quick-links-wrapper .list-group-item a span {
        color: var(--color-red);
    }

        .quick-links-wrapper .list-group-item a span .bi {
            color: var(--color-red);
        }

.announcements .text-container a {
    color: var(--color-red);
    font-size: 13px;
    font-weight: bold;
}

.latest-articles .article-list {
    display: flex;
    flex-direction: column;
}

    .latest-articles .article-list .list-group-item-container:last-child {
        border-bottom: 0px !important;
    }

        .latest-articles .article-list .list-group-item-container:last-child .pb-3 {
            padding-bottom: 0px !important;
        }

.latest-articles .article-item {
    padding: 0.9rem 0;
    border-bottom: 1px solid #e8ebf0;
}

    .latest-articles .article-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

.latest-articles .article-title {
    font-size: 15px;
    font-weight: 700;
    color: var(--color-red);
    margin-bottom: 0.2rem;
    line-height: 1.35;
}
    .latest-articles .article-title a {
        color: var(--color-red);
        text-decoration: none;
    }
        .latest-articles .article-title:hover, .latest-articles .article-title a:hover {
            text-decoration: underline;
        }

.latest-articles .article-meta {
    font-size: 0.83rem;
    color: #66758f;
}

.latest-articles .pdf-badge {
    align-self: flex-start;
    text-decoration: none;
    border: 1px solid #d4dbe8;
    border-radius: 0.45rem;
    padding: 0.35rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--navy);
    background: #fff;
    flex: 0 0 auto;
    white-space: nowrap;
}

.feature-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
}

.feature-pill {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    color: #324868;
    font-weight: 600;
}

    .feature-pill i {
        font-size: 1.08rem;
        color: #314e8f;
    }

.for-authors ul {
    padding-left: 0;
}

    .for-authors ul li {
        list-style: none;
        margin-bottom: 8px;
    }

        .for-authors ul li a {
            color: #000;
            text-decoration: none;
        }

            .for-authors ul li a i {
                color: var(--color-red);
                margin-right: 10px;
            }

        .for-authors ul li:last-child {
            margin-bottom: 0;
        }

.ethics ul {
    padding-left: 0;
}

    .ethics ul li {
        list-style: none;
        margin-bottom: 8px;
    }

        .ethics ul li a {
            color: #000;
            text-decoration: none;
        }

            .ethics ul li a i {
                margin-right: 10px;
            }

        .ethics ul li:last-child {
            margin-bottom: 0;
        }

.indexing .logos-list #agencies-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.indexing .logos-list ul {
    padding-left: 0px;
}

.indexing .logos-list li {
    list-style: none;
    padding: 5px 0;
    width: 45%;
}

.indexing .logos-list img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.metric-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.63rem 0;
    border-bottom: 1px solid #e6edf7;
}

    .metric-row:last-of-type {
        border-bottom: 0;
    }

    .metric-row span {
        color: #44546d;
        font-size: 0.95rem;
    }

    .metric-row strong {
        color: var(--blue);
        font-size: 1.05rem;
    }
/*footer {
            margin-top: 30px;
        }

            footer .footer-top {
                background-color: #2f3034;
                color: white;
                padding: 40px 0px;
            }

                footer .footer-top .container {
                    display: flex;
                }

                footer .footer-top .block {
                    margin-right: 20px;
                    padding-right: 20px;
                    border-right: 1px solid #ccc;
                    width: 19%;
                }

                    footer .footer-top .block h5 {
                        font-family: var(--font-stix);
                        text-transform: uppercase;
                    }

                    footer .footer-top .block a {
                        color: #fff;
                        text-decoration: none;
                    }

                    footer .footer-top .block ul li {
                        list-style: none;
                    }

                    footer .footer-top .block:last-child {
                        border-right: 0px;
                        padding-right: 0px;
                        margin-right: 0px;
                        width: 25%;
                    }

                        footer .footer-top .block:last-child .links {
                            display: flex;
                            gap: 10px;
                        }

                        footer .footer-top .block:last-child .btn {
                            border: 1px solid #fff;
                        }

                footer .footer-top .logo-block {
                    width: 24%;
                }

            footer .footer-bottom {
                background-color: var(--color-red);
                padding: 20px 0;
                color: #fff;
            }*/
.site-footer {
    background: #2f3034;
    color: #eef3ff;
}

    .site-footer a {
        color: #fff;
    }
    .site-footer h4 {
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 1rem;
        font-family: var(--font-stix);
        color: #fff;
    }

    .site-footer p,
    .footer-links a {
        color: #fff;
        font-size: 0.92rem;
        line-height: 1.6;
    }

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links li {
        margin-bottom: 0.35rem;
    }

    .footer-links a:hover {
        color: #fff;
    }

.social-row {
    display: flex;
    gap: 0.55rem;
    flex-wrap: wrap;
}

    .social-row a {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        display: grid;
        place-items: center;
        background: #1a4ea2;
        color: #fff;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    }

        .social-row a:hover {
            background: #2b6be2;
        }

.site-footer a:hover {
    color: #fff;
}

.footer-bottom {
    background: var(--color-red);
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 0px;
    text-align: center;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

    .footer-bottom-links a {
        color: #d6e0f5;
    }

        .footer-bottom-links a:hover {
            color: #fff;
        }

.abstract-toggle {
    color: var(--latest-articles-read-more) !important;
}
@media (max-width: 1199px) {
    .container, .orange-bg.container-fix .container {
        max-width: 96%;
    }

    .orange-bg .container {
        max-width: 100%;
    }

    .navbar > .container {
        justify-content: flex-end;
    }
}

@media (max-width: 1099px) {
    .announcement-item .d-flex {
        flex-direction: column;
        gap: 6px !important;
    }
}

@media (max-width: 991px) {
    .brand-wrap {
        justify-content: center;
    }

    .issn {
        text-align: center;
    }

    .site-header .col-lg-4 {
        margin-top: 10px;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .issue-meta {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .top-header .text-end {
        text-align: center !important;
    }

    .top-header h1 {
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .current-issue .card-header .d-flex {
        flex-direction: column;
    }

    .current-issue .card-body .d-flex {
        flex-direction: column;
    }

    .current-issue .card-body .cover {
        margin: 0 auto;
        width: 300px;
    }

    .current-issue .card-body h2 {
        margin-top: 0px;
    }

    .current-issue .card-body .buttons {
        margin-top: 20px;
    }
}
/*# sourceMappingURL=style.css.map */
