.text-primary {
    color: #DB4941 !important
}

.text-secondary {
    color: #fa8231 !important
}

a {
    color: #DB4941;
    text-decoration: none;
    background-color: transparent;
    transition: all .3s ease-in-out
}

a:hover {
    color: #DB4941;
    text-decoration: none
}

a:focus {
    color: #DB4941;
    text-decoration: none;
    outline: 0
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #4b566b;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .625rem 1.375rem;
    font-size: .9375rem;
    line-height: 1.5;
    border-radius: .3125rem;
    transition: color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, box-shadow .2s ease-in-out
}

.btn:hover {
    color: #4b566b;
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: none
}

.btn:disabled {
    opacity: .65;
    box-shadow: none
}

.btn:not(:disabled):not(.disabled):active {
    box-shadow: none
}

.btn:not(:disabled):not(.disabled).active {
    box-shadow: none
}

.btn.focus {
    outline: 0;
    box-shadow: none
}

.btn.disabled {
    opacity: .65;
    box-shadow: none
}

a.btn.disabled {
    pointer-events: none
}

fieldset:disabled a.btn {
    pointer-events: none
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
}

.btn-primary {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47;
    box-shadow: none
}

.btn-primary .fa-front {
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-right: .5rem
}

.btn-primary .fa-back {
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-left: -.5rem
}

.btn-primary:hover {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.btn-primary:hover .fa-front {
    opacity: 0;
    margin-right: -.5rem
}

.btn-primary:hover .fa-back {
    opacity: 1;
    margin-left: .5rem
}

.btn-primary:focus {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47;
    box-shadow: none
}

.btn-primary:disabled {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-primary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(197, 89, 58, 255)
}

.btn-secondary.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(250, 130, 49, .9)
}

.btn-primary.focus {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47;
    box-shadow: none
}

.btn-primary.disabled {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #da5e47;
    border-color: #da5e47
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.show>.btn-secondary.dropdown-toggle {
    color: #2b3445;
    background-color: #d1d9e8;
    border-color: #c9d2e4
}

.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(213, 216, 222, .5)
}

.btn-secondary {
    color: #fff !important;
    background-color: #fa8231;
    border-color: #fa8231;
    box-shadow: none
}

.btn-secondary .fa-front {
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-right: .5rem
}

.btn-secondary .fa-back {
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-left: -.5rem
}

.btn-secondary:hover {
    color: #fff;
    background-color: #f97318;
    border-color: #f97318
}

.btn-secondary:hover .fa-front {
    opacity: 0;
    margin-right: -.5rem
}

.btn-secondary:hover .fa-back {
    opacity: 1;
    margin-left: .5rem
}

.btn-secondary:focus {
    color: #fff;
    background-color: #f97318;
    border-color: #f26506;
    box-shadow: none
}

.btn-secondary:disabled {
    color: #fff;
    background-color: #fba063;
    border-color: #fba063;
    box-shadow: none
}

.btn-secondary:not(:disabled):not(.disabled):active {
    color: #f97318;
    background-color: #fff;
    border-color: #fff
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0 rgba(213, 216, 222, .5)
}

.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f97318;
    border-color: #f26506
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0 rgba(213, 216, 222, .5)
}

.btn-secondary.focus {
    color: #fff;
    background-color: #f97318;
    border-color: #f26506;
    box-shadow: none
}

.btn-secondary.disabled {
    color: #fff;
    background-color: #fba063;
    border-color: #fba063;
    box-shadow: none
}

.btn-doi {
    color: #4b566b;
    background-color: #f4ae24;
    border-color: #f4ae24;
    box-shadow: none
}

.btn-doi:hover {
    color: #4b566b;
    background-color: #f2a50c;
    border-color: #da940b
}

.btn-doi:focus {
    color: #4b566b;
    background-color: #f2a50c;
    border-color: #da940b;
    box-shadow: none
}

.btn-doi:disabled {
    color: #4b566b;
    background-color: #f4ae24;
    border-color: #f4ae24
}

.btn-doi:not(:disabled):not(.disabled):active {
    color: #4b566b;
    background-color: #da940b;
    border-color: #da940b
}

.btn-doi:not(:disabled):not(.disabled):active:focus {
    box-shadow: none
}

.btn-doi:not(:disabled):not(.disabled).active {
    color: #4b566b;
    background-color: #da940b;
    border-color: #da940b
}

.btn-doi:not(:disabled):not(.disabled).active:focus {
    box-shadow: none
}

.btn-doi.focus {
    color: #4b566b;
    background-color: #f2a50c;
    border-color: #da940b;
    box-shadow: none
}

.btn-doi.disabled {
    color: #4b566b;
    background-color: #f4ae24;
    border-color: #f4ae24
}

.show>.btn-doi.dropdown-toggle {
    color: #4b566b;
    background-color: #da940b;
    border-color: #da940b
}

.show>.btn-doi.dropdown-toggle:focus {
    box-shadow: none
}

.btn-doi.btn-shadow {
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(244, 174, 36, .9)
}

