ul.book-list li.media div.media-left a img.media-object {
        width: 150px;
}

ul.book-list li.media div.media-right a img.media-object {
        width: 150px;
}

ul.journal-list li.media div.media-left a img.media-object {
        width: 60px;
}

ul.journal-list li.media div.media-right img.media-object {
        width: 60px;
}

div.rwError {
        color: #990000;
        background-color: #ffdddd;
        padding: 4px;
        border: 1px solid #990000;
}

div.rwSuccess {
        color: #009900;
        background-color: #ddffdd;
        padding: 4px;
        border: 1px solid #009900;
}

div.contact-tile div.media-right img,
div.modal-body div.media-right img {
        max-width: 150px;
}

div.tab-pane aside img {
        max-width: 250px;
}

/*
input, textarea, select{
    background-color: #ededed;
    border: 1px solid #dbdbdb;
}

input[type="text"], input[type="password"], input[type="number"], select {
    min-height: 28px;
}

input[type="text"], input[type="password"], input[type="number"], select{
    padding-right: 10px;
    padding-left: 10px;
}

input[type="radio"]{
    border-radius: 50%;
}

input[type="checkbox"]{
    padding: 10px;
    border: 1px solid #dbdbdb;
}
*/
input[type="search"] {
        width: 150px;
        float: right;
        height: 40px;
}

/*
select, input[type="text"], input[type="password"], input[type="number"], textarea{
    width: 80%;
}

input[type="submit"]{
    background-color: #375b9a;
    color: #ffffff;
    min-width: 130px;
    font-size: 16px;
    border-radius: 0;
    font-family: Abril,serif;
    font-style: italic;
    display: inline-block;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    margin-top: 10px;
    margin-bottom: 10px;
}

form label{
    display: block;
    margin-top: 10px;
}

form label.option{
    display: inline;
}

form label.form-required:after{
    content: " *";
}

fieldset{

    border: none;
    padding-top: 0px;
    margin-top: 10px;
}

legend{
    font-face; Abril, sans-serif;
    font-style: italic;
    margin-top: 10px;
    background-color: #375b9a;
    color: #ffffff;
    padding: 4px;
}

fieldset div.fieldset-wrapper{
    padding: 10px;
    padding-top: 0px;
    border-right: 4px solid #375b9a;
    border-left: 4px solid #375b9a;
}
*/
a.inline {
        display: inline-block !important;
}

details {
        border-bottom: 1px solid #dbdbdb;
        padding-top: 10px;
        padding-bottom: 10px;
}

div.rwTable {
        display: table;
        padding: 4px;
}

div.rwTablerow {
        display: table-row;
        padding: 4px;
}

div.rwTablerow:hover {
        background-color: #d4d4d4;
}

div.rwTablerow.no_hover:hover {
        background-color: #ffffff !important;
}

div.rwTablecell {
        display: table-cell;
        padding: 4px;
}

div.rwTablecell.head {
        font-weight: bold;
        background-color: #ffffff !important;
}

div.rwTablecaption {
        display: table-caption;
}

div.rwTablecaption.before {
        caption-side: top;
}

div.rwTablecaption.after {
        caption-side: bottom;
}

div.rwUserpic {
        width: 200px;
        height: 200px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        float: left;
        margin-right: 10px;
}

img.rwUserpic {
        max-width: 200px;
        max-height: 200px;
}

ul.navbar-nav ul.level2 {
        /*margin-top: 10px;*/
}

ul.search_result li {

        border-top: 1px solid #dbdbdb;
        list-style: none;
}

div#chapter-content ul,
div#chapter-content ol {

        margin-left: 20px;
}

div#chapter-content aside ul,
div#chapter-content aside ol {
        margin-left: -20px;
}

div#chapter-content aside ul.marked,
div#chapter-content aside ol.marked,
div#chapter-content aside li.marked {
        background-color: #ededed;
}

ul.rwToc {
        margin-left: 20px;
}

ul.dropdown-menu {
        /*display: inline;*/
}

div.table-of-content ul {
        margin: 20px;
        list-style: none;
}

div.table-of-content div.description {
        font-style: italic;
}

div.table-of-content div.authors {
        font-size: 0.8em;
}

.breadcrumb ol {
        list-style: none;
}

.breadcrumb ol li {
        display: inline-block;
}

section[id|="block-publissogoldbooktableofcontentsblock"] nav ul li a {
        word-break: normal;
        word-wrap: normal;
}

body {
        padding-top: 0px;
        margin-top: -1px;
}

.filter-guidelines {
        display: none;
}

.filter-guidelines li {
        list-style: none;
}


.contact_tab {
        background-color: #ff0000;
}

body p span.rwHighlight {
        background-color: #375b9a !important;
        color: #ffffff !important;
}

div.meta--article p {
        font-style: normal !important;
        font-weight: 400 !important;
        font-size: 18px !important;
}

div.meta--article ul {
        font-style: normal;
}

div.br1 {
        border-right: 2px solid silver;
}

table input[type="checkbox"] {
        margin: 0 !important;
}

td.content_default {
        border: 1px solid black;
}

table {
        caption-side: bottom;

}

caption {
        font-style: italic;
}

.font-red {
        color: #cc0000;
}

.navbar-offcanvas .expanded a::before {
        content: "" !important;
}

.navbar-offcanvas .expanded a {
        background-color: #e5e5e5;
}

span.invitationStatusRejected {
        color: #990000 !important;
        font-weight: bold;
}

span.invitationStatusPending {
        color: #B5AF00 !important;
        font-weight: bold;
}

span.invitationStatusAccepted {
        color: #009900 !important;
        font-weight: bold;
}

span.reviewStatusPending {
        color: #000000 !important;
}

span.reviewStatusRejected {
        color: #990000 !important;
}

span.reviewStatusProgress {
        color: #B5AF00 !important;
}

span.reviewStatusFinished {
        color: #009900 !important;
}

div.js-form-type-search {
        margin-bottom: -40px !important;
}

input[type="radio"] {
        -webkit-appearance: radio !important;
}

input[type="checkbox"] {
        -webkit-appearance: checkbox !important;
}

panel,
div#article-content ul li {
        padding-left: 10px !important;
}

panel,
div#article-content ol li {
        padding-left: 50px !important;
}

table.rwEditorInfobox {
        background-color: lightblue;
        border-spacing: 0px;
        border-collapse: collapse;
        min-width: 40%;
}

table.rwEditorInfobox td#rwEditorInfoboxHeader {
        border: 1px solid black;
        padding: 4px;
        font-weight: bold;
}

table.rwEditorInfobox td#rwEditorInfoboxBody {
        border: 1px solid black;
        padding: 4px;
}


span.rwFontControl {
        cursor: pointer;
}

span#rwCtrlIncFont {
        font-size: large;
}

span#rwCtrlResFont {
        font-size: medium;
}

span#rwCtrlDecFont {
        font-size: small;
}

