html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 1em;
    /*overflow-y: scroll;*/
}

body.custom-background {
    background-color: #ffffff;
}

body {
    background-color:#fff
}

.toc-title-link, .article-link, .toc-pdf-link, .full-text-link, .doi-link, .footer-link {
   color:#12769b;
}

.doi-link {
    text-decoration: underline;
}

.selected-keyword {
    font-weight: bold;
}

.wf-active body {
    font-family: "Noto Sans",sans-serif;
}

body {
    background: #fff;
    color: #555;
    font: .8125em/1.692307em 'Bitter',Georgia,'Times New Roman',Times,serif;
    margin: 0;
    padding: 0;
}

.header{
    background-color: #133547;
    text-align: center;
    max-width: 1400px;
    margin: 0 auto;
    /*overflow: auto;*/
    overflow: visible;

}

.wrap {
    background-color: #fff;
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
    position: relative;
}

.wrap:after {
    clear: both; 
    content: '';
    display: block;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


.menu a {
    color: white;

}

#menu-primary {
    /*float: right;*/
    font-size: 1em;
    /*position: relative;*/
    margin: 0 auto 12px;
    /*width: 100%;*/
    /*width: 45%;*/
    z-index: 99;
    /*height: 50px;*/
}

/*@media (min-width: 768px) {
    #menu-primary .menu {
        float: right;
        left: 50%;
        max-width: 1400px;
        position: relative;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}*/

#menu-primary .menu {
    clear: both;
    display: block;
    width: 100%;
    z-index: 10000;
}

.menu ul li {
    display: inline-block;
    /*float: left;*/
    min-height: 30px;
    position: relative;
}

#menu-primary li a {
    display: block;
    font-size: .8rem;
    line-height: normal;
    /*margin-left: 3.5em;*/
    letter-spacing: 1px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.menu li a {
    position: relative;
}
/*
@media (min-width: 768px) {
    #menu-primary li ul::before {
        border-color: transparent transparent #11100f transparent;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        content: '';
        display: block;
        height: 0;
        left: 15px;
        position: absolute;
        top: -5px;
        width: 0;
    }
}

@media (min-width: 768px) {
    #menu-primary li ul {
        left: -999em;
        min-width: 200px;
        position: absolute;
        top: 37px;
    }
}
*/

.menu ul li ul::before {
    content: '';
    display: block;
    height: 0;
    left: 15px;
    position: absolute;
    top: -5px;
    width: 0;
}

.menu ul li ul {
    /*background: #fff;*/
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.09);
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.09);
    box-shadow: 0 0 7px rgba(0,0,0,.09);
    background-color: #102E3E;
    display: none;
    position: absolute;
    left: -9em;
    min-width: 200px;
    text-align: left;
    z-index: 99999;
}

.menu li li { display: block; }

.menu ul li:hover ul { display: block; } 
.menu ul li:focus-within ul { display: block; }

#toggle-div {
    text-align: center;
    width: 35%;
}

ul li, ol li {
    line-height: 2.1em;
}

ul {
    list-style: disc;
    margin: 0 0 1.692307em 2.8em;
    padding: 0;
}


.home #site-description {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

#site-description {
    border-bottom: 1px solid #e5e5e5;
    /*border-top: 5px solid #444;*/
    clear: both;
    color: #333;
    float: left;
    font-size: 1.846153em;
    line-height: 1.5em;
    margin: 0 0 30px;
    padding: 18px 4.25531914893617% 20px;
    text-align: center;
    text-transform: none;
    width: 100%;
}

#main {
    clear: both;
    margin: 0 auto;
    position: relative;
    width: 100%;
    min-height: calc(100vh - 70px);
}

#content {
    float: left;
    margin: 0 0 30px;
    min-height: 180px;
    width: 68.08510638297872%;
}

#sidebar-primary {
    float: right;
    width: 27.65957446808511%;
}

.sidebar .widget {
    color: #888;
    float: left;
    margin-bottom: 26px;
    width: 100%;
}

input[type=text], input[type=password], input[type=email], .input-text, textarea, select {
    background: #fff;
    border: 1px solid #ddd;
    color: #888;
    display: block;
    font-size: .8125em;
    margin: 0;
    outline: none;
    padding: 5px;
}

button, input, a.button {
    line-height: normal;
}

.wf-active .sidebar .widget-title {
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    font-style: normal;
}

.sidebar .widget {
    color: #888;
    float: left;
    margin-bottom: 26px;
    width: 100%;
}

.sidebar .widget-title, .search-legend {
    color: #717070;
    font-size: .7692307692307692em;
    letter-spacing: 1px;
    text-transform: uppercase;
    word-spacing: 2px;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6, p.entry-title {
    color: #333;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3em;
    margin: 0 0 15px;
}

h2, p.entry-title {
    font-size: 1.846153846153846em;

}

h3 {
    font-size: 1.4em;
}

h2.full-text-heading {
    margin-bottom: 0px;
    font-size: 1.4em;
}

.full-text-label {
    margin-bottom: 15px;
}

h4, p.entry-authors, h3.doi-heading {
    font-size: 1.2em;
}

p.entry-authors {
    margin-bottom: 0px;
}
 
h4.single-article {
    font-size: 1em;
}

p {
    margin: 0 0 1.692307em;
}

div.entry-summary, div.doi-label, div.issue-section {
    padding-top: 15px;
}

.hentry {
    border-bottom: 1px solid #e5e5e5;
    float: left;
    font-size: 1em;
    margin: 0 0 20px;
    padding: 0 0 5px;
    width: 100%;
}

.hentry img, .entry-content img, .widget img {
    border: 1px solid #e5e5e5;
    height: auto;
    padding: 1px;
}

.hentry img, .entry-content img, .widget img, .wp-caption, .hentry embed, .entry-content embed, .widget embed, .hentry object, .entry-content object, .widget object, .hentry video, .entry-content video, .widget video {
    max-width: 100%;
}

img.alignleft, img.alignright {
    display: inline;
    margin-top: 5px;
}

.right, .alignright {
    float: right;
    margin: 0 0 10px 25px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}


.sidebar .widget ul {
    margin-left: 14px;
    list-style-type: none;
}

.widget table, .widget ul, .widget ol {
    margin-bottom: 0;
}

.issue-menu-text /*a, a:visited*/ {
    color: #555;
}

p.article-author {
	margin: 0;
}
p.article-volume {
	margin: 0;
}
div.article-list {
	padding-bottom: 25px;
}
div.single-article {
	padding-bottom: 25px;
}
div.full-text-label {
	padding-top: 25px;
}
.pagination {
	flex-wrap: wrap;
}

.keywordList {
    list-style-type: none;
}
.keywordText  {
    color: #12769b;
}

.issue-date {
    font-weight: 400;
    font-size: 1.5em;
    font-family: "Montserrat",sans-serif;
    line-height: 1.3em;
}

.article-list {
    /*list-style-type: none;*/
    padding: 0px;
    margin-left: 15px;
}

.article-list-element p {
    margin-bottom: 0px;
}

.article-list-element {
    margin-bottom: 10px;
}

.visually-hidden { 
    position: absolute !important;
    height: 1px; 
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

footer {
    width: 70%;
    height: 50px;
}

.footer-link {
    text-decoration: underline;
}