.btn-outline-primary {
    color: #DB4941;
    border-color: #DB4941
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #DB4941;
    border-color: #DB4941
}

.btn-outline-primary:focus {
    box-shadow: none
}

.btn-outline-primary:disabled {
    color: #DB4941;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #DB4941;
    border-color: #DB4941
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0 rgba(254, 105, 106, .5)
}

.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #DB4941;
    border-color: #DB4941
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0 rgba(254, 105, 106, .5)
}

.btn-outline-primary.focus {
    box-shadow: none
}

.btn-outline-primary.disabled {
    color: #DB4941;
    background-color: transparent
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #DB4941;
    border-color: #DB4941
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(254, 105, 106, .5)
}

.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fa8231;
    border-color: #fa8231
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(243, 245, 249, .5)
}

.btn-outline-secondary {
    color: #fa8231;
    border-color: #fa8231
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #fa8231;
    border-color: #fa8231
}

.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0 rgba(243, 245, 249, .5)
}

.btn-outline-secondary:disabled {
    color: #fa8231;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #fa8231;
    border-color: #fa8231
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0 0 0 0 rgba(243, 245, 249, .5)
}

.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fa8231;
    border-color: #fa8231
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0 rgba(243, 245, 249, .5)
}

.btn-outline-secondary.focus {
    box-shadow: 0 0 0 0 rgba(243, 245, 249, .5)
}

.btn-outline-secondary.disabled {
    color: #fa8231;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #DB4941;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.btn-link:hover {
    color: #DB4941;
    text-decoration: none
}

.btn-link:focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link:disabled {
    color: #DB4941;
    pointer-events: none
}

.btn-link.focus {
    text-decoration: none;
    box-shadow: none
}

.btn-link.disabled {
    color: #7d879c;
    pointer-events: none
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    transition: border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4b566b
}

.form-control:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: #DB4941;
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 .375rem .625rem -.3125rem rgba(38, 222, 129, .3)
}

.form-control::-moz-placeholder {
    color: #7d879c;
    opacity: 1
}

.form-control::placeholder {
    color: #7d879c;
    opacity: 1
}

.form-control:disabled {
    background-color: #f6f9fc;
    opacity: 1
}

.form-control[readonly] {
    background-color: #f6f9fc;
    opacity: 1
}

select.form-control:focus::-ms-value {
    color: #4b566b;
    background-color: #fff
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 1.25rem + 2px);
    padding: .625rem 2rem .625rem 1rem;
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #4b566b;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23373f50' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
    border: 1px solid #dae1e7;
    border-radius: .3125rem;
    box-shadow: 0 0 0 0 transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    color: #4b566b;
    background-color: #fff;
    border-color: #DB4941;
    outline: 0;
    box-shadow: 0 0 0 0 transparent, 0 .375rem .625rem -.3125rem rgba(38, 222, 129, .3)
}

.custom-select:focus::-ms-value {
    color: #4b566b;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none
}

.custom-select:disabled {
    color: #7d879c;
    background-color: #f6f9fc
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4b566b
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #DB4941;
    background-color: #DB4941;
    box-shadow: none
}

.nav-tabs .nav-link {
    position: relative;
    border: 0;
    color: #4b566b;
    font-weight: 400
}

.nav-tabs .nav-link:hover {
    color: #DB4941
}

.nav-tabs .nav-link.active {
    color: #DB4941;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active::before {
    background-color: #DB4941
}

.nav-tabs .nav-item.show .nav-link {
    color: #DB4941;
    background-color: transparent;
    border-color: transparent
}

.nav-pills .nav-link {
    padding-top: .675rem;
    padding-bottom: .675rem;
    background-color: #DB4941;
    border: 1px solid transparent;
    color: #fff;
    font-size: .9375rem;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(197, 89, 58, 255);
    transition: all .3s ease-in-out
}

.nav-pills .nav-link:hover:not(.active):not([aria-expanded=true]) {
    color: #fff;
    background-color: #DB4941;
    border-color: #DB4941;
    box-shadow: none
}

.nav-pills .nav-link.disabled {
    background-color: #f8f9fa;
    color: #4b566b
}

.nav-pills .nav-link.disabled:hover:not(.active) {
    box-shadow: none
}

.nav-pills .nav-link.active {
    background-color: #fff;
    border-color: #DB4941;
    color: #DB4941;
    box-shadow: none;
    cursor: default;
    opacity: .75
}

.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #DB4941
}

.navbar-light .navbar-brand {
    color: #DB4941
}

.navbar-light .navbar-brand:hover {
    color: #DB4941
}

.navbar-light .navbar-brand:focus {
    color: #DB4941
}

.navbar-light .navbar-nav .nav-link {
    color: #4b566b
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #DB4941
}

.navbar-light .navbar-nav .nav-link:focus {
    color: #DB4941
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: #7d879c
}

.navbar-light .navbar-nav .show>.nav-link {
    color: #4b566b
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #4b566b
}

.navbar-light .navbar-nav .nav-link.show {
    color: #4b566b
}

.navbar-light .navbar-nav .nav-link.active {
    color: #4b566b
}