body#tinymce {
        padding: 4px !important;
        margin: 2px !important;
}

table.mce-item-table {
        border: 1px solid black;
        width: 200px;
}

table.mce-item-table td {
        border: 1px solid black;
        width: auto;
        text-align: left;
        vertical-align: top;
}

div#chapter-list a {
        margin: 0;
        padding: 0;
}

div#chapter-list li {
        list-style: none;
        margin-top: 10px;
}

div#chapter-list div.authors {
        font-size: 14px;
}

.ck-editor__editable {
        min-height: 400px;
}

div.form-wrapper-left {
        float: left;
        display: inline;
        text-align: left;
}

div.form-wrapper-right {
        float: right;
        display: inline;
        text-align: right;
}

div.form-wrapper-childs-left div {
        float: left;
        margin-right: 10px;
}

hr.form-add-reviewsheet-item {
        margin-top: 5px;
        margin-bottom: 5px;
        size: 1px;
        height: 1px;
}

div#chapter-content h1,
div#article-content h1,
div.tab-content h1 {
        font-size: 18pt;
        font-weight: bold;
}

div#chapter-content h2,
div#article-content h2,
div.tab-content h2 {
        font-size: 14pt;
        font-weight: bold;
}

div#chapter-content h3,
div#article-content h3,
div.tab-content h3 {
        font-size: 14pt;
        font-style: italic;
}

div#chapter-content h4,
div#article-content h4,
div.tab-content h4 {
        font-size: 12pt;
        font-weight: bold;
}

div#chapter-content h5,
div#article-content h5,
div.tab-content h5 {
        font-size: 12pt;
        font-style: italic;
}

div#chapter-content h6,
div#article-content h6,
div.tab-content h6 {
        font-size: 12pt;
}

div#chapter-content table,
div#article-content table,
div.tab-content table {
        margin-bottom: 12pt;
}

div#chapter-content table caption,
div#article-content table caption,
div.tab-content table caption {
        caption-side: top;
        margin-bottom: 3pt;
        font-size: 14px;
        line-height: 10pt;
        color: inherit;
        padding: 0 !important;
}

.chapter-content figure,
#chapter-content figure,
.article-content figure,
#article-content figure,
div.tab-content figure {
        margin-bottom: 12pt;
        margin-right: 20px;
        display: table;
        width: 1px;
}

.chapter-content figure img,
#chapter-content figure img,
.article-content figure img,
#article-content figure img,
div.tab-content figure img {
        max-width: 915px;
}

.chapter-content figure figcaption,
#chapter-content figure figcaption,
.article-content figure figcaption,
#article-content figure figcaption,
div.tab-content figure figcaption {
        margin-top: 3pt;
        font-size: 14px;
        /*line-height: 10pt;*/
}

a.btnPublissoDefault {
        background-color: #375b9a;
        background-image: none;
        border-bottom-color: rgb(204, 204, 204);
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: rgb(204, 204, 204);
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: rgb(204, 204, 204);
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: rgb(204, 204, 204);
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-top-style: solid;
        border-top-width: 1px;
        box-sizing: border-box;
        color: #ffffff !important;
        cursor: pointer;
        display: inline-block;
        font-family: "TabletGothicNarrow", sans-serif;
        font-size: 14px;
        font-style: italic;
        font-weight: 400;
        letter-spacing: 0.3px;
        line-height: 20px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        outline-color: rgb(55, 91, 154);
        outline-style: none;
        outline-width: 0px;
        padding-bottom: 6px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 6px;
        text-align: center;
        text-decoration: none;
        text-decoration-color: rgb(55, 91, 154);
        text-decoration-line: none;
        text-decoration-style: solid;
        text-rendering: optimizelegibility;
        touch-action: manipulation;
        vertical-align: middle;
        white-space: nowrap;
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        -moz-user-select: none;
}

header div#rwCtrlFontSize {
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        margin-bottom: 0;
        background-color: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
        display: inline-block;
        /*position: fixed;*/
        z-index: 1000;
}

header div#rwCtrlFontSize ul {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 4px;
        padding: 7px 3px;
}

header div#rwCtrlFontSize li {
        display: inline-block;
        padding: 0 9px;
}

header div#rwCtrlFontSize li:first-of-type {
        border-right: 2px solid #f2f0f1;
}

header div#rwCtrlFontSize li:last-of-type {
        border-left: 2px solid #f2f0f1;
}

ul.pager {
        padding-left: 0;
        margin-bottom: 0;
        margin-top: 4px;
        padding: 7px 3px;
}

ul.pager li {
        display: inline-block;
        padding: 0 9px;
}

ul.pager li.active span {
        display: inline-block;
        padding: 5px 14px;
        border: 1px solid #ddd;
        border-radius: 15px;
        background-color: #337AB7;
        color: #FFF;
        line-height: 25px;
}

div#rwFakePage {

        border: 1px solid silver;
        background-color: #F7F7F7;
        padding: 5px 10px 5px 10px;
}

#cookie_agree {
        display: none;
}

#cookie_agree a {
        text-decoration: none;
}

#cookie_agree a:hover {
        text-decoration: underline;
}

#cookie_agree div {
        padding: 10px;
        padding-right: 40px;
        font-family: 'TabletGothicNarrow', sans-serif;
}

#cookie_agree {
        text-align: left;
        border-top: 1px solid #fff;
        background: #eeeeee;
        position: fixed;
        bottom: 0px;
        z-index: 10000;
        width: 100%;
        font-size: 14px;
        padding: 20px;
}

#cookie_agree a {
        text-decoration: underline;
}

#cookie_agree_close {
        color: #fff;
        font: italic 16px Abril, sans-serif;
        position: absolute;
        right: 20px;
        text-decoration: none;
        top: 25px;
        cursor: pointer;
        padding: 5px;
        background-color: #5e84c2;
        width: 130px;
        text-align: center;
}

#cookie_agree_close:hover {
        border-bottom: 1px solid white;
        border-right: 1px solid white;
        border-top: 1px solid #7b92a9;
        border-left: 1px solid #7b92a9;
}

.font_bold {
        font-weight: bold;
}

.form-control {
        height: auto;
}

.dropdown-menu {
        min-width: auto;
}

.admininfo {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000000;
        opacity: 0.9 !important;
}

img.gms-logo {
        margin-top: 50px;
        float: right;
        margin-right: 5vw;
}

button.offcanvas-toggle {
        border: 0;
}

div#chapter-content table {
        border: 1px solid black;
        border-collapse: collapse;
        max-width: 915px !important;
}

div#chapter-content table th {
        padding: 4px;
        border: 1px solid black;
}

div#chapter-content table td {
        padding: 4px;
        border: 1px solid black;
}

div#rwPageBreak {
        display: none;
}

div.div-float-left {
        float: left;
}

.rwTextNormal {
        font-weight: normal;
}

.rwTextBold {
        font-weight: bold;
}