.navbar-light .navbar-toggler {
    color: #4b566b;
    border-color: transparent
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='%234b566b' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: #4b566b
}

.navbar-light .navbar-text a {
    color: #DB4941
}

.navbar-light .navbar-text a:hover {
    color: #DB4941
}

.navbar-light .navbar-text a:focus {
    color: #DB4941
}

.navbar-light .nav-item:hover .nav-link:not(.disabled) {
    color: #DB4941
}

.navbar-light .nav-item:hover .nav-link:not(.disabled)>i {
    color: #DB4941
}

.navbar-light .nav-item.active .nav-link:not(.disabled)>i {
    color: #DB4941
}

.navbar-light .nav-item.show .nav-link:not(.disabled)>i {
    color: #DB4941
}

.navbar-light .nav-item.dropdown .nav-link:focus:not(.disabled)>i {
    color: #DB4941
}

#topNavbar {
    z-index: 999
}

#stuckNavbar {
    z-index: 998
}

.dropdown-item:hover {
    color: #DB4941;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-item:focus {
    color: #DB4941;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-item:active {
    color: #DB4941;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.dropdown-item.active {
    color: #DB4941;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0)
}

.breadcrumb-item>a {
    transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    -webkit-transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    -ms-transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
    -o-transition: color .25s ease-in-out, background-color .25s ease-in-out, box-shadow .25s ease-in-out, border-color .25s ease-in-out;
}

.breadcrumb-item>a:hover {
    text-decoration: none
}

.bg-primary {
    background-color: #DB4941 !important
}

a.bg-primary:hover {
    background-color: #DB4941 !important
}

a.bg-primary:focus {
    background-color: #DB4941 !important
}

button.bg-primary:hover {
    background-color: #DB4941 !important
}

button.bg-primary:focus {
    background-color: #DB4941 !important
}

.bg-secondary {
    background-color: #fa8231 !important
}

a.bg-secondary:hover {
    background-color: #d1d9e8 !important
}

a.bg-secondary:focus {
    background-color: #d1d9e8 !important
}

button.bg-secondary:hover {
    background-color: #d1d9e8 !important
}

button.bg-secondary:focus {
    background-color: #d1d9e8 !important
}

.article-details .page-header {
    font-family: Lora, serif;
    font-weight: 700;
    font-size: 1.75rem
}

.article-details .marker {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.article-details .article-sidebar {
    position: relative;
    padding: 0;
    border-left: none
}

.article-details .article-sidebar .card {
    box-shadow: none
}

.article-details .article-sidebar .cover-journal img {
    max-width: 120px
}

.article-details .article-sidebar .cover-journal img:hover {
    filter: grayscale(0)
}

.article-main .author {
    width: 100%;
    position: relative;
    display: inline-block;
    margin-bottom: 10px
}

.article-main .author:last-child {
    margin-right: 0
}

.article-main .author .author-name {
    font-family: Lora, serif;
    font-weight: 600;
    font-size: 1.25rem
}

.article-main .card {
    margin-top: -1px;
    z-index: 1
}

.article-main .nav-item {
    z-index: 2
}

.downloads_chart .label {
    display: none
}

.downloads_chart .value {
    margin-top: 1.5rem
}

#articlesBySameAuthorList {
    margin-top: 1rem;
    margin-top: 1rem
}

#articlesBySameAuthorList h3 {
    font-size: 1rem;
    font-size: 1rem
}

#articlesBySameAuthorList ul {
    padding-left: 25px;
    padding-left: 25px
}

#articlesBySameAuthorList li {
    margin-bottom: 10px;
    margin-bottom: 10px
}

@media only screen and (min-width:768px) {
    .article-main .author {
        width: calc(50% - 1rem);
        margin-right: 1rem
    }

    .article-main .author:nth-of-type(even) {
        margin-right: 0
    }

    .article-details .article-sidebar {
        position: sticky;
        top: 100px;
        padding: 0 1rem;
        border-left: 1px dashed #dee2e6
    }
}

.banner-sec {
    background-image: linear-gradient(135deg, rgba(49, 49, 49, .07) 0, rgba(49, 49, 49, .07) 12.5%, rgba(76, 76, 76, .07) 12.5%, rgba(76, 76, 76, .07) 25%, rgba(102, 102, 102, .07) 25%, rgba(102, 102, 102, .07) 37.5%, rgba(129, 129, 129, .07) 37.5%, rgba(129, 129, 129, .07) 50%, rgba(155, 155, 155, .07) 50%, rgba(155, 155, 155, .07) 62.5%, rgba(182, 182, 182, .07) 62.5%, rgba(182, 182, 182, .07) 75%, rgba(208, 208, 208, .07) 75%, rgba(208, 208, 208, .07) 87.5%, rgba(235, 235, 235, .07) 87.5%, rgba(235, 235, 235, .07) 100%), linear-gradient(45deg, rgba(28, 181, 104, .07) 0, rgba(28, 181, 104, .07) 12.5%, rgba(39, 39, 39, .07) 12.5%, rgba(39, 39, 39, .07) 25%, rgba(73, 73, 73, .07) 25%, rgba(73, 73, 73, .07) 37.5%, rgba(107, 107, 107, .07) 37.5%, rgba(107, 107, 107, .07) 50%, rgba(141, 141, 141, .07) 50%, rgba(141, 141, 141, .07) 62.5%, rgba(175, 175, 175, .07) 62.5%, rgba(175, 175, 175, .07) 75%, rgba(209, 209, 209, .07) 75%, rgba(209, 209, 209, .07) 87.5%, rgba(243, 243, 243, .07) 87.5%, rgba(243, 243, 243, .07) 100%), linear-gradient(90deg, #fff, #fff);
    padding-top: 100px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 30px;
    transition: all .3s ease
}

.banner-sec .container {
    padding-left: 1rem;
    padding-right: 1rem
}

.banner-sec .banner-title {
    font-size: 2rem;
    color: #DB4941;
    font-weight: 600;
    margin-bottom: 5px
}

.banner-sec .banner-title-article {
    font-size: 2rem;
    color: #DB4941;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 40px
}

.banner-sec .banner-subtitle {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.25;
    margin-bottom: 20px
}

.banner-sec .banner-subtitle-article {
    font-size: 1.5rem;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.25;
    margin-bottom: 20px
}

.banner-sec .published-by {
    font-size: 1rem;
    margin-bottom: 5px
}

.banner-sec .serial {
    margin-top: 0
}

.banner-sec.skrol {
    background-image: linear-gradient(45deg, rgba(38, 222, 129, .1) 0, rgba(38, 222, 129, .1) 42%, rgba(82, 229, 155, .1) 42%, rgba(82, 229, 155, .1) 61%, rgba(28, 181, 104, .1) 61%, rgba(28, 181, 104, .1) 97%, rgba(255, 255, 255, .1) 97%, rgba(255, 255, 255, .1) 100%), linear-gradient(45deg, rgba(28, 181, 104, .03) 0, rgba(28, 181, 104, .03) 33%, rgba(82, 229, 155, .03) 33%, rgba(82, 229, 155, .03) 45%, rgba(31, 204, 116, .03) 45%, rgba(31, 204, 116, .03) 46%, rgba(82, 229, 155, .03) 46%, rgba(82, 229, 155, .03) 48%, rgba(82, 229, 155, .03) 48%, rgba(82, 229, 155, .03) 74%, rgba(28, 181, 104, .03) 74%, rgba(28, 181, 104, .03) 94%, rgba(82, 229, 155, .03) 94%, rgba(82, 229, 155, .03) 96%, rgba(28, 181, 104, .03) 96%, rgba(28, 181, 104, .03) 100%), linear-gradient(135deg, rgba(28, 181, 104, .08) 0, rgba(28, 181, 104, .08) 22%, rgba(255, 255, 255, .08) 22%, rgba(255, 255, 255, .08) 33%, rgba(31, 204, 116, .08) 33%, rgba(31, 204, 116, .08) 53%, rgba(255, 255, 255, .08) 53%, rgba(255, 255, 255, .08) 71%, rgba(82, 229, 155, .08) 71%, rgba(82, 229, 155, .08) 79%, rgba(28, 181, 104, .08) 79%, rgba(28, 181, 104, .08) 100%), linear-gradient(0deg, rgba(255, 255, 255, .04) 0, rgba(255, 255, 255, .04) 9%, rgba(82, 229, 155, .04) 9%, rgba(82, 229, 155, .04) 49%, rgba(82, 229, 155, .04) 49%, rgba(82, 229, 155, .04) 76%, rgba(255, 255, 255, .04) 76%, rgba(255, 255, 255, .04) 78%, rgba(82, 229, 155, .04) 78%, rgba(82, 229, 155, .04) 81%, rgba(255, 255, 255, .04) 81%, rgba(255, 255, 255, .04) 85%, rgba(28, 181, 104, .04) 85%, rgba(28, 181, 104, .04) 100%), linear-gradient(90deg, #DB4941, #DB4941);
    color: #fff
}

.banner-sec.skrol a {
    color: #fdec03
}

.banner-sec.skrol a:hover {
    color: #fff
}

.banner-sec.skrol .banner-title {
    color: #fdec03
}

.banner-sec.skrol .banner-title-article {
    color: #fdec03
}

.banner-sec.skrol .banner-subtitle {
    color: #fff
}

.banner-sec.skrol .banner-subtitle-article {
    color: #fff
}

@media only screen and (min-width:768px) {
    .banner-sec {
        padding-top: 160px;
        padding-bottom: 50px
    }

    .banner-sec .banner-title {
        font-size: 3rem
    }

    .banner-sec .banner-title-article {
        font-size: 2.25rem
    }

    .banner-sec .banner-subtitle {
        font-size: 2rem
    }

    .banner-sec .banner-subtitle-article {
        font-size: 1.5rem
    }

    .banner-sec .published-by {
        font-size: 1rem
    }
}

.img-notification img {
    width: 160px;
    height: 160px
}

.issue-summary-list {
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 1rem;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 1rem
}

.issue-summary-list .issue-date {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 1rem
}

.issue-summary-list .description-sec {
    border: none;
    display: block;
    padding-left: 0
}

.issue-summary-list:hover {
    box-shadow: .25rem .5rem 3.25rem #cfdce4
}

.issue-summary {
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 1rem;
    border-radius: 5px;
    min-height: 140px;
    transition: all .3s ease-in-out;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 1rem
}

.issue-summary:last-child {
    margin-right: 0
}

.issue-summary nav {
    display: block
}

.issue-summary nav li {
    display: inline-block
}

.issue-summary .cover-journal img {
    float: none;
    display: block;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.issue-summary .issue-summary-img {
    float: left;
    text-align: left;
    margin-right: 1rem
}

.issue-summary .issue-summary-txt {
    text-align: left;
    display: inline-block
}

.issue-summary:hover {
    box-shadow: .25rem .5rem 3.25rem #cfdce4
}

.issue-summary:hover img {
    filter: grayscale(75%)
}

.journal-block {
    width: 100%;
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    text-align: left;
    margin-bottom: 1rem;
    text-align: left;
    display: flex;
    flex-direction: row
}

.journal-block .image-block img {
    transition: all .3s ease-in-out;
    flex: 76%;
    max-width: 100px;
    align-self: center;
    margin: 0 1rem 0 0
}

.journal-block .description-block {
    flex: 75%;
    align-self: top
}

.journal-block .description-block .description {
    display: none
}

.journal-block .img-fluid {
    margin: .5rem auto
}

.journal-block .cover-journal img {
    max-width: 190px
}

.journal-block:hover {
    box-shadow: .25rem .5rem 3.25rem #cfdce4
}

.journal-block:hover img {
    filter: grayscale(75%)
}

.article-summary {
    width: 100%;
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    text-align: left;
    margin-bottom: 1rem
}

.article-summary:last-child {
    margin-bottom: 0
}

.article-summary .subtitle {
    font-size: 1rem;
    color: #4b566b
}

.article-summary .meta .authors {
    font-family: Lora, serif;
    margin-top: 5px;
    margin-bottom: 5px
}

.article-summary:hover {
    box-shadow: .25rem .5rem 3.25rem #cfdce4
}

.article-summary:hover img {
    filter: grayscale(75%)
}

.article-summary .cover-journal {
    display: none
}

.article-summary .cover-journal img {
    max-width: 140px
}

.article-summary .media:last-child {
    margin-bottom: 1rem
}

.announcement-summary {
    width: 100%;
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 1rem;
    background-color: #fff;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    text-align: left;
    margin-bottom: 1rem
}

.announcement-summary p {
    margin-bottom: 0
}

.announcement-summary:hover {
    box-shadow: .25rem .5rem 3.25rem #cfdce4
}

.pkp_page_index .journals .description p {
    height: 80px;
    display: block
}

.issue-toc .row {
    margin-left: -1rem;
    margin-right: -1rem
}

.page_search .meta .authors {
    font-family: Lora, serif;
    margin-top: 5px;
    margin-bottom: 5px
}

.cover-journal img {
    float: none;
    display: inline;
    max-width: 120px;
    height: auto;
    margin: 0 auto 1rem auto;
    border-radius: 5px;
    transition: all .3s ease-in-out
}

.cover-journal img:hover {
    filter: grayscale(75%)
}

.issues .media:last-child {
    margin-bottom: 1rem
}

.announcements .media:last-child {
    margin-bottom: 1rem
}

@media (max-width:991.98px) {
    .issue-badge {
        left: -.75rem
    }
}

@media only screen and (min-width:768px) {
    .issue-summary-list .issue-date {
        float: left;
        margin-bottom: 0;
        min-width: 120px;
        text-align: center
    }

    .issue-summary-list .description-sec {
        border-left: 2px solid #d7e4ed;
        padding-left: 1rem;
        display: inline-block;
        width: calc(100% - 120px)
    }

    .journal-block {
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 1rem;
        min-height: 400px
    }

    .journal-block .image-block img {
        flex: 100%;
        max-width: 140px;
        margin: 0 auto 1rem auto
    }

    .journal-block .description-block {
        flex: 100%
    }

    .journal-block .description-block .description {
        display: block;
        max-height: 80px
    }
}

@media only screen and (min-width:768px) {
    .issue-summary {
        width: calc(50% - .5rem);
        min-height: 280px
    }

    .issue-summary:nth-of-type(even) {
        margin-right: 0;
        float: right;
        margin-bottom: 1rem
    }

    .issue-summary .cover-journal img {
        display: inline-block;
        max-width: 140px
    }

    .issue-summary .issue-summary-img {
        float: none;
        display: block;
        clear: both;
        text-align: center;
        margin-right: 0;
        min-height: 220px
    }

    .issue-summary .issue-summary-txt {
        text-align: center;
        display: block;
        width: 100%
    }

    .cover-journal img {
        display: inline-block;
        margin-bottom: 0;
        max-width: 160px
    }

    .article-summary .cover-journal {
        display: inline-block
    }
}

footer {
    background-image: linear-gradient(135deg, rgba(49, 49, 49, .07) 0, rgba(49, 49, 49, .07) 12.5%, rgba(76, 76, 76, .07) 12.5%, rgba(76, 76, 76, .07) 25%, rgba(102, 102, 102, .07) 25%, rgba(102, 102, 102, .07) 37.5%, rgba(129, 129, 129, .07) 37.5%, rgba(129, 129, 129, .07) 50%, rgba(155, 155, 155, .07) 50%, rgba(155, 155, 155, .07) 62.5%, rgba(182, 182, 182, .07) 62.5%, rgba(182, 182, 182, .07) 75%, rgba(208, 208, 208, .07) 75%, rgba(208, 208, 208, .07) 87.5%, rgba(235, 235, 235, .07) 87.5%, rgba(235, 235, 235, .07) 100%), linear-gradient(45deg, rgba(5, 5, 5, .07) 0, rgba(5, 5, 5, .07) 12.5%, rgba(39, 39, 39, .07) 12.5%, rgba(39, 39, 39, .07) 25%, rgba(73, 73, 73, .07) 25%, rgba(73, 73, 73, .07) 37.5%, rgba(107, 107, 107, .07) 37.5%, rgba(107, 107, 107, .07) 50%, rgba(141, 141, 141, .07) 50%, rgba(141, 141, 141, .07) 62.5%, rgba(175, 175, 175, .07) 62.5%, rgba(175, 175, 175, .07) 75%, rgba(209, 209, 209, .07) 75%, rgba(209, 209, 209, .07) 87.5%, rgba(243, 243, 243, .07) 87.5%, rgba(243, 243, 243, .07) 100%), linear-gradient(90deg, #fff, #fff);
    padding: 30px 0;
    font-size: .875rem
}

.footer a {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

.footer a:hover {
    text-decoration: none
}

.footer h5 {
    font-weight: 600;
    font-size: .875rem;
    text-transform: uppercase;
    padding-top: 1rem;
    color: #4b566b
}

.footer ul {
    padding-left: 0
}

.footer ul li {
    padding: 2px 0;
    list-style: none;
    font-size: .875rem
}

.footer ul li a:hover {
    padding-left: .25rem
}

.footer-logo {
    max-height: 64px
}

.lead-footer {
    font-size: .75rem
}

.lead-copyright {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    margin-bottom: 10px
}

.back-to-top {
    position: fixed;
    display: inline !important;
    bottom: 60px;
    right: 30px;
    margin: 0 auto;
    z-index: 997;
    color: inherit;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 28px;
    border-radius: 50%;
    visibility: hidden;
    transform: translate3d(0, 50px, 0);
    transition: all .25s ease-in-out;
    box-shadow: 0 0 1.525rem rgba(0, 0, 0, .1)
}

.back-to-top:focus {
    text-decoration: none;
    color: #fff !important;
    margin-bottom: 2px
}

.back-to-top:hover {
    text-decoration: none;
    color: #fff !important;
    margin-bottom: 2px
}

.back-to-top.focus {
    text-decoration: none;
    color: #fff !important;
    margin-bottom: 2px
}

.back-to-top.back-to-top-is-visible {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    transition: .5s ease-in-out
}

.back-to-top.back-to-top-is-visible:hover {
    transition: .5s ease-in-out;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

.back-to-top.back-to-top-fade-out:hover {
    transition: .5s ease-in-out;
    transition-timing-function: cubic-bezier(.7, 1, .7, 1)
}

@media only screen and (min-width:768px) {
    .back-to-top {
        bottom: 30px
    }
}

#copyrightHSR {
    color: transparent !important;
    text-decoration: none !important;
    visibility: hidden;
    font-size: 1px
}

#headerNavigationContainer {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    visibility: visible;
    transform: translate3d(0, 50px, 0);
    transition: all .5s ease-in-out
}

#headerNavigationContainer.fixedTop {
    box-shadow: 0 .25rem .5625rem -.0625rem rgba(0, 0, 0, .03), 0 .275rem 1.25rem -.0625rem rgba(0, 0, 0, .05);
    transition: all .5s ease-in-out
}

#headerNavigationContainer.sekrol {
    top: -100px;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: .5s ease-in-out;
    border-color: transparent
}

.navbar-toggler {
    border: none;
    font-size: 1rem
}

.header-separator {
    padding: 30px 0;
    margin: 30px auto;
    width: 100%;
    display: block
}

.navbar-brand-logo img {
    padding: 3px;
    height: 48px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all .5s ease-in-out
}

#navigationUser .dropdown-menu {
    margin-top: .5rem !important
}

@media only screen and (min-width:768px) {
    .header-separator {
        padding: 45px 0;
        margin: 45px auto
    }

    .navbar-brand-logo img {
        padding: 0;
        height: 68px;
        width: auto
    }
}

@media only screen and (min-width:768px) {
    #navigationUser .dropdown-menu {
        margin-top: -.5rem !important
    }
}