section.article-header div.cover--pub:empty {
        display: none;
}

div#articleMetaContainer {
        clear: both;
}

div#articleContainerArticleType {
        float: left;
        padding-right: 10px;
        font-size: 0.8em;
}

div#articleContainerSubCategory {
        float: left;
        font-size: 0.8em;
}

table.articleAttachments {
        border: none;
}

table.articlesAttachments td {
        padding: 4px !important;
}

table.articlesAttachments tr:nth-of-type(5n+6) td {
        border-bottom: 1px solid silver;
}

table.articlesAttachments tr:last-child td {
        border: none;
}

a#login span.icon-user {
        color: #b7b7b7;
}

div#dashboard-categories a {
        margin-bottom: 5px;
}

div#dashboard-categories a:not(:last-child) {
        margin-right: 10px;
}

@media print {

        a:link:after,
        a:visited:after {
                content: "";
        }

        table {
                width: auto !important;
        }

        figure {
                width: 100% !important;
        }

        img {
                height: auto !important;

        }

        html {
                font-size: 10pt !important;
        }
}

@media only screen and (max-width: 1100px) {

        div#rwCtrlFontSize {
                display: none !important;
        }

        a#login {
                width: 35px !important;
        }

        a#login span#loginText {
                font-size: 0px !important;
                content: "e" !important;
        }

        a#login span#loginText {
                display: none;
        }

        img.gms-logo {
                max-width: 68px;
                margin-top: 30px;
        }

        header .search-block-form {
                bottom: 10px !important;
        }

        header .navbar-collapse {
                width: auto !important;
        }

        ul.book-list li.media div.media-left a img.media-object {
                width: 30vw !important;
        }

        ul.book-list li.media div.media-right a img.media-object {
                width: 25vw !important;
        }

        .nav-tabs>li {
                float: none;
        }

        section.article-header div.cover--pub img {
                max-width: 100px !important;
                float: none;
                margin-bottom: 1px;
        }

        button.offcanvas-toggle {
                display: none;
        }

        footer a[title="Home ZBMED"] {
                margin-bottom: 10px;
        }

        ul.book-list li.media div.media-right a img.media-object[alt=""] {
                display: none;
        }

        .breadcrumb ol li {
                display: inherit;
        }

        span#cookie_agree_close {
                position: relative !important;
                display: block !important;
                top: inherit !important;
                margin-left: 30px !important;
        }

        div#dashboard-categories a {
                display: block !important;
                margin: 0 0 2px 0 !important;
        }

        .navbar-collapse.collapse {
                #display: none !important;
        }
}

.displayBlock {
        display: block !important;
        margin-bottom: 5px !important;
}

.width50percent {
        width: 50em;
}

.form-field-width100 {
        width: 100% !important;
}

.sticky {
        position: sticky;
}

label.form-required:after {
        content: '*';
        color: #f00;
        vertical-align: top;
}

input.error,
select.error,
textarea.error {
        border-color: #ff0000;
}

div.form-item--error-message {
        color: #ff0000;
        font-size: 9pt;
}

.font09em {
        font-size: 0.9em;
}

div.modal-backdrop {
        z-index: 0;
}

.BKTemplateFormDesc {
        font-size: 14px;
        /*color: #208a44;*/
        padding: 4px;
        /*border: thin groove;*/
        display: block;
        border-radius: 4px;
}

.BKTemplateFormDesc:empty {
        display: none;
}

input.rwFormNote {
        border: 1px solid green;
        cursor: default !important;
        background-color: white !important;
}

div#chapter-text table {
        max-width: 100% !important;
}

.block {
        display: block;
}

table.borderBottomBlack {
        border: none !important;
}

table.borderBottomBlack tr * {
        border: none !important;
        border-bottom: 1px solid black !important;
}

table.borderFullBlack {
        border: 1px solid black !important;
        border-collapse: collapse !important;
}

table.borderFullBlack td,
table.borderFullBlack th {
        border: 1px solid black !important;
}

nav.inline[role="navigation"] {

        /*background-color: #f5f5f5;
        border-radius: 5px;
        border: 1px solid #ddd;*/
}

nav.inline[role="navigation"] div.title {

        padding-left: 10px;
        font-weight: bolder;
        /*border-bottom: 1px solid #ddd;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: #f5f5f5;*/
}

nav.inline[role="navigation"] ul li {
        display: list-item;
        list-style: square;
        margin-left: 40px;
}

nav.inline[role="navigation"] ul li a {

        margin: 0;
        padding: 2px 0px 2px 10px;
        /*padding-left: 10px;*/
}

div.anchorToTop {
        margin-top: -15px;
}

ins {
        color: limegreen;
}

del {
        color: orangered;
}

.modal-body {
        overflow: auto !important;
}

div.indentation {
        width: 40px;
}

ul#conference-session-list li {
        margin-top: 0.2em;
        margin-bottom: 0.2em;
        list-style: none;
}

ul#conference-session-list li:last-child {
        margin-bottom: 0.8em;
}

table.rwTableInline {
        margin-top: 5px;
        border: 1px solid silver !important;
}

table.rwTableInline tr {
        border: none !important;
}

table.rwTableInline td {
        border: none !important;
        border-bottom: 1px dotted silver !important;
        background-color: white;
}

span.fakeLink {
        cursor: pointer;
        color: #375b9a;
}

table.blank {
        border: none;
        background-color: white;
}

table.blank tr,
table.blank th,
table.blank td {
        border: none !important;
        background-color: white;
}

div#chapter-content div#abstract-authors:empty {
        display: none;
}

div#chapter-content div#abstract-authors {
        margin-bottom: 1em;
}

div#chapter-content div#abstract-affiliations:empty {
        display: none;
}

div#chapter-content div#abstract-affiliations {
        margin-bottom: 1em;
}

div#chapter-content {
        margin-bottom: 1em;
}

div#bookChapterNavigation {
        width: 100%;
        padding: 0;
}

div#bookChapterNavigation div.rwTablecell {
        padding: 0px 4px !important;
}

div#bookChapterNavigation div.rwTablecell:first-of-type,
div#bookChapterNavigation div.rwTablecell:last-of-type {
        background-color: #f1f1f1;
        width: 45%;
}

div.alignleft {
        text-align: left;
}

div.alignright {
        text-align: right;
}

div#bookChapterNavigation div.alignleft {
        margin-right: 5px;
        background-color: #F1F1F1;
        padding: 10px 10px 10px 20px;
        background-image: url('../images/arror_l.png');
        background-repeat: no-repeat;
        background-position: left center;
        vertical-align: baseline;
}

div#bookChapterNavigation div.alignright {
        margin-left: 5px;
        background-color: #F1F1F1;
        padding: 10px 20px 10px 10px;
        background-image: url('../images/arror_r.png');
        background-repeat: no-repeat;
        background-position: right center;
        vertical-align: baseline;
}

div#bookChapterNavigation div.alignleft a {}