.index-by {
    display: flex;
    padding: 30px 0;
    text-align: center
}

.index-by h3 {
    font-size: 12px;
    letter-spacing: 1px;
    margin: 30px 0 20px 0;
    display: block;
    color: #dee2e6;
    text-transform: uppercase
}

.index-by .leading {
    border-top: 1px dashed #d8d8d8;
    padding-bottom: 1rem
}

.index-by img {
    margin: 5px;
    padding: 5px;
    width: 150px !important;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out
}

.index-by img:hover {
    filter: grayscale(75%)
}

.index-brand {
    display: inline-block;
    margin: 5px;
    text-align: center
}

body {
    font-family: "Noto Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

.pkp_structure_page {
    max-width: 100%;
    margin: 0 auto;
    box-shadow: none
}

.page_index_journal .journal-description {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.page_index_journal .additional_content {
    border-top: 1px dashed #d8d8d8;
    padding-top: 1rem
}

.page-header {
    font-family: Lora, serif;
    font-weight: 800;
    border: 0;
    margin: 20px auto 10px auto;
    position: relative;
    display: block
}

.media-heading .title {
    padding-bottom: 5px;
    display: block
}

.issue-details .excerpt-txt {
    display: block;
    max-height: 12rem;
    overflow: hidden;
    text-overflow: ellipsis
}

.excerpt-txt {
    display: block;
    max-height: 148px;
    overflow: hidden;
    text-overflow: ellipsis
}

.shadow-custom {
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    position: relative
}

.dashed {
    border-style: dashed
}

.page_login_container {
    width: 100%;
    padding: 1rem;
    box-shadow: none;
    border: none
}

.page_register_container {
    width: 100%;
    padding: 1rem;
    box-shadow: none;
    border: none
}

.page_lostPassword_container {
    width: 100%;
    padding: 1rem;
    box-shadow: none;
    border: none
}

.header-register {
    text-align: center;
    color: #DB4941;
    margin-top: 20px
}

.header-lostPassword {
    text-align: center;
    color: #DB4941;
    margin-top: 20px
}

.header-login {
    text-align: center;
    color: #DB4941;
    margin-top: 20px
}

.login-btn,
.register-btn,
.reset-btn {
    background: #DB4941;
    border: 1px solid #DB4941;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(197, 89, 58, 255);
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    padding: .75rem 1rem;
    position: relative;
    transition: all .3s ease-in-out;
    width: 100%;
    z-index: 1
}

.login-btn .fa-front,
.register-btn .fa-front,
.reset-btn .fa-front {
    opacity: 1;
    transition: all .3s ease-in-out;
    margin-right: .5rem
}

.login-btn .fa-back,
.register-btn .fa-back,
.reset-btn .fa-back {
    opacity: 0;
    transition: all .3s ease-in-out;
    margin-left: -.5rem
}

.login-btn:hover,
.register-btn:hover,
.reset-btn:hover {
    background-color: #DB4941;
    border-color: #DB4941;
    box-shadow: none;
    transition: all .3s ease-in-out
}

.login-btn:hover .fa-front,
.register-btn:hover .fa-front,
.reset-btn:hover .fa-front {
    opacity: 0;
    margin-right: -.5rem
}

.login-btn:hover .fa-back,
.register-btn:hover .fa-back,
.reset-btn:hover .fa-back {
    opacity: 1;
    margin-left: .5rem
}

.login-btn:hover::after,
.register-btn:hover::after,
.reset-btn:hover::after {
    left: 0;
    width: 100%
}

.login-btn::after,
.register-btn::after,
.reset-btn::after {
    background: #DB4941;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease-in-out;
    width: 0;
    z-index: -1
}

.homeBtn,
.loginBtn,
.registerBtn {
    color: #DB4941
}

.homeBtn .fa,
.loginBtn .fa,
.registerBtn .fa {
    margin: 0 -.5rem !important;
    opacity: 0;
    transition: all .3s ease-in-out
}

.homeBtn:hover,
.loginBtn:hover,
.registerBtn:hover {
    color: #DB4941
}

.homeBtn:hover .fa,
.loginBtn:hover .fa,
.registerBtn:hover .fa {
    margin: 0 .5rem !important;
    opacity: 1
}

#connect-orcid-button {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    background-color: #fa8231;
    border: 1px solid #fa8231;
    border-radius: .3125rem;
    color: #fff;
    padding: 5px 10px;
    box-shadow: 0 .5rem 1.125rem -.5rem rgba(250, 130, 49, .9);
    font-size: 12px;
    line-height: 1.5;
    margin-right: auto;
    margin-left: auto;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    display: block
}

#connect-orcid-button:hover {
    background-color: #f97318;
    border-color: #f26506;
    box-shadow: none
}

#connect-orcid-button:focus {
    background-color: #f97318;
    border-color: #f26506;
    box-shadow: none
}

#connect-orcid-button .orcid_icon {
    height: 20px;
    width: 20px;
    line-height: 1.42857143
}

.field-icon {
    cursor: pointer;
    z-index: 2;
    border-left: none;
    background: 0 0
}

.toggle-password:hover {
    color: #DB4941
}

.reg-form .identity {
    border-right: 1px dashed #d8d8d8
}

.reg-form .registration-heading {
    margin-bottom: 1rem
}

.login {
    width: 100%
}

.lost_password {
    width: 100%
}

.optin label {
    font-weight: 400
}

@media only screen and (min-width:768px) {
    .page_register_container {
        width: 680px;
        margin: 1rem auto;
        padding: 1rem;
        box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
        border-radius: 5px
    }

    .page_lostPassword_container {
        width: 540px;
        margin: 0 auto;
        padding: 1rem;
        box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
        border-radius: 5px
    }

    .page_login_container {
        width: 540px;
        margin: 0 auto
    }

    .form_holder {
        padding: 1rem;
        box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
        border-radius: 5px
    }

    .header-register {
        margin-top: 60px
    }

    .header-lostPassword {
        margin-top: 60px
    }

    .header-login {
        margin-top: 60px
    }
}