div#bookChapterNavigation div.alignright a {}

div.nohover:hover {
        background-color: #FFF !important;
}

div.region-content {
        margin-bottom: 20px;
}

.textRotate90deg {
        transform: rotate(90deg);
        -webkit-transform: rotate(-90deg);
}

.textRotate-90deg {
        transform: rotate(-90deg);
        -webkit-transform: rotate(90deg);
}

footer.footer a.logo-publisso {
        position: relative;
        width: 100%;
}

footer.footer a.logo-zbmed {
        position: relative;
        width: 100%;
        left: -150px;
        top: 60px;
}

span.nobr {
        white-space: nowrap;
}

footer.footer {
        padding-bottom: 110px;
}

div.vertical-divider {
        display: inline-block;
        width: 2px;
        background-color: #e4e4e4;
}

.lpadding0 {
        padding-left: 0;
}

.rpadding0 {
        padding-right: 0;
}

select {
        line-height: inherit !important;
}

.no-margin {
        margin: 0 !important;
}

.leo-menu {
        /* display: flex; */
        justify-content: center;
        position: relative;
        background: #005489;
        border-bottom: 9px solid #EED376;
        font-size: 16px;
        width: 100vw;
        height: 100%;
        padding: 5px 10px;
}

.leo-menu>li:hover {
        background: #146D9D;
}

.leo-menu-wrapper {
  display: flex;
  justify-content: space-around;
}

ul.level2 {
        padding: 0;
}

ul.level3 {
        background: #598BB3 !important;
        top: -1px;
        width: 240px !important;
        margin-left: 200px;
}

ul.level2 li,
ul.level3 li {
        border-bottom: 0.083em solid rgb(89, 139, 179);
}

ul.level2 li:hover {
        background: #598BB3;
}

@media only screen and (min-width: 1023px) {
        .footer .footer-inner {
                width: 984px;
                margin: 0 auto;
        }
}

@media only screen and (min-width: 751px) {
        .footer .footer-inner {
                display: flex;
                padding: 1rem 0;
        }
}

.dere-bg {
        width: 100%;
        background-color: #fff;
}

@media only screen and (min-width: 1023px) {
        .dere-bg {
                /*margin-left: calc((100vw - 984px) / -2);*/
        }
}

.light-yellow {
        background: #EED376;
}

.dere-bg-inner {
        max-width: 100%;
        height: 21px;
}

.dere-bg--blue {
        background-color: #005489;
}

.dark-yellow {
        background: #928356;
}

.footer {
        padding-top: 0;
        padding-bottom: 10px !important;
        background-color: #005489;
        color: #FFFFFF;
        border-top: none;

}

.footer-row {
        padding-top: 50px;
}

@media only screen and (min-width: 1023px) {
        .footer .footer-row {
                width: 1050px;
                margin: 0 auto;
        }
}

@media only screen and (min-width: 751px) {
        .footer .copyright {
                text-align: right;
        }
}

.footer .copyright {
        text-align: left;
        padding: 1rem;
}

.footer .copyright {
        color: #fff;
        font-weight: 300;
        text-align: center;
        max-width: 984px;
        margin: 0 auto;
        padding: 1rem 0;
}

.footer .footer__menu__block__link {
        color: #FFF;
        display: inline-block;
        padding-left: 0;
        position: relative;
}

.triangle-white,
.footer .footer__menu__block__link::before,
.read-more--white::before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #fff;
}

.footer .footer__menu__block__link::before {
        content: '';
        display: inline-block;
        height: 0;
        width: 0;
        position: relative;
        left: 0;
        margin-right: 10px;
}

.footer ul {
        list-style: none;
}

.navbar-collapse {
        padding: 0;
}

html,
body {
        overflow-x: hidden;
        width: 100%;
}

/*  Custom CSS */

.comments-wrapper {
        clear: both;
        margin-top: 150px;
        border-top: 2px solid #375b9a;
}


.glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: "Glyphicons Halflings";
        font-style: normal;
        font-weight: 400;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
}

.glyphicon-new-window::before {
        content: "\e164";
}


/* form CSS */


fieldset {
        min-width: 0;
        padding: 0;
        margin: 0;
        border: 0;
}

legend {
        display: block;
        width: 100%;
        padding: 0;
        margin-bottom: ;
        font-size: * 1.5;
        line-height: inherit;
        color: ;
        border: 0;
        border-bottom: 1px solid;
}

label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px;
        font-weight: 700;
}

input[type="search"] {
        -webkit-appearance: none;
        appearance: none;
}

input[type="radio"],
input[type="checkbox"] {
        margin: 4px 0 0;
        margin-top: 1px \9;
        line-height: normal;
}

input[type="radio"][disabled],
input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled] input[type="checkbox"] {}

input[type="file"] {
        display: block;
}

input[type="range"] {
        display: block;
        width: 100%;
}

select[multiple],
select[size] {
        height: auto;
}

output {
        display: block;
        padding-top: 1;
        font-size: ;
        line-height: ;
        color: ;
}

.form-control {
        display: block;
        width: auto;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;

}

.form-control::-ms-expand {
        background-color: transparent;
        border: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
        background-color: ;
        opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {}

textarea.form-control {
        height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

        input[type="date"].form-control,
        input[type="time"].form-control,
        input[type="datetime-local"].form-control,
        input[type="month"].form-control {
                line-height: ;
        }

        input[type="date"].input-sm,
        .input-group-sm input[type="date"],
        input[type="time"].input-sm,
        .input-group-sm input[type="time"],
        input[type="datetime-local"].input-sm,
        .input-group-sm input[type="datetime-local"],
        input[type="month"].input-sm,
        .input-group-sm input[type="month"] {
                line-height: ;
        }

        input[type="date"].input-lg,
        .input-group-lg input[type="date"],
        input[type="time"].input-lg,
        .input-group-lg input[type="time"],
        input[type="datetime-local"].input-lg,
        .input-group-lg input[type="datetime-local"],
        input[type="month"].input-lg,
        .input-group-lg input[type="month"] {
                line-height: ;
        }
}

.form-group {
        margin-bottom: ;
}

.radio,
.checkbox {
        position: relative;
        display: block;
        margin-top: 10px;
        margin-bottom: 10px;
}

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {}

.radio label,
.checkbox label {
        min-height: ;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
        position: absolute;
        margin-top: 4px \9;
        margin-left: -20px;
}

.radio+.radio,
.checkbox+.checkbox {
        margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
        position: relative;
        display: inline-block;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        vertical-align: middle;
        cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
}

.form-control-static {
        min-height: ;
        padding-top: 1;
        padding-bottom: 1;
        margin-bottom: 0;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
        padding-right: 0;
        padding-left: 0;
}

.form-group-sm .form-control {
        height: ;
        padding: ;
        font-size: ;
        line-height: ;
        border-radius: ;
}

.form-group-sm select.form-control {
        height: ;
        line-height: ;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
        height: auto;
}

.form-group-sm .form-control-static {
        height: ;
        min-height: ;
        padding: 1;
        font-size: ;
        line-height: ;
}

.form-group-lg .form-control {
        height: ;
        padding: ;
        font-size: ;
        line-height: ;
        border-radius: ;
}

.form-group-lg select.form-control {
        height: ;
        line-height: ;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
        height: auto;
}

.form-group-lg .form-control-static {
        height: ;
        min-height: ;
        padding: 1;
        font-size: ;
        line-height: ;
}

.has-feedback {
        position: relative;
}

.has-feedback .form-control {
        padding-right: * 1.25;
}

.form-control-feedback {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        display: block;
        width: ;
        height: ;
        line-height: ;
        text-align: center;
        pointer-events: none;
}

.input-lg+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback {
        width: ;
        height: ;
        line-height: ;
}

.input-sm+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback {
        width: ;
        height: ;
        line-height: ;
}

.has-feedback label~.form-control-feedback {
        top: 5;
}

.has-feedback label.sr-only~.form-control-feedback {
        top: 0;
}

@media (min-width:) {
        .form-inline .form-group {
                display: inline-block;
                margin-bottom: 0;
                vertical-align: middle;
        }

        .form-inline .form-control {
                display: inline-block;
                width: auto;
                vertical-align: middle;
        }

        .form-inline .form-control-static {
                display: inline-block;
        }

        .form-inline .input-group {
                display: inline-table;
                vertical-align: middle;
        }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
                width: auto;
        }

        .form-inline .input-group>.form-control {
                width: 100%;
        }

        .form-inline .control-label {
                margin-bottom: 0;
                vertical-align: middle;
        }

        .form-inline .radio,
        .form-inline .checkbox {
                display: inline-block;
                margin-top: 0;
                margin-bottom: 0;
                vertical-align: middle;
        }

        .form-inline .radio label,
        .form-inline .checkbox label {
                padding-left: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
                position: relative;
                margin-left: 0;
        }

        .form-inline .has-feedback .form-control-feedback {
                top: 0;
        }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
        padding-top: 1;
        margin-top: 0;
        margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
        min-height: 1;
}

@media (min-width:) {
        .form-horizontal .control-label {
                padding-top: 1;
                margin-bottom: 0;
                text-align: right;
        }
}

@media (min-width:) {
        .form-horizontal .form-group-lg .control-label {
                padding-top: 1;
                font-size: ;
        }
}

@media (min-width:) {
        .form-horizontal .form-group-sm .control-label {
                padding-top: 1;
                font-size: ;
        }
}

.btn-default,
.btn-primary {
        color: #333;
        background-color: #fff;
        border-color: #ccc;
}

.btn {
        width: auto;
        display: inline-block;
        margin-bottom: 0;
        font-weight: normal;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -ms-touch-action: manipulation;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-color: #ccc;
        margin-top: 15px;
}

.btn:hover {
        background-color: #005489;
        color: #FFFFFF;
        border-color: #FFFFFF;
}

.orcid_link {
        margin-top: 10px;
        font-size: 18px;
}

img.orcid_logo {
        width: 25px;
        display: block;
        float: left;
        margin-right: 5px;
}

.checkbox label {
        padding-left: 0;
}

.text-muted {
        clear: both;
        display: block;

}

.user-form .js-form-wrapper {
        padding-bottom: 10px;
}

/* Css for User profile page */

.field--type-entity-reference-revisions>.field__label:first-of-type {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 10px;
        background: #005489;
        color: #ffffff !important;
        border-radius: 10px;
        Margin-top: 25px;
}

.field--type-entity-reference-revisions::before {
        background: linear-gradient(to right, #eed376 60px, #e9ecef 60px) !important;
}

.field--label-inline .field__label::after {
        content: ": ";
        display: inline;
}

.field--label-inline {
        display: flex;
        gap: 4px;
        align-items: baseline;
}

.path-user .field--label-inline .field__label {
        width: 200px !important;
}

table tr th,
table tr th a,
table tr th a:hover,
table tr th a:focus {
        background: #005489 !important;
        color: #ffffff;
        font-weight: bold;
}

/* Footer styles */
/* .site-footer {
  background: #222;
  color: #fff;
  margin-top: 2rem;
  font-size: 0.95rem;
}

.footer-top {
  padding: 2rem 0;
}

.footer-columns {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.footer-column {
  min-height: 100px;
}

.footer-bottom {
  background: #005489;
  text-align: center;
  padding: 1rem 0;
  font-size: 0.85rem;
  #border-top: 1px solid #444;
}

.footer-bottom .container {
  max-width: 1200px;
  margin: 0 auto;
} */

.region-footer-first {
        padding-left: 15px;
}

.region-footer-fourth {
        padding-right: 15px;
}

.footer {
        background-color: #005489;
        color: #fff;
        font-family:  "SourceSansPro", Helvetica, Arial, "serif";
        /* padding: 40px 80px 30px; */
        font-size: 16px;
}

.footer-top.container {
        max-width: 1400px;
        margin: 0 auto;
        clear: both;
        padding-top: 25px;
}

.footer-columns {
        display: flex;
        flex-wrap: wrap;
        gap: 40px;
        justify-content: space-between;
}

.footer-column {
        flex: 1 1 220px;
        min-width: 220px;
        line-height: 1.6;
}

.footer-column:first-child {
        #max-width: 280px;
}

.footer-column a {
        color: #fff;
        text-decoration: none;
        display: block;
        margin-bottom: 12px;
        transition: color 0.3s ease;
}

.footer-column a:hover {
        color: #ffffff;
        text-decoration: underline;
}

.social-icons img {
        height: 30px;
}

.social-icons {
        margin-top: 20px;
        display: flex;
        gap: 20px;
        font-size: 18px;
}

.social-icons a {
        color: #fff;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        /* border: 1px solid #ddd; */
        border-radius: 2px;
        width: 22px;
        height: 22px;
        font-size: 14px;
        cursor: pointer;
        transition: color 0.3s ease, border-color 0.3s ease;
}

.social-icons a.twitter {
        border-radius: 50%;
        padding: 2px;
        height: 30px;
        width: 30px;
}

.social-icons a.linkedin {
        border-radius: 2px;
        padding: 2px 6px;
        font-size: 20px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.social-icons a.orcid {
        /* border-radius: 50%; */
        font-size: 20px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
}

.social-icons a:hover {
        /* color: #005489; */
        border-color: #598BB3;
        text-decoration: none;
}

.footer-logos {
        margin-top: 30px;
        display: flex;
        gap: 20px;
}

.footer-logos a img {
        height: 70px;
        background: #ddd;
        padding: 10px;
        border-radius: 5px;
        width: 130px;
}

.footer-bottom {
        border-top: 1px solid #fff;
        padding: 20px 0 0px;
        /* font-size: 14px; */
        color: #fff;
        text-align: center;
        /* max-width: 1200px; */
        margin: 0 auto;
        margin-top: 10px;
}

/* Responsive */
@media (max-width: 768px) {

        .footer {
                background-color: #005489;
                color: #ffffff;
                font-family:  "SourceSansPro", Helvetica, Arial, "serif";
                padding: 10px 10px 10px;
                font-size: 25px;
        }

        .footer-columns {
                flex-direction: column;
                gap: 30px;
        }

        .footer-column {
                min-width: 100%;
        }

        .footer-logos {
                justify-content: center;
        }
}

/* General wrapper */
/* Wrapper spacing */
.alert-wrapper {
        margin: 1.5rem auto;
        max-width: 1200px;
        /* Keeps alerts aligned with page content */
        padding: 0 1rem;
        position: inherit;
}

/* Alert box */
.alert-wrapper .alert {
        border-radius: 0.75rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        font-size: 0.95rem;
        padding: 1rem 1.25rem;
        line-height: 1.5;
        display: flex;
        align-items: flex-start;
        gap: 1rem;
}

/* Heading inside alert */
.alert-wrapper .alert-heading {
        font-size: 1.1rem;
        font-weight: 600;
        margin-bottom: 0.25rem;
}

/* Success icon */
.alert-wrapper .bi {
        width: 24px;
        height: 24px;
        fill: currentColor;
}

/* Close button */
.alert-wrapper .btn-close {
        margin-left: auto;
        filter: brightness(0) invert(0.5);
        transition: filter 0.2s ease;
}

.alert-wrapper .btn-close:hover {
        filter: brightness(0) invert(0.8);
}

/* Status variations */
.alert-success {
        border-left: 6px solid #198754;
}

.alert-warning {
        border-left: 6px solid #ffc107;
}

.alert-danger {
        border-left: 6px solid #dc3545;
}

.alert-info {
        border-left: 6px solid #0dcaf0;
}

margin-bottom-50 {
        margin-bottom: 50px;
}

.volume-separator {
        border-top: 4px solid #375b9a;
        /* padding-top: 20px;
  padding-bottom: 12px; */
}

.user-login-form .form-actions {
        display: inline;
}

.user-login-form #edit-password-reset-link {
        margin-left: 220px;
}


.download-ris-btn {
  text-align: center;
        padding: 8px;
        background: #375b9a;
        color: #fff !important;
        border-radius: 5px;
        text-decoration: none;
        font-style: normal !important;
        font-size: 15px;
        width: 49%;
}

.download-bibtex-btn {
        width: 49%;
        padding: 8px;
        background: #375b9a;
        color: #fff !important;
        border-radius: 5px;
        text-decoration: none;
        font-style: normal !important;
        font-size: 15px;
  text-align: center;
}

.citation-downloads-wrapper {
    justify-content: space-between;
    margin-top: 2rem;
    display: flex;
}

.width-container {
        width: 95%;
        display: flex;
        max-width: 1260px;
        margin: 0 auto;
        flex-direction: row-reverse;

}


.topnav {
        overflow: hidden;
        background-color: #005489;

}

.topnav>a {
        text-transform: uppercase;
}

.topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 18px;
        text-decoration: none !important;
}

.topnav .menuIcon {
        display: none;
}

.topnav .topNavBardropdown {
        float: left;
        overflow: hidden;
}

.topnav .topNavBardropdown .dropbtn {
        font-size: 18px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
        cursor: pointer;
        text-transform: uppercase;
}

.topnav .navbar-drop-down-content {
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        z-index: 1;
}

.topnav .navbar-drop-down-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
}

.topnav .navbar-drop-down-content a:hover {
        background-color: #005489;
        color: white;
        border: 2px solid;
}

.topnav a.active,
.topnav .dropbtn.active {
        background-color: #005489;
        color: white;
        font-weight: bold;
}

@media screen and (min-width: 601px) {

        .topnav {
                display: flex;
                justify-content: center;
        }


        .topnav a:hover,
        .topnav .topNavBardropdown:hover .dropbtn {
                background-color: #eed376;
                color: black;
        }


        .topnav .topNavBardropdown:hover .navbar-drop-down-content {
                display: block;
        }


        .topnav .topNavBardropdown .dropbtn .fa-caret-down {
                display: none;
        }
}


@media screen and (max-width: 600px) {

        .topnav a:not(:first-child),
        .topnav .topNavBardropdown {
                display: none;
        }

        .topnav a.menuIcon {
                float: right;
                display: block;
                font-size: x-large;
                color: #FFF;
        }
}

@media screen and (max-width: 600px) {
        .topnav.responsive {
                position: relative;
        }

        .topnav.responsive .menuIcon {
                position: absolute;
                right: 0;
                top: 0;
        }

        .topnav.responsive a,
        .topnav.responsive .topNavBardropdown {
                float: none;
                display: block;
                text-align: left;
        }

        .topnav.responsive .topNavBardropdown .dropbtn {
                display: block;
                width: 100%;
                text-align: left;
        }

        .topnav .navbar-drop-down-content.show {
                display: block;
                position: relative;
        }
}

.view-content h3 {
        font-size: 1.5rem;
        font-weight: 600;
        color: #003F6B;
        margin: 2.5rem 0 1rem 0;
        padding-bottom: 0.75rem;
        border-bottom: 2px solid #e9ecef;
}

.view-content h3 a {
        color: #375b9a;
        text-decoration: none;
}

.view-content h3 a:hover {
        text-decoration: underline;
}

.view-content .article-rows {
        position: relative;
        padding: 0.5rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid #e6e6e8;
        border-radius: 14px;
        background-color: var(--light-gray-bg);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.view-content .article-rows:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-color: #375b9a;
}

.view-content .article-rows::after {
        content: '';
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        color: #375b9a;
        opacity: 0;
        transition: opacity 0.2s ease;
}

.view-content .article-rows:hover::after {
        opacity: 1;
}

.view-content .views-field-field-article-type .field-content {
        display: inline-block;
        background-color: #375b9a;
        color: #fff;
        padding: 4px 10px;
        border-radius: 999px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0.25rem;
        letter-spacing: 1.0px;
}

.view-content .views-field-nothing {
        margin-bottom: 0.5rem;
}

.view-content .views-field-nothing a {
        font-size: 1.0rem;
        font-weight: 600;
        color: #343a40;
        text-decoration: none;
        line-height: 1.4;
}

.view-content .views-field-nothing a:hover {
        text-decoration: underline;
        color: #375b9a;
}

.view-content .views-field-field-authors .author-names {
        display: inline-block;
        font-size: 14px;
        color: var(--dark-grey);
}

.view-content .margin-bottom-50 {
        display: none;
}

nav[aria-label="pagination-heading"] {
        display: flex;
        justify-content: center;
        margin-top: 2rem;
        margin-bottom: 2rem;
}

nav[aria-label="pagination-heading"] .pagination {
        padding-left: 0;
        list-style: none;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        box-shadow: none;
        border-radius: 0;
        margin: 0;
}

nav[aria-label="pagination-heading"] .page-item {
  text-wrap: nowrap;
  margin: 0;
}

nav[aria-label="pagination-heading"] .page-link {
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        height: 40px;
        padding: 0.25rem 0.75rem;

        font-family: "Source Sans Pro", system-ui, Helvetica, Arial;
        font-weight: 600;
        font-size: 0.95rem;
        text-decoration: none;

        color: #375b9a;
        background-color: #ffffff;
        border: 1px solid #e6e6e8;
        border-radius: 8px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, .04);

        transition: all 0.2s ease-in-out;

        font-style: normal !important;
}

nav[aria-label="pagination-heading"] .page-item:not(.active) .page-link:hover {
        border-color: #375b9a;
        background-color: #f7fbff;
        transform: translateY(-2px);
        box-shadow: 0 4px 10px rgba(0, 0, 0, .08);
}

nav[aria-label="pagination-heading"] .page-item.active .page-link {
        background-color: #375b9a;
        border-color: #375b9a;
        color: #ffffff;
        box-shadow: none;
        transform: none;
}

nav[aria-label="pagination-heading"] .page-link .visually-hidden {
        display: none;
}


/* Style the notification banner */
.notification-banner {
        background-color: #eed376;
        /* Red background for alert */
        color: #000000;
        /* Dark red text */
        padding: 10px 20px 0 20px;
        font-size: 16px;
        border: 1px solid #eed376;
        position: relative;
        /* Position for the close button */
        text-align: center;
        margin: 0;
        width: 100%;
}

/* Close button styles */
.close-notification-banner {
        position: absolute;
        top: 5px;
        right: 30px;
        background: none;
        border: none;
        font-size: 18px;
        color: #000000;
        cursor: pointer;
}

.feedback-btn {
        margin-top:10px;
        width: 100px;
        height: 35px;
        background-color: #005489;
        border: none;
        color: white;
        border-radius: 18px;
        cursor: pointer;
}

.announcement-title {
        color: #005489;
}

.announcement-title strong {
        font-family: Georgia, "Times New Roman", Times, serif;
}

.notification-message {
  color: #005489;
}


.exclamation-circle {
        background-color: #005489;
        color: white;
        border-radius: 50%;
        width: 30px;
        height: 30px;
        font-size: 18px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
}

.announcement-banner-region {
        width: 100vw;
        margin-left: 0;
        margin-right: 0;
        background-color: #FFFFFF;
        text-align: center;
}

.offcanvas-toc-section h3 {
        padding: 15px;
        font-size: 22px;
        font-weight: 600;
        color: var(--primary-blue);
        margin-bottom: 20px;
}

.toc-popup-list {
        padding: 0;
}

.toc-list-item {
        border-top: 1px solid #bcbdbe;
        padding-left: 52px;
        padding-top: 10px;
        padding-bottom: 10px;
}

.toc-list-item>a {

        line-height: 20px;
}

.views-field-field-quote p {
        background-color: #fffbe6;
        border: 2px dashed #ffe58f;
        border-radius: 4px;
        padding: 12px;
        margin: 0;
        font-size: 14px;
        line-height: 1.6;
}

.sidebar-headline {
        padding-bottom: 20px;
        padding-left: 13px;
        margin: 20px 0;
        border-bottom: 4px solid #375b9a;
}

.views-label-field-files,
.views-label-field-doi {
        font-weight: 600;
        color: #343a40;
        margin: 2.5rem 0 1rem 0;
        padding-bottom: 0.75rem;
}


.view-content .comment-rows {
        position: relative;
        padding: 0.5rem 1.5rem;
        margin-bottom: 1rem;
        border: 1px solid #e6e6e8;
        border-radius: 14px;
        background-color: var(--light-gray-bg);
        transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.view-content .comment-rows:hover {
        transform: translateY(-3px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
        border-color: #375b9a;
}

.view-content .comment-rows::after {
        content: '';
        position: absolute;
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.5rem;
        color: #375b9a;
        opacity: 0;
        transition: opacity 0.2s ease;
}

.view-content .comment-rows:hover::after {
        opacity: 1;
}

.comment-rows .views-field-field-comment-type .field-content {
        display: inline-block;
        background-color: #375b9a;
        color: #fff;
        padding: 4px 10px;
        border-radius: 999px;
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 0.25rem;
        letter-spacing: 1.0px;
}

.comment-rows .views-field-comment-type {
        margin-bottom: 0.5rem;
}

.comment-rows .views-field-comment-body a {
        font-size: 1.0rem;
        font-weight: 600;
        color: #343a40;
        text-decoration: none;
        line-height: 1.4;
}

.comment-rows .views-field-comment-body a:hover {
        text-decoration: underline;
        color: #375b9a;
}

.comment-rows .views-field-name .field-content {
        display: inline-block;
        font-size: 14px;
        color: var(--dark-grey);
}

header .language-switcher li:nth-child(2) {
  display: none;
}

header .language-switcher li:first-of-type {
  border-right: none !important;
 }

 header .language-switcher {
   padding : 10px 5px !important;
 }

 /* Popup background */
#sliding-popup.sliding-popup-bottom {
  background: #375b9a;
  color: #ffffff;
  padding: 20px 32px;
}

/* Layout: buttons LEFT, text RIGHT */
.eu-cookie-compliance-content {
  display: block;
  gap: 32px;
}

/* LEFT column – buttons */
#popup-buttons {
  display: flex;
  flex-direction: row; /* 👈 NEW LINE per button */
  align-items: flex-start;
  gap: 12px;
  min-width: 250px;
}

/* Button base */
#popup-buttons button {
  width: 100%;
  display: block;
  font-size: 14px;
  padding: 12px 16px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
}

/* Accept */
.agree-button {
  background: #ffffff;
  color: #375b9a;
  border: none;
}

/* Decline */
.decline-button {
  background: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-shadow: none !important;
}

.eu-cookie-compliance-message {
  max-width: 100% !important;
}

.eu-cookie-compliance-buttons {
  float: left !important;
}

.eu-cookie-compliance-message {
  float: inherit !important;
}

.eu-cookie-compliance-default-button:hover {
  color: #375b9a !important;
}
/* More info */
.find-more-button {
  background: none;
  border: none;
  color: #ffffff;
  text-decoration: underline;
  padding: 0;
  cursor: pointer;
}

/* Comment Banner */
.login-banner {
  background-color: #fdfaf3;
  border: 1px solid #e0d6c3;
  border-radius: 8px;
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 900px;
  /* width: 90%; */
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.login-banner .left-section {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.login-banner .icon {
  margin-top: 4px;
  color: #333;
  background-color: unset;
}

.login-banner .text-content h3 {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: 600;
  color: #003f6b;
  font-style: normal !important;
}

.login-banner .text-content p {
  margin: 0;
  font-size: 15px;
  line-height: 1.4;
}

.login-banner .login-btn {
  background-color: #375b9a;
  color: white !important;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.2s;
  text-decoration: none;
  display: inline-block;
}

.login-banner .login-btn:hover {
  text-decoration: underline;
}

.region-inline-content {
  margin-bottom: 25px;
  margin-top: 20px !important;
}

/* Flood Control CSS*/
#page-wrapper-flood-control {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 20px;
}

#page {
  width: 100%;
  max-width: 900px;
}

/* Site name styling */
#header #site-name a {
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 15px;
  padding-left: 5px;
}

/* The main banner box */
section.section {
  border: 1px solid #003f6b;
  border-radius: 8px;
  padding: 32px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.csl-left-margin {
  display:none;
}


.header-platform .nal-breadcrumb {
  font-size: .9rem;
  color: var(--muted);
  margin: .25rem 0 1rem;
}
.header-platform .nal-breadcrumb a {
  color: var(--muted);
  text-decoration: none;
  border-bottom: 1px dotted currentColor;
}
.header-platform .nal-breadcrumb a:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}


.header-platform .nal-page-header {
  border-left: 6px solid var(--blue);
  padding: .25rem 0 .25rem 1rem;
  margin-bottom: 1rem;
  height: auto !important;
}
.header-platform .nal-page-header h1 {
    font-family: var(--font-serif);
}
.header-platform .nal-page-header .lead {
  margin: .5rem 0 0;
  color: var(--muted);
  max-width: 90%;
  line-height: 1.5;
}

.path-node h1, .path-node h2, .path-node h3{
  font-family: var(--font-sansPro);
}

.region-header .main-header {
  margin-left: 32px;
  margin-top: 42px;
}

.views-element-container {
  margin-block: clamp(1rem, 3vw, 2rem);
  max-width: 1080px;
    margin: 28px auto 80px;
    /* padding: 0 20px; */
    line-height: 1.6;
}

.views-element-container .view-content {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: clamp(1rem, 2.2vw, 1.5rem);
}

.breadcrumb {
  margin-left: -10px !important;
}

.pt-0{
  padding-top: 0px !important;
}

.mt-0{
  margin-top: 0px !important;
}

.mt-2{
  margin-top: 20px !important;
}

.region-footer-bottom .footer-bottom-links a {
  padding-left: 30px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
}

@media (max-width: 768px) {

  .breadcrumb ol {
    list-style: none;
    display: contents;
  }

  .region-header .main-header {
     margin-left: 0px;
  }
}

#edit-field-abstract-wrapper .form-item label {
  font-size: 16px;
  font-weight: 700;
}

.references {
  overflow-wrap: break-word;
}


.submit-manuscript-btn-wrapper {
  float: right;
  display: flex;
  align-items: center;
  height: 50px;
}

.submit-manuscript-btn {
  background-color: #375b9a;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s;
  line-height: 1.4;
  margin: 0;
}

.submit-manuscript-btn:hover,
.submit-manuscript-btn:focus {

  text-decoration: none;
}

@media (max-width: 991px) {
  .submit-manuscript-btn-wrapper {
    float: none;
    height: auto;
    padding: 8px 16px;
  }
}

/* =========================
   MAIN ARTICLE TEXT FIELD
   ========================= */

.field--name-field-main-text p {
  text-align: justify;
  margin: 0 0 1em;
  line-height: 1.5;
  hyphens: auto;
}

.field--name-field-main-text h2,
.field--name-field-main-text h4,
.field--name-field-main-text h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.3;
}

.field--name-field-main-text ul,
.field--name-field-main-text ol {
  margin: 0 0 1em 1.5em;
  line-height: 1.5;
}

.field--name-field-main-text li {
  margin-bottom: 0.4em;
}

/* Centered images */
.field--name-field-main-text img.align-center {
  display: block;
  margin: 1em auto;
  max-width: 100%;
  height: auto;
}

/* Optional: left/right aligned images if needed later */
.field--name-field-main-text img.align-left {
  display: block;
  margin: 1em 1em 1em 0;
  max-width: 100%;
  height: auto;
}

.field--name-field-main-text img.align-right {
  display: block;
  margin: 1em 0 1em auto;
  max-width: 100%;
  height: auto;
}


/* =========================
   CAPTIONS
   ========================= */

.field--name-field-main-text p.fig-caption,
.field--name-field-main-text p.table-caption {
  text-align: left;
  font-size: 11pt;
  line-height: 1.4;
  margin-top: 0.5em;
  margin-bottom: 1em;
}


/* =========================
   TABLES
   ========================= */

.field--name-field-main-text table.custom-table,
.field--name-field-main-text table.table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
}

.field--name-field-main-text table.custom-table th,
.field--name-field-main-text table.custom-table td,
.field--name-field-main-text table.table th,
.field--name-field-main-text table.table td {
  border: 1px solid gray;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

.field--name-field-main-text table.custom-table th,
.field--name-field-main-text table.table th {
  font-weight: 700;
}

/* =========================
   QUOTES
   ========================= */

.field--name-field-main-text blockquote.blockquote {
  margin: 1.5em 0;
  padding: 0.75em 1em;
  border-left: 4px solid #999;
}

.field--name-field-main-text blockquote.blockquote p {
  text-align: left;
  margin: 0;
  line-height: 1.5;
  font-style: italic;
}

.field--name-field-main-text blockquote.blockquote cite {
  display: block;
  margin-top: 0.5em;
  font-style: normal;
  font-size: 0.95em;
  text-align: right;
}

.field--name-field-main-text .pull-quote {
  margin: 1.5em 0;
  font-size: 1.2em;
  line-height: 1.4;
  font-weight: 600;
  text-align: left;
}

/* =========================
   FORMULAS / EQUATIONS
   ========================= */

.field--name-field-main-text .equation {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: start;
  margin: 1em 0;
}

.field--name-field-main-text .equation-formula {
  text-align: left;
}

.field--name-field-main-text .equation-number {
  text-align: right;
  white-space: nowrap;
  min-width: 3em;
}


/* =========================
   OPTIONAL EDITOR CLASSES
   ========================= */

.field--name-field-main-text p.intro {
  font-size: 1.1em;
  margin-bottom: 1em;
}

.field--name-field-main-text .note {
  background: #f5f5f5;
  border-left: 4px solid #999;
  padding: 1em;
  margin: 1em 0;
}

.field--name-field-main-text .small-text {
  font-size: 0.9em;
  line-height: 1.4;
}


/* =========================
   REFERENCES FIELD
   ========================= */

.field--name-field-references {
  margin-top: 2em;
  font-size: 0.95rem;
}

.field--name-field-references p {
  text-align: left;
  margin: 0 0 0.75em;
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.field--name-field-references a {
  overflow-wrap: anywhere;
  word-break: break-word;
}