@media only screen and (min-width:768px) {
    #connect-orcid-button {
        margin-right: 10px;
        display: inline;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: translateX(0)
}

#loader-wrapper .loader-section.section-left {
    left: 0
}

#loader-wrapper .loader-section.section-right {
    right: 0
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: #DB4941;
    animation: spin 2s linear infinite;
    z-index: 1001;
    opacity: .5
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: #DB4941;
    animation: spin 3.5s linear infinite;
    opacity: .75
}

#loader:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border-radius: 50%;
    border: 10px solid transparent;
    border-top-color: #DB4941;
    animation: spin 1.5s linear infinite;
    opacity: .5
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all .3s 1s ease-out
}

.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all .7s .3s cubic-bezier(.645, .045, .355, 1)
}

.loaded #loader {
    opacity: 0;
    transition: all .3s ease-out
}

.no-js #loader-wrapper {
    display: none
}

#sidebar {
    margin-top: 1rem;
    position: relative
}

#sidebar .img-brand {
    display: inline-block;
    margin: 2px 4px;
    transition: all .3s ease-in-out
}

#sidebar .img-brand:hover {
    filter: grayscale(75%)
}

#sidebar .block_custom {
    padding: 0 !important;
    box-shadow: none
}

#sidebar .block_custom .content {
    padding: 0 !important;
    box-shadow: none
}

#sidebar .card-header {
    padding: 0 1rem;
    border-bottom: 0;
    background-color: transparent
}

#sidebar .accordion {
    box-shadow: 0 .3rem 1.525rem -.375rem #d7e4ed;
    padding: 0;
    border-radius: 5px;
    transition: all .3s ease-in-out;
    width: 100%;
    position: relative;
    margin-bottom: 1rem
}

#sidebar .accordion ul {
    padding-left: 0;
    margin-bottom: 0
}

#sidebar .accordion ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #d8d8d8;
    list-style: none;
    background-color: transparent
}

#sidebar .accordion ul li:first-child {
    padding-top: 0;
    border-top: 0
}

#sidebar .accordion li:last-child {
    border-bottom: none
}

#sidebar .pkp_block ul {
    padding-left: 0;
    margin-bottom: 0
}

#sidebar .pkp_block ul li {
    background-color: transparent
}

#sidebar .pkp_block ul li:first-child {
    padding-top: 0;
    border-top: 0
}

#sidebar .pkp_block .content ul li {
    padding: 5px 0;
    border-bottom: 1px dashed #d8d8d8;
    list-style: none
}

#sidebar .pkp_block .content ul li:last-child {
    border-bottom: none
}

.accordion .card-title {
    margin-bottom: 0
}

.accordion .card-title a {
    display: block;
    color: #212529;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #e3e9ef;
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative;
    overflow: hidden;
    transition: all .5s ease 0s
}

.accordion .card-title a:hover {
    color: #DB4941;
    border-color: #DB4941
}

.accordion .card-title a:hover:after {
    color: #DB4941
}

.accordion .card-title a:after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 1rem;
    padding: 2px 5px;
    line-height: 1;
    color: #212529;
    transition: all .3s
}

.accordion .card-title a.collapsed[aria-expanded=true] {
    display: block;
    color: #DB4941;
    padding: 1rem;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 1px solid #e3e9ef;
    margin-left: -1rem;
    margin-right: -1rem;
    position: relative;
    overflow: hidden;
    transition: all .5s ease 0s
}

.accordion .card-title a.collapsed[aria-expanded=true]:hover {
    color: #DB4941;
    border-color: #DB4941
}

.accordion .card-title a.collapsed[aria-expanded=true]:after {
    transform: rotate(360deg);
    color: #DB4941
}

.accordion .card-title a.collapsed {
    color: #DB4941;
    background-color: #fff
}

.accordion .card-title a.collapsed:hover {
    color: #DB4941
}

.accordion .card-title a.collapsed:hover:after {
    color: #DB4941
}

.accordion .card-title a.collapsed:after {
    transition: all .3s;
    transform: rotate(180deg);
    color: #DB4941
}

.accordion .card-title a.collapsed:before {
    display: none
}

.accordion .card-body {
    padding: 1rem
}

@media only screen and (min-width:768px) {
    #sidebar {
        margin-top: 0
    }
}