@charset "UTF-8";

:export {
    screenXs: 532px;
    screenSm: 768px;
    screenMd: 992px;
    screenLg: 1200px;
    screenXlg: 1920px;
    containerMobile: 500px;
    containerXs: 500px;
    containerTablet: 736px;
    containerSm: 736px;
    containerDesktop: 960px;
    containerMd: 960px;
    containerLargeDesktop: 1080px;
    containerLg: 1080px;
}

:export {
    screenXs: 532px;
    screenSm: 768px;
    screenMd: 992px;
    screenLg: 1200px;
    screenXlg: 1920px;
    containerMobile: 500px;
    containerXs: 500px;
    containerTablet: 736px;
    containerSm: 736px;
    containerDesktop: 960px;
    containerMd: 960px;
    containerLargeDesktop: 1180px;
    containerLg: 1180px;
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-size: 16px;
    font-family: sans-serif;
    line-height: 1.25;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
.tags-input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input,
.tags-input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media (min-width: 532px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 736px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1180px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4 {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

.row__equalize-children-height {
    display: flex;
    flex-wrap: wrap;
}

.row__equalize-children-height>[class*=col-] {
    display: flex;
    flex-direction: column;
}

.row__equalize-children-height:before,
.row__equalize-children-height:after {
    content: " ";
    display: flex;
}

.clearfix:before,
.section__separator:before,
.toc__latest-issue:before,
.toc-item__footer:before,
.personal-information:before,
.alert__format:before,
.do-pub-list>li:before,
.clearfix:after,
.section__separator:after,
.toc__latest-issue:after,
.toc-item__footer:after,
.personal-information:after,
.alert__format:after,
.do-pub-list>li:after {
    content: " ";
    display: table;
}

.clearfix:after,
.section__separator:after,
.toc__latest-issue:after,
.toc-item__footer:after,
.personal-information:after,
.alert__format:after,
.do-pub-list>li:after {
    clear: both;
}

.align-start {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-end {
    text-align: right;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.is-hidden {
    display: none;
}

.is-invisible {
    visibility: hidden;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.visible-xs {
    display: none;
}

@media (max-width: 531px) {
    .visible-xs {
        display: block !important;
    }
}

.visible-sm {
    display: none;
}

@media (min-width: 532px) and (max-width: 767px) {
    .visible-sm {
        display: block !important;
    }
}

.visible-md {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-md {
        display: block !important;
    }
}

.visible-lg {
    display: none;
}

@media (min-width: 992px) {
    .visible-lg {
        display: block !important;
    }
}

.visible-print {
    display: none !important;
}

.hidden {
    display: none;
}

.hidden-xs {
    display: block;
}

@media (max-width: 531px) {
    .hidden-xs {
        display: none !important;
    }
}

.hidden-sm {
    display: block;
}

@media (min-width: 532px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
    }
}

.hidden-md {
    display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
    }
}

.hidden-lg {
    display: block;
}

@media (min-width: 992px) {
    .hidden-lg {
        display: none !important;
    }
}

.hiddenLabel {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

@media (max-width: 531px) {
    .hiddenLabel--xs {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .hiddenLabel--sm {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hiddenLabel--md {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

@media (min-width: 992px) {
    .hiddenLabel--lg {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
}

.gutterless {
    padding: 0;
}

.gutterless--left {
    padding-left: 0;
}

.gutterless--right {
    padding-right: 0;
}

@media (max-width: 531px) {
    .gutterless--xs {
        padding: 0;
    }

    .gutterless--xs--left {
        padding-left: 0;
    }

    .gutterless--xs--right {
        padding-right: 0;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .gutterless--sm {
        padding: 0;
    }

    .gutterless--sm--left {
        padding-left: 0;
    }

    .gutterless--sm--right {
        padding-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .gutterless--md {
        padding: 0;
    }

    .gutterless--md--left {
        padding-left: 0;
    }

    .gutterless--md--right {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
    .gutterless--lg {
        padding: 0;
    }

    .gutterless--lg--left {
        padding-left: 0;
    }

    .gutterless--lg--right {
        padding-right: 0;
    }
}

.top-gutter {
    margin-top: 30px;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-bold {
    font-weight: 600;
}

.piped span:not(:last-child) {
    font-size: 0.88rem;
}

.piped span:not(:last-child):after {
    content: "|";
    font-size: 0.8rem;
    padding-right: 4px;
    padding-left: 4px;
}

[class*=grid-]:not([class*=item]):not([class^=icon-]):after,
[class*=grid-]:not([class*=item]):not([class^=icon-]):before {
    content: " ";
    display: table;
    clear: both;
}

[class*=grid-]:not([class*=item]):not([class^=icon-]) .grid-item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

[class*=grid-]:not([class*=item]):not([class^=icon-]).gutterless {
    margin: 0px -15px;
}

.grid-item {
    width: 100%;
}

.grid-xs-1 .grid-item {
    width: 100%;
}

.grid-xs-margin .grid-item {
    margin-bottom: 20px;
}

.grid-xs-margin--extra .grid-item {
    margin-bottom: 40px;
}

.grid-xs-2 .grid-item {
    width: 50%;
}

@media (max-width: 531px) {
    .grid-xs-2 .grid-item:nth-child(2n+1) {
        clear: left;
    }
}

.grid-xs-3 .grid-item {
    width: 33.33333333%;
}

@media (max-width: 531px) {
    .grid-xs-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }
}

.grid-xs-4 .grid-item {
    width: 25%;
}

@media (max-width: 531px) {
    .grid-xs-4 .grid-item:nth-child(4n+1) {
        clear: left;
    }
}

.grid-xs-5 .grid-item {
    width: 20%;
}

@media (max-width: 531px) {
    .grid-xs-5 .grid-item:nth-child(5n+1) {
        clear: left;
    }
}

@media (min-width: 532px) {
    .grid-sm-margin .grid-item {
        margin-bottom: 20px;
    }

    .grid-sm-margin--extra .grid-item {
        margin-bottom: 40px;
    }

    .grid-sm-1 .grid-item {
        width: 100%;
    }

    .grid-sm-2 .grid-item {
        width: 50%;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .grid-sm-2 .grid-item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 532px) {
    .grid-sm-3 .grid-item {
        width: 33.33333333%;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .grid-sm-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 532px) {
    .grid-sm-4 .grid-item {
        width: 25%;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .grid-sm-4 .grid-item:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 532px) {
    .grid-sm-5 .grid-item {
        width: 20%;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .grid-sm-5 .grid-item:nth-child(5n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .grid-md-margin .grid-item {
        margin-bottom: 20px;
    }

    .grid-md-margin--extra .grid-item {
        margin-bottom: 40px;
    }

    .grid-md-1 .grid-item {
        width: 100%;
    }

    .grid-md-2 .grid-item {
        width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-md-2 .grid-item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .grid-md-3 .grid-item {
        width: 33.33333333%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-md-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .grid-md-4 .grid-item {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-md-4 .grid-item:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 768px) {
    .grid-md-5 .grid-item {
        width: 20%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .grid-md-5 .grid-item:nth-child(5n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .grid-lg-margin .grid-item {
        margin-bottom: 20px;
    }

    .grid-lg-margin--extra .grid-item {
        margin-bottom: 40px;
    }

    .grid-lg-1 .grid-item {
        width: 100%;
    }

    .grid-lg-2 .grid-item {
        width: 50%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-lg-2 .grid-item:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .grid-lg-3 .grid-item {
        width: 33.33333333%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-lg-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .grid-lg-4 .grid-item {
        width: 25%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-lg-4 .grid-item:nth-child(4n+1) {
        clear: left;
    }
}

@media (min-width: 992px) {
    .grid-lg-5 .grid-item {
        width: 20%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .grid-lg-5 .grid-item:nth-child(5n+1) {
        clear: left;
    }
}

@media (min-width: 1200px) {
    .grid-xlg-margin .grid-item {
        margin-bottom: 20px;
    }

    .grid-xlg-margin--extra .grid-item {
        margin-bottom: 40px;
    }

    .grid-xlg-1 .grid-item {
        width: 100%;
    }

    .grid-xlg-2 .grid-item {
        width: 50%;
    }

    .grid-xlg-2 .grid-item:nth-child(2n+1) {
        clear: left;
    }

    .grid-xlg-3 .grid-item {
        width: 33.33333333%;
    }

    .grid-xlg-3 .grid-item:nth-child(3n+1) {
        clear: left;
    }

    .grid-xlg-4 .grid-item {
        width: 25%;
    }

    .grid-xlg-4 .grid-item:nth-child(4n+1) {
        clear: left;
    }

    .grid-xlg-5 .grid-item {
        width: 20%;
    }

    .grid-xlg-5 .grid-item:nth-child(5n+1) {
        clear: left;
    }
}

.js--sticko {
    position: fixed;
    z-index: 2;
    background: #fff;
}

.js--sticko.js--open {
    z-index: 3;
}

@media (max-width: 991px) {
    .sticko--md.js--sticko {
        position: relative;
    }
}

.sticko.slide {
    transform: translateX(-100vwpx);
}

.read-more,
.read-less {
    white-space: nowrap;
}

.removed-items-count {
    font-size: 0.675rem;
    font-weight: 600;
    color: #464646;
    background: #ddd;
    display: inline-block;
    padding: 2px 10px;
    margin: 0 5px;
    border-radius: 2px;
    white-space: nowrap;
}

.removed-items-count:hover {
    color: #000;
    background: #d6d6d6;
}

.truncate-text-css {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.truncate-text-css[data-lines="1"] {
    -webkit-line-clamp: 1;
}

.truncate-text-css[data-lines="2"] {
    -webkit-line-clamp: 2;
}

.truncate-text-css[data-lines="3"] {
    -webkit-line-clamp: 3;
}

.truncate-text-css[data-lines="4"] {
    -webkit-line-clamp: 4;
}

.truncate-text-css[data-lines="5"] {
    -webkit-line-clamp: 5;
}

html {
    font-size: 16px;
}

body {
    background: #fff;
    color: #404042;
    font-family: "Roboto Subset", sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    word-wrap: break-word;
    min-height: 100vh;
}

.fonts-loaded body {
    font-family: "Roboto", sans-serif;
}

.lock-screen,
.noscroll,
.modal-open {
    overflow: hidden;
}

.lock-screen.iOS,
.noscroll.iOS,
.modal-open.iOS {
    position: fixed;
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

a i[class*=icon-]:before {
    display: inline-block;
}

img {
    max-width: 100%;
}

.indented>* {
    text-indent: -15px;
    margin-bottom: 15px;
    padding-left: 15px;
}

.border-bottom {
    padding-bottom: 10px;
    border-width: 0;
    border-style: solid;
    border-color: #f0f0f0;
    border-top-width: 0;
    border-bottom-width: 2px;
}

.border-top {
    border-width: 0;
    border-style: solid;
    border-color: #e6e5e5;
    border-top-width: 2px;
    border-bottom-width: 0;
    padding-top: 8px;
}

.inline-icon i {
    padding-right: 5px;
    display: inline-block;
}

.block-icon {
    text-align: center;
    display: block;
}

.block-icon~span {
    text-align: center;
    display: block;
}

i[class*=icon-] {
    transition: transform 0.5s;
}

i[class*=icon-].js--rotated {
    transform: rotate(180deg);
}

hr.separator {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 40px;
    margin-top: 40px;
}

hr.section__separator {
    border: 0;
    border-top: 1px solid #e6e5e5;
    margin-top: 15px;
    margin-bottom: 30px;
}

.row.separator {
    margin-top: 30px;
    margin-left: 0;
    margin-right: 0;
}

.row[class*="--extra"] {
    margin-top: 55px;
    margin-left: 0;
    margin-right: 0;
}

.section__separator {
    border-bottom: 1px solid #e6e5e5;
    margin-top: 30px;
    margin-bottom: 30px;
}

.reset-padding.reset-padding {
    padding: 0;
}

.left-side-image img {
    margin-bottom: 0;
    width: 20%;
    padding-right: 20px;
    float: left;
}

span.separator {
    display: inline-block;
    height: 14px;
    border-left: 1px solid #212121;
    margin-left: 10px;
    padding-left: 10px;
}

.fixed {
    position: fixed;
}

.fixed-element {
    position: sticky;
    z-index: 5;
    top: 157px;
}

@media (max-width: 991px) {
    .fixed-element {
        top: 90px;
    }
}

.fixed-element:before,
.fixed-element:after {
    content: "";
    display: table;
}

.fixed-element.header {
    z-index: 13;
}

.flex-container,
.flex {
    display: flex;
}

.success-message {
    font-size: 12px;
    font-size: 0.75rem;
    background: #eee;
    color: #04a361;
    padding: 10px;
    border: 1px solid #04a361;
}

#pb-editor .pb-widget-layout {
    padding: 20px 0;
}

#pb-editor .pb-widget-layout:after,
#pb-editor .pb-widget-layout:before {
    content: " ";
    clear: both;
    display: table;
}

#pb-editor .header {
    position: static !important;
}

#pb-editor .owl-carousel {
    display: block;
}

.pb-ad {
    display: none;
    height: 0;
}

@media (min-width: 992px) {
    .pb-ad {
        display: table;
        height: auto;
        margin-left: auto;
        margin-right: auto;
    }
}

.note {
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
    margin: 0;
}

.error,
.submission-form td .error,
.submission-form td .error--not-image {
    color: red;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.success {
    color: green;
    margin: 15px 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.warning {
    color: orange;
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.hidden-text {
    color: transparent;
}

.visibility-hidden,
.hidden-service-name .service-name {
    visibility: hidden;
    position: absolute;
    left: -999em;
}

.invisible {
    visibility: hidden;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.sr-only-focusable:focus,
.sr-only-focusable:active {
    position: absolute !important;
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    padding: 1rem !important;
    box-shadow: 0 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    z-index: 99999 !important;
    font-weight: bold !important;
    font-size: 1rem !important;
    text-shadow: none !important;
    text-decoration: underline !important;
    text-transform: none !important;
}

.sr-only-focusable:hover {
    opacity: 0.9;
}

#pb-editor .pb-editor-show {
    position: static !important;
    width: auto !important;
    height: auto !important;
    padding: unset !important;
    margin: unset !important;
    overflow: visible !important;
    clip: initial !important;
    white-space: initial !important;
    border: initial !important;
    z-index: auto !important;
    color: inherit !important;
    background: inherit !important;
    box-shadow: none !important;
    font-weight: initial !important;
    text-indent: initial !important;
    display: initial !important;
    font-size: initial !important;
}

[role=button] {
    cursor: pointer;
}

.loading {
    background: url("https://blog-feed.org/health-affairs-fungus/img/spinner.gif");
    background-size: 45px;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
}

.spinner-container {
    display: flex;
    justify-content: center;
}

.spinner-container img {
    width: 100px;
}

.default-bg-color {
    background: #fff;
}

.primary-bg-color,
.main-nav,
.dropdown__menu {
    background: #404042;
}

.primary-lighten-bg-color {
    background: #e6e5e5;
}

.secondary-bg-color {
    background: #eee;
}

.secondary-lighten-bg-color {
    background: #f9f9f9;
}

.tertiary-lighten-bg-color {
    background: #f5f5f5;
}

.tertiary-bg-color {
    background: #b0b0b0;
}

.primary-text-color {
    color: #404042;
}

.primary-darken-text-color {
    color: #555;
}

.secondary-text-color {
    color: #808284;
}

.tertiary-text-color {
    color: #d6d6d6;
}

.tertiary-darken-color {
    color: #b8b8b8;
}

.text-onLight {
    color: #000;
}

.metric-primary {
    background-color: #B2B1F3;
}

.metric-bg {
    background-color: #1D1F2D;
}

.metric-bg-light {
    background-color: #E5E5E5;
}

.metric-download {
    background-color: #FF9C28;
}

.metric-citation {
    background-color: #2BF2FF;
}

.metric-abstract {
    background-color: #ABFF57;
}

.metric-abstract {
    background-color: #ABFF57;
}

.metric-lines {
    background-color: #52597A;
}

.metric-empty-text {
    background-color: #fff;
}

.text-onDark {
    color: #fff;
}

.text-onDark h1,
.text-onDark h2,
.text-onDark h3,
.text-onDark h4,
.text-onDark h5,
.text-onDark h6 {
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
    font-weight: 700;
}

h1,
.h1 {
    font-size: 2.81rem;
}

h2,
.h2 {
    font-size: 1.375rem;
}

h3,
.h3 {
    font-size: 1.25rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

.section__header {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 1rem;
}

.tabs__header {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 0.875rem;
}

.page__header {
    font-size: 32px;
    font-size: 2rem;
    text-align: center;
    font-weight: normal;
    margin: 3rem 0;
}

@media (max-width: 531px) {
    .page__header {
        font-size: 1.375rem;
    }
}

.profile__heading {
    text-transform: uppercase;
}

.rlist,
.figure-viewer__hold__supplementary-nav,
.table-viewer__hold__supplementary-nav {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rlist.separator>li~li,
.separator.figure-viewer__hold__supplementary-nav>li~li,
.separator.table-viewer__hold__supplementary-nav>li~li {
    border-top: 1px solid #f0f0f0;
    margin-top: 15px;
    padding-top: 15px;
}

.rlist.spaced>li,
.spaced.figure-viewer__hold__supplementary-nav>li,
.spaced.table-viewer__hold__supplementary-nav>li {
    margin-bottom: 8px;
}

.rlist--inline {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rlist--inline>li {
    display: inline-block;
}

.rlist--inline.separator>li {
    border: none;
    margin-top: 0;
    padding-top: 0;
}

.rlist--inline.separator>li:not(:last-of-type) {
    border-right: 1px solid #404042;
}

.rlist--inline.comma>li:not(:last-child):after {
    content: ",";
    margin: 0;
    margin-right: 6px;
    margin-left: 2px;
}

.rlist.points li:after,
.points.figure-viewer__hold__supplementary-nav li:after,
.points.table-viewer__hold__supplementary-nav li:after {
    content: "•";
    margin: 0;
    margin-right: 6px;
    margin-left: 2px;
}

.separated-list {
    padding: 15px 0;
    border-bottom: 2px solid #b0b0b0;
    border-top: 2px solid #b0b0b0;
}

.lower-alpha {
    list-style-type: lower-alpha;
    padding-left: 15px;
}

.lower-alpha>li {
    padding-left: 5px;
}

.loa {
    margin: 0 0 10px;
    font-size: 14px;
    font-size: 0.875rem;
}

button,
[type=submit],
[type=button],
.btn,
.button {
    display: inline-block;
    border: none;
    color: #fff;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    font-size: 1rem;
    background: #404042;
    font-weight: bold;
    transition: all 0.25s;
    font-family: "Roboto Subset", sans-serif;
    line-height: 1rem;
}

.fonts-loaded button,
.fonts-loaded [type=submit],
.fonts-loaded [type=button],
.fonts-loaded .btn,
.fonts-loaded .button {
    font-family: "Roboto", sans-serif;
}

button[disabled],
button.disabled,
button:disabled,
[type=submit][disabled],
[type=submit].disabled,
[type=submit]:disabled,
[type=button][disabled],
[type=button].disabled,
[type=button]:disabled,
.btn[disabled],
.btn.disabled,
.btn:disabled,
.button[disabled],
.button.disabled,
.button:disabled {
    opacity: 0.4;
}

button[disabled]:hover,
button[disabled]:focus,
button.disabled:hover,
button.disabled:focus,
button:disabled:hover,
button:disabled:focus,
[type=submit][disabled]:hover,
[type=submit][disabled]:focus,
[type=submit].disabled:hover,
[type=submit].disabled:focus,
[type=submit]:disabled:hover,
[type=submit]:disabled:focus,
[type=button][disabled]:hover,
[type=button][disabled]:focus,
[type=button].disabled:hover,
[type=button].disabled:focus,
[type=button]:disabled:hover,
[type=button]:disabled:focus,
.btn[disabled]:hover,
.btn[disabled]:focus,
.btn.disabled:hover,
.btn.disabled:focus,
.btn:disabled:hover,
.btn:disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button:disabled:hover,
.button:disabled:focus {
    background: #404042;
    color: #fff;
}

button:hover,
button:focus,
button:active,
[type=submit]:hover,
[type=submit]:focus,
[type=submit]:active,
[type=button]:hover,
[type=button]:focus,
[type=button]:active,
.btn:hover,
.btn:focus,
.btn:active,
.button:hover,
.button:focus,
.button:active {
    cursor: pointer;
    background: #4d4d4f;
    color: #fff;
}

button~button,
[type=submit]~button,
[type=button]~button,
.btn~button,
.button~button {
    margin-left: 10px;
}

.btn--full-width,
.button--full-width {
    width: 100%;
}

.btn--handle,
.button--handle {
    cursor: move;
    font-size: 24px;
    font-size: 1.5rem;
}

.btn--inverse,
.button--inverse {
    color: #464646;
    background: transparent;
    border: 1px solid #464646;
    font-weight: normal;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
}

.btn--inverse:hover,
.btn--inverse:focus,
.button--inverse:hover,
.button--inverse:focus {
    color: #fff;
    background: #404042;
}

.btn--inverse.extra-border,
.button--inverse.extra-border {
    border-width: 3px;
    font-weight: bold;
    padding: 7px 12px;
    opacity: 1;
}

.btn--inverse[disabled]:hover,
.btn--inverse[disabled]:focus,
.button--inverse[disabled]:hover,
.button--inverse[disabled]:focus {
    color: #464646;
    background: transparent;
}

.btn--link,
.btn--cancel,
.button--link,
.button--cancel {
    background-color: transparent;
    color: #464646;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
}

.btn--link:hover,
.btn--link:focus,
.btn--cancel:hover,
.btn--cancel:focus,
.button--link:hover,
.button--link:focus,
.button--cancel:hover,
.button--cancel:focus {
    color: #131313;
    background-color: transparent;
}

.btn--actions:before,
.button--actions:before {
    content: "⋮";
}

.btn--journal-meta,
.button--journal-meta {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    min-width: 166px;
}

@media (max-width: 767px) {

    .btn--journal-meta,
    .button--journal-meta {
        min-width: 140px;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (min-width: 768px) {

    .btn--journal-meta~.btn,
    .button--journal-meta~.btn {
        margin-top: 15px;
    }
}

@media (max-width: 767px) {

    .btn--journal-meta~.btn,
    .button--journal-meta~.btn {
        margin-left: 9px;
    }
}

.btn--keyboard-accessible {
    display: block;
    clear: both;
    font-weight: normal;
    color: #000;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none;
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.btn--keyboard-accessible:hover {
    color: #333;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent;
}

.btn--keyboard-accessible:focus,
.btn--keyboard-accessible.focus {
    color: #333;
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none;
    background: transparent;
    outline: 1px dotted;
    outline-offset: 2px;
    text-decoration-style: double;
    text-decoration-color: rgba(51, 51, 51, 0.4);
}

.btn--keyboard-accessible:disabled,
.btn--keyboard-accessible.disabled {
    opacity: 0.4;
    color: #000;
    pointer-events: none;
}

.btn--keyboard-accessible:not(:disabled):active,
.btn--keyboard-accessible:not(.disabled):active {
    background: transparent;
    border-color: transparent;
}

.btn--keyboard-accessible:active,
.btn--keyboard-accessible:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.badge-type,
.badge-type--icon,
.badge-primary,
.badge-oa,
.badge-fa {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    text-align: center;
    padding: 3px 6px;
    display: block;
    margin-bottom: 10px;
    float: left;
}

.badge-primary {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bold;
}

.badge-type {
    background-color: #b8b8b8;
}

.badge-type~.badge-type,
.badge-type~.badge-type--icon {
    margin-left: 12px;
}

.badge-type--icon {
    background: transparent;
}

.badge-type--icon i {
    color: #404042;
}

.badge-primary {
    background-color: #04a361;
}

.badge-oa {
    background-color: #f29c07;
}

.badge-fa {
    background-color: #f29c07;
}

fieldset {
    padding: 0;
    border: none;
    margin: 0;
}

input,
.tags-input,
optgroup,
select,
textarea {
    font-family: "Roboto Subset", sans-serif;
    padding: 10px 8px;
    border: 1px solid #ccc;
    background: inherit;
    width: 100%;
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    line-height: 1rem;
    color: #63666a;
}

.fonts-loaded input,
.fonts-loaded .tags-input,
.fonts-loaded optgroup,
.fonts-loaded select,
.fonts-loaded textarea {
    font-family: "Roboto", sans-serif;
}

input,
.tags-input,
optgroup,
select {
    max-height: 44px;
}

::-webkit-input-placeholder {
    color: #63666a;
}

::-moz-placeholder {
    color: #63666a;
}

:-ms-input-placeholder {
    color: #63666a;
}

:-moz-placeholder {
    color: #63666a;
}

[type=checkbox],
[type=radio] {
    width: auto;
    margin-bottom: 10px;
    margin-right: 10px;
}

.checkbox--primary,
.radio--secondary {
    cursor: pointer;
}

.checkbox--primary span:before,
.radio--secondary span:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #404042;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 15px;
    transition: 0.4s;
    float: left;
}

.checkbox--primary input:not(.jcf):checked~span:before,
.checkbox--primary .tags-input:not(.jcf):checked~span:before,
.radio--secondary input:not(.jcf):checked~span:before,
.radio--secondary .tags-input:not(.jcf):checked~span:before {
    background: #404042;
    color: #fff;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    content: "";
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.checkbox--primary input,
.checkbox--primary .tags-input,
.radio--secondary input,
.radio--secondary .tags-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.checkbox--primary input:focus~span:before,
.checkbox--primary .tags-input:focus~span:before,
.radio--secondary input:focus~span:before,
.radio--secondary .tags-input:focus~span:before {
    box-shadow: 0 0 0 3px rgba(161, 161, 161, 0.4);
}

.checkbox--primary input.jcf,
.checkbox--primary .jcf.tags-input,
.radio--secondary input.jcf,
.radio--secondary .jcf.tags-input {
    clip: unset;
}

.checkbox--primary:focus {
    outline: none;
}

.checkbox--primary span:before {
    border-radius: 3px;
}

.radio--secondary input[type=text],
.radio--secondary .tags-input[type=text] {
    margin-top: 10px;
}

.checkbox--secondary {
    cursor: pointer;
}

.checkbox--secondary span {
    position: relative;
    display: block;
}

.checkbox--secondary span:before {
    content: " ";
    display: inline-block;
    width: 36px;
    height: 20px;
    background-color: #b0b0b0;
    border-radius: 10px;
    line-height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    float: right;
}

.checkbox--secondary span:after {
    position: absolute;
    content: " ";
    height: 14px;
    width: 14px;
    right: 17px;
    bottom: 3px;
    background-color: #fff;
    transition: 0.4s;
    border-radius: 100%;
}

.checkbox--secondary input,
.checkbox--secondary .tags-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.checkbox--secondary input:focus~span:before,
.checkbox--secondary .tags-input:focus~span:before {
    box-shadow: 0 0 0 3px rgba(161, 161, 161, 0.4);
}

.checkbox--secondary input:checked~span:before,
.checkbox--secondary .tags-input:checked~span:before {
    background-color: #404042;
}

.checkbox--secondary input:checked~span:after,
.checkbox--secondary .tags-input:checked~span:after {
    right: 4px;
}

.checkbox--secondary input.jcf,
.checkbox--secondary .jcf.tags-input {
    clip: unset;
}

.radio--primary {
    cursor: pointer;
}

.radio--primary span:before {
    content: " ";
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 15px;
    transition: 0.4s;
    margin-top: 3px;
    float: left;
}

.radio--primary input,
.radio--primary .tags-input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.radio--primary input:focus:checked~span:before,
.radio--primary .tags-input:focus:checked~span:before {
    box-shadow: inset 0 0 0 2px white, 0 0 0 3px rgba(161, 161, 161, 0.4);
}

.radio--primary input:checked~span:before,
.radio--primary .tags-input:checked~span:before {
    background-color: #000;
}

.radio--primary input.jcf,
.radio--primary .jcf.tags-input {
    clip: unset;
}

@media (min-width: 532px) {
    .left-side-label {
        width: 100%;
    }

    .left-side-label label,
    .left-side-label .label {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        width: 19%;
    }

    .left-side-label label~input,
    .left-side-label label~.tags-input,
    .left-side-label label~select,
    .left-side-label label~.ms-ctn,
    .left-side-label label~#publicationDate,
    .left-side-label label~textarea,
    .left-side-label .label~input,
    .left-side-label .label~.tags-input,
    .left-side-label .label~select,
    .left-side-label .label~.ms-ctn,
    .left-side-label .label~#publicationDate,
    .left-side-label .label~textarea {
        display: inline-block;
        width: 75%;
        margin: 0 2%;
    }
}

@media (min-width: 768px) {
    .side-label {
        display: inline-block;
        width: 20%;
    }

    .side-label label,
    .side-label .label {
        position: absolute;
        top: 10px;
    }
}

@media (min-width: 768px) {
    .side-content {
        display: inline-block;
        width: 80%;
    }

    .source_example .side-content {
        width: 75%;
    }
}

.account__sort {
    width: 100%;
}

.account__sort .left-side-label label,
.account__sort .left-side-label .label {
    width: auto;
    margin: 12px 0;
    display: inline-block;
}

.account__sort .left-side-label label~select,
.account__sort .left-side-label .label~select {
    width: 50%;
    max-width: 180px;
    margin: 0;
    margin-left: 2%;
}

@media (max-width: 531px) {

    .account__sort .left-side-label label~select,
    .account__sort .left-side-label .label~select {
        float: right;
    }
}

@media (min-width: 532px) {
    .account__sort .left-side-label {
        text-align: right;
    }
}

.account__sort .input-group {
    margin-bottom: 0;
}

.jcf-select-inline.jcf-select-jcf {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

label,
.label {
    display: block;
    float: none;
    font-weight: bold;
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
    margin-bottom: 13px;
}

label.disabled,
.label.disabled {
    cursor: not-allowed !important;
    opacity: 0.5;
}

.input-group {
    margin-bottom: 25px;
}

.input-group input,
.input-group .tags-input,
.input-group optgroup,
.input-group select,
.input-group textarea,
.input-group .jcf-select,
.input-group .jcf-file,
.input-group .jcf-scrollbar {
    margin-bottom: 0;
}

.input-group span {
    line-height: 16px;
}

.input-group .form__links {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
}

.input-group.error,
.submission-form td .input-group.error,
.submission-form td .input-group.error--not-image {
    margin-bottom: 3px;
}

.input-group.error input,
.submission-form td .input-group.error--not-image input,
.input-group.error .tags-input,
.submission-form td .input-group.error--not-image .tags-input,
.input-group.error optgroup,
.submission-form td .input-group.error--not-image optgroup,
.input-group.error select,
.submission-form td .input-group.error--not-image select,
.input-group.error textarea,
.submission-form td .input-group.error--not-image textarea,
.input-group.error .jcf-select,
.submission-form td .input-group.error--not-image .jcf-select,
.input-group.error .jcf-file,
.submission-form td .input-group.error--not-image .jcf-file,
.input-group.error .jcf-scrollbar,
.submission-form td .input-group.error--not-image .jcf-scrollbar {
    -webkit-box-shadow: inset 0px 0px 0px 1px #EF4623;
    -moz-box-shadow: inset 0px 0px 0px 1px #EF4623;
    box-shadow: inset 0px 0px 0px 1px #EF4623;
}

.input-group.error .form__links,
.submission-form td .input-group.error--not-image .form__links {
    color: #EF4623;
    margin-top: 0px;
    top: -4px;
    position: relative;
}

.input-group .label.error,
.input-group .submission-form td .label.error--not-image,
.submission-form td .input-group .label.error--not-image,
.input-group label.error,
.input-group .submission-form td label.error--not-image,
.submission-form td .input-group label.error--not-image {
    color: #EF4623;
}

.input-group .label.error~input,
.input-group .submission-form td .label.error~input,
.input-group .submission-form td .label.error--not-image~input,
.submission-form td .input-group .label.error--not-image~input,
.input-group .label.error~.tags-input,
.input-group .submission-form td .label.error~.tags-input,
.input-group .submission-form td .label.error--not-image~.tags-input,
.submission-form td .input-group .label.error--not-image~.tags-input,
.input-group .label.error~select,
.input-group .submission-form td .label.error~select,
.input-group .submission-form td .label.error--not-image~select,
.submission-form td .input-group .label.error--not-image~select,
.input-group .label.error~.jcf-select,
.input-group .submission-form td .label.error~.jcf-select,
.input-group .submission-form td .label.error--not-image~.jcf-select,
.submission-form td .input-group .label.error--not-image~.jcf-select,
.input-group label.error~input,
.input-group .submission-form td label.error~input,
.input-group .submission-form td label.error--not-image~input,
.submission-form td .input-group label.error--not-image~input,
.input-group label.error~.tags-input,
.input-group .submission-form td label.error~.tags-input,
.input-group .submission-form td label.error--not-image~.tags-input,
.submission-form td .input-group label.error--not-image~.tags-input,
.input-group label.error~select,
.input-group .submission-form td label.error~select,
.input-group .submission-form td label.error--not-image~select,
.submission-form td .input-group label.error--not-image~select,
.input-group label.error~.jcf-select,
.input-group .submission-form td label.error~.jcf-select,
.input-group .submission-form td label.error--not-image~.jcf-select,
.submission-form td .input-group label.error--not-image~.jcf-select {
    border-color: #EF4623;
    outline: none;
}

.input-group .label.error label,
.input-group .submission-form td .label.error--not-image label,
.submission-form td .input-group .label.error--not-image label,
.input-group .label.error .label,
.input-group .submission-form td .label.error--not-image .label,
.submission-form td .input-group .label.error--not-image .label,
.input-group label.error label,
.input-group .submission-form td label.error--not-image label,
.submission-form td .input-group label.error--not-image label,
.input-group label.error .label,
.input-group .submission-form td label.error--not-image .label,
.submission-form td .input-group label.error--not-image .label {
    display: inline-block;
    color: #EF4623;
}

.input-group .label.info .message,
.input-group label.info .message {
    color: #418fde;
}

.input-group__field-container {
    position: relative;
}

.input-group__field-container--right-icon {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}

.input-group__field-container--right-icon .form-control {
    border-right: 0;
    padding-right: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    border: 1px solid #ccc;
    display: table-cell;
    border-right: 0;
}

.input-group-addon:after {
    content: "";
    border-right: 1px solid #ccc;
    padding: 2px 5px;
}

.input-group-addon--right {
    padding: 0 10px;
    border-left: 0;
    border-right: 1px solid #ccc;
}

.input-group-addon--right:after {
    display: none;
}

.reproducible input,
.reproducible .tags-input,
.reproducible optgroup,
.reproducible select,
.reproducible textarea {
    width: 85%;
}

.reproducible input[type=email],
.reproducible .tags-input[type=email] {
    width: calc(100% - 155px);
}

.reproducible .actions {
    display: inline-block;
}

.reproducible [class*=ctrl-field] {
    width: 5%;
    display: inline-block;
    text-align: center;
}

.reproducible [class*=ctrl-field].hidden {
    display: none;
}

input[disabled],
.tags-input[disabled],
select[disabled] {
    cursor: not-allowed !important;
    opacity: 0.5;
}

textarea.proxy_code {
    max-height: none;
    max-width: 100%;
    min-height: 300px;
}

input::-ms-clear,
.tags-input::-ms-clear {
    display: none;
}

input::-ms-reveal,
.tags-input::-ms-reveal {
    display: none;
}

input::-webkit-outer-spin-button,
.tags-input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button,
.tags-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.visuallyhidden,
.is-accessible {
    left: -999em;
    position: absolute;
}

.error-input {
    border: 1px solid red;
}

.error-input+.jcf-select {
    border: 1px solid red;
}

.liteartumUserProfileWidget input[type=email]:invalid,
.liteartumUserProfileWidget .tags-input[type=email]:invalid,
.registrationPopup input[type=email]:invalid,
.registrationPopup .tags-input[type=email]:invalid,
.registration input[type=email]:invalid,
.registration .tags-input[type=email]:invalid,
.profileMainDropZone input[type=email]:invalid,
.profileMainDropZone .tags-input[type=email]:invalid,
.literatumRegistrationWidget input[type=email]:invalid,
.literatumRegistrationWidget .tags-input[type=email]:invalid,
.registration-form input[type=email]:invalid,
.registration-form .tags-input[type=email]:invalid {
    background: #de4646;
    color: #ffffff;
}

.jcf-select,
.jcf-file {
    padding: 9px 8px 11px;
    max-height: 40px;
    border: 1px solid #ccc;
    background: inherit;
    width: 100%;
    margin-bottom: 20px;
}

.jcf-select-text {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 0.9375rem;
}

.jcf-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 1px solid #777;
    border-radius: 9px;
    margin: 0 3px 0 0;
    height: 16px;
    width: 16px;
}

.jcf-radio span {
    display: none;
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    background: #777;
    border-radius: 100%;
}

.jcf-radio input[type=radio],
.jcf-radio .tags-input[type=radio] {
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-radio.jcf-checked span {
    display: block;
}

.jcf-checkbox {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
    background: #fff;
    border: 2px solid #959595;
    margin: 0;
    margin-right: 20px;
    height: 22px;
    width: 22px;
    padding: 0;
    float: left;
}

.jcf-checkbox span {
    position: absolute;
    display: none;
    height: 6px;
    width: 10px;
    top: 50%;
    margin: -7px 0 0 0;
    border: 0 solid #777;
    border-bottom-width: 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
    left: -50%;
    margin-right: -6px;
    border-left: 3px solid #000;
}

:root .jcf-checkbox span {
    margin: -4px 0 0;
    margin-left: -5px;
}

.jcf-checkbox input[type=checkbox],
.jcf-checkbox .tags-input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    left: 0;
    top: 0;
}

.jcf-checkbox.jcf-checked span {
    display: block;
}

.checkbox--primary .jcf-checkbox:before,
.checkbox--primary .jcf-checkbox:after,
.checkbox--primary .jcf-checkbox~span:before,
.checkbox--primary .jcf-checkbox~span:after,
.checkbox--primary .jcf-checkbox span:before,
.checkbox--primary .jcf-checkbox span:after,
.checkbox--secondary .jcf-checkbox:before,
.checkbox--secondary .jcf-checkbox:after,
.checkbox--secondary .jcf-checkbox~span:before,
.checkbox--secondary .jcf-checkbox~span:after,
.checkbox--secondary .jcf-checkbox span:before,
.checkbox--secondary .jcf-checkbox span:after {
    display: none;
}

.checkbox--primary .jcf-checkbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #404042;
    margin-right: 10px;
    line-height: 15px;
    float: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.checkbox--primary .jcf-checkbox span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    height: 20px;
    width: 20px;
    background: #404042;
}

.checkbox--primary .jcf-checkbox span:before {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    content: "";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.checkbox--secondary .jcf-checkbox {
    position: relative;
    display: block;
    float: right;
    border: none;
    width: 36px;
    height: 20px;
    background-color: #b0b0b0;
    border-radius: 10px;
    line-height: 15px;
    transition: 0.4s;
}

.checkbox--secondary .jcf-checkbox span {
    display: block;
    position: absolute;
    height: 14px;
    width: 14px;
    bottom: 3px;
    top: auto;
    left: auto;
    right: 16px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    transition: 0.4s;
    border-radius: 100%;
    border: none;
}

.checkbox--secondary .jcf-checkbox.jcf-checked {
    background-color: #404042;
}

.checkbox--secondary .jcf-checkbox.jcf-checked span {
    right: 4px;
}

.radio--primary .jcf-radio:before,
.radio--primary .jcf-radio:after,
.radio--primary .jcf-radio~span:before,
.radio--primary .jcf-radio~span:after,
.radio--primary .jcf-radio span:before,
.radio--primary .jcf-radio span:after,
.radio--secondary .jcf-radio:before,
.radio--secondary .jcf-radio:after,
.radio--secondary .jcf-radio~span:before,
.radio--secondary .jcf-radio~span:after,
.radio--secondary .jcf-radio span:before,
.radio--secondary .jcf-radio span:after {
    display: none;
}

.radio--primary .jcf-radio {
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 2px solid #000;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 15px;
    float: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}

.radio--primary .jcf-radio span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    height: 20px;
    width: 20px;
    border-radius: 0;
    background: #000;
}

.radio--primary input:checked~span:before,
.radio--primary .tags-input:checked~span:before {
    box-shadow: inset 0 0 0 2px white;
}

.radio--secondary .jcf-radio {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #404042;
    border-radius: 100%;
    margin-right: 10px;
    line-height: 15px;
    float: left;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 0;
}

.radio--secondary .jcf-radio span {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: static;
    height: 20px;
    width: 20px;
    background: #404042;
    border-radius: 0;
}

.radio--secondary .jcf-radio span:before {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: center;
    content: "";
    font-family: icomoon !important;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    border: 0;
    margin: 0;
    height: auto;
    width: auto;
}

.jcf-button {
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    border: 1px solid #777;
    background: #fff;
    margin: 0 0 10px 0;
    padding: 5px 10px;
    margin-left: 10px;
}

.jcf-button .jcf-real-element {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    outline: none;
    opacity: 0;
    padding: 0;
    margin: 0;
    border: 0;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.jcf-file {
    display: inline-block;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    background: inherit;
}

.jcf-file .jcf-real-element {
    position: absolute;
    width: 230px;
    cursor: pointer;
    height: 200px;
    margin: 0;
    top: 9px;
    left: 8px;
}

.jcf-file .jcf-fake-input {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
    overflow: hidden;
    border: 1px solid #777;
    padding: 5px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 28px;
    width: 125px;
}

.jcf-file .jcf-upload-button {
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #404042;
    margin: 0;
    padding: 5px 10px;
    line-height: 28px;
    background: #404042;
    color: #fff;
    font-weight: bold;
    margin-left: -1px;
}

.jcf-scrollable-wrapper {
    box-sizing: content-box;
    position: relative;
}

.jcf-scrollbar-vertical {
    position: absolute;
    cursor: default;
    background: #e3e3e3;
    width: 14px;
    bottom: 0;
    right: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 14px;
    width: 14px;
    left: 0;
    top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #888;
    height: 1px;
    width: 14px;
}

.jcf-scrollbar-horizontal {
    position: absolute;
    background: #e3e3e3;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #888;
    height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
    visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
    background: #e3e3e3;
}

.jcf-select {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: inherit;
    width: 100%;
    min-width: 150px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
    background-position: calc(100% - 20px) center, calc(100% - 15px) center;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
}

.jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    color: #63666a;
}

body>.jcf-select-drop {
    position: absolute;
    margin: -1px 0 0;
    z-index: 40;
}

body>.jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
    position: absolute;
    margin-top: 0px;
    z-index: 40;
    top: 100%;
    left: -1px;
    right: -1px;
}

.jcf-select .jcf-drop-flipped {
    bottom: 100%;
    top: auto;
}

.jcf-select.jcf-compact-multiple {
    max-width: 220px;
}

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
    display: inline-block;
    padding-top: 2px;
    content: "...";
}

.jcf-select-drop .jcf-select-drop-content {
    border: 1px solid #b0b0b0;
}

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
    background: none;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
    display: inline-block;
    content: "";
    height: 4px;
    width: 8px;
    margin: -7px 5px 0 -3px;
    border: 3px solid #777;
    border-width: 0 0 3px 3px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";
}

.jcf-list-box {
    overflow: hidden;
    display: inline-block;
    border: 1px solid #b8c3c9;
    min-width: 200px;
    margin: 0 15px;
}

.jcf-list {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #fff;
    line-height: 14px;
    font-size: 12px;
    font-size: 0.75rem;
    width: 100%;
}

.jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
}

.jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.jcf-list ul li {
    overflow: hidden;
    display: block;
}

.jcf-list .jcf-overflow {
    overflow: auto;
}

.jcf-list .jcf-option {
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 5px 9px;
    color: #656565;
    min-height: 14px;
    height: 1%;
}

.jcf-list .jcf-disabled {
    background: inherit !important;
    color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
    background: #e6e6e6;
    color: #000;
}

.jcf-list .jcf-optgroup-caption {
    white-space: nowrap;
    font-weight: bold;
    display: block;
    padding: 5px 9px;
    cursor: default;
    color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
    padding-left: 30px;
}

.jcf-textarea {
    border: 1px solid #b8c3c9;
    box-sizing: content-box;
    display: inline-block;
    position: relative;
}

.jcf-textarea .jcf-scrollbar-horizontal {
    display: none;
    height: 0;
}

.jcf-textarea textarea {
    padding: 8px 10px;
    border: none;
    margin: 0;
}

.jcf-textarea .jcf-resize {
    position: absolute;
    text-align: center;
    cursor: se-resize;
    background: #e3e3e3;
    font-weight: bold;
    line-height: 15px;
    text-indent: 1px;
    font-size: 12px;
    font-size: 0.75rem;
    height: 15px;
    width: 14px;
    bottom: 0;
    right: 0;
}

.jcf-textarea .jcf-resize:before {
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    display: block;
    margin: 4px 0 0 3px;
    width: 6px;
    height: 6px;
    content: "";
}

.jcf-number {
    display: inline-block;
    position: relative;
    height: 32px;
}

.jcf-number input,
.jcf-number .tags-input {
    -moz-appearance: textfield;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number .tags-input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button,
.jcf-number .tags-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.jcf-number input,
.jcf-number .tags-input {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #777;
    padding: 3px 27px 3px 7px;
    margin: 0;
    height: 100%;
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
    position: absolute;
    background: #aaa;
    width: 20px;
    height: 15px;
    right: 1px;
    top: 1px;
}

.jcf-number .jcf-btn-dec {
    top: auto;
    bottom: 1px;
}

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
    background: #e6e6e6;
}

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
    background: #aaa;
}

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -4px;
    border: 4px solid #aaa;
    border-color: transparent transparent #000 transparent;
}

.jcf-number .jcf-btn-dec:before {
    margin: -1px 0 0 -4px;
    border-color: #000 transparent transparent transparent;
}

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
    opacity: 0.3;
}

.jcf-number.jcf-disabled input,
.jcf-number.jcf-disabled .tags-input {
    background: #ddd;
}

.jcf-range {
    display: inline-block;
    min-width: 200px;
    margin: 0 10px;
    width: calc(100% - 20px);
}

.jcf-range .jcf-range-track {
    margin: 0 20px 0 0;
    position: relative;
    display: block;
    height: 10px;
}

.jcf-range .jcf-range-wrapper {
    position: relative;
    background: #e5e5e5;
    border-radius: 5px;
    display: block;
    margin: 5px 0;
}

.jcf-range.jcf-vertical {
    min-width: 0;
    width: auto;
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
    margin: 0;
    width: 10px;
    height: auto;
    padding: 20px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-track {
    height: 180px;
    width: 10px;
}

.jcf-range.jcf-vertical .jcf-range-handle {
    left: -5px;
    top: auto;
    cursor: ns-resize;
}

.jcf-range .jcf-range-display-wrapper {
    position: absolute;
    min-height: 10px;
    min-width: 10px;
    left: 10px;
    right: 10px;
}

.jcf-range .jcf-range-display {
    border-radius: 5px;
    position: absolute;
    background: #888;
    opacity: 0;
    width: 10px;
    height: 10px;
}

.jcf-range .jcf-range-display.jcf-range-min {
    margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
}

.jcf-range .jcf-range-display.jcf-range-max {
    margin: 0 -10px 0 0;
    padding: 0 10px 0 0;
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
    left: auto;
    right: auto;
    top: 10px;
    bottom: 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
    margin: 0 0 -10px;
    padding: 0 0 10px;
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
    margin: -10px 0 0;
    padding: 10px 0 0;
}

.jcf-range .jcf-range-handle {
    position: absolute;
    background: #aaa;
    border-radius: 19px;
    width: 19px;
    height: 19px;
    margin: -4px 0 0;
    z-index: 1;
    top: 0;
    left: 0px;
    cursor: ew-resize;
}

.jcf-range-handle.jcf-index-1[style="left: 0%;"],
.jcf-range-handle.jcf-index-2[style="left: 100%;"] {
    z-index: 0;
}

.jcf-range .jcf-range-mark {
    position: absolute;
    overflow: hidden;
    background: #000;
    width: 1px;
    height: 3px;
    top: -7px;
    margin: 0 0 0 9px;
}

.jcf-range.jcf-vertical .jcf-range-mark {
    margin: 0 0 9px;
    left: 14px;
    top: auto;
    width: 3px;
    height: 1px;
}

.jcf-range .jcf-active-handle {
    z-index: 2;
}

.jcf-range.jcf-focus .jcf-active-handle {
    margin: -5px 0 0 -1px;
}

.jcf-range.jcf-disabled {
    background: none !important;
    opacity: 0.3;
}

.jcf-list .jcf-option {
    min-height: 40px;
    padding: 13px 8px 11px;
}

.jcf-list .jcf-option.jcf-hover {
    background-color: #f9f9f9;
}

.jcf-list li~li {
    border-top: 1px solid #ccc;
}

.jcf-range-frequencies {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 10px;
}

.jcf-range-frequencies__slice {
    display: block;
    height: 10px;
    float: left;
    background: #333;
}

.jcf-range-frequencies__slice:first-child {
    border-radius: 5px 0 0 5px;
}

.jcf-range-frequencies__slice:last-child {
    border-radius: 0 5px 5px 0;
}

.jcf-file {
    max-height: none;
}

.w-slide {
    left: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 250ms;
    background: #fff;
    bottom: 0;
    z-index: 9999;
}

.w-slide__not-fullWidth .w-slide {
    width: 28%;
}

.w-slide_head {
    position: fixed;
    width: 100%;
    z-index: 20;
    background-color: #e1e1e1;
    color: #fff;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 0.875rem;
    padding: 13px;
    max-height: 40px;
}

.w-slide__content {
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 40px 0 0;
}

.w-slide__content>a,
.w-slide__content>ul>li {
    font-size: 0.875rem;
    font-weight: bold;
    padding: 17px 15px;
    display: block;
    line-height: 0.875rem;
    color: #212121;
    border-top: 2px solid #eee;
}

.w-slide__content>a:last-child,
.w-slide__content>ul>li:last-child {
    border-bottom: 2px solid #eee;
}

.w-slide__content .separator>li~li {
    border-top: 2px solid #eee;
    margin-top: 0;
    padding: 17px 15px;
}

.w-slide__content ul[data-db-target-of]:not(.innerDropblock) {
    display: block !important;
    box-shadow: none;
    position: static;
}

.w-slide__content ul[data-db-target-of]:not(.innerDropblock)+div[data-db-target-of] {
    display: none !important;
}

.w-slide__content[original-target="#filter"] {
    margin-top: 15px;
}

.w-slide__back {
    float: left;
}

.w-slide__back i {
    margin-right: 15px;
    font-size: 0.875rem;
    color: #9e9e9e;
}

.w-slide__title {
    display: inline-block;
    position: absolute;
    transform: translateX(100%);
    transition: all 50ms;
    left: 50%;
    color: transparent;
    max-height: 15px;
    overflow: hidden;
}

.w-slide__title.js--open {
    transform: translateX(-50%);
    color: #404042;
    transition: all 0ms;
}

[class*=nested--] {
    left: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    transition: all 250ms;
    background: #fff;
    bottom: 0;
    z-index: 10;
}

.slide-item .creative-work__title {
    color: #404042;
}

.w-slide__not-fullWidth.slide-is-active {
    position: relative;
}

.w-slide__not-fullWidth.slide-is-active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.46);
    z-index: 6;
}

.source_example .quick-search__button {
    width: 8%;
    margin-right: 2%;
}

.source_example .quick-search__text {
    width: 47%;
}

.source_example .quick-search__ctrl__refine,
.source_example .quick-search__ctrl__refine--hide {
    width: 12%;
}

.source_example .jcf-select-quick-search__select.jcf-select {
    width: 21%;
}

.source_example .jcf-select-quick-search__select.jcf-select:after {
    padding-right: 5px;
}

.source_example.extended {
    min-width: 600px;
}

.source_example .registration-popup,
.source_example .login-popup,
.source_example .username-popup,
.source_example .societyID-popup {
    display: block;
}

.source_example .popup {
    position: relative;
}

.source_clarify_content .wrapper {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ddd;
}

.source_clarify_content .registration-popup,
.source_clarify_content .login-popup {
    display: block;
}

.svg-sprite {
    display: none;
}

.article__access {
    font-size: 12px;
    font-size: 0.75rem;
    float: right;
}

.article--res .article__access {
    float: none;
}

.article__access__type i {
    margin-right: 5px;
}

.article__access__type+.article__cc:before {
    content: "|";
    padding: 0 5px;
    font-weight: 700;
}

.accordion--bordered .accordion__content {
    border-left: 2px solid #f0f0f0;
    padding-left: 0.5em;
}

.accordion__content {
    width: 100%;
    clear: both;
    display: none;
}

.accordion__content.bordered {
    border-left: 2px solid #f0f0f0;
    padding-left: 0.5rem;
}

.accordion__content.js--open {
    display: block;
}

.accordion__control {
    display: block;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: bold;
}

.accordion__control i[class*=icon-] {
    font-size: 10px;
    font-size: 0.625rem;
    margin-top: 8px;
    margin-left: 15px;
}

.accordion__control:hover,
.accordion__control:focus,
.accordion__control:active {
    text-decoration: none;
    color: #59595c;
}

.accordion__control__text {
    float: left;
}

.accordion__control.js--open i.icon-section_arrow_d:before {
    content: "";
}

.accordion__control.js--open i.accordion-expand-icon {
    transform: rotateX(180deg);
}

.accordion__control.js--open+.accordion__content {
    display: block;
}

.accordion__control.bordered {
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.5em;
}

.accordion__control.sub {
    color: #d6d6d6;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.accordion-tabbed {
    font-size: 14px;
    font-size: 0.875rem;
}

.accordion-tabbed__tab:not(:first-child) {
    border-top: 1px solid;
}

.accordion-tabbed__tab:first-child .accordion-tabbed__tab__control {
    padding-top: 0;
}

.accordion-tabbed__tab.js--open .accordion-tabbed__content {
    display: block;
}

.accordion-tabbed__control {
    display: block;
    width: 100%;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    color: #555;
}

.accordion-tabbed__control:hover,
.accordion-tabbed__control:focus,
.accordion-tabbed__control:active {
    text-decoration: none;
    color: #404042;
}

.opened .accordion-tabbed__control {
    cursor: default;
}

.accordion-tabbed__content {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: #f0f0f0;
    padding: 10px 0;
    display: none;
}

.accordion--centered {
    text-align: center;
}

.accordion--centered a {
    margin: 0 auto 14px;
    width: auto;
}

.accordion--centered i {
    float: none;
    display: inline-block;
}

.accordion--centered .accordion__content {
    padding-bottom: 15px;
}

.accordion__control[aria-expanded=true]+.accordion__content {
    display: block;
}

.accordion-with-arrow .accordion-tabbed__control:after {
    content: "";
    float: right;
    font-family: icomoon !important;
    font-size: 8px;
    font-size: 0.5rem;
    padding-right: 10px;
}

.accordion-with-arrow .js--open>.accordion-tabbed__control:after {
    content: "";
}

[data-accordion-vport]:not(.accordion-vport--res) .accordion-tabbed__tab {
    border: none;
}

[data-accordion-vport]:not(.accordion-vport--res) .accordion-tabbed__control {
    cursor: default;
    padding: 15px 0 0;
}

[data-accordion-vport]:not(.accordion-vport--res) .accordion-tabbed__content {
    border: none;
}

[data-db-parent-of]:not(.sticko):not(.sticko__md):not(.js--not-parent):not(.fixed-element) {
    position: relative;
}

[data-db-target-of] {
    display: none;
    position: absolute;
    text-align: left;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    z-index: 9;
}

[data-db-target-of].js--open {
    display: block;
}

[data-db-target-of].inverse {
    color: #fff;
    background-color: #404042;
    padding: 25px;
}

.base>[data-db-target-of] {
    padding: 25px;
    background-color: #fff;
    min-width: 225px;
}

.dropBlock--actions {
    position: relative;
    display: inline-block;
}

.dropBlock--actions .dropBlock__holder {
    right: 0;
}

.dropBlock--actions li {
    border-bottom: 1px solid #eee;
    width: auto;
    min-width: 104px;
    color: black;
    background: white;
}

@media (max-width: 767px) {
    .dropBlock--actions {
        width: 100%;
    }

    .dropBlock--actions .dropBlock__holder {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropBlock--actions .btn--actions {
        display: none;
    }

    .dropBlock--actions li {
        border: 1px solid #eee;
        display: block;
    }
}

.dropBlock__link {
    position: relative;
}

.dropBlock .icon-arrow_d_n {
    position: absolute;
    right: 5px;
}

figure {
    margin: 0 0 15px;
}

.article__tabFigure:not(:first-child) {
    padding-top: 18px;
}

.figure__image {
    margin-bottom: 5px;
}

.figure__image[data-src=""] {
    display: none;
}

.figure__title {
    font-weight: bold;
    margin-right: 5px;
}

.w-slide .figure__title {
    display: block;
    text-transform: uppercase;
}

figcaption {
    cursor: default;
}

.w-slide figcaption {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 10px;
}

figcaption .accordion__control {
    font-weight: normal;
    margin-top: 5px;
}

.parent-item {
    color: #808284;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
}

.parent-item .comma:after {
    content: ",";
    margin: 0 6px 0 2px;
}

.pagination {
    text-align: center;
    margin-top: 100px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .pagination {
        margin-top: 50px;
    }
}

.pagination__btn--prev:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 14px;
    font-size: 0.875rem;
    padding-right: 10px;
}

.pagination__btn--next:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    font-size: 14px;
    font-size: 0.875rem;
    padding-left: 10px;
}

.pagination__list {
    display: inline;
}

.pagination__list a {
    padding: 0 23px;
}

@media (max-width: 531px) {
    .pagination__list a {
        padding: 0 13px;
    }
}

.pagination__list a.active {
    font-weight: bold;
    text-decoration: underline;
}

.pagination__list a:hover {
    text-decoration: underline;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr {
    font-weight: 600;
}

table td,
table th {
    padding: 1em;
}

table td:not([align]),
table th:not([align]) {
    text-align: left;
}

table th {
    color: #000;
}

@media (max-width: 531px) {
    table.stacked th {
        display: none;
    }

    table.stacked td,
    table.stacked tbody,
    table.stacked thead,
    table.stacked tr {
        display: block;
        width: 100%;
        border: none;
    }

    table.stacked td {
        padding: 5px 0;
    }

    table.stacked td:first-child {
        padding-top: 20px;
        border-top: 1px solid #f0f0f0;
    }

    table.stacked td:not(.unlabeled):before {
        content: attr(data-thead) ":  ";
        display: block;
        float: left;
        color: #808284;
        margin-right: 5px;
    }

    table.stacked td.action {
        display: inline-block;
        padding-bottom: 10px;
        width: auto;
        margin-right: 10px;
    }
}

.separator td,
.separator th {
    border-bottom: 1px solid #f0f0f0;
    padding: 1.8em 0 1.8em;
    padding-right: 1em;
}

.separator th {
    padding-bottom: 1em;
}

@media (max-width: 531px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        overflow-x: auto;
    }
}

@media (max-width: 767px) {
    .expandable tbody tr {
        padding: 1.8em 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .expandable tbody tr:not(.hidden) {
        display: block;
    }

    .expandable td {
        padding: 0;
        border: 0;
    }

    .expandable td:not(.hidden):first-child {
        display: block;
    }

    .expandable td:not(.hidden):first-child:before {
        content: attr(data-thead);
        display: block;
        color: #808284;
    }

    .expandable td:not(:first-child) {
        display: block;
    }

    .expandable td:not(:first-child):before {
        content: attr(data-thead) ":  ";
        display: block;
        float: left;
        color: #808284;
        margin-right: 5px;
    }

    .expandable td:not(:first-child):after {
        clear: both;
        content: "";
        display: block;
    }

    .expandable th {
        display: none;
    }

    .expandable .to_hide {
        padding-top: 10px;
    }
}

.expandable .table__control__button {
    position: relative;
    z-index: 99;
    float: right;
    padding: 0 15px;
}

.expandable .table__control__button i {
    display: none;
    font-size: 5px;
    font-size: 0.3125rem;
    margin-top: 5px;
    font-weight: bold;
    color: #404042;
}

@media (max-width: 531px) {
    .expandable .table__control__button i {
        display: block;
    }
}

.expandable .unlabeled:before {
    display: none;
}

.expandable .js--expanded i {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}

@media (max-width: 531px) {
    .expandable .js--expanded td {
        padding-bottom: 0;
        border: none;
    }
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.table-striped--hover .clickable-row:hover {
    cursor: pointer;
    background-color: #fafafa;
}

@media (max-width: 767px) {
    .table-actions tbody tr {
        padding: 1em 0 0;
    }

    .table-actions .js--expanded .to_hide {
        display: block !important;
    }

    .table-actions .js--expanded .icon-arrow_d_n {
        transform: rotate(180deg);
    }

    .table-actions td.table__td--dropdown:before {
        content: " ";
    }

    .table-actions td:not(:first-child):before {
        content: attr(data-thead);
        float: none;
    }

    .table-actions td.to_hide {
        display: none !important;
    }
}

.table-actions .icon-arrow_d_n {
    font-size: 6.4px;
    font-size: 0.4rem;
    margin-top: 10px;
}

@media (max-width: 531px) {
    .table-checkboxes.expandable td:first-child:before {
        display: none;
    }

    .table-checkboxes.expandable .to_hide {
        padding-left: 28px;
    }
}

.table__mark {
    max-width: 50px;
}

@media (max-width: 531px) {
    .table__mark .jcf-checkbox {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-right: 10px;
        line-height: 15px;
        float: left;
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }
}

@media (min-width: 992px) {
    .table__action {
        background: transparent;
        color: #808284;
        border: 0;
    }
}

.tab__pane {
    font-size: 14px;
    font-size: 0.875rem;
}

.tab__content .tab__pane {
    display: none;
    padding-top: 10px;
}

.tab__content .tab__pane--clear {
    padding-top: 0;
}

.tab__content .tab__pane.active {
    display: block;
}

.tab__nav {
    font-size: 11px;
    font-size: 0.6875rem;
}

.tab__nav li {
    display: inline-block;
    margin-bottom: 10px;
}

.tab__nav i {
    display: block;
    text-align: center;
    color: #404042;
    font-size: 20px;
    font-size: 1.25rem;
}

.tab__nav span {
    line-height: 2;
}

.tab__nav a {
    display: block;
    padding: 8px;
    border-bottom: 1px solid #b0b0b0;
}

.tab__nav .active a {
    border-bottom-width: 2px;
    border-bottom-color: #404042;
    font-weight: 700;
}

.tab__nav .active a i {
    font-weight: 700;
    color: #404042;
}

.scroll .tab__nav {
    padding-right: 20px;
}

.tab__nav .disabled {
    color: #e1e1e1;
    cursor: default;
}

.tab__nav .disabled i {
    color: #e1e1e1;
}

.tab--flex .tab__nav {
    display: flex;
}

.tab--flex .tab__nav:after,
.tab--flex .tab__nav:before {
    display: table;
    clear: both;
    content: " ";
}

.tab--flex .tab__nav li {
    flex: 1;
    text-align: center;
}

.tab--aside>.tab__nav {
    width: 20%;
    float: left;
}

.tab--aside>.tab__nav li {
    display: block;
}

.tab--aside>.tab__nav a {
    border: none;
    padding: 10px;
    border-left: 4px solid transparent;
}

.tab--aside>.tab__nav .active a {
    border-left-color: #404042;
}

.tab-link:not(.primary-blue-color) {
    color: #000;
    font-weight: 600;
}

.tab .dropBlock>a {
    background: #eee;
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
    display: block;
}

.tab .dropBlock i {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bolder;
    color: #404042;
    margin-top: 5px;
}

.tab .dropBlock ul {
    background: #fff;
}

.tab.clean .empty {
    display: none;
}

.tab--aside>.tab__content {
    width: 80%;
    float: right;
}

.tab_with_bg .tab__nav {
    margin-bottom: 10px;
    box-shadow: inset 0 -1px 0 0 #b0b0b0;
}

.tab_with_bg .tab__nav li {
    margin-bottom: 0;
}

.tab_with_bg .tab__nav a {
    border-bottom: none;
}

.tab_with_bg .tab__nav .active a {
    border-bottom: 2px solid;
}

.tab--res.tab--slide .tab__content {
    visibility: hidden;
    opacity: 0;
}

.lock-screen .tab--res.tab--slide .tab__content {
    visibility: visible;
    opacity: 1;
}

.tab--res.tab--aside>.tab__content {
    width: 100%;
    float: none;
}

.tab--res .dropBlock li {
    display: block;
    margin-bottom: 0px;
}

.tab--res .dropBlock li a {
    padding: 8px;
}

.tab--res .dropBlock li.active {
    display: none;
}

.tab--res .dropBlock .tab__nav {
    display: none;
}

.tab--res .dropBlock .tab__nav.js--open {
    display: block;
    width: 100% !important;
}

.tab--res .dropBlock .tab__nav:after,
.tab--res .dropBlock .tab__nav:before {
    display: none;
    clear: both;
    content: " ";
}

.swipe__wrapper {
    overflow: hidden;
    position: relative;
}

.swipe__wrapper .scroll {
    overflow: auto;
    -ms-overflow-style: none;
    padding: 0 20px;
    overflow: -moz-scrollbars-none;
}

.swipe__wrapper .scroll::-webkit-scrollbar {
    display: none;
}

.swipe__wrapper:after,
.swipe__wrapper:before {
    content: " ";
    position: absolute;
    top: 0;
    width: 30px;
    height: calc(100% - 2px);
}

.swipe__wrapper:after {
    right: -10px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.4) 0%, #fff 100%);
}

.swipe__wrapper:before {
    left: -10px;
    background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.4) 100%);
}

.swipe-with-arrows .tab--res .tab__nav li,
.swipe-with-arrows.tab--res .tab__nav li {
    display: none;
}

.swipe-with-arrows .tab--res .tab__nav li.active,
.swipe-with-arrows.tab--res .tab__nav li.active {
    display: inline-block;
    white-space: nowrap;
    text-align: left;
}

.swipe-with-arrows .tab--res .tab__nav .arrows-slide,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide {
    display: inline-block;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #b0b0b0;
}

.swipe-with-arrows .tab--res .tab__nav .arrows-slide__single--disabled,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide__single--disabled {
    pointer-events: none;
    opacity: 0.3;
}

.swipe-with-arrows .tab--res .tab__nav .arrows-slide .next,
.swipe-with-arrows .tab--res .tab__nav .arrows-slide .prev,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide .next,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide .prev {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 900;
    color: #000;
}

.swipe-with-arrows .tab--res .tab__nav .arrows-slide .next,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide .next {
    padding-left: 10px;
}

.swipe-with-arrows .tab--res .tab__nav .arrows-slide .prev,
.swipe-with-arrows.tab--res .tab__nav .arrows-slide .prev {
    padding-right: 10px;
}

.swipe-with-arrows .tab--res .tab__nav a:after,
.swipe-with-arrows.tab--res .tab__nav a:after {
    content: "";
    padding: 0;
}

.swipe-with-arrows .tab--res .tab__content,
.swipe-with-arrows.tab--res .tab__content {
    padding-top: 10px;
}

@media (max-width: 991px) {
    .accordion-tabbed__control i {
        display: none;
    }
}

.issue-items.separator>li {
    margin-top: 15px;
    padding-top: 15px;
    border-color: #e6e5e5;
}

.issue-items.separator>li:first-child {
    border-top: 1px solid #e6e5e5;
}

.issue-items.separator>li:last-child {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.issue-item {
    font-size: 14px;
    font-size: 0.875rem;
}

.issue-item__content {
    width: 100%;
}

.issue-item__body--checkbox {
    display: flex;
}

.issue-item__header--checkbox {
    margin-left: 28px;
}

.issue-item__checkbox-container {
    margin-top: 5px;
}

.issue-item__date {
    float: right;
    color: #808284;
    font-weight: 500;
    padding: 3px 0;
}

.issue-item__title {
    display: block;
    clear: both;
}

.issue-item .loa {
    color: #404042;
}

.issue-item .loa li:after {
    content: " ";
    display: inline-block;
}

.issue-item__options {
    color: #67696a;
    font-weight: 500;
}

.issue-item__options li~li {
    margin-left: 15px;
}

.issue-item__options i {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 8px;
    color: #67696a;
    position: relative;
    top: 2px;
}

.issue-item__options a:hover {
    color: #ed1c24;
    cursor: pointer;
}

.issue-item__options a:hover i {
    color: #ed1c24;
}

.issue-item__meta {
    margin-bottom: 10px;
}

.issue-item__meta>a~a {
    border-left: 1px solid #404042;
    margin-left: 15px;
    padding-left: 10px;
}

.issue-item .code {
    text-transform: uppercase;
}

.issue-item:last-child {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 35px;
    padding-bottom: 15px;
}

.sub-heading {
    color: #808284;
    margin-top: 15px;
}

.creative-work {
    margin-bottom: 20px;
}

.creative-work__title {
    overflow-y: hidden;
    position: relative;
    color: #454545;
}

.creative-work__title.min-height {
    height: 4.2em;
}

.creative-work__abstract {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
}

.creative-work__abstract .accordion__control {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    display: inline-block;
    width: auto;
}

.creative-work__abstract .accordion__control i {
    font-size: 7.2px;
    font-size: 0.45rem;
}

.creative-work__img {
    margin-bottom: 10px;
}

.creative-work .parent-item {
    font-size: 13px;
    font-size: 0.8125rem;
}

.creative-work .coverDate {
    padding-right: 5px;
}

.creative-work .coverDate:after {
    content: ",";
}

.creative-work .loa {
    overflow: hidden;
    position: relative;
    color: #999;
}

.creative-work .loa-height {
    height: 2.8em;
}

.creative-work .parent-item {
    color: #9e9e9e;
}

.creative-work .epub {
    color: #9e9e9e;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    float: left;
    margin-right: 5px;
}

.creative-work .meta {
    overflow-y: hidden;
    position: relative;
    color: #9e9e9e;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

.creative-work .meta>*+*:before {
    display: inline;
    content: ", ";
}

.creative-work a:hover {
    color: inherit;
}

.creative-work a:hover .creative-work__title {
    color: #000;
}

li .creative-work {
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 20px;
}

[class*=card] .creative-work__title {
    font-size: 25px;
    font-size: 1.5625rem;
    height: 2.8em;
}

@media (max-width: 767px) {
    [class*=card] .creative-work__title {
        font-size: 16px;
        font-size: 1rem;
    }
}

@-webkit-keyframes pulse {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fade-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fade-slide-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.citation__title {
    line-height: normal;
}

.citation__authors {
    margin: 0 0 15px;
}

.citation__subtitle {
    margin-bottom: 10px;
}

.article--res .citation__subtitle {
    display: none;
}

.citation__breadcrumb {
    display: none;
}

.article--res .citation__breadcrumb {
    display: block;
    margin-top: 15px;
    font-size: 12.96px;
    font-size: 0.81rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.article--res .citation__access__type {
    display: none;
}

.citation__top {
    margin-top: 15px;
}

.article--res .citation__top__item:not(:last-child):after {
    content: "|";
    padding: 0 5px;
    font-weight: 700;
}

.citation__top i {
    color: #404042;
    font-size: 22.08px;
    font-size: 1.38rem;
    vertical-align: middle;
    display: inline-block;
}

.newsletter h2 {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 8px;
    color: inherit;
}

.newsletter p {
    margin: 0;
    font-weight: 600;
}

.newsletter button {
    margin-top: 25px;
}

@media (max-width: 991px) {
    .newsletter {
        margin-top: 20px;
    }
}

.form__links {
    margin-top: 14px;
    color: #808284;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
}

.form__registration .form__links {
    display: block;
    text-align: center;
}

.form__intro-text {
    color: #808284;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #464646;
}

.form__login ::-webkit-input-placeholder,
.form__registration ::-webkit-input-placeholder,
.form__user ::-webkit-input-placeholder,
.form__pass ::-webkit-input-placeholder {
    color: #d4d4d4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.form__login ::-moz-placeholder,
.form__registration ::-moz-placeholder,
.form__user ::-moz-placeholder,
.form__pass ::-moz-placeholder {
    color: #d4d4d4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.form__login :-ms-input-placeholder,
.form__registration :-ms-input-placeholder,
.form__user :-ms-input-placeholder,
.form__pass :-ms-input-placeholder {
    color: #d4d4d4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.form__login :-moz-placeholder,
.form__registration :-moz-placeholder,
.form__user :-moz-placeholder,
.form__pass :-moz-placeholder {
    color: #d4d4d4;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
}

.social-login {
    border-bottom: 1px solid #464646;
    display: block;
    margin-top: 50px;
    margin-bottom: 30px;
}

.social-login i {
    font-size: 30px;
    font-size: 1.875rem;
}

.social-login li {
    margin: 0 20px 17px 0;
}

.social-login .icon-linkedin2 {
    color: #0077b5;
}

.social-login .icon-facebook2 {
    color: #3b5998;
}

.social-login .icon-twitter2 {
    color: #1da1f2;
}

#institutional-login {
    position: absolute;
    right: 0;
    bottom: 0;
}

.ORCID-icon {
    color: white;
    background: black;
    font-weight: 900;
    border-radius: 50%;
    padding: 3px 5px;
    display: inline-block;
    margin-right: 5px;
}

.close {
    float: right;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.ux-modal-container .modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 531px) {
    .ux-modal-container .modal {
        overflow-y: auto;
    }
}

.ux-modal-container .modal-open {
    overflow: hidden;
}

.ux-modal-container .modal-open .ux-modal-container .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.ux-modal-container .modal__header h2 {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    text-align: center;
}

@media (min-width: 768px) {
    .ux-modal-container .modal__header h2 {
        font-size: 32px;
        font-size: 2rem;
    }
}

.ux-modal-container .modal__body {
    position: relative;
}

.ux-modal-container .modal__footer {
    border-top: 1px solid #b0b0b0;
    padding-top: 10px;
    margin-top: 10px;
}

.ux-modal-container .modal__footer button:not(:last-child) {
    margin-left: 10px;
}

.ux-modal-container .modal__dialog {
    overflow: auto;
    position: relative;
    background: #fff;
    padding: 17px 30px 30px;
}

@media (min-width: 768px) {
    .ux-modal-container .modal__dialog {
        border-radius: 10px;
        width: 430px;
        margin: 30px auto;
        max-height: 95%;
    }
}

@media (min-width: 768px) {
    .ux-modal-container .modal--large {
        width: 80%;
        max-width: 700px;
        max-height: 90%;
    }
}

.ux-modal-container .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (max-width: 531px) {
    .ux-modal-container .modal__dialog {
        height: 100%;
    }
}

.ux-modal-container .modal a {
    transition: all 0.15s linear;
    transition-property: color, text-decoration, outline, text-shadow;
    color: #000;
    text-decoration: none;
}

.ux-modal-container .modal a:hover,
.ux-modal-container .modal a:focus,
.ux-modal-container .modal a:active {
    color: #333;
    text-decoration: underline;
}

.ux-modal-container .modal a:hover i,
.ux-modal-container .modal a:focus i,
.ux-modal-container .modal a:active i {
    color: inherit;
}

.ux-modal-container .modal a.focus,
.ux-modal-container .modal a:focus {
    outline: 1px dotted;
    outline-offset: 2px;
    text-decoration-style: double;
    text-decoration-color: rgba(51, 51, 51, 0.4);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background: #fff;
}

@media (min-width: 768px) {
    .modal-backdrop {
        background-color: rgba(189, 189, 190, 0.85);
    }
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.in {
    opacity: 1;
}

.modal--full-width .ux-modal-container .modal__dialog {
    background: transparent;
}

.tools-box {
    border: 3px solid;
    background: #eee;
    padding: 24px 34px;
    display: flex;
}

.tools-box__icon {
    font-size: 30px;
    font-size: 1.875rem;
    color: #404042;
}

.tools-box__content {
    flex-grow: 4;
    padding-top: 5px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tools-box__content {
        flex-grow: 1;
    }
}

.tools-box__item {
    margin-right: 8px;
    padding-left: 8px;
    line-height: 1;
}

@media (max-width: 767px) {
    .tools-box__item {
        margin-bottom: 10px;
    }

    .rlist--inline.separator .tools-box__item {
        border-left: 0;
        display: block;
    }
}

.tools-box__banner {
    text-align: center;
    flex-grow: 1;
}

@media (max-width: 767px) {
    .tools-box__banner {
        padding-top: 25px;
    }
}

.tools-box a {
    font-weight: normal;
}

.refineSearch__content {
    padding: 15px 15px 20px;
    background: #ddd;
    max-width: 570px;
    margin: 0 auto;
    clear: both;
}

@media (max-width: 991px) {
    .refineSearch__content {
        padding: 15px 0;
    }
}

.refineSearch__content:after {
    content: "";
    display: block;
    clear: both;
}

.refineSearch .jcf-select-opener {
    display: none;
}

.refineSearch__top {
    margin-bottom: 36px;
    text-align: center;
}

@media (max-width: 991px) {
    .refineSearch__top {
        text-align: left;
    }
}

.refineSearch__title,
.refineSearch__ctrl__history,
.refineSearch__ctrl__saved {
    display: inline-block;
}

@media (max-width: 991px) {

    .refineSearch__ctrl__history,
    .refineSearch__ctrl__saved {
        width: 50%;
    }
}

.refineSearch__title {
    padding-bottom: 8px;
    border-bottom: 2px solid;
    float: left;
}

@media (max-width: 991px) {
    .refineSearch__title {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: left;
    }
}

.refineSearch__ctrl__saved {
    float: right;
}

.refineSearch__texts .jcf-select {
    width: 28.5%;
    float: left;
}

@media (max-width: 991px) {
    .refineSearch__texts .jcf-select {
        min-width: 30%;
    }
}

.refineSearch__text {
    width: 59%;
    float: left;
    margin-right: 2%;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 7px;
}

@media (max-width: 991px) {
    .refineSearch__text {
        width: 58%;
    }
}

.refineSearch .jcf-select {
    margin-right: 1.5%;
    margin-bottom: 10px;
    height: 30px;
    padding: 7px 5px;
}

.refineSearch__ctrl__add,
.refineSearch__ctrl__remove {
    width: 7%;
    float: right;
}

.refineSearch__ctrl__add i {
    font-size: 32px;
    font-size: 2rem;
}

@media (max-width: 991px) {
    .refineSearch__ctrl__add i {
        margin-left: -4px;
    }
}

.refineSearch__ctrl__remove {
    padding-top: 5px;
}

.refineSearch__ctrl__remove i {
    font-size: 25px;
    font-size: 1.5625rem;
}

.refineSearch .refineSearch__sep {
    float: left;
    margin-right: 1.5%;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 5px;
}

@media (max-width: 991px) {
    .refineSearch .refineSearch__sep {
        display: block;
        float: none;
        clear: both;
        margin-bottom: 5px;
    }
}

.refineSearch__date__title {
    padding-bottom: 12px;
    border-bottom: 1px solid #404042;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 20px;
    color: #b8b8b8;
}

.refineSearch__date {
    clear: both;
    margin-bottom: 6px;
}

.refineSearch__date__last {
    float: left;
}

.refineSearch__date .jcf-select {
    width: 28.5%;
    float: left;
}

.refineSearch__date .jcf-select-text {
    margin: 0;
}

.refineSearch__date__custom {
    clear: left;
    float: left;
}

.refineSearch__date .jcf-select-refineSearch__month,
.refineSearch__date .jcf-select-refineSearch__year {
    width: 15.5%;
    min-width: 50px;
}

@media (max-width: 991px) {

    .refineSearch__date .jcf-select-refineSearch__month,
    .refineSearch__date .jcf-select-refineSearch__year {
        width: 49%;
        margin-right: 0;
    }
}

.refineSearch__date .jcf-select-refineSearch__month {
    margin-right: 1.5%;
}

@media (max-width: 991px) {
    .refineSearch__date .jcf-select-refineSearch__month {
        margin-right: 2%;
        clear: left;
    }
}

.refineSearch__row:last-child {
    margin-bottom: 20px;
}

.refineSearch__ctrl {
    clear: both;
    text-align: center;
}

.refineSearch .radio--primary {
    padding-top: 6px;
    margin-right: 3%;
    margin-bottom: 20px;
}

.refineSearch .radio--primary span:before {
    border-width: 1px;
    background: #fff;
}

.refineSearch label {
    font-weight: normal;
}

.refineSearch__button {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 8px 53px 9px;
    border: 0;
}

.dropBlock .refineSearch {
    position: static;
}

.refineRegion {
    position: relative;
}

.refineRegion .refineSearch {
    position: absolute;
    top: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 15px 18px rgba(119, 119, 119, 0.18);
    margin: 0 -999px;
    padding: 0 999px;
}

@media (max-width: 991px) {
    .refineRegion .refineSearch {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.refineRegion .refineSearch__content {
    background: transparent;
}

.article-table-content {
    overflow: auto;
    display: block;
    border: 1px solid #b0b0b0;
    margin-bottom: 8px;
    width: 100%;
}

.article-table-content table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.article-table-content thead {
    background-color: #eee;
}

.article-table-content th,
.article-table-content td {
    padding: 14px;
}

.article-table-content th {
    border: 1px solid #b0b0b0;
}

.article-table-content th:first-child {
    border-left: none;
}

.article-table-content th:last-child {
    border-right: none;
}

.article-table-content .tableFooter {
    margin: 0 8px;
}

.article-section__inline-figure {
    margin: 65px 0;
}

.article-section__inline-figure figure {
    margin: 0;
    width: 80%;
    float: right;
}

.article-section__inline-figure figure:hover {
    cursor: default;
}

.article-section__inline-figure:after {
    display: block;
    content: "";
    clear: both;
}

.article-section__inline-figure img {
    margin-bottom: 25px;
    cursor: pointer;
}

.article-section__inline-figure figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 26px;
    cursor: default;
}

.article-section__inline-figure figcaption strong {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    color: #404042;
}

.article-section__table-footnotes {
    padding: 14px;
}

.article-section__table-footnotes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.figure-viewer,
.table-viewer {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    display: none;
}

.figure-viewer img,
.figure-viewer .article-table-content,
.table-viewer img,
.table-viewer .article-table-content {
    margin: 0 auto;
    max-height: 100%;
    width: auto;
}

.figure-viewer figure,
.figure-viewer div.holder,
.table-viewer figure,
.table-viewer div.holder {
    margin: 0;
    text-align: center;
}

.figure-viewer button,
.table-viewer button {
    background-color: transparent;
    padding: 0;
}

.figure-viewer.js-opened,
.table-viewer.js-opened {
    display: block;
}

.figure-viewer__hold__fig img:not(.zoomed),
.figure-viewer__hold__fig .article-table-content:not(.zoomed),
.figure-viewer__hold__tbl img:not(.zoomed),
.figure-viewer__hold__tbl .article-table-content:not(.zoomed),
.table-viewer__hold__fig img:not(.zoomed),
.table-viewer__hold__fig .article-table-content:not(.zoomed),
.table-viewer__hold__tbl img:not(.zoomed),
.table-viewer__hold__tbl .article-table-content:not(.zoomed) {
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    padding: 30px 0;
    max-width: 82%;
}

.figure-viewer__hold__fig .zoomed img:hover,
.figure-viewer__hold__fig .zoomed .article-table-content:hover,
.figure-viewer__hold__tbl .zoomed img:hover,
.figure-viewer__hold__tbl .zoomed .article-table-content:hover,
.table-viewer__hold__fig .zoomed img:hover,
.table-viewer__hold__fig .zoomed .article-table-content:hover,
.table-viewer__hold__tbl .zoomed img:hover,
.table-viewer__hold__tbl .zoomed .article-table-content:hover {
    cursor: move;
}

.figure-viewer__hold__figcap,
.figure-viewer__hold__tblcap,
.table-viewer__hold__figcap,
.table-viewer__hold__tblcap {
    font-size: 16px;
    font-size: 1rem;
}

.figure-viewer__hold__figcap figcaption,
.figure-viewer__hold__figcap .tblcaption,
.figure-viewer__hold__tblcap figcaption,
.figure-viewer__hold__tblcap .tblcaption,
.table-viewer__hold__figcap figcaption,
.table-viewer__hold__figcap .tblcaption,
.table-viewer__hold__tblcap figcaption,
.table-viewer__hold__tblcap .tblcaption {
    max-height: 70vh;
    overflow: auto;
}

.figure-viewer__hold__figcap .accordion__control,
.figure-viewer__hold__tblcap .accordion__control,
.table-viewer__hold__figcap .accordion__control,
.table-viewer__hold__tblcap .accordion__control {
    display: none;
}

.figure-viewer__hold__figcap .accordion__content,
.figure-viewer__hold__tblcap .accordion__content,
.table-viewer__hold__figcap .accordion__content,
.table-viewer__hold__tblcap .accordion__content {
    display: block !important;
}

.figure-viewer__hold__list,
.table-viewer__hold__list {
    display: flex;
    flex-wrap: wrap;
    height: 92vh;
    justify-content: space-between;
    align-items: center;
}

.figure-viewer__hold__list figure,
.figure-viewer__hold__list div.holder,
.table-viewer__hold__list figure,
.table-viewer__hold__list div.holder {
    padding: 10px;
    flex-grow: 1;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    width: 50%;
}

.figure-viewer__hold__list figcaption,
.figure-viewer__hold__list .tblcaption,
.table-viewer__hold__list figcaption,
.table-viewer__hold__list .tblcaption {
    display: none;
}

@media (min-width: 992px) {

    .figure-viewer__hold__list img,
    .figure-viewer__hold__list .article-table-content,
    .table-viewer__hold__list img,
    .table-viewer__hold__list .article-table-content {
        max-height: 200px;
    }
}

.figure-viewer__hold__supplementary-nav,
.table-viewer__hold__supplementary-nav {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 80px;
    text-align: center;
}

.figure-viewer__hold__supplementary-nav li,
.table-viewer__hold__supplementary-nav li {
    height: 60px;
    width: 100%;
    display: block;
}

.figure-viewer__hold__supplementary-nav li a,
.table-viewer__hold__supplementary-nav li a {
    padding: 10px;
    border: 2px solid transparent;
    display: block;
    cursor: pointer;
    height: 100%;
}

.figure-viewer__hold__supplementary-nav li a:focus,
.table-viewer__hold__supplementary-nav li a:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.5);
}

.figure-viewer__hold__supplementary-nav li.active a,
.table-viewer__hold__supplementary-nav li.active a {
    border-color: white;
}

.figure-viewer__hold__supplementary-nav img,
.table-viewer__hold__supplementary-nav img {
    max-height: 100%;
    max-width: 100%;
}

.figure-viewer__reg__top,
.table-viewer__reg__top {
    background: #2f2f2f;
    padding: 15px 30px;
}

.figure-viewer__reg__center,
.table-viewer__reg__center {
    position: relative;
    height: 100vh;
}

.figure-viewer__reg__center.scrollable,
.table-viewer__reg__center.scrollable {
    overflow: auto;
    padding-bottom: 16px;
    height: calc(100vh - 56px);
}

.figure-viewer__cent__left,
.table-viewer__cent__left {
    width: 100%;
    transition: width 0.3s;
    position: relative;
}

.figure-viewer__cent__left.js-open,
.table-viewer__cent__left.js-open {
    width: 80%;
}

@media screen and (min-width: 960px) and (max-width: 1180px) {

    .figure-viewer__cent__left.js-open,
    .table-viewer__cent__left.js-open {
        width: 75%;
    }
}

.figure-viewer__cent__right,
.table-viewer__cent__right {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 3;
    width: 20%;
    background: rgba(47, 47, 47, 0.85);
    padding: 30px 40px 0 30px;
    backface-visibility: hidden;
    transform: translateX(100%);
    transition: transform 0.3s, box-shadow 0.3s;
}

@media screen and (min-width: 960px) and (max-width: 1180px) {

    .figure-viewer__cent__right,
    .table-viewer__cent__right {
        width: 25%;
    }
}

.figure-viewer__cent__right .icon-doublearrow,
.table-viewer__cent__right .icon-doublearrow {
    transform: rotate(180deg);
    font-size: 26px;
    font-size: 1.625rem;
    vertical-align: top;
}

.figure-viewer__cent__right.js-open,
.table-viewer__cent__right.js-open {
    transform: translateX(0);
}

.figure-viewer__cent__right.js-open .icon-doublearrow,
.table-viewer__cent__right.js-open .icon-doublearrow {
    transform: rotate(0deg);
}

.figure-viewer__top__right,
.table-viewer__top__right {
    float: right;
}

.figure-viewer__top__right span,
.table-viewer__top__right span {
    display: block;
}

.figure-viewer__top__left,
.table-viewer__top__left {
    float: left;
    overflow: hidden;
    height: 24px;
}

.figure-viewer [class*=__ctrl__],
.figure-viewer [class*=__label__],
.table-viewer [class*=__ctrl__],
.table-viewer [class*=__label__] {
    color: #fff;
}

.figure-viewer__ctrl__close,
.table-viewer__ctrl__close {
    float: right;
    font-size: 26px;
    font-size: 1.625rem;
}

.figure-viewer__label__zoom,
.table-viewer__label__zoom {
    float: right;
    margin-right: 20px;
    font-size: 29px;
    font-size: 1.8125rem;
}

.figure-viewer__ctrl__browse,
.figure-viewer__ctrl__return,
.table-viewer__ctrl__browse,
.table-viewer__ctrl__return {
    margin-right: 60px;
    vertical-align: top;
    display: inline-block;
}

.figure-viewer__ctrl__next,
.figure-viewer__ctrl__prev,
.table-viewer__ctrl__next,
.table-viewer__ctrl__prev {
    position: absolute;
    top: 50%;
    margin-top: -13px;
    z-index: 9;
    font-size: 26px;
    font-size: 1.625rem;
    padding: 20px;
}

.figure-viewer__ctrl__next span,
.figure-viewer__ctrl__prev span,
.table-viewer__ctrl__next span,
.table-viewer__ctrl__prev span {
    display: inline-block;
    text-shadow: 0 0 1px #000;
}

.figure-viewer__ctrl__next,
.table-viewer__ctrl__next {
    right: 49px;
}

.figure-viewer__ctrl__prev,
.table-viewer__ctrl__prev {
    left: 49px;
}

.figure-viewer__ctrl__browse span,
.figure-viewer__ctrl__return span,
.table-viewer__ctrl__browse span,
.table-viewer__ctrl__return span {
    font-size: 26px;
    font-size: 1.625rem;
    display: block;
}

.figure-viewer__title,
.table-viewer__title {
    position: relative;
    left: -125px;
    font-size: 20px;
    font-size: 1.25rem;
    transition: left 0.3s;
    margin-bottom: 30px;
}

.js-open .figure-viewer__title,
.js-open .table-viewer__title {
    left: 0;
}

.js-open .figure-viewer__title__text,
.js-open .table-viewer__title__text {
    opacity: 1;
    display: inline-block;
}

.figure-viewer__ctrl__caption>span,
.table-viewer__ctrl__caption>span {
    min-width: 30px;
    display: inline-block;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
}

@media (min-width: 992px) {

    .figure-viewer__ctrl__caption,
    .table-viewer__ctrl__caption {
        margin-left: -30px;
        background: #2f2f2f;
        padding: 5px;
    }
}

.figure-viewer__caption__label:after,
.table-viewer__caption__label:after {
    content: "|";
    margin: 0 10px 0px 19px;
}

.figure-viewer .zoomSlider,
.figure-viewer .tblZoomSlider,
.table-viewer .zoomSlider,
.table-viewer .tblZoomSlider {
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 120px;
    margin-right: 13px;
    display: inline-block;
    vertical-align: middle;
}

.figure-viewer .ui-slider-handle,
.table-viewer .ui-slider-handle {
    background: transparent;
    border-radius: 10px;
    border: 3px solid #fff;
    cursor: pointer;
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    top: -0.1em;
    margin-left: -0.6em;
}

.figure-viewer .is-hidden,
.table-viewer .is-hidden {
    display: none;
}

.figure-viewer input[type=range],
.figure-viewer .tags-input[type=range],
.table-viewer input[type=range],
.table-viewer .tags-input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    background: transparent;
    border: 0;
}

.figure-viewer input[type=range]::-webkit-slider-runnable-track,
.figure-viewer .tags-input[type=range]::-webkit-slider-runnable-track,
.table-viewer input[type=range]::-webkit-slider-runnable-track,
.table-viewer .tags-input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
    background: #ddd;
    border-radius: 0;
    border: 0 solid #0d0d0d;
}

.figure-viewer input[type=range]::-webkit-slider-thumb,
.figure-viewer .tags-input[type=range]::-webkit-slider-thumb,
.table-viewer input[type=range]::-webkit-slider-thumb,
.table-viewer .tags-input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #2f2f2f, 0 0 1px #0d0d0d;
    border: 1px solid #fff;
    height: 15px;
    width: 1px;
    border-radius: 250px;
    background: #2f2f2f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6.35px;
}

.figure-viewer input[type=range]:focus::-webkit-slider-runnable-track,
.figure-viewer .tags-input[type=range]:focus::-webkit-slider-runnable-track,
.table-viewer input[type=range]:focus::-webkit-slider-runnable-track,
.table-viewer .tags-input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee;
}

.figure-viewer input[type=range]::-moz-range-track,
.figure-viewer .tags-input[type=range]::-moz-range-track,
.table-viewer input[type=range]::-moz-range-track,
.table-viewer .tags-input[type=range]::-moz-range-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
    background: #ddd;
    border-radius: 0;
    border: 0 solid #0d0d0d;
}

.figure-viewer input[type=range]::-moz-range-thumb,
.figure-viewer .tags-input[type=range]::-moz-range-thumb,
.table-viewer input[type=range]::-moz-range-thumb,
.table-viewer .tags-input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #2f2f2f, 0 0 1px #0d0d0d;
    border: 1px solid #fff;
    height: 15px;
    width: 1px;
    border-radius: 250px;
    background: #2f2f2f;
    cursor: pointer;
}

.figure-viewer input[type=range]::-ms-track,
.figure-viewer .tags-input[type=range]::-ms-track,
.table-viewer input[type=range]::-ms-track,
.table-viewer .tags-input[type=range]::-ms-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.figure-viewer input[type=range]::-ms-fill-lower,
.figure-viewer .tags-input[type=range]::-ms-fill-lower,
.table-viewer input[type=range]::-ms-fill-lower,
.table-viewer .tags-input[type=range]::-ms-fill-lower {
    background: #ddd;
    border: 0 solid #0d0d0d;
    border-radius: 0;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
}

.figure-viewer input[type=range]::-ms-fill-upper,
.figure-viewer .tags-input[type=range]::-ms-fill-upper,
.table-viewer input[type=range]::-ms-fill-upper,
.table-viewer .tags-input[type=range]::-ms-fill-upper {
    background: #ddd;
    border: 0 solid #0d0d0d;
    border-radius: 0;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
}

.figure-viewer input[type=range]::-ms-thumb,
.figure-viewer .tags-input[type=range]::-ms-thumb,
.table-viewer input[type=range]::-ms-thumb,
.table-viewer .tags-input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #2f2f2f, 0 0 1px #0d0d0d;
    border: 1px solid #fff;
    height: 15px;
    width: 1px;
    border-radius: 250px;
    background: #2f2f2f;
    cursor: pointer;
    height: 2.3px;
}

.figure-viewer input[type=range]:focus::-ms-fill-lower,
.figure-viewer .tags-input[type=range]:focus::-ms-fill-lower,
.table-viewer input[type=range]:focus::-ms-fill-lower,
.table-viewer .tags-input[type=range]:focus::-ms-fill-lower {
    background: #ddd;
}

.figure-viewer input[type=range]:focus::-ms-fill-upper,
.figure-viewer .tags-input[type=range]:focus::-ms-fill-upper,
.table-viewer input[type=range]:focus::-ms-fill-upper,
.table-viewer .tags-input[type=range]:focus::-ms-fill-upper {
    background: #eee;
}

.figure-viewer input[type=range]::-webkit-slider-runnable-track,
.figure-viewer .tags-input[type=range]::-webkit-slider-runnable-track,
.table-viewer input[type=range]::-webkit-slider-runnable-track,
.table-viewer .tags-input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
    background: #ddd;
    border-radius: 0.4px;
    border: 0 solid #0d0d0d;
}

.figure-viewer input[type=range]::-webkit-slider-thumb,
.figure-viewer .tags-input[type=range]::-webkit-slider-thumb,
.table-viewer input[type=range]::-webkit-slider-thumb,
.table-viewer .tags-input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #2f2f2f, 0 0 1px #0d0d0d;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 250px;
    background: #2f2f2f;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8.85px;
}

.figure-viewer input[type=range]:focus::-webkit-slider-runnable-track,
.figure-viewer .tags-input[type=range]:focus::-webkit-slider-runnable-track,
.table-viewer input[type=range]:focus::-webkit-slider-runnable-track,
.table-viewer .tags-input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee;
}

.figure-viewer input[type=range]::-moz-range-track,
.figure-viewer .tags-input[type=range]::-moz-range-track,
.table-viewer input[type=range]::-moz-range-track,
.table-viewer .tags-input[type=range]::-moz-range-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    box-shadow: 0 0 0 #2f2f2f, 0 0 0 #0d0d0d;
    background: #ddd;
    border-radius: 0.4px;
    border: 0 solid #0d0d0d;
}

.figure-viewer input[type=range]::-moz-range-thumb,
.figure-viewer .tags-input[type=range]::-moz-range-thumb,
.table-viewer input[type=range]::-moz-range-thumb,
.table-viewer .tags-input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #2f2f2f, 0 0 1px #0d0d0d;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 250px;
    background: #2f2f2f;
    cursor: pointer;
}

.figure-viewer input[type=range]::-ms-track,
.figure-viewer .tags-input[type=range]::-ms-track,
.table-viewer input[type=range]::-ms-track,
.table-viewer .tags-input[type=range]::-ms-track {
    width: 100%;
    height: 2.3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 6px 0;
    color: transparent;
}

.figure-viewer input[type=range]::-ms-fill-lower,
.figure-viewer .tags-input[type=range]::-ms-fill-lower,
.table-viewer input[type=range]::-ms-fill-lower,
.table-viewer .tags-input[type=range]::-ms-fill-lower {
    background: #ddd;
    border-radius: 0.8px;
}

.figure-viewer input[type=range]::-ms-fill-upper,
.figure-viewer .tags-input[type=range]::-ms-fill-upper,
.table-viewer input[type=range]::-ms-fill-upper,
.table-viewer .tags-input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 0.8px;
}

.figure-viewer input[type=range]::-ms-thumb,
.figure-viewer .tags-input[type=range]::-ms-thumb,
.table-viewer input[type=range]::-ms-thumb,
.table-viewer .tags-input[type=range]::-ms-thumb {
    border: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #2f2f2f;
    border: 1px solid #fff;
    cursor: pointer;
}

.figure-viewer input[type=range]:focus::-ms-fill-lower,
.figure-viewer .tags-input[type=range]:focus::-ms-fill-lower,
.table-viewer input[type=range]:focus::-ms-fill-lower,
.table-viewer .tags-input[type=range]:focus::-ms-fill-lower {
    background: #ddd;
}

.figure-viewer input[type=range]:focus::-ms-fill-upper,
.figure-viewer .tags-input[type=range]:focus::-ms-fill-upper,
.table-viewer input[type=range]:focus::-ms-fill-upper,
.table-viewer .tags-input[type=range]:focus::-ms-fill-upper {
    background: #eee;
}

.figure-viewer .figure-extra {
    display: none;
}

.figure-viewer__hold__list .ppt-figure-link {
    display: block;
}

.figure-viewer__hold__figcap .captionLabel {
    display: none;
}

figure:hover,
div.holder:hover {
    cursor: pointer;
}

@media (min-width: 992px) {

    .figure-viewer__title__text,
    .table-viewer__title__text {
        opacity: 0;
    }
}

@media (max-width: 991px) {

    .figure-viewer__hold__list figure,
    .figure-viewer__hold__list div.holder,
    .table-viewer__hold__list figure,
    .table-viewer__hold__list div.holder {
        width: 125%;
        max-width: 100%;
    }

    .figure-viewer__reg__center,
    .table-viewer__reg__center {
        height: 96vh;
    }

    .figure-viewer__cent__left.js-open,
    .table-viewer__cent__left.js-open {
        width: 100%;
    }

    .figure-viewer__cent__right,
    .table-viewer__cent__right {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        height: auto;
        z-index: 9;
        width: 100%;
        padding: 20px 20px 60px;
        transform: translateY(100%);
    }

    .figure-viewer__cent__right.js-open,
    .table-viewer__cent__right.js-open {
        transform: translateY(0);
    }

    .figure-viewer__ctrl__caption,
    .table-viewer__ctrl__caption {
        left: 50%;
        top: -26px;
        margin-left: -36px;
        text-align: center;
        border-radius: 4px 4px 0 0;
        text-shadow: 0px 0px 5px #969696;
    }

    .figure-viewer__ctrl__caption .icon-arrow_d_n,
    .table-viewer__ctrl__caption .icon-arrow_d_n {
        display: none;
        font-size: 10px;
        font-size: 0.625rem;
        padding-bottom: 10px;
    }

    .figure-viewer__ctrl__caption.js-open .icon-arrow_d_n,
    .table-viewer__ctrl__caption.js-open .icon-arrow_d_n {
        display: block;
    }

    .figure-viewer__ctrl__caption.js-open .icon-info,
    .figure-viewer__ctrl__caption.js-open .icon-arrow_r,
    .table-viewer__ctrl__caption.js-open .icon-info,
    .table-viewer__ctrl__caption.js-open .icon-arrow_r {
        display: none;
    }

    .figure-viewer__title,
    .table-viewer__title {
        position: relative;
        left: auto;
        font-size: 20px;
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 30px;
        top: -125px;
        transition: top 0.3s;
    }

    .js-open .figure-viewer__title,
    .js-open .table-viewer__title {
        left: auto;
        top: 10px;
    }

    .figure-viewer .icon-doublearrow,
    .table-viewer .icon-doublearrow {
        transform: rotate(270deg);
    }

    .figure-viewer__cent__right.js-open .icon-doublearrow,
    .table-viewer__cent__right.js-open .icon-doublearrow {
        transform: rotate(90deg);
    }
}

@media (max-width: 767px) {

    .figure-viewer__top__left,
    .table-viewer__top__left {
        max-width: calc(100% - 30px);
    }

    .figure-viewer__ctrl__prev,
    .table-viewer__ctrl__prev {
        left: -10px;
    }

    .figure-viewer__ctrl__next,
    .table-viewer__ctrl__next {
        right: -10px;
    }

    .figure-viewer__hold__fig img:not(.zoomed),
    .figure-viewer__hold__tbl div.holder:not(.zoomed),
    .table-viewer__hold__fig img:not(.zoomed),
    .table-viewer__hold__tbl div.holder:not(.zoomed) {
        max-width: 75%;
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
    display: block;
    -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none;
}

.owl-carousel .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}

.owl-carousel .owl-nav.disabled+.owl-dots {
    margin-top: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.owl-carousel .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
    background: #869791;
}

.card {
    padding: 10px;
    background-color: #fff;
}

.card--dark {
    padding: 10px;
    background-color: #b0b0b0;
    color: #fff;
}

.card--gutter {
    padding: 30px;
}

.card--extra-gutter {
    padding: 60px;
}

.card--shadow {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: 25px;
    background: #fafafa;
    padding: 10px;
    background-color: #fff;
}

.card--light-shadow {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background-color: #fff;
}

.card--extra-light-shadow {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    padding: 10px;
    background-color: #fff;
}

.card--gutterless {
    padding: 0;
}

.card--bordered {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #b0b0b0;
}

.card--rounded {
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

.meta__body h1 {
    min-height: 60px;
    line-height: 1.625rem;
}

@media (max-width: 767px) {
    .meta__body h1 {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

.meta__body p {
    margin: 0;
}

@media (max-width: 767px) {
    .meta__body p {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .meta__body.card {
        padding: 15px;
        margin: 0px -15px;
    }
}

.meta__body .accordion__control {
    font-size: 12.96px;
    font-size: 0.81rem;
}

.meta__body .accordion__control i {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 5px;
}

.meta__body .accordion__content {
    font-size: 12.96px;
    font-size: 0.81rem;
    padding: 10px 15px;
    background: #f4f4f4;
}

@media (max-width: 767px) {
    .meta__body .quote {
        display: none;
    }
}

@media (min-width: 768px) {
    .meta__content {
        width: 80%;
        float: left;
    }
}

.meta__info {
    margin-bottom: 15px;
}

.meta__title {
    line-height: 1.38rem;
}

.meta__contrib {
    color: #616161;
}

.meta__type {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: capitalize;
}

.meta__frequency {
    margin-bottom: 16px;
}

.meta__attr {
    font-weight: bold;
}

.meta__issns,
.meta__eissn,
.meta__eisbn {
    font-size: 12.96px;
    font-size: 0.81rem;
    font-weight: 700;
}

@media (max-width: 767px) {

    .meta__issns,
    .meta__eissn,
    .meta__eisbn {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.meta__left-side,
.meta__right-side {
    display: inline-block;
}

@media (min-width: 768px) {
    .meta__left-side {
        width: 75%;
    }
}

@media (max-width: 991px) {
    .meta__left-side img {
        display: none;
    }
}

@media (min-width: 992px) {
    .meta__left-side.left-side-image .meta__info {
        margin-left: 20%;
    }
}

@media (max-width: 767px) {
    .meta__right-side {
        margin-top: 20px;
    }
}

@media (min-width: 768px) {
    .meta__right-side {
        width: 24%;
        vertical-align: bottom;
        text-align: right;
    }
}

.meta__authors {
    font-size: 14px;
    font-size: 0.875rem;
    color: #808284;
    margin-bottom: 10px;
}

.meta__details {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.meta__details>span:not(:last-child):after {
    content: "|";
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.quote {
    font-style: italic;
    font-size: 16px;
    font-size: 1rem;
    margin: 0 0 6px;
    padding-left: 0.375rem;
    text-indent: -0.375rem;
}

.quote:before {
    content: open-quote;
}

.quote:after {
    content: close-quote;
}

@media (max-width: 991px) {
    .quote {
        display: -webkit-box;
        overflow-y: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
}

.coolBar {
    width: 100%;
    margin-bottom: 15px;
}

.coolBar.trans {
    transition: all 250ms;
}

.coolBar.slide {
    transform: translateX(-50vwpx);
}

.coolBar.slide .coolBar__drop.fixed {
    top: 38px;
    padding-bottom: 38px;
}

.coolBar i {
    font-size: 16px;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    color: #404042;
    vertical-align: middle;
}

.coolBar i+span {
    vertical-align: middle;
}

.coolBar__first,
.coolBar__zone {
    float: left;
    color: #404042;
}

.coolBar__second {
    float: right;
}

.coolBar__section {
    color: #404042;
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

.coolBar__section>a {
    margin-left: 15px;
    padding: 18px 0;
    display: block;
    font-weight: 700;
}

.coolBar__section>a:first-child {
    margin-left: 0;
}

.coolBar__drop {
    max-height: 455px;
    overflow: auto;
}

.coolBar__drop,
.coolBar [class*=__block] {
    padding: 15px;
    width: 250px;
    background: #404042;
    color: #fff;
}

.coolBar__drop a,
.coolBar__drop i,
.coolBar [class*=__block] a,
.coolBar [class*=__block] i {
    color: inherit;
}

.coolBar__drop li,
.coolBar [class*="__block"] li {
    margin-bottom: 15px
}

.coolBar__drop i,
.coolBar [class*=__block] i {
    min-width: 16px;
}

.coolBar__drop i+span,
.coolBar [class*=__block] i+span {
    margin-left: 10px;
}

.coolBar .share__block {
    right: 0;
}

.coolBar .article-tools__block {
    right: 0;
}

.coolBar [class*=__ctrl] {
    padding: 18px 0;
    display: block;
    font-weight: 700;
    font-size: 14.08px;
    font-size: 0.88rem;
}

.coolBar i+span {
    margin-left: 10px;
}

.coolBar .showit {
    display: block !important;
}

.coolBar__wrapper {
    background: #fff;
    border-bottom: 2px solid #404042;
}

.coolBar .dropzone {
    min-height: 37px;
    min-width: 100px;
}

.coolBar .dropzone {
    margin-top: 10px;
}

.coolBar--res {
    z-index: 3;
}

.coolBar--res .coolBar--sections {
    margin-left: 10px;
}

.coolBar--res .coolBar__drop {
    max-height: none;
}

.coolBar--res .tab__nav,
.coolBar--res .coolBar__drop,
.coolBar--res .article-tools__block,
.coolBar--res .share__block {
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    box-shadow: none;
}

.coolBar--res .tab__nav li,
.coolBar--res .coolBar__drop li,
.coolBar--res .article-tools__block li,
.coolBar--res .share__block li {
    background: #fff;
    display: block;
    margin-bottom: 0px;
}

.coolBar--res .tab__nav li:first-child,
.coolBar--res .coolBar__drop li:first-child,
.coolBar--res .article-tools__block li:first-child,
.coolBar--res .share__block li:first-child {
    margin-top: 10px;
}

.coolBar--res .tab__nav i,
.coolBar--res .coolBar__drop i,
.coolBar--res .article-tools__block i,
.coolBar--res .share__block i {
    display: inline-block;
    color: #404042;
}

.coolBar--res .tab__nav a,
.coolBar--res .coolBar__drop a,
.coolBar--res .article-tools__block a,
.coolBar--res .share__block a {
    color: #404042;
    display: block;
    padding: 10px 15px;
    line-height: 1.69rem;
    border-bottom: 1px solid #b0b0b0;
}

.coolBar--res .tab__nav a i,
.coolBar--res .coolBar__drop a i,
.coolBar--res .article-tools__block a i,
.coolBar--res .share__block a i {
    font-weight: normal;
}

.coolBar--res .tab__nav .active a,
.coolBar--res .coolBar__drop .active a,
.coolBar--res .article-tools__block .active a,
.coolBar--res .share__block .active a {
    border-bottom: 1px solid #b0b0b0;
    font-weight: normal;
}

.coolBar--res .tab__nav .active i,
.coolBar--res .coolBar__drop .active i,
.coolBar--res .article-tools__block .active i,
.coolBar--res .share__block .active i {
    color: #404042;
}

.coolBar--res .tab__nav.js--open,
.coolBar--res .coolBar__drop.js--open,
.coolBar--res .article-tools__block.js--open,
.coolBar--res .share__block.js--open {
    background: #eee;
}

.coolBar--res .tab__nav.fixed,
.coolBar--res .coolBar__drop.fixed,
.coolBar--res .article-tools__block.fixed,
.coolBar--res .share__block.fixed {
    background: #eee;
    left: 0;
    overflow-y: scroll;
    padding: 0 0 102px;
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.coolBar--res .tab__nav span,
.coolBar--res .coolBar__drop span,
.coolBar--res .article-tools__block span,
.coolBar--res .share__block span {
    line-height: 1.69rem;
}

.coolBar--res .coolBar__section {
    position: static;
}

.coolBar--res .coolBar__wrapper {
    padding: 0 15px;
    background-color: #e1e1e1;
    border-bottom: 0;
    margin: 0 -15px;
}

.coolBar--res .coolBar__wrapper>ul+div {
    margin-left: 10px;
}

.coolBar--res [class*=__ctrl] {
    padding: 8px 0px;
}

.coolBar--res .coolBar__second .coolBar__section {
    padding: 0;
}

.coolBar--res .coolBar__second [class*=__ctrl] span {
    display: none;
}

.coolBar--res .dropzone {
    margin-top: 0px;
    background-color: #404042;
}

.transplant [data-db-target-of] {
    display: block;
    position: static;
}

.transplant ul {
    width: 100%;
    padding: 0;
}

.w-slide__content .coolBar__drop,
.w-slide__content .w-slide--list+.w-slide--list {
    margin-top: 8px;
}

.w-slide__content figure {
    padding: 0 15px;
}

.w-slide__content .w-slide--list {
    font-size: 16px;
    font-size: 1rem;
    background: transparent;
    box-shadow: none;
}

.w-slide__content .w-slide--list li {
    background: #fff;
    display: block;
    margin-bottom: 0;
    padding: 0;
    border-top: 0;
}

.w-slide__content .w-slide--list li:first-child {
    border-top: 1px solid #b0b0b0;
}

.w-slide__content .w-slide--list i {
    display: inline-block;
    color: #404042;
}

.w-slide__content .w-slide--list i+span {
    margin-left: 10px;
}

.w-slide__content .w-slide--list a {
    color: #404042;
    display: block;
    padding: 10px 15px;
    line-height: 1.69rem;
    border-bottom: 1px solid #b0b0b0;
    font-weight: 700;
    font-size: 14.08px;
    font-size: 0.88rem;
}

.w-slide__content .w-slide--list a i {
    font-weight: normal;
}

.w-slide__content .w-slide--list .active a {
    border-bottom: 1px solid #b0b0b0;
}

.w-slide__content .w-slide--list .active i {
    color: #404042;
}

.w-slide__content .w-slide--list.js--open {
    background: #eee;
}

.w-slide__content .w-slide--list.fixed {
    background: #eee;
    left: 0;
    overflow-y: scroll;
    padding: 0 0 102px;
    position: absolute;
    top: 35px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.w-slide__content .w-slide--list span {
    line-height: 1.69rem;
}

.w-slide__content .article-tool {
    padding: 14px 15px;
}

.w-slide__content .article-tool i {
    color: #404042;
}

.ui-widget-header .ui-icon {
    background-image: url(https://blog-feed.org/health-affairs-fungus/img/ui-icons_444444_256x240.png);
}

.ui-datepicker td a,
.ui-datepicker td span {
    text-align: center;
}

.notification {
    padding: 20px;
    margin: 1em 0;
    border: 1px solid #000;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    background-color: #fff;
}

.notification--success {
    border-color: #04a361;
    color: #04a361;
    background-color: #eee;
}

.notification--error {
    border-color: #cf102d;
    color: #cf102d;
    background-color: #eee;
}

.alert-msg {
    font-size: 0.75rem;
    font-weight: 300;
    border-radius: 25px;
    padding: 8px 16px;
}

.alert-msg i {
    margin-right: 10px;
}

.alert-msg--success {
    color: #27AE60;
    background: rgba(39, 174, 96, 0.1);
    border: 1px solid rgba(39, 174, 96, 0.5);
}

.alert-msg--error {
    color: #DB3B3B;
    background: rgba(219, 59, 59, 0.1);
    border: 1px solid rgba(219, 59, 59, 0.5);
}

.alert-msg--warning {
    color: #856404;
    background: #FFF3CD;
    border: 1px solid #EBD490;
}

.alert-msg--info {
    color: #307B9E;
    background: #E3F4FD;
    border: 1px solid #95CEE8;
}

.facet {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.facet:not(:last-child) {
    margin-bottom: 20px;
}

.facet:empty {
    display: none;
}

.facet__title {
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 7px;
    font-weight: 600;
}

@media (max-width: 767px) {
    .facet__title {
        margin-bottom: 16px;
    }
}

.facets__title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #58595b;
    margin-top: 26px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-weight: 700;
}

.facet__label {
    vertical-align: text-top;
}

.facet__ctrl {
    position: relative;
}

.facet__ctrl i {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 4px;
}

@media (max-width: 767px) {
    .facet__ctrl i {
        right: 15px;
    }
}

.facet__list {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #454545;
}

.facet__list li {
    line-height: 14px;
    padding-bottom: 20px;
}

.facet__list a {
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .facet__list a {
        font-size: 12px;
        font-size: 0.75rem;
        font-weight: 300;
    }
}

.facet__list [data-toggle] {
    cursor: pointer;
}

.facet__counter {
    float: right;
    font-weight: 400;
}

@media (max-width: 767px) {
    .facet__counter {
        font-size: 16px;
        font-size: 1rem;
    }
}

.facet .show-more {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.8;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .facet {
        margin-bottom: 14px;
    }
}

.facet i[class*=icon-] {
    font-size: 6.4px;
    font-size: 0.4rem;
    margin-left: 10px;
}

.facet i[class*=icon-].facet__toggle {
    font-size: 14px;
    font-size: 0.875rem;
    margin-left: 0;
    margin-right: 15px;
}

.facet-dropdown__menu {
    display: none;
    margin: 0 0 0 30px;
}

.facet-dropdown__menu li {
    padding: 20px 0 0;
}

.facet .js--toggle {
    display: none;
}

.facet__select--hidden {
    display: none;
    margin: 10px 0;
}

.facet__select--hidden .ms-ctn.form-control {
    padding: 7px 8px;
}

.facet__select--hidden .ms-ctn.form-control input,
.facet__select--hidden .ms-ctn.form-control .tags-input {
    width: 100% !important;
}

@media (max-width: 767px) {

    .facet__title,
    .facet__content {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.facet__list--applied li {
    color: #fff;
    padding: 10px;
    background-color: #464646;
    border: 1px solid #464646;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 5px;
    margin-right: 5px;
}

.facet__list--applied li.pinned-filter {
    color: #404042;
    background-color: #dfdfdf;
    border: 1px solid #939393;
}

.facet__list--applied li i {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 12px;
    color: #fff;
    cursor: pointer;
}

.facet__list--applied li:last-child {
    margin-right: 0;
}

.facet .clear {
    text-align: right;
    display: block;
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: normal;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .facet .clear {
        margin-top: 36px;
    }
}

.alphanumeric-title {
    color: #454545;
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    margin-bottom: 10px;
    width: 22px;
}

.alphanumeric-title.is--selected {
    font-weight: 700;
}

.alphanumeric-title.is--disabled,
.alphanumeric-title:not([href]) {
    color: #b8b8b8;
}

.custom-date {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #454545;
    cursor: pointer;
}

.range-slider [class*=index-]:not(.jcf-range-handle) {
    border: 1px solid #404042;
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 2px;
    margin-top: 10px;
    min-width: 60px;
}

.iOS .range-slider__start,
.iOS .range-slider__end {
    text-align: center;
    min-width: 100px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip__body {
    position: absolute;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    width: 250px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 2px;
    box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.12);
    transition: opacity 0.3s ease;
}

@media (max-width: 767px) {
    .tooltip__body {
        border: none;
        box-shadow: none;
    }
}

@media (min-width: 532px) {
    .tooltip:hover .tooltip__body {
        display: block;
        opacity: 1;
        visibility: visible;
        top: -8px;
        left: calc(100% + 16px);
        width: 250px;
        height: auto;
    }
}

.tooltip__title {
    display: none;
    position: relative;
    padding: 10px 15px;
    text-align: left;
    background: #000;
    color: #fff;
    font-size: 19.2px;
    font-size: 1.2rem;
}

@media (min-width: 768px) {
    .tooltip__title {
        display: block;
    }
}

.tooltip__title h5 {
    margin: 0;
}

.tooltip__text {
    padding: 0 15px;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    text-transform: none;
}

.tooltip__text:last-child {
    margin: 0;
}

.tooltip button.circled-sign {
    display: inline-block;
    border-radius: 0;
    background: transparent;
    font-size: 1rem;
    padding: 0;
    margin-left: 1ex;
}

.tooltip button.circled-sign:hover,
.tooltip button.circled-sign:active,
.tooltip button.circled-sign:focus {
    background-color: transparent;
}

.tooltip button.circled-sign:before {
    display: block;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.27);
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
}

.tooltip button.circled-sign--help:before {
    content: "?";
}

.tooltip button.circled-sign span {
    display: none;
}

.js-editable {
    position: relative;
    padding: 9px 9px;
}

.js-editable__text {
    text-decoration: underline dotted;
}

.js-editable__input {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    font-size: inherit;
    max-width: 85%;
    display: none;
}

@media (min-width: 532px) {
    .js-editable__input {
        max-width: 100%;
    }
}

.js-editable.js--open .js-editable__input {
    display: block;
}

.js-editable .__hidden {
    visibility: hidden;
}

.exam-item__status {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.exam-item__status i {
    font-size: 1.125rem;
    padding-right: 10px;
    vertical-align: text-top;
}

.exam-item__status.status--complete i {
    color: #04a361;
}

.exam-item__status.status--incomplete i {
    color: #B33A3A;
    font-weight: bold;
}

.exam-item__content {
    width: calc(100% - 155px);
    padding-right: 15px;
}

@media (max-width: 767px) {
    .exam-item__content {
        width: 100%;
        padding-right: 0px;
    }
}

.exam-item__meta {
    width: 155px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .exam-item__meta {
        width: 100%;
        padding-top: 10px;
    }
}

.exam-item__credit-hours,
.exam-item__published-date,
.exam-item__expires-date,
.exam-item__completed-date,
.exam-item__expired {
    display: block;
    margin-bottom: 5px;
}

.exam-item__credit-hours span,
.exam-item__published-date span,
.exam-item__expires-date span,
.exam-item__completed-date span,
.exam-item__expired span {
    font-weight: bold;
    padding-left: 3px;
}

.exam-item__expired {
    color: #B33A3A;
    font-weight: bold;
}

.exam-item__title {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .exam-item__title {
        margin-bottom: 10px;
    }
}

.exam-item__authors {
    margin-bottom: 5px;
    font-size: 0.875rem;
}

.exam-item__authors a:after {
    content: ", ";
}

.exam-item__authors a:last-child:after {
    content: "";
}

@media (max-width: 767px) {
    .exam-item__authors {
        margin-bottom: 10px;
    }
}

.exam-item__journal-title {
    display: block;
    font-size: 0.875rem;
    color: #808284;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .exam-item__journal-title {
        margin-bottom: 0px;
    }
}

.exam-item__link {
    font-size: 0.65rem;
    font-weight: 600;
    clear: left;
}

.exam-item__link a:not(:last-child) {
    padding-right: 15px;
}

@media (max-width: 767px) {
    .exam-item__link {
        margin-top: 10px;
    }
}

.publication-menu {
    background: #404042;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    position: relative;
}

.publication-menu .menu-item a,
.publication-menu .menu-parent a {
    display: inline-block;
}

.publication-menu .menu-item>a,
.publication-menu .menu-parent>a {
    padding: 14px 8px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {

    .publication-menu .menu-item>a,
    .publication-menu .menu-parent>a {
        padding: 14px 3px;
    }
}

.publication-menu li {
    vertical-align: middle;
}

.publication-menu .menu-nav,
.publication-menu .loi-buttons,
.publication-menu .publication-quick-search {
    display: inline-block;
    vertical-align: middle;
}

.publication-menu [data-db-parent-of]:not(.sticko):not(.sticko__md):not(.js--not-parent) {
    position: static;
}

.publication-menu.main-nav {
    position: relative;
}

.publication-menu .loi__banner {
    border-bottom: 0;
    background: #000;
}

.publication-menu .quick-search {
    padding: 0 15px;
    display: block;
    width: 100%;
    vertical-align: middle;
}

.publication-menu .quick-search .col-md-2 {
    display: none;
}

.publication-menu .quick-search .quick-search__button {
    background: transparent;
    height: auto;
}

.publication-menu .quick-search .col-md-8 {
    width: 100%;
}

.publication-menu .quick-search input,
.publication-menu .quick-search .tags-input {
    height: 28px;
}

.publication-menu .dropdown__menu {
    background: #fff;
    color: #000;
    font-size: 12px;
    font-size: 0.75rem;
}

.publication-menu .dropdown__menu a {
    display: block;
}

.publication-menu .dropdown__menu a:hover {
    background-color: #eee;
    color: #000;
}

.publication-menu .dropBlock-loi__holder {
    min-width: 100%;
    max-width: 100%;
}

.publication-menu .publication-quick-search {
    width: 31.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .publication-menu .publication-quick-search {
        width: 23%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .publication-menu .publication-quick-search {
        width: 15.5%;
    }
}

.publication-menu .loi-buttons {
    padding: 0 10px;
}

.publication-menu .loi-buttons .btn {
    padding: 10px 24px;
    font-weight: 700;
}

@media (min-width: 768px) and (max-width: 991px) {
    .publication-menu .loi-buttons .btn {
        padding: 10px 8px;
    }
}

.publication-menu .loi__archive:after {
    font-size: 4.96px;
    font-size: 0.31rem;
}

@media (min-width: 768px) {
    .publication-menu .loi__archive:after {
        padding-left: 4px;
        display: inline-block;
        vertical-align: middle;
    }
}

.publication-menu--res a:hover {
    color: #fff;
}

.loi-menu-res-cont .menu-nav {
    display: none;
}

@media (max-width: 767px) {
    .loi-buttons {
        padding: 0 20px;
    }
}

.client-pagination {
    margin-top: 25px;
    padding-bottom: 20px;
}

.client-pagination .pagination__btn--prev {
    cursor: pointer;
    font-weight: bold;
}

.client-pagination .pagination__btn--next {
    cursor: pointer;
    font-weight: bold;
}

.client-pagination .pages {
    padding: 0 10px;
}

.client-pagination .page {
    padding: 0 10px;
}

.client-pagination .page.selected {
    font-weight: bold;
}

.client-pagination .controls {
    text-align: center;
}

.back-to-top {
    cursor: pointer;
}

footer .back-to-top {
    margin-bottom: 10px;
    position: fixed;
    right: 20px;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

footer .back-to-top:hover {
    opacity: 1;
}

footer .back-to-top i {
    background: #676767;
    font-size: 8px;
    font-size: 0.5rem;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 15px;
    width: 40px;
    height: 40px;
    float: right;
}

footer .back-to-top__is-visible,
footer .back-to-top__fade-out {
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

footer .back-to-top__is-visible {
    visibility: visible;
    opacity: 1;
}

footer .back-to-top__fade-out {
    opacity: 0.5;
}

footer .back-to-top__static {
    position: static;
    margin-right: 20px;
    margin-top: -45px;
    display: inline-block;
    float: right;
}

.auto-hide-bar {
    top: 0;
}

.auto-hide-primary-bar,
.auto-hide-secondary-bar {
    background: white;
}

.auto-hide-wrapper {
    position: sticky;
    top: 0;
    z-index: 10;
}

@media (min-width: 768px) {
    .auto-hide-wrapper {
        transition: all 0.5s;
    }
}

.secondary-bar--sticky {
    -webkit-backface-visibility: hidden;
}

.secondary-bar--sticky>div {
    -webkit-transform: translate3d(0, 0, 0);
}

.sections-block {
    font-size: 14px;
    font-size: 0.875rem;
    border-top: 1px solid #555;
    margin: 0 -15px;
    padding: 0 15px;
    color: #555;
}

.sections-block li {
    padding: 12px 0;
}

.sections-block li:not(:last-child) {
    border-bottom: 1px solid #555;
}

.sections-block li a.active {
    border-left: 5px solid;
    padding-left: 5px;
}

.facetDateChart {
    max-width: 500px;
    margin: 10px 20px 50px;
    position: relative;
}

.facetDateChart .in-range {
    z-index: 1;
}

.facetDateChart .out-of-range {
    z-index: 0;
}

.facetDateChart .tooltip>.tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #eee;
    color: #000;
    text-align: center;
    padding: 12px;
    position: absolute;
    z-index: 100;
}

.facetDateChart .tooltip:hover>.tooltiptext {
    visibility: visible;
    margin-top: 50px;
}

.facetDateChart .bin {
    position: relative;
    margin-right: 1px;
}

.facetDateChart .bin-color,
.facetDateChart .bin-color-optimal {
    background-color: #b0b0b0;
}

.facetDateChart .bin-color-selected,
.facetDateChart .bin-color-optimal-selected {
    background-color: #e6e5e5;
}

.facetDateChart__chart {
    border-bottom: 1px solid #e6e5e5;
    padding-bottom: 2px;
    box-sizing: content-box;
}

.facetDateChart .ui-widget-content {
    background-color: transparent;
}

.facetDateChart__slider.ui-slider.ui-widget {
    position: absolute;
    top: 0;
    border: none;
    width: 100%;
}

.facetDateChart__slider.ui-slider .ui-slider-handle {
    width: 0;
    height: 0;
    background: transparent;
    border-bottom: none;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #b0b0b0;
    border-radius: 10px;
}

.facetDateChart__slider.ui-slider .ui-slider-handle__indicator {
    width: 1px;
    display: block;
    background: #b0b0b0;
}

.facetDateChart__slider.ui-slider .ui-slider-handle__label {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    background: #b0b0b0;
    padding: 6px 12px;
    color: black;
    border-radius: 3px;
    margin-left: -25px;
    position: absolute;
}

.facetDateChart__slider.ui-slider .ui-slider-range {
    background: none;
}

.facetDateChart__list {
    margin-top: 70px;
}

.facetDateChart__list li {
    padding: 10px 15px;
    margin: 0 -15px;
    border-top: 1px solid #e6e5e5;
}

.progress-bar {
    height: 8px;
    background: #000;
    width: 0;
}

.progress-bar--wrapper {
    background: #d6d6d6;
    clear: both;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loading-spinner {
    width: 22px;
    height: 22px;
    background: transparent;
    border: 4px solid #eee;
    border-right: 4px solid #212121;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: spinning 0.5s infinite linear;
}

.autosave-status {
    text-align: right;
    color: #959595;
    margin-bottom: 1rem;
}

.autosave-status [class^=icon-] {
    margin-right: 0.5rem;
    vertical-align: middle;
}

.autosave-status .spinner {
    display: none;
}

.autosave-status .saved-icon {
    display: none;
    color: #04a361;
}

.autosave-status .error-icon {
    display: none;
    color: #cf102d;
}

.autosave-status.autosave-saving .spinner {
    display: inline-block;
}

.autosave-status.autosave-saved .saved-icon {
    display: inline-block;
}

.autosave-status.autosave-error .error-icon {
    display: inline-block;
}

@-webkit-keyframes bg-scrolling-reverse {
    100% {
        background-position: 800% 0;
    }
}

@-moz-keyframes bg-scrolling-reverse {
    100% {
        background-position: 800% 0;
    }
}

@-o-keyframes bg-scrolling-reverse {
    100% {
        background-position: 800% 0;
    }
}

@keyframes bg-scrolling-reverse {
    100% {
        background-position: 800% 0;
    }
}

@-webkit-keyframes bg-scrolling {
    0% {
        background-position: 0 0;
    }
}

@-moz-keyframes bg-scrolling {
    0% {
        background-position: 0 0;
    }
}

@-o-keyframes bg-scrolling {
    0% {
        background-position: 0 0;
    }
}

@keyframes bg-scrolling {
    0% {
        background-position: 0 0;
    }
}

.uploader__dropzone {
    border: 3px solid transparent;
}

.uploader__dropzone.is-dragover {
    border: 3px dashed #404042;
    position: relative;
}

.uploader__dropzone.is-dragover:after {
    content: "";
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.64);
}

.uploader-basic .uploader {
    margin-bottom: 0;
}

.uploader-basic .uploader__wrapper {
    padding: 1.2rem 1.2rem 0.85rem;
    margin: 0.25rem;
    border: 3px solid transparent;
}

.uploader-basic .uploader__input {
    padding: 5px;
}

.uploader-basic .uploader__input-wrapper {
    position: relative;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: white;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .uploader-basic .uploader__input-wrapper {
        padding: 24px;
    }
}

.uploader-basic .uploader__input-wrapper.error-input {
    border: 1px solid red;
}

.uploader-basic .uploader__input-wrapper .error,
.uploader-basic .uploader__input-wrapper .submission-form td .error--not-image,
.submission-form td .uploader-basic .uploader__input-wrapper .error--not-image {
    text-align: center;
}

.uploader-basic .uploader label {
    text-transform: none !important;
}

.uploader-basic .uploader__dragndrop {
    display: inline;
}

.uploader-basic .uploader__dragndrop [class^=icon-] {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    vertical-align: sub;
    color: rgba(0, 0, 0, 0.54);
    display: inline-block;
}

@media (min-width: 768px) {
    .uploader-basic .uploader__dragndrop .label-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .uploader-basic .uploader__dragndrop .label-desktop {
        display: none;
    }
}

.uploader-basic .uploader__progress {
    height: 1rem;
    margin-top: 0.7rem;
    display: none;
    align-items: center;
    width: auto;
}

@media (max-width: 767px) {
    .uploader-basic .uploader__progress {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }
}

.uploader-basic .uploader__progress progress {
    position: relative;
    -webkit-appearance: none;
    appearance: none;
    flex: 1;
    height: 4px;
    border-radius: 3px;
    margin-right: 0.5rem;
}

@media (max-width: 767px) {
    .uploader-basic .uploader__progress progress {
        width: 100%;
        margin-bottom: 0.5rem;
    }
}

.uploader-basic .uploader__progress progress::-webkit-progress-bar {
    background: #d6d6d6;
    border-radius: 3px;
}

.uploader-basic .uploader__progress progress::-webkit-progress-value {
    background-color: #000;
    border-radius: 3px 0 0 3px;
}

.uploader-basic .uploader__progress progress[value="100"]::-webkit-progress-value {
    border-radius: 3px;
}

.uploader-basic .uploader__progress progress:indeterminate:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    border-radius: 3px;
    background: -moz-linear-gradient(left, transparent 0%, transparent 18%, #000 50%, transparent 83%, transparent 100%);
    background: -webkit-linear-gradient(left, transparent 0%, transparent 18%, #000 50%, transparent 83%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, transparent 18%, #000 50%, transparent 83%, transparent 100%);
    background-size: 90%;
    -webkit-animation: bg-scrolling-reverse 1.2s infinite;
    -moz-animation: bg-scrolling-reverse 1.2s infinite;
    -o-animation: bg-scrolling-reverse 1.2s infinite;
    animation: bg-scrolling-reverse 1.2s infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
}

.uploader-basic .uploader__progress .progress-text {
    color: #555;
    font-size: 12px;
    font-size: 0.75rem;
}

.uploader-basic .uploader__progress.hide {
    display: none !important;
}

.uploader-basic .uploader__button {
    white-space: nowrap;
    margin-left: 2ex;
    display: none;
}

.uploader-basic .uploader__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    left: -9999px;
}

.uploader-basic .uploader__file+label {
    width: 100%;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    font-weight: normal;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.uploader-basic .error-message {
    display: none;
    align-items: center;
    font-size: 12px;
    font-size: 0.75rem;
}

@media (max-width: 767px) {
    .uploader-basic .error-message {
        margin-top: 0.5rem;
    }
}

.uploader-basic .error-message i {
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 0.75rem;
}

.uploader-basic .error-message.show {
    display: flex !important;
}

.uploader-basic .remove-file {
    cursor: pointer;
}

.uploader-basic .remove-file i {
    font-weight: 700;
}

.uploader-basic.is-dragover .uploader__input-wrapper {
    border-color: #404042;
}

.uploader-basic .success-icon {
    display: none;
    color: #04a361;
    margin-left: 0.25rem;
    font-size: 19px;
    font-size: 1.1875rem;
    vertical-align: sub;
    width: 24px;
}

.uploader-basic .uploader__message {
    display: none;
    align-items: center;
    flex: 1;
}

@media (max-width: 767px) {
    .uploader-basic .uploader__message {
        margin-right: 0.5rem;
    }
}

.uploader-basic .uploader__message i {
    font-size: 36px;
    font-size: 2.25rem;
    margin-right: 0.75rem;
}

.uploader-basic .uploader__message.show {
    display: flex;
}

.uploader-basic .uploader__message .remove-error {
    margin-left: auto;
    font-size: 1rem;
    color: #000;
    cursor: pointer;
}

.uploader-basic .uploader__message .remove-error i {
    font-size: 1.4rem;
    font-weight: 700;
    margin-right: 0;
}

.uploader-basic .files-list__item[data-state=uploading] .uploader__progress {
    display: flex;
}

.uploader-basic .files-list__item[data-state=uploading] .remove-file {
    display: block;
}

.uploader-basic .files-list__item[data-state=uploading] .upload-error,
.uploader-basic .files-list__item[data-state=uploading] .files-error {
    display: none;
}

.uploader-basic .files-list__item[data-state=success] .success-icon {
    display: inline-block;
}

.uploader-basic .files-list__item[data-state=success] .uploader__progress {
    display: flex;
}

.uploader-basic .files-list__item[data-state=success] .remove-file,
.uploader-basic .files-list__item[data-state=success] .upload-error,
.uploader-basic .files-list__item[data-state=success] .files-error {
    display: none;
}

.uploader-basic .files-list__item[data-state=upload-error] .remove-file {
    display: block;
}

.uploader-basic .files-list__item[data-state=upload-error] .upload-error {
    display: flex;
}

.uploader-basic .files-list__item[data-state=upload-error] .uploader__progress,
.uploader-basic .files-list__item[data-state=upload-error] .files-error {
    display: none;
}

.uploader-basic .files-list__item[data-state=files-error] .remove-file {
    display: block;
}

.uploader-basic .files-list__item[data-state=files-error] .files-error {
    display: flex;
}

.uploader-basic .files-list__item[data-state=files-error] .uploader__progress,
.uploader-basic .files-list__item[data-state=files-error] .upload-error {
    display: none;
}

.uploader-basic.single .files-list__item {
    display: none;
    align-items: center;
    padding: 0.5rem 1rem 0.5rem 1.75rem;
}

@media (max-width: 767px) {
    .uploader-basic.single .files-list__item {
        padding: 0;
        align-items: flex-start;
    }
}

.uploader-basic.single .files-list__item.hide {
    display: none;
}

.uploader-basic.single .files-list__item .file__inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    margin-right: -1rem;
}

@media (min-width: 768px) {
    .uploader-basic.single .files-list__item .file__inner {
        align-items: center;
        flex-direction: row;
        margin-right: 1.8rem;
    }
}

.uploader-basic.single .files-list__item .file-name {
    margin-right: 0.25rem;
}

.uploader-basic.single .files-list__item .file-icon {
    font-size: 40px;
    font-size: 2.5rem;
    margin-right: 0.7rem;
}

@media (max-width: 767px) {
    .uploader-basic.single .files-list__item .file-icon {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
    }
}

.uploader-basic.single .files-list__item .file-details {
    flex: 1;
}

@media (max-width: 767px) {
    .uploader-basic.single .files-list__item .file-details {
        width: 100%;
    }
}

.uploader-basic.single .files-list__item[data-state] {
    display: flex;
}

.uploader-basic.single .files-list__item[data-state=dummy] {
    display: none;
}

.uploader-basic.single .files-list__item[data-state=success] .remove-file {
    display: block;
}

.uploader-basic.single .files-list__item[data-state=success] .uploader__progress {
    display: none;
}

.uploader-basic.single .files-list__item[data-state=files-error] .file__inner {
    display: none;
}

.uploader-basic.single .files-list__item[data-state=files-error] .uploader__message,
.uploader-basic.single .files-list__item[data-state=files-error] .file-error {
    display: flex;
}

.uploader-basic.single .files-list__item[data-state=upload-error] .error-message,
.uploader-basic.single .files-list__item[data-state=upload-error] .file-error {
    display: flex;
    align-items: center;
}

.uploader-basic.single .files-list__item[data-state=upload-error] .error-message i,
.uploader-basic.single .files-list__item[data-state=upload-error] .file-error i {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-right: 0.25rem;
}

.uploader-basic.single .uploader__message {
    padding: 1rem;
}

.uploader-basic.multiple .files-list>.files-list__item:first-child {
    margin-top: 0.75rem;
}

.uploader-basic.multiple .files-list__item {
    background-color: #ddd;
    padding: 0.75rem;
    display: flex;
    align-items: center;
    margin: 0.5rem -0.75rem 0;
    border-radius: 4px;
}

.uploader-basic.multiple .files-list__item[data-state=dummy] {
    display: none;
}

.uploader-basic.multiple .files-list__item .remove-file {
    margin-right: 10px;
    align-items: center;
    display: flex;
}

.uploader-basic.multiple [data-state=upload-error],
.uploader-basic.multiple [data-state=files-error] {
    background-color: #eee;
}

.uploader-basic.multiple [data-state=upload-error] .error-message,
.uploader-basic.multiple [data-state=files-error] .error-message {
    display: flex;
}

.uploader-basic.multiple .error-message {
    flex: 1;
    justify-content: flex-end;
}

.uploader-basic.multiple .file-name {
    flex: 0 0 40%;
    margin-right: 0;
}

.uploader-basic.multiple .file-name .file-size {
    display: none;
}

.uploader-basic.multiple .uploader__progress {
    flex: 1;
    margin-top: 0;
}

.uploader-basic.multiple .uploader__progress progress {
    flex: 1 1 72%;
}

.uploader-basic.multiple .uploader__progress .progress-text {
    flex: 1 1 28%;
}

.uploader-basic.multiple .icon-warning {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 0.5rem;
}

.uploader-basic.multiple .success-icon {
    margin: 0;
}

.uploader-basic.multiple .uploader__message {
    font-size: 16px;
    font-size: 1rem;
    justify-content: center;
}

.uploader-basic.multiple .uploader__message i {
    font-size: 32px;
    font-size: 2rem;
}

.uploader-basic.multiple .uploader__message .remove-error i {
    font-size: 19px;
    font-size: 1.1875rem;
}

.uploader-basic.multiple .uploader__input-wrapper.error-input {
    background-color: #eee;
}

.uploader-basic.multiple .uploader__input-wrapper.error-input .uploader__input {
    display: none;
}

@media (max-width: 767px) {
    .uploader-basic.multiple .files-list__item {
        margin: 0.5rem 0;
        flex-direction: column;
        align-items: flex-start;
        position: relative;
    }

    .uploader-basic.multiple .files-list__item:first-child {
        margin-top: 0;
    }

    .uploader-basic.multiple .file-size {
        display: none;
    }

    .uploader-basic.multiple .file-name {
        width: 100%;
        margin-bottom: 0.5rem;
    }

    .uploader-basic.multiple .file-name .file-size {
        display: inline;
        margin-left: 0.25rem;
    }

    .uploader-basic.multiple .error-message {
        align-items: flex-start;
    }

    .uploader-basic.multiple .remove-item {
        position: absolute;
        right: 0;
    }

    .uploader-basic.multiple .uploader__progress {
        width: 100%;
        margin-top: 0.5rem;
    }

    .uploader-basic.multiple .uploaded-files {
        margin-bottom: 0;
    }

    .uploader-basic.multiple .uploaded-files table.expandable {
        margin-bottom: 0;
    }
}

.uploader-basic .uploaded-files {
    margin-top: 0.7rem;
}

.uploader-basic .uploaded-files .success-icon {
    display: inline-block;
    margin-left: 0.5rem;
}

.uploader-basic .uploaded-files .jcf-select {
    border: none;
    width: auto;
    min-width: 120px;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.uploader-basic .uploaded-files .jcf-select:before {
    border: none;
}

.uploader-basic .uploaded-files .error-input+.jcf-select {
    padding-left: 0.25rem;
}

.uploader-basic .uploaded-files .js-editable {
    padding-left: 0;
}

.dashboard-toolbar {
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 4px rgba(0, 38, 58, 0.14);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s;
}

@media (max-width: 531px) {
    .dashboard-toolbar {
        display: none
    }
}

@charset "UTF-8";

.dashboard-toolbar.show {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.dashboard-toolbar__items {
    display: flex;
    height: 44px;
    position: relative;
}

.dashboard-toolbar .dt-item {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 12px;
}

.dashboard-toolbar .dt-item:first-child {
    padding-left: 0;
}

.dashboard-toolbar .dt-item:last-child {
    padding-right: 0;
}

.dashboard-toolbar .dt-divider {
    padding-right: 0;
}

.dashboard-toolbar .dt-divider::after {
    content: "";
    width: 1px;
    height: 16px;
    background-color: #a1a1a1;
    margin-left: 12px;
}

.dashboard-toolbar a[data-db-target-for] {
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.dashboard-toolbar a[data-db-target-for]>i[class*=icon-] {
    padding: 0;
    margin-left: 12px;
}

.dashboard-toolbar .dt-status a[data-db-target-for] {
    color: #000;
}

.dashboard-toolbar .dt-status a[data-db-target-for] span {
    font-size: 0.875rem;
    min-width: 81px;
}

.dashboard-toolbar .dt-options a[data-db-target-for] span {
    font-size: 0.75rem;
}

.dashboard-toolbar .dt-options .menu-list>li {
    display: none;
}

.dashboard-toolbar .dt-search {
    margin-left: auto;
    align-items: center;
    display: none;
}

.dashboard-toolbar .dt-search .search-open {
    width: auto;
    background-color: transparent;
    color: #000;
    padding: 0;
    font-size: 0.875rem;
}

.dashboard-toolbar .dt-search .search-open i {
    margin: 3px;
}

.dashboard-toolbar .dt-search .search-open:hover,
.dashboard-toolbar .dt-search .search-open:focus,
.dashboard-toolbar .dt-search .search-open:active {
    background-color: transparent;
}

.dashboard-toolbar .dt-search-form {
    visibility: hidden;
    opacity: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: calc(100% - 1px);
    height: 100%;
    border-bottom: 2px solid #a1a1a1;
    background-color: #fff;
    transition: all 0.25s;
}

.dashboard-toolbar .dt-search-form.focus {
    border-bottom-color: #a1a1a1;
}

.dashboard-toolbar .dt-search-form form {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
}

.dashboard-toolbar .dt-search-form input,
.dashboard-toolbar .dt-search-form .tags-input {
    border: none;
    background-color: #fff;
    margin: 0;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 6px;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: all 0.25s;
}

.dashboard-toolbar .dt-search-form .btn {
    position: relative;
    margin: 0 4px;
}

.dashboard-toolbar .dt-search-form .btn i {
    margin: 0;
}

.dashboard-toolbar .dt-search-form .btn.close-search {
    color: #a1a1a1;
}

.dashboard-toolbar .dt-search-form .btn.close-search i {
    font-size: 1.375rem;
}

.dashboard-toolbar .dt-search-form .dt-divider {
    position: relative;
    display: flex !important;
    align-self: center;
}

.dashboard-toolbar .dt-search-form .dt-divider::after {
    margin: 0;
}

.dashboard-toolbar .dt-search-form .search-btn {
    width: auto;
    background-color: transparent;
    color: #000;
    padding: 0;
    font-size: 1.375rem;
    display: flex;
    align-items: center;
}

.dashboard-toolbar .dt-search-form .search-btn i {
    margin: 0 16px;
}

.dashboard-toolbar .dt-search-form .search-btn:hover,
.dashboard-toolbar .dt-search-form .search-btn:focus,
.dashboard-toolbar .dt-search-form .search-btn:active {
    background-color: transparent;
}

.dashboard-toolbar .dt-search.js--open .dt-search-form {
    visibility: visible;
    opacity: 1;
}

.dashboard-toolbar .dt-search.js--open input,
.dashboard-toolbar .dt-search.js--open .tags-input {
    transform: scaleX(1);
}

.dashboard-toolbar .dt-item.dt-title {
    padding-left: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    align-self: center;
    height: auto;
}

.dashboard-toolbar .dt-submission-status {
    display: flex;
    min-width: 188px;
    margin-left: auto;
    justify-content: flex-end;
}

.dashboard-toolbar .dt-submission-status .submission-status {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 136px;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 0 16px;
    color: #000;
}

.dashboard-toolbar .dt-submission-status i {
    margin-right: 16px;
    font-size: 0.875rem;
}

.dashboard-toolbar .dt-submission-status .draft i,
.dashboard-toolbar .dt-submission-status .in-review i,
.dashboard-toolbar .dt-submission-status .cancelled i,
.dashboard-toolbar .dt-submission-status .author-submitted i,
.dashboard-toolbar .dt-submission-status .submitted i {
    display: none;
}

.dashboard-toolbar .dt-submission-status .btn {
    align-self: center;
    white-space: nowrap;
    padding: 7px;
    height: 28px;
}

.dashboard-toolbar .dt-submission-status .btn i {
    line-height: 0.5rem;
}

.dashboard-toolbar .dt-submission-status .btn-begin-review {
    width: 136px;
}

.dashboard-toolbar .dt-actions-pdf,
.dashboard-toolbar .dt-actions-dropdown {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 8px;
}

.dashboard-toolbar .dt-actions-dropdown>.btn i {
    margin: 0;
}

.dashboard-toolbar .dt-actions-dropdown.hide {
    display: none;
}

.dashboard-toolbar .dt-actions .btn-sm,
.dashboard-toolbar .dt-actions .dt-submission-status .btn,
.dashboard-toolbar .dt-submission-status .dt-actions .btn {
    padding: 7px;
    height: 28px;
}

.dashboard-toolbar .dt-actions .btn-sm i,
.dashboard-toolbar .dt-actions .dt-submission-status .btn i,
.dashboard-toolbar .dt-submission-status .dt-actions .btn i {
    line-height: 0.5;
}

.dashboard-toolbar .dt-actions .dropBlock__holder .btn {
    width: 100%;
    text-transform: capitalize;
    padding: 13px 16px;
    text-align: left;
    justify-content: flex-start;
}

.dashboard-toolbar .dt-item-submenu {
    background: #000;
    position: absolute;
    left: 100%;
    top: -8px;
    min-width: 200px;
    display: none;
    padding: 8px 0;
}

.dashboard-toolbar .dt-item-submenu .scrollable-area {
    overflow-y: auto;
    max-height: 60vh;
    min-height: 70px;
    width: 300px;
}

.dashboard-toolbar .dt-item-submenu .rlist li,
.dashboard-toolbar .dt-item-submenu .figure-viewer__hold__supplementary-nav li,
.dashboard-toolbar .dt-item-submenu .table-viewer__hold__supplementary-nav li {
    padding: 0;
    position: relative;
}

.dashboard-toolbar .dt-item-submenu .rlist li a,
.dashboard-toolbar .dt-item-submenu .figure-viewer__hold__supplementary-nav li a,
.dashboard-toolbar .dt-item-submenu .table-viewer__hold__supplementary-nav li a {
    padding: 13px 24px 13px 55px;
    white-space: nowrap;
}

.dashboard-toolbar .dt-item-submenu .rlist li.active a:before,
.dashboard-toolbar .dt-item-submenu .figure-viewer__hold__supplementary-nav li.active a:before,
.dashboard-toolbar .dt-item-submenu .table-viewer__hold__supplementary-nav li.active a:before {
    padding: 13px 10px 13px 27px;
    content: "";
    font-family: icomoon;
    color: #000;
    font-size: 1.2rem;
    line-height: 1rem;
    position: absolute;
    left: 0;
    top: 0;
}

.dashboard-toolbar .menu-list li {
    position: relative;
}

.dashboard-toolbar .menu-list li a {
    padding: 13px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dashboard-toolbar .menu-list li a i {
    font-size: 1rem;
}

.dashboard-toolbar .menu-list li:hover .dt-item-submenu {
    display: block;
}

.dashboard-toolbar span .dt-only,
.dashboard-toolbar i .dt-only,
.dashboard-toolbar b .dt-only {
    display: inline-block !important;
}

.dashboard-toolbar div .dt-only,
.dashboard-toolbar p .dt-only,
.dashboard-toolbar section .dt-only {
    display: block !important;
}

.dashboard-toolbar .dt-hidden {
    display: none !important;
}

.dt-only {
    display: none !important;
}

.pb-normal-view header.fixed {
    height: 700px;
    position: initial;
    margin-bottom: 50px;
}

.pb-normal-view .header--second-row {
    margin-top: 200px;
}

.pb-normal-view article .tab__content {
    height: 600px !important;
}

.pb-normal-view .js--sticko,
.pb-normal-view .dynamic-sticko {
    position: static !important;
}

.pb-normal-view .site-header {
    height: 150px;
}

.pb-normal-view .owl-carousel {
    display: initial;
}

.pb-normal-view .landing-page .slide-item div {
    z-index: 1000;
}

#pb-editor .disable-adblocker {
    position: static;
    display: block !important;
}

#pb-editor .disable-adblocker__backdrop {
    background: transparent;
    z-index: -1;
}

#pb-editor .fixed-element {
    position: static;
}

#pb-editor .modal-open {
    overflow: auto;
}

.col-flex-xs-1 {
    width: 100px;
}

.col-flex-xs-2 {
    width: 200px;
}

.col-flex-xs-3 {
    width: 300px;
}

.col-flex-xs-4 {
    width: 400px;
}

.col-flex-xs-5 {
    width: 500px;
}

.col-flex-xs-6 {
    width: 600px;
}

.col-flex-xs-7 {
    width: 700px;
}

.col-flex-xs-8 {
    width: 800px;
}

.col-flex-xs-9 {
    width: 900px;
}

.col-flex-xs-10 {
    width: 1000px;
}

@media (min-width: 768px) {
    .col-flex-sm-1 {
        width: 100px;
    }

    .col-flex-sm-2 {
        width: 200px;
    }

    .col-flex-sm-3 {
        width: 300px;
    }

    .col-flex-sm-4 {
        width: 400px;
    }

    .col-flex-sm-5 {
        width: 500px;
    }

    .col-flex-sm-6 {
        width: 600px;
    }

    .col-flex-sm-7 {
        width: 700px;
    }

    .col-flex-sm-8 {
        width: 800px;
    }

    .col-flex-sm-9 {
        width: 900px;
    }

    .col-flex-sm-10 {
        width: 1000px;
    }
}

@media (min-width: 992px) {
    .col-flex-md-1 {
        width: 100px;
    }

    .col-flex-md-2 {
        width: 200px;
    }

    .col-flex-md-3 {
        width: 300px;
    }

    .col-flex-md-4 {
        width: 400px;
    }

    .col-flex-md-5 {
        width: 500px;
    }

    .col-flex-md-6 {
        width: 600px;
    }

    .col-flex-md-7 {
        width: 700px;
    }

    .col-flex-md-8 {
        width: 800px;
    }

    .col-flex-md-9 {
        width: 900px;
    }

    .col-flex-md-10 {
        width: 1000px;
    }
}

@media (min-width: 1200px) {
    .col-flex-lg-1 {
        width: 100px;
    }

    .col-flex-lg-2 {
        width: 200px;
    }

    .col-flex-lg-3 {
        width: 300px;
    }

    .col-flex-lg-4 {
        width: 400px;
    }

    .col-flex-lg-5 {
        width: 500px;
    }

    .col-flex-lg-6 {
        width: 600px;
    }

    .col-flex-lg-7 {
        width: 700px;
    }

    .col-flex-lg-8 {
        width: 800px;
    }

    .col-flex-lg-9 {
        width: 900px;
    }

    .col-flex-lg-10 {
        width: 1000px;
    }
}

.flex-layout-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.flex-layout-container>div:not([class*=col-flex]) {
    flex: 1;
}

.flex-layout>.container>.row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
}

.flex-layout>.container>.row>div:not([class*=col-flex]) {
    flex: 1;
}

[class*=col-flex] {
    padding: 0;
}

.userLoginBar {
    text-align: center;
    display: inline-block;
}

.userLoginBar__header {
    padding: 15px;
}

.userLoginBar__header .close {
    margin-top: -2px;
}

.userLoginBar__header .close:focus {
    background: transparent;
}

.userLoginBar__header h2 {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
}

.userLoginBar__holder {
    padding: 10px;
    background: #fff;
    min-width: 200px;
}

.userLoginBar.right-side .userLoginBar__holder {
    left: auto !important;
    right: 0;
}

.userLoginBar .modal__title {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: normal;
}

.userLoginBar img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.userLoginBar .modal--reg__link {
    margin-top: 10px;
    color: #808284;
    display: inline-block;
}

.user-login-bar {
    display: inline-block;
}

.user-login-bar__signin i,
.user-login-bar .dropBlock>a i {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.125rem;
    vertical-align: middle;
}

.user-login-bar__signin span,
.user-login-bar .dropBlock>a span {
    font-size: 0.65rem;
}

.user-login-bar .dropBlock {
    position: relative;
}

.user-login-bar .dropBlock__holder {
    min-width: 200px;
    right: 0px;
}

.user-login-bar .dropBlock__holder ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.user-login-bar .dropBlock__holder li {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #f0f0f0;
}

.user-login-bar .dropBlock__holder li:last-child {
    border-bottom: none;
}

.user-login-bar .dropBlock__holder a {
    font-size: 0.65rem;
    padding: 10px 15px;
    display: block;
}

.user-login-bar .dropBlock__holder a:hover {
    background-color: #f9f9f9;
}

.profile-menu {
    padding: 30px 0;
    background: #f5f5f5;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.profile-menu a {
    border: none;
    padding: 10px;
    border-left: 4px solid transparent;
    display: block;
    color: #9d9d9d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.profile-menu a span {
    line-height: 2;
}

.profile-menu .active {
    color: #333;
    border-left-color: #333;
}

.profile-menu .menu-title:nth-child(3):not(:empty) {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 4px solid #fff;
}

.profile-menu--dropBlock {
    margin-left: -15px;
    margin-right: -15px;
}

.profile-menu--dropBlock a {
    display: block;
    background: #f5f5f5;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    border-bottom: none;
    padding: 20px;
    border-top: 1px solid #e7e7e7;
    color: #757575;
}

.profile-menu--dropBlock a:hover {
    background: #949494;
    color: #fff;
}

.profile-menu--dropBlock a span {
    line-height: 1;
}

.profile-menu--dropBlock i {
    font-size: 10px;
    font-size: 0.625rem;
    font-weight: bolder;
    color: #333;
    margin-top: 5px;
}

.profile-menu--res {
    padding: 0;
    width: 100% !important;
    z-index: 14;
}

.profile-menu .item-badge {
    font-size: 13px;
    font-size: 0.8125rem;
    height: 100%;
    color: white;
    padding: 5px;
    border-radius: 10px;
}

.profile-menu .item-badge.green {
    background: green;
}

.profile-menu .item-badge.orange {
    background: orange;
}

.profile-menu .menu-title {
    text-transform: uppercase;
    font-size: 1.3rem;
    padding-left: 15px;
    margin-bottom: -1px;
}

@media (max-width: 767px) {
    .profile-menu .menu-title {
        padding: 25px 0 25px 25px;
    }
}

.profile-menu__institutional {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 5px solid #fff;
}

.connect-profile-menu {
    margin-top: 20px;
}

.connectProfileMenu {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    color: #404042;
    padding: 24px;
}

.connectProfileMenu .border {
    border-top: 1px solid #f0f0f0;
}

.connectProfileMenu .logo {
    height: 20px;
}

.connectProfileMenu .appsLogo {
    height: 16px;
}

.connectProfileMenu .sectionContainer {
    align-items: flex-start;
    display: flex;
}

.connectProfileMenu .title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
}

.connectProfileMenu .sectionText {
    flex-grow: 1;
}

.connectProfileMenu .icon {
    flex: 0 0 22px;
    margin-right: 12px;
}

.connectProfileMenu .text {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    margin: 8px 28px 12px 0;
    line-height: 20px;
}

.connectProfileMenu .text.contained {
    max-width: calc(100% - 120px);
}

.connectProfileMenu .action {
    flex-shrink: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
    line-height: 1;
    padding: 12px;
    transition: all 300ms ease;
}

.connectProfileMenu .action:not(.btn) {
    color: #404042;
}

.connectProfileMenu .action.btn {
    background-color: #404042;
}

.connectProfileMenu .action:hover:not(.btn),
.connectProfileMenu .action:focus:not(.btn) {
    color: #0e0e0e;
}

.connectProfileMenu .action:hover.btn,
.connectProfileMenu .action:focus.btn {
    background-color: #0e0e0e;
}

.connectProfileMenu .horizontalList {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.connectProfileMenu .horizontalList li {
    flex-shrink: 0;
    padding-right: 24px;
}

.connectProfileMenu .horizontalList li a {
    padding: 0;
}

.connectProfileMenu .profile {
    padding: 12px 0 32px;
}

.connectProfileMenu .profile .icon {
    align-self: center;
    margin-bottom: 12px;
}

.connectProfileMenu .profile .text {
    margin-top: 0;
}

.connectProfileMenu .network {
    padding: 32px 0 12px;
}

.connectProfileMenu .institutions {
    padding: 32px 0;
}

@media screen and (max-width: 767px) {
    .connectProfileMenu .sectionContainer {
        flex-wrap: wrap;
    }

    .connectProfileMenu .sectionContainer .action {
        margin: 0 24px 24px;
    }

    .connectProfileMenu .sectionContainer .action.btn {
        margin: 0 36px 24px;
    }

    .connectProfileMenu .sectionText {
        width: 80%;
    }
}

.search-result__meta {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 15px;
    background: #f4f4f4;
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .search-result__meta {
        border: none;
        padding-top: 0;
        padding-left: 0;
        padding-bottom: 15px;
        margin-bottom: 12px;
        line-height: 14px;
    }

    .search-result__meta .icon-filters {
        color: #000;
    }
}

.search-result__meta:after,
.search-result__meta:before {
    content: " ";
    display: table;
    clear: both;
}

.search-result__meta .refineSearch__top {
    clear: both;
}

.search-result__meta .advanced-search__tabs {
    clear: both;
    display: none;
}

.search-result__meta .tab__nav {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 15px;
    font-size: 14.08px;
    font-size: 0.88rem;
}

.search-result__meta .tab__nav li {
    margin-bottom: 0;
}

.search-result__meta .tab__nav li:not(.active) a {
    border-bottom: 0;
}

.search-result__meta .tab__nav a {
    padding: 20px 10px;
}

@media (min-width: 992px) {
    .search-result__meta__top {
        margin-left: -15px;
        margin-right: -15px;
        padding-right: 15px;
        border-bottom: 1px solid #e6e5e5;
    }
}

.search-result__refine-search .refineSearch__content {
    background: transparent;
    max-width: 100%;
}

@media (min-width: 992px) {
    .search-result__refine-search .refineSearch__content {
        margin: 0 -15px;
    }
}

.search-result__refine {
    text-transform: uppercase;
    padding: 20px 15px;
    display: inline-block;
}

.search-result__refine span {
    margin-right: 10px;
}

.search-result__refine i {
    font-size: 7.04px;
    font-size: 0.44rem;
    display: inline-block;
}

.search-result__refine.js--open {
    border-bottom: 2px solid #404042;
}

.search-result__refine.js--open i {
    transform: rotate(180deg);
}

.search-result__nav {
    border-bottom: 1px solid #e6e5e5;
    margin-bottom: 5px;
}

.search-result__nav__item {
    padding: 20px 18px;
    display: inline-block;
}

.search-result__nav__item.active {
    border-bottom: 2px solid #404042;
    font-weight: 600;
}

.search-result__follow {
    font-size: 14.08px;
    font-size: 0.88rem;
}

@media (min-width: 1200px) {
    .search-result--tile {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .search-result--tile .search__item {
        margin-top: 15px;
        width: 50%;
        display: inline-block;
    }

    .search-result--tile .item__image {
        width: 135px;
    }

    .search-result--tile .item__image+div.item__body {
        width: calc(100% - 135px);
    }
}

.search-result__books .search__item .meta__title {
    color: #000;
    margin: 0;
    min-height: 60px;
}

.search__layout {
    display: inline-block;
    border-left: 1px solid #e1e1e1;
    margin: 20px 0;
    padding-left: 5px;
}

@media (max-width: 1199px) {
    .search__layout {
        display: none;
    }
}

.search__layout-list {
    margin-right: 10px;
}

.search__layout span {
    cursor: pointer;
    padding: 5px;
}

.search__layout span.active {
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    border: 1px solid #e1e1e1;
}

.search__layout .icon-toc {
    font-size: 11.2px;
    font-size: 0.7rem;
}

.search__layout .icon-two-rows-and-three-columns-layout {
    vertical-align: middle;
}

.search__follow {
    padding: 20px 0;
}

.search__follow__label {
    margin-right: 10px;
}

.search__follow__item {
    display: inline-block;
}

.search__follow__item~.search__follow__item {
    margin-left: 14px;
    padding-left: 12px;
    border-left: 1px solid #e6e5e5;
}

.search__follow__item .saveSearchMsg {
    margin: 0 5px;
}

.search__options {
    margin: 15px 0 35px;
    line-height: 16px;
}

.search__options li~li {
    margin-left: 10px;
    padding-left: 10px;
}

.search__result {
    font-weight: bold;
    text-transform: none;
}

.search__result--space {
    padding: 20px 0;
}

.search__result .result__label {
    text-transform: uppercase;
}

.search__result .result__sep {
    font-weight: 500;
    padding-left: 5px;
}

.search__result .result__suffix {
    margin-left: 5px;
    font-weight: 500;
}

.search__result .result__current {
    text-transform: uppercase;
}

.search__result .result__count {
    padding-left: 5px;
}

@media (min-width: 992px) {
    .showPublications .search__result {
        padding: 20px 15px;
    }
}

.search__filters {
    margin-right: -15px;
    margin-left: -15px;
    background: #f4f4f4;
    overflow: auto;
}

.search__filters .facet {
    padding-right: 15px;
    padding-left: 15px;
}

.search__filters .facets__title--main {
    border-bottom: 1px solid #ddd;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
}

.search__item {
    padding: 0 15px;
}

.search__item .item__default__icon[class*=icon-] {
    font-size: 90.08px;
    font-size: 5.63rem;
    color: #fff;
}

.search__item .meta__book-authors .rlist--inline {
    display: inline-block;
}

.search__item .meta__details a:not(:last-child):after {
    content: "|";
    margin-left: 4px;
    margin-right: 4px;
}

.search__item .meta__access {
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 0;
    font-weight: 600;
}

.search__item .meta__access i[class*=icon-] {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 4px;
}

.search__item .meta__type {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .search__item {
        margin-left: -15px;
        margin-right: -15px;
        border-bottom: 2px solid #d6d6d6;
    }
}

.search__item+.search__item {
    margin-top: 10px;
}

.search__item img {
    margin-bottom: 0;
}

.search__item .item__body {
    border-bottom: 2px solid #d6d6d6;
}

@media (max-width: 991px) {
    .search__item .item__body {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .search__item .item__body {
        border-bottom: 0;
    }
}

.search__item .item__image+.item__body {
    float: left;
    width: 80%;
}

@media (max-width: 991px) {
    .search__item .item__image+.item__body {
        width: 100%;
        min-height: 0;
    }
}

@media (min-width: 992px) {
    .search__item .item__image+.item__body {
        min-height: 131px;
    }
}

@media (min-width: 1200px) {
    .search__item .item__image+.item__body {
        min-height: 145px;
    }
}

.search__item .accordion__control {
    font-size: 13.12px;
    font-size: 0.82rem;
}

.search__item .accordion__control>span~i {
    margin-left: 5px;
}

.search__item i[class*=icon-] {
    font-size: 7.2px;
    font-size: 0.45rem;
    margin-left: 0;
}

.search__item .accordion__content {
    padding: 10px 15px;
    background: #f4f4f4;
    font-size: 13.12px;
    font-size: 0.82rem;
    margin-bottom: 10px;
}

.search__modal .modal__body {
    margin-top: 30px;
    border-top: 1px solid #a1a1a1;
    padding-top: 30px;
}

.search__modal .input-group label {
    display: inline-block;
    margin-right: 1rem;
}

.single_highlight_class {
    background-color: #d7d7d7;
    display: inline-block;
}

.item__image {
    width: 20%;
    float: left;
    padding-right: 20px;
}

@media (max-width: 991px) {
    .item__image {
        display: none;
    }
}

.item__default__image {
    background: #d3d3d3;
    width: 110px;
    height: 145px;
    max-width: 100%;
}

@media (max-width: 991px) {
    .item__default__image {
        height: 131px;
    }
}

.item__default__icon {
    font-size: 90.08px;
    font-size: 5.63rem;
    color: #fff;
}

.per-page {
    float: left;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 10px;
    margin: 15px 0;
}

.per-page__label {
    padding: 5px 0;
    display: inline-block;
}

.per-page a {
    padding: 5px;
    display: block;
}

.per-page .js--selected {
    font-weight: bold;
}

.per-page ul {
    float: right;
    font-weight: normal;
}

.per-page.separator-end {
    border-right: 1px solid #d6d6d6;
}

.search__sort {
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    position: relative;
}

.search__sort a {
    padding: 20px 0;
    display: inline-block;
}

.search__sort i {
    font-size: 10px;
    font-size: 0.625rem;
    margin-left: 10px;
}

.search__sort i.icon-section_arrow_d {
    font-size: 7.04px;
    font-size: 0.44rem;
}

.search__sort__drop {
    background: #fff;
    border: 1px solid #404042;
    border-top: 3px solid;
    padding: 10px 15px;
    min-width: 100%;
    right: -15px;
    text-transform: none;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 600;
}

.search__sort__drop a {
    padding: 15px 0;
}

@media (max-width: 767px) {
    .search-result__follow {
        margin: 0 -15px;
        padding: 0 15px;
        background: #e0e0e0;
    }

    .search-result__meta {
        padding-right: 0;
        background: transparent;
    }

    .search__bottom {
        float: none;
        padding: 10px 15px;
        margin: 0px -15px;
        clear: both;
        background: #f4f4f4;
    }

    .search__sort a {
        padding: 5px 0;
    }

    .search-result__refine i {
        transform: rotate(-90deg);
        display: inline-block;
    }
}

@media (max-width: 991px) {
    .search-result__meta__top .search__bottom {
        float: none;
        padding: 10px 15px;
        margin: 0 -15px;
    }

    .search-result__meta__top .search__bottom .search__sort a {
        padding: 14px 0;
    }
}

.doSearch .swipe__wrapper:after,
.doSearch .swipe__wrapper:before {
    content: "";
}

@media (max-width: 991px) {
    .doSearch .per-page {
        display: none;
    }

    .doSearch .search__follow__label {
        display: none;
    }

    .doSearch .search__follow__icon {
        border-color: #404042;
    }

    .advancedSearch__tabs {
        padding: 0 15px;
    }

    .advancedSearch__tabs__nav li {
        width: 33.3%;
        text-align: center;
    }

    .search-result__nav {
        margin-bottom: 0;
    }

    .search-result__nav__item {
        padding: 10px 18px;
        font-size: 14.08px;
        font-size: 0.88rem;
    }

    .search-result__refine {
        margin-left: -15px;
    }

    .showPublications .search__result {
        float: none;
        padding: 13px 15px;
        clear: both;
        margin: 0px -15px;
        background: #e1e1e1;
    }

    .search__result i {
        margin-top: -1px;
        color: #404042;
    }

    .search__ctrl__filters {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: 400;
    }

    .search__sort i {
        margin-left: 10px;
    }

    .facets__title--main {
        padding-right: 15px;
        padding-left: 15px;
    }

    .w-slide .facets__title--main {
        display: none;
    }

    .result__ctrl__filters {
        font-weight: normal;
    }

    .doSearch .result__ctrl__filters {
        font-weight: 700;
        float: left;
        padding: 5px 0;
        width: 50%;
        border-right: 1px solid #e6e5e5;
    }

    .showPublications .result__ctrl__filters {
        float: right;
    }

    .per-page {
        padding: 10px 0;
        margin: 0;
        width: 50%;
    }

    .per-page ul {
        display: inline-block;
        float: none;
    }
}

@media (max-width: 360px) {
    .doSearch .result__ctrl__filters {
        width: 40%;
    }
}

.ui-color-slice {
    height: 15px;
    float: left;
}

.ui-widget-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
}

.ui-widget-content.ui-autocomplete {
    height: auto;
}

.saveSearchProgress {
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 auto 0 auto;
    display: none;
}

.w-slide .search-tabs-nav {
    display: none;
}

.w-slide .search-entry {
    margin-bottom: 10px;
}

.w-slide .search-entry h3 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 4px;
}

.w-slide .search-entries ul {
    list-style: none;
    padding: 0;
}

.showPublications .search__item {
    display: flex;
}

.showPublications .item__body {
    margin-bottom: 5px;
}

.showPublications .item__body:only-child,
.showPublications .dropzone:only-child {
    width: 100%;
}

.advanced-search .search__required__icon {
    display: none;
}

.search__required .advanced-search .search__required__icon {
    display: inline;
}

.search__required .advanced-search .form-control {
    margin-right: 0px;
}

.search__required .advanced-search .searchIn--field input,
.search__required .advanced-search .searchIn--field .tags-input {
    margin-right: 0px;
}

.search__item .item__image img {
    min-width: 100px;
    min-height: 125px;
}

.toc__latest-issue p {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
    line-height: 0.875rem;
}

@media (max-width: 767px) {
    .toc__latest-issue p {
        line-height: 1rem;
    }
}

.toc__latest-issue hr {
    border: 0;
    border-top: 1px solid #e6e5e5;
}

@media (max-width: 767px) {
    .toc__latest-issue img {
        display: none;
    }
}

.toc__section {
    border-bottom: 2px solid #e6e5e5;
    margin-bottom: 35px;
    margin-top: 15px;
}

.toc__section>a {
    padding: 10px 0;
    display: block;
    font-weight: 600;
    margin-left: 15px;
}

.toc__section i[class*=icon-] {
    font-size: 16px;
    font-size: 1rem;
    width: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.toc__section .sections__drop {
    padding: 15px;
    width: 250px;
    border: 1px solid #e6e5e5;
    background: #fff;
}

.toc__heading {
    margin-bottom: 15px;
}

.toc-item__detail {
    margin-bottom: 10px;
}

.toc-item__detail li {
    line-height: 0.875rem;
    margin-right: 10px;
    padding-right: 10px;
}

.toc-item__detail li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.toc-item__detail span {
    color: #9e9e9e;
    margin-right: 3px;
}

.toc-item__abstract {
    display: none;
    padding: 15px;
    background: #e6e5e5;
}

.toc-item__abstract p {
    margin: 0;
}

@media (max-width: 767px) {
    .toc-item__abstract .left-side-image img {
        width: auto;
        float: none;
    }
}

.toc-item__footer .toc-item__detail {
    float: right;
    font-weight: bold;
}

@media (max-width: 991px) {
    .toc-item__footer .toc-item__detail {
        float: none;
    }
}

.toc-item__footer .toc-item__detail.separator li {
    line-height: normal;
}

.toc-item__footer i[class*=icon-] {
    font-size: 8px;
    font-size: 0.5rem;
    margin-right: 12px;
    color: #9e9e9e;
}

.toc-item__footer .accordion__control {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .icon-toc.icon-close_thin:before {
        content: "";
    }
}

.corrections-container {
    margin-bottom: 15px;
}

.corrections-container__label {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 12px;
    font-weight: normal;
}

.corrections-container__label.accordion__control i {
    color: #404042;
    vertical-align: middle;
    float: none;
}

.corrections-container__label i.icon-section_arrow_d {
    font-size: 6px;
    font-size: 0.375rem;
    font-weight: bold;
}

@media (max-width: 767px) {
    .corrections-container__label i.icon-section_arrow_d:before {
        transform: rotate(-90deg);
        margin-left: 0;
        margin-bottom: 25px;
        display: inline-block;
    }
}

.corrections-container__label i.icon-notice {
    font-size: 21px;
    font-size: 1.3125rem;
    margin-left: 0;
    margin-right: 10px;
}

.corrections-container__list .parent-item {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #404042;
}

.corrections-container__list .loa {
    font-weight: normal;
    color: #616161;
}

.corrections-container-body {
    background: #f4f4f4;
    padding: 25px;
}

@media (max-width: 767px) {
    .corrections-container .corrections-label {
        padding-bottom: 0;
    }

    .corrections-container .corrections-label i.icon-notice {
        font-size: 16px;
        font-size: 1rem;
    }
}

.table-of-content .issue-item {
    margin-top: 15px;
    padding-top: 15px;
}

.table-of-content .issue-item:not(:first-child) {
    border-top: 1px solid #e6e5e5;
}

@media (min-width: 768px) {
    .table-of-content-abstract__text {
        display: inline-block;
        padding: 0 10px;
    }

    .table-of-content-item__abstract {
        padding-left: 40px;
    }

    .table-of-content-item__footer>a {
        float: left;
        max-width: 20%;
    }

    .table-of-content-item__footer>ul {
        float: right;
    }
}

[class*=trunc-read],
[class*=read-more],
[class*=read-less] {
    font-weight: bold;
    cursor: pointer;
}

[class*=trunc-read] i[class*=icon-],
[class*=read-more] i[class*=icon-],
[class*=read-less] i[class*=icon-] {
    font-size: 8px;
    font-size: 0.5rem;
    color: #9e9e9e;
    margin-left: 12px;
}

.registration__personal {
    margin-top: 25px;
}

.registration__personal .border-bottom {
    margin-top: 15px;
    margin-bottom: 36px;
    padding-bottom: 20px;
    border-color: #eee;
}

.registration__personal .label-txt {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    color: #63666a;
}

.registration__personal .label-txt small {
    margin-left: 42px;
    margin-top: 15px;
    display: block;
}

.registration__button {
    margin: 2em 0;
}

.registration__cancel {
    margin: 3.5em 0;
    display: block;
}

.topical-index {
    padding: 25px 0;
}

.topical-index h2 {
    padding-left: 30px;
    margin-bottom: 25px;
}

.topical-index ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.topical-index a {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 7px 30px;
    display: block;
    border-top: 1px solid #e6e5e5;
}

.topical-index .expandable-list__body a {
    padding: 7px 60px;
}

.topical-index .expandable-list.js--open .icon-add_box:before {
    content: "";
    font-size: 8px;
    font-size: 0.5rem;
}

.topical-index .expandable-list i {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-block;
    padding-right: 10px;
    min-width: 23px;
}

.topical-index .expandable-list .new {
    font-size: 14.08px;
    font-size: 0.88rem;
    padding: 7px;
    margin-left: 20px;
    text-transform: uppercase;
}

.topical-index .expandable-list span {
    vertical-align: middle;
    margin-right: 6px;
}

.topical-index .expandable-list__count {
    margin-left: 5px;
}

.ms-ctn {
    position: relative;
    padding: 5px 12px;
    height: auto;
}

.ms-inv {
    border: 1px solid #c00;
}

.ms-ctn-readonly {
    cursor: pointer;
}

.ms-ctn-disabled {
    cursor: not-allowed;
    background-color: #eee;
}

.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
    border-color: rgba(82, 168, 236, 0.8) !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.ms-ctn-focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ms-ctn input,
.ms-ctn .tags-input {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    outline: 0;
    display: block;
    padding: 0;
    line-height: 1.42857143;
    margin: 1px 0;
    width: 100%;
}

.ms-ctn .ms-sel-ctn input,
.ms-ctn .ms-sel-ctn .tags-input {
    float: left;
}

.ms-ctn-disabled input,
.ms-ctn-disabled .tags-input {
    cursor: not-allowed;
    background-color: #eee;
}

.ms-ctn .ms-input-readonly {
    cursor: pointer;
}

.ms-ctn .ms-empty-text {
    color: #DDD;
}

.ms-ctn input:focus,
.ms-ctn .tags-input:focus {
    border: 0;
    box-shadow: none;
    -webkit-transition: none;
    background: #FFF;
}

.ms-ctn input::-ms-clear,
.ms-ctn .tags-input::-ms-clear {
    width: 0;
    height: 0;
}

.ms-ctn .ms-trigger {
    top: 0;
    width: 25px;
    height: 100%;
    position: absolute;
    right: 0;
    background: transparent;
    border-left: 1px solid #CCC;
    cursor: pointer;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #333;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-left: 8px;
    margin-top: 15px;
}

.ms-ctn .ms-trigger:hover {
    background-color: #e6e6e6;
}

.ms-ctn .ms-trigger:hover .ms-trigger-ico {
    background-position: 0 -4px;
}

.ms-ctn-disabled .ms-trigger {
    cursor: not-allowed;
    background-color: #eee;
}

.ms-ctn-bootstrap-focus {
    border-bottom: 1px solid #CCC;
}

.ms-res-ctn {
    width: 100%;
    display: block;
    overflow-y: auto;
}

.ms-res-ctn .ms-res-group {
    line-height: 23px;
    text-align: left;
    padding: 2px 5px;
    font-weight: bold;
    border-bottom: 1px dotted #CCC;
    border-top: 1px solid #CCC;
    background: #f3edff;
    color: #333;
}

.ms-res-ctn .ms-res-item {
    line-height: 25px;
    text-align: left;
    padding: 2px 5px;
    color: #666;
    cursor: pointer;
}

.ms-res-ctn .ms-res-item-grouped {
    padding-left: 15px;
}

.ms-res-ctn .ms-res-odd {
    background: #fafafa;
}

.ms-res-ctn .ms-res-item-active {
    background-color: #f5f5f5;
}

.ms-res-ctn .ms-res-item-disabled {
    color: #CCC;
    cursor: default;
}

.ms-sel-ctn {
    overflow: auto;
    line-height: 18px;
    padding-right: 25px;
}

.ms-no-trigger .ms-sel-ctn {
    padding-right: 0;
}

.ms-sel-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 3px 0 1px 0;
}

.ms-sel-ctn .ms-sel-invalid {
    border-color: #f8a5a5 !important;
    background: #fdf2f2 !important;
}

.ms-sel-ctn .ms-sel-item:hover {
    border: 1px solid #BBB;
}

.ms-ctn .ms-sel-item {
    background: #f3f3f3;
    color: #999;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    border-radius: 3px;
    border: 1px solid #DDD;
    margin: 1px 5px 1px 0;
}

.ms-ctn .ms-sel-item:hover {
    border: 1px solid transparent;
}

.ms-ctn-focus .ms-sel-item:hover {
    border: 1px solid #BBB;
}

.ms-sel-ctn .ms-sel-text {
    background: #FFF;
    color: #666;
    padding-right: 0;
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
}

.ms-as-string .ms-sel-text {
    border-color: transparent;
}

.ms-res-ctn .ms-res-item em {
    font-style: normal;
    background: #565656;
    color: #FFF;
}

.ms-sel-ctn .ms-sel-text:hover {
    background: #FFF;
}

.ms-sel-ctn .ms-sel-item-active {
    border: 1px solid red;
    background: #757575;
}

.ms-stacked .ms-sel-item {
    float: inherit;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
    width: 7px;
    cursor: pointer;
    height: 7px;
    float: right;
    margin: 6px 2px 0 10px;
    background-image: url(data:image/png;base64,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);
    background-position: 0 -7px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
    background-position: 0 0;
}

.ms-stacked .ms-sel-item .ms-close-btn {
    margin-left: 0;
}

.ms-helper {
    color: #AAA;
    font-size: 10px;
    position: absolute;
    top: -17px;
    right: 0;
}

.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
    margin-top: 17px;
}

.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
    margin-top: 13px;
}

.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
    padding-top: 2px;
    padding-bottom: 3px;
}

.ms-ctn.input-sm .ms-sel-ctn {
    line-height: 15px;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
    margin-top: 4px;
}

.ms-ctn .ms-sel-ctn {
    margin-left: -7px;
}

.ms-ctn .ms-trigger:hover {
    width: 24px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}

.quick-search {
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .quick-search .gutterless {
        padding: 0 15px;
    }
}

.quick-search input,
.quick-search .tags-input {
    background: transparent;
    border-color: #404042;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.quick-search .tab__nav a {
    border-bottom: none;
}

@media (max-width: 991px) {
    .quick-search {
        padding-top: 10px;
    }
}

.quick-search:after {
    content: "";
    display: block;
    clear: both;
}

.quick-search .js--open[data-db-target-for] i:before {
    display: inline-block;
    transform: rotate(180deg);
}

.quick-search .dropBlock {
    font-size: 14px;
    font-size: 0.875rem;
}

.quick-search .dropBlock>a {
    border: 1px solid #404042;
}

.quick-search .dropBlock a {
    display: block;
    padding: 12px 0 12px 12px;
    background: transparent;
    font-weight: 600;
    line-height: 11px;
}

.quick-search .dropBlock i {
    font-size: 8px;
    font-size: 0.5rem;
    padding: 3px 15px;
    margin: 0;
    color: #404042;
}

.quick-search .dropblock--tab {
    position: absolute;
    width: 100% !important;
    box-shadow: 0px 0px 5px #808284;
}

@media (max-width: 767px) {
    .quick-search .dropblock--tab {
        display: none;
    }
}

.quick-search .dropblock--tab li {
    display: block;
    margin: 0;
}

.quick-search .dropblock--tab li:not(.active) {
    margin-bottom: 0;
}

.quick-search .dropblock--tab a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 13px 12px;
    border-top: none;
}

.quick-search .tab__pane {
    padding: 0;
}

.quick-search .input-group {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .quick-search .input-group {
        padding: 10px 0;
    }
}

.quick-search .input-group:after {
    content: "";
    display: table;
    clear: both;
}

.quick-search :-ms-input-placeholder {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.quick-search :-moz-placeholder {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.quick-search ::-webkit-input-placeholder {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.quick-search ::-moz-placeholder {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.quick-search__button {
    position: absolute;
    right: 16px;
    background: transparent;
    padding: 9px;
    color: #000;
    height: 36px;
    max-height: 36px;
}

.quick-search__button span {
    display: none;
}

@media (min-width: 992px) {
    .quick-search__button {
        top: 1px;
    }
}

@media (max-width: 991px) {
    .quick-search__button {
        bottom: 11px;
    }
}

.quick-search__ctrl__refine,
.quick-search__ctrl__refine--hide {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .quick-search .container {
        padding: 0 14px;
    }
}

.quick-search .quick-search-pane__anywhere input[type=search],
.quick-search .quick-search-pane__anywhere .tags-input[type=search] {
    padding-right: 40px;
}

@media (max-width: 991px) {

    .quick-search .quick-search-pane__anywhere input[type=search],
    .quick-search .quick-search-pane__anywhere .tags-input[type=search] {
        max-height: 38px;
    }
}

.quick-search .ms-ctn,
.quick-search .ms-ctn-focus,
.quick-search .ms-sel-ctn {
    padding: 0;
}

.quick-search .ms-sel-ctn {
    overflow: hidden;
}

.quick-search .ms-ctn-focus {
    box-shadow: none;
    border: none;
}

.quick-search .ms-ctn .ms-sel-ctn {
    margin: 0;
}

.quick-search :-moz-placeholder {
    color: #9e9e9e;
}

.quick-search :-ms-input-placeholder {
    color: #9e9e9e;
}

.quick-search ::-webkit-input-placeholder {
    color: #9e9e9e;
}

.quick-search__dropBlock {
    background: #e0e0e0;
}

.quick-search__dropBlock .quick-search__button {
    background: #ddd;
}

.quick-search .swipe__wrapper .scroll {
    padding: 0;
    position: relative;
}

.quick-search .swipe__wrapper:after,
.quick-search .swipe__wrapper :before {
    background: transparent;
}

.quick-search .dropzone {
    min-height: 38px;
}

.quick-search .quick-search-advanced-link {
    line-height: 38px;
    font-size: 15px;
    font-size: 0.9375rem;
}

.quick-search .quick-search-advanced-link:hover,
.quick-search .quick-search-advanced-link:focus {
    font-weight: bold;
}

.quick-search .icon-close_thin:before {
    content: " ";
}

@media (max-width: 991px) {
    .option-citation {
        border-bottom: 1px solid #404042;
    }
}

.option-citation input,
.option-citation .tags-input {
    float: left;
    margin-right: 1.33%;
    margin-bottom: 0;
}

@media (max-width: 991px) {

    .option-citation input,
    .option-citation .tags-input {
        width: 32%;
        margin-bottom: 10px;
    }

    .option-citation input:first-of-type,
    .option-citation .tags-input:first-of-type {
        width: 100%;
        margin-right: 0;
    }

    .option-citation input:nth-of-type(4),
    .option-citation .tags-input:nth-of-type(4) {
        margin-right: 0;
    }
}

@media (min-width: 992px) {

    .option-citation input,
    .option-citation .tags-input {
        width: 10%;
    }

    .option-citation input:first-of-type,
    .option-citation .tags-input:first-of-type {
        width: 48%;
    }
}

@media (min-width: 992px) {

    .option-citation.single-journal input,
    .option-citation.single-journal .tags-input {
        width: 20%;
    }
}

.option-citation .ms-ctn {
    float: left;
    width: 100%;
}

@media (min-width: 992px) {
    .option-citation .ms-ctn {
        max-width: 48%;
        margin-right: 1.33%;
    }
}

@media (max-width: 991px) {
    .option-citation .ms-ctn .ms-sel-ctn {
        margin-bottom: 10px;
    }
}

.quickSearchRegion.dark {
    background: #ddd;
}

.quickSearchRegion.dark .quick-search__button {
    background: #ddd;
}

.ui-autocomplete {
    z-index: 999999999;
    background: #fff;
    list-style: none;
    padding: 10px;
    outline: 0;
}

.ui-autocomplete .ui-menu-item {
    margin-bottom: 5px;
}

.ui-autocomplete .single_highlight_class {
    font-weight: bold;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.advanced-search input,
.advanced-search .tags-input,
.advanced-search select {
    border-color: #000;
}

.advanced-search>.btn {
    margin-bottom: 15px;
}

.advanced-search>.btn:disabled {
    cursor: not-allowed;
}

.advanced-search .custom-range-filter,
.advanced-search .staticRange {
    display: flex;
}

@media (max-width: 329px) {

    .advanced-search .custom-range-filter,
    .advanced-search .staticRange {
        flex-wrap: wrap;
    }
}

.advanced-search .staticRange {
    align-items: center;
}

.advanced-search .custom-range-filter>label {
    margin-top: 10px;
}

.advanced-search .custom-range-fields {
    display: flex;
    flex-wrap: wrap;
}

.advanced-search .custom-range-fields .timeFrame-to,
.advanced-search .custom-range-fields .timeFrame-from {
    display: inline-flex;
    margin: 4px 0;
}

.advanced-search .custom-range-fields .timeFrame-to select,
.advanced-search .custom-range-fields .timeFrame-from select {
    margin: 0 4px;
}

.advanced-search .custom-range-fields .timeFrame-from {
    margin-right: 12px;
}

.advanced-search .custom-range-fields .timeFrame-to {
    align-items: center;
}

.advanced-search [class*=-ctrl-field] {
    width: 5%;
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
}

@media (max-width: 531px) {
    .advanced-search [class*=-ctrl-field] {
        margin-left: 2%;
    }
}

.advanced-search [class*=-ctrl-field]:not(.hidden) {
    display: inline-block;
}

.advanced-search [class*=-ctrl-field] i {
    font-weight: bold;
}

.advanced-search--filters label,
.advanced-search--filters .label {
    font-weight: 600;
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 8px;
}

@media (min-width: 532px) {

    .advanced-search--filters label~input,
    .advanced-search--filters label~.tags-input,
    .advanced-search--filters label~select,
    .advanced-search--filters label~.ms-ctn,
    .advanced-search--filters .label~input,
    .advanced-search--filters .label~.tags-input,
    .advanced-search--filters .label~select,
    .advanced-search--filters .label~.ms-ctn {
        width: 70%;
    }
}

.advanced-search--filters .radio--primary {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.advanced-search--filters .radio--primary .jcf-radio {
    margin-top: 3px;
}

.advanced-search--filters .search-term {
    vertical-align: middle;
}

.advanced-search .accordion__control {
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    border-bottom: 1px solid #404042;
    padding-bottom: 10px;
}

.advanced-search .accordion__control i {
    font-size: 8px;
    font-size: 0.5rem;
}

.advanced-search .accordion__content .checkbox--primary {
    padding-left: 10px;
}

.advanced-search .label-txt {
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    overflow: visible;
}

@media (max-width: 531px) {
    .advanced-search--searchIn {
        border-bottom: 2px solid #ececec;
        margin-bottom: 15px;
    }
}

.advanced-search .ms-res-ctn.dropdown-menu {
    height: auto !important;
}

.filter-date.left-side-label label,
.filter-date.left-side-label .label {
    vertical-align: top;
}

@media (max-width: 531px) {
    .filter-date {
        padding-top: 20px;
        border-bottom: 2px solid #ececec;
        border-top: 2px solid #ececec;
    }
}

.left-side-label .time-frame label,
.left-side-label .time-frame .label {
    width: auto;
    min-width: 122px;
    padding: 0;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .time-frame .label-txt {
        min-width: 100px;
        display: block;
    }
}

.time-frame select {
    padding: 8px 5px 12px;
}

.time-frame .radio--primary span:before {
    margin-right: 5px;
}

#staticRangeSelect {
    width: 110px;
    margin: 0 4px;
}

.month-range {
    min-width: 82px;
}

.year-range {
    min-width: 69px;
    margin: 0px;
}

.separator-label.separator-label {
    display: inline-block;
    margin: 0;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 1199px) {
    .separator-label.separator-label {
        vertical-align: middle;
        min-width: 122px;
        text-align: right;
    }

    .separator-label.separator-label:before {
        content: " ";
        display: table;
        clear: both;
    }
}

.searchIn--field select {
    width: 50%;
    margin-bottom: 13px;
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    overflow: visible;
}

@media (min-width: 532px) {
    .searchIn--field select {
        width: 19%;
        min-width: 0px;
        margin-bottom: 0px;
    }
}

.searchIn--field input,
.searchIn--field .tags-input {
    width: 93%;
}

@media (min-width: 532px) {

    .searchIn--field input,
    .searchIn--field .tags-input {
        width: 70%;
        margin: 0px 2%;
    }
}

.searchIn--field input[value],
.searchIn--field .tags-input[value] {
    color: #404042;
}

.ms-ctn {
    padding: 0;
}

.ms-ctn .ms-sel-ctn {
    padding: 6px 8px;
    border: 1px solid #000;
    background: inherit;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1rem;
    margin-left: 0;
    height: 38px;
}

@media (max-width: 767px) {
    .ms-ctn .ms-sel-ctn {
        width: 93%;
    }
}

.ms-ctn .ms-sel-ctn input,
.ms-ctn .ms-sel-ctn .tags-input {
    margin: 0;
}

@media (min-width: 992px) {
    .ms-ctn .ms-sel-ctn {
        width: 100% !important;
        min-width: 170px;
    }
}

.ms-ctn input:focus,
.ms-ctn .tags-input:focus {
    background: inherit;
}

.ms-ctn-focus {
    border: none;
    box-shadow: none;
}

.ms-res-ctn.dropdown-menu {
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

@media (max-width: 531px) {
    .dateFilterSelect [for=customRange] {
        display: block;
        margin-bottom: 15px;
    }
}

.saved-searches th {
    color: #959595;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.saved-searches td {
    color: #212121;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.saved-searches td~td {
    font-size: 12px;
    font-size: 0.75rem;
}

@media (max-width: 767px) {

    .saved-searches td:first-child:after,
    .saved-searches td:first-child:before {
        content: "" !important;
        display: inline;
    }
}

.saved-searches .action {
    width: 80px;
}

@media (max-width: 767px) {
    .saved-searches .action.action {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }

    .saved-searches .action.action:after,
    .saved-searches .action.action:before {
        content: "";
        display: inline-block;
    }

    .saved-searches .action [title=Run] {
        padding: 8px 25px;
        border: 3px solid #464646;
    }
}

.saved-searches .table__action {
    font-size: 12px;
    font-size: 0.75rem;
    color: #212121;
    background: transparent;
}

@media (min-width: 768px) {
    .saved-searches .table__action {
        text-transform: uppercase;
        color: #959595;
        padding: 0;
    }
}

.saved-searches .table__action:hover {
    background: transparent;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .saved-searches .to_hide {
        display: block !important;
    }
}

.saved-searches .table__control__button {
    display: none;
}

.main-nav {
    border-bottom: 1px solid #b8b8b8;
    color: #fff;
}

.main-nav a {
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 14px 9px;
    text-transform: uppercase;
    line-height: 0.75rem;
}

.main-nav a[data-toggle=nav] {
    display: none;
    color: #404042;
}

.main-nav.menu--res {
    background-color: #212121;
    height: 100%;
    position: fixed;
    right: -250px;
    top: 0;
    width: 250px;
    z-index: 10;
}

.main-nav.menu--res #menubar {
    position: relative;
}

.main-nav.menu--res a {
    font-size: 1rem;
}

.main-nav.menu--res i {
    font-size: 1.25em;
}

.main-nav.menu--res ul {
    margin: 0 20px;
    padding: 0 0 22px 0;
}

.main-nav.menu--res ul ul {
    margin: 0;
    width: 100%;
    padding: 0;
    border-bottom: 0;
}

.main-nav.menu--res ul a {
    color: #fff;
    opacity: 0.84;
    text-decoration: none;
    padding: 0;
    margin: 5px 0;
    text-transform: capitalize;
    line-height: 1.4;
}

.main-nav.menu--res ul a i {
    color: #fff;
    opacity: 0.84;
    font-size: 14px;
}

.main-nav.menu--res li {
    display: block;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.main-nav.menu--res li:before,
.main-nav.menu--res li:after {
    clear: both;
    content: " ";
    display: table;
}

.main-nav.menu--res .primary-bg-color,
.main-nav.menu--res .main-nav,
.main-nav.menu--res .dropdown__menu {
    background: transparent;
}

.main-nav.menu--res a[data-toggle=nav] {
    display: block;
}

.main-nav.menu--res .dropdown.menu-parent__opened {
    position: absolute;
    top: 0;
    background: #212121;
    width: 100%;
}

.main-nav.menu--res .dropdown__menu {
    -webkit-transform: translate(200%, 0);
    -ms-transform: translate(200%, 0);
    transform: translate(200%, 0);
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    box-shadow: none;
    padding: 5px 0;
    margin: 5px 0;
}

.main-nav.menu--res .dropdown__menu.sub-menu__opened {
    display: block;
    background: #212121;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.main-nav.menu--res .prev-items {
    -webkit-transform: translate(-680px, 0);
    -moz-transform: translate(-680px, 0);
    -ms-transform: translate(-680px, 0);
    -o-transform: translate(-680px, 0);
    transform: translate(-680px, 0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.main-nav.menu--res a[data-toggle=nav] {
    height: 54px;
    position: absolute;
    right: 100%;
    padding: 13px 20px;
    display: inline-block;
    margin: 0;
}

.main-nav.menu--res a[data-toggle=nav] .icon-close_thin,
.main-nav.menu--res a[data-toggle=nav] .closed-menu-icon {
    display: none;
}

.main-nav.menu--res a[data-toggle=nav].js--open {
    background: #212121;
}

.main-nav.menu--res a[data-toggle=nav].js--open .icon-menu2,
.main-nav.menu--res a[data-toggle=nav].js--open .icon-menu,
.main-nav.menu--res a[data-toggle=nav].js--open .opened-menu-icon {
    display: none;
}

.main-nav.menu--res a[data-toggle=nav].js--open .icon-close_thin,
.main-nav.menu--res a[daыta-toggle=nav].js--open .closed-menu-icon {
    display: block;
    color: #d6d6d6;
}

.main-nav.menu--res .drawer__nav {
    border-bottom: 2px solid #808284;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
}

.main-nav.menu--res .menu-header {
    position: relative;
    color: #fff;
    opacity: 0.84;
    text-align: center;
    padding-bottom: 20px;
    margin: 20px 20px 0;
    border-bottom: 2px solid #808284;
    cursor: default;
}

.main-nav.menu--res .menu-header i {
    left: 0;
    position: absolute;
    top: 15px;
    color: #fff;
    opacity: 0.84;
    font-size: 14px;
    cursor: pointer;
}

.main-nav.menu--res .menu-header i:before {
    content: "";
}

.main-nav .dropdown-more.hidden {
    display: none;
}

.lock-screen[data-active=menu] {
    position: relative;
    transform: translateX(-250px);
    transition: all 250ms;
    overflow: hidden;
}

.lock-screen[data-active=menu] .w-slide {
    display: none;
}

.dropdown {
    position: relative;
}

.dropdown__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    font-size: 14px;
    text-align: left;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown.hover,
.dropdown:hover,
.dropdown:focus {
    background-color: #404042;
}

.dropdown.hover>.dropdown__menu,
.dropdown:hover>.dropdown__menu,
.dropdown:focus>.dropdown__menu {
    display: block;
}

.dropdown.hover>a i[class*=_arrow],
.dropdown:hover>a i[class*=_arrow],
.dropdown:focus>a i[class*=_arrow] {
    transform: rotate(180deg);
}

.dropdown i[class*=_arrow] {
    font-size: 6px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    opacity: 0.84;
    padding: 3px 0;
    padding-left: 3px;
    margin-left: 5px;
}

.dropdown__toggle.hover+.dropdown__menu {
    display: block;
}

.dropdown__toggle.hover>i[class*=_arrow] {
    transform: rotate(180deg);
}

.responsive-menu-container {
    background: #404042;
}

.responsive-menu-container .left-section,
.responsive-menu-container .right-section,
.responsive-menu-container .menu-section {
    display: inline-block;
}

@media (max-width: 767px) {
    .responsive-menu-container {
        margin-right: 40px;
    }
}

.responsive-menu-container .institution {
    color: #fff;
}

.responsive-menu-container .dropzone {
    min-width: 50px;
}

.responsive-menu-nav {
    display: none;
    border-bottom: none;
}

.pb-dropzone-mode .responsive-menu-nav {
    display: block;
}

.responsive-menu-nav .drawer__nav {
    width: 100%;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
    .responsive-menu-nav .icon-section_arrow_d {
        display: ruby-text;
    }
}

.menuOpenAndClose.js--forceClose .dropdown__menu,
.responsive-menu-nav .js--forceClose.dropdown.menu-parent .dropdown__menu,
.js--forceClose.dropdown-more .dropdown__menu {
    display: none;
}

.menuOpenAndClose.js--forceClose i[class*=_arrow],
.responsive-menu-nav .js--forceClose.dropdown.menu-parent i[class*=_arrow],
.js--forceClose.dropdown-more i[class*=_arrow] {
    transform: initial !important;
}

.dropdown-more.hidden {
    display: none;
}

.loi {
    background: #bbbdc0;
    padding: 0 15px 15px;
    position: relative;
    color: #000;
}

.loi .loi {
    padding: 0;
}

.loi .tab__content {
    border-top: 2px solid #777;
    overflow: auto;
}

@media (min-width: 768px) {
    .loi .tab__content {
        max-height: 300px;
        max-height: 40vh;
    }
}

.loi .tab__content .loi.tab .tab__content {
    max-height: 100%;
}

.loi .tab__content--single-value {
    border: none;
}

@charset "UTF-8";

.loi__banner {
    background: #e1e1e1;
    font-size: 0.875rem;
    font-weight: bold;
    z-index: 9;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 0px;
}

@media (max-width: 991px) and (min-width: 768px) {
    .loi__banner {
        font-size: 0.75rem;
    }
}

.loi__banner-list:after {
    content: " ";
    display: table;
    clear: both;
}

.loi__banner.loi--res {
    width: auto;
    left: 0;
}

.loi__banner.loi--res .loi__banner-list {
    float: right;
}

.loi__banner.loi--res.uncollapsible {
    position: static;
    display: block;
}

.loi__banner.loi--res.uncollapsible .loi--res {
    position: static;
    display: block;
}

.loi__banner .coolBar__wrapper {
    width: 100%;
    padding: 16px 5px;
    margin: 0;
}

.loi.loi--res {
    display: none;
}

.loi__list {
    font-size: 1rem;
    text-align: center;
    min-width: 100%;
    padding-right: 20px;
}

.loi__list span {
    line-height: 1;
}

.loi__list li {
    margin-bottom: 0;
}

.loi__list a {
    padding: 20px 20px 16px;
    border: none;
    line-height: 12px;
}

.loi--res .loi__list a {
    padding: 20px 15px 16px;
}

.loi__list .active {
    border-bottom: 3px solid #000;
}

.loi .coverDate {
    margin-right: 5px;
    padding-right: 5px;
    border-right: 2px solid;
    line-height: 15px;
    display: inline-block;
}

.loi__archive {
    pointer-events: none;
}

.loi__archive.event-init {
    pointer-events: auto;
}

.loi__archive:after {
    color: #9e9e9e;
    font-size: 0.4375rem;
    padding-left: 10px;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    content: "";
    width: 20px;
    display: inline-block;
}

@media (max-width: 991px) and (min-width: 768px) {
    .loi__archive:after {
        padding-left: 5px;
    }
}

.loi__archive.js--open:after {
    content: "";
}

.loi__issue {
    margin-bottom: 32px;
    font-size: 1rem;
}

.loi__issue h6 {
    margin-bottom: 0;
    font-weight: 600;
}

.loi__issue .status {
    font-size: 0.875rem;
    font-weight: 600;
}

.loi__issue i {
    font-size: 1.1875rem;
    padding-right: 5px;
    float: left;
    line-height: 0.84;
}

.loi__issue i+.loi__access {
    border-left: 2px solid;
    padding-left: 5px;
    float: left;
}

.loi .parent-item {
    font-size: 1rem;
}

.loi .date {
    display: inline-block;
}

.loi .date,
.loi .parent-item {
    color: #404042;
    font-weight: bold;
}

.loi .iPageRange {
    padding: 0 5px;
}

.loi .iPageRange {
    clear: left;
    padding-left: 0;
    font-size: 0.75rem;
}

.loi__access {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.75rem;
}

.loi .tab__pane {
    padding-right: 0;
    padding-left: 0;
    font-size: 1rem;
}

.loi .tab__pane:not(.nested-tab) {
    padding-top: 35px;
}

.loi .tab__pane li.col-md-4:nth-child(3n+1) {
    clear: left;
}

.loi .tab__pane.nested-tab {
    padding-top: 0;
}

.loi .tab__pane.nested-tab:focus {
    outline: auto;
}

.loi-list__wrapper {
    margin: 0 auto;
    max-width: 800px;
}

.loi-list__wrapper:after,
.loi-list__wrapper:before {
    display: none;
}

.loi__banner__right-side i {
    font-size: 1.125rem;
    color: #404042;
}

@media (max-width: 991px) and (min-width: 768px) {
    .loi__banner__right-side i {
        font-size: 1rem;
    }
}

.coolBar--res .loi-slide__ctrl {
    display: inline-block;
    padding: 0;
}

.loi-slide__ctrl i {
    font-size: 0.875rem;
    color: #404042;
    margin-right: 15px;
    display: inline-block;
}

.loi--res .coolBar__wrapper {
    padding: 14px 5px;
}

[class*=loi__btn] {
    position: absolute;
    padding: 19px 10px 15px;
    font-size: 0.8125rem;
    font-weight: bold;
    cursor: pointer;
}

[class*=loi__btn].inactive i {
    opacity: 0.6;
}

[class*=loi__btn][class*=prev] {
    left: -1px;
    box-shadow: 10px 0 10px -5px rgba(187, 189, 192, 0.63);
    background: #bbbdc0;
    background: -moz-linear-gradient(left, #bbbdc0 0%, #bbbdc0 50%, rgba(187, 189, 192, 0.85) 76%, rgba(187, 189, 192, 0.73) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #bbbdc0), color-stop(50%, #bbbdc0), color-stop(76%, rgba(187, 189, 192, 0.85)), color-stop(100%, rgba(187, 189, 192, 0.73)));
    background: -webkit-linear-gradient(left, #bbbdc0 0%, #bbbdc0 50%, rgba(187, 189, 192, 0.85) 76%, rgba(187, 189, 192, 0.73) 100%);
    background: -o-linear-gradient(left, #bbbdc0 0%, #bbbdc0 50%, rgba(187, 189, 192, 0.85) 76%, rgba(187, 189, 192, 0.73) 100%);
    background: -ms-linear-gradient(left, #bbbdc0 0%, #bbbdc0 50%, rgba(187, 189, 192, 0.85) 76%, rgba(187, 189, 192, 0.73) 100%);
    background: linear-gradient(to right, #bbbdc0 0%, #bbbdc0 50%, rgba(187, 189, 192, 0.85) 76%, rgba(187, 189, 192, 0.73) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c3c3c", endColorstr="#3c3c3c", GradientType=1);
}

[class*=loi__btn][class*=next] {
    right: -1px;
    box-shadow: -10px 0 10px -5px rgba(187, 189, 192, 0.63);
    background: rgba(187, 189, 192, 0.73);
    background: -moz-linear-gradient(left, rgba(187, 189, 192, 0.73) 0%, rgba(187, 189, 192, 0.85) 24%, #bbbdc0 50%, #bbbdc0 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(187, 189, 192, 0.73)), color-stop(24%, rgba(187, 189, 192, 0.85)), color-stop(50%, #bbbdc0), color-stop(100%, #bbbdc0));
    background: -webkit-linear-gradient(left, rgba(187, 189, 192, 0.73) 0%, rgba(187, 189, 192, 0.85) 24%, #bbbdc0 50%, #bbbdc0 100%);
    background: -o-linear-gradient(left, rgba(187, 189, 192, 0.73) 0%, rgba(187, 189, 192, 0.85) 24%, #bbbdc0 50%, #bbbdc0 100%);
    background: -ms-linear-gradient(left, rgba(187, 189, 192, 0.73) 0%, rgba(187, 189, 192, 0.85) 24%, #bbbdc0 50%, #bbbdc0 100%);
    background: linear-gradient(to right, rgba(187, 189, 192, 0.73) 0%, rgba(187, 189, 192, 0.85) 24%, #bbbdc0 50%, #bbbdc0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c3c3c", endColorstr="#3c3c3c", GradientType=1);
}

.loi__banner .dropBlock-loi__drop {
    background: #000;
    left: 0;
    overflow-y: scroll;
    padding: 0 0 40px;
    position: fixed;
    top: 52px;
    bottom: 0;
    width: 100vw;
    height: 100vh;
}

.loi__banner .dropBlock-loi__drop a {
    display: block;
    padding: 17px 17px 13px;
    color: #424240;
    background: #ebebeb;
    border-bottom: 1px solid #d7d7d7;
    font-size: 0.75rem;
}

.loi__banner .dropBlock-loi__drop a span {
    border-left: none;
    padding: 0;
    display: inline-block;
}

.loi__banner .dropBlock-loi__drop .loi__banner__right-side {
    margin-top: 15px;
    border-top: 1px solid #d7d7d7;
    float: none !important;
}

.loi__banner .dropBlock-loi__drop .loi__banner__right-side li {
    display: block;
    padding: 0;
}

.loi__banner .dropBlock-loi__drop .loi__banner__right-side i {
    color: #424240;
    font-size: 0.875rem;
    width: 15px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

.loi__banner .dropBlock-loi__drop .loi__banner__right-side span {
    font-weight: 600;
    vertical-align: middle;
}

#loi-banner>a {
    padding: 0 10px;
    display: inline-block;
    line-height: 0.875rem;
    color: #212121;
}

@media (max-width: 991px) and (min-width: 768px) {
    #loi-banner>a {
        padding: 0 5px;
    }
}

#loi-banner>a~a {
    border-left: 2px solid #404042;
}

.w-slide__content .loi.loi--res {
    display: block;
}

.w-slide--loi__title {
    background-color: #e1e1e1;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 16px 0;
    font-size: 1.125rem;
}

.w-slide--loi__content {
    padding: 60px 0 0;
}

.w-slide .loi__archive:after {
    float: right;
    transform: rotate(-90deg);
    padding-left: 0;
}

[data-order=ascending] .scroll {
    direction: rtl;
}

[data-order=ascending] .scroll .tab__nav {
    padding-left: 20px;
    padding-right: 0;
}

[data-order=ascending] .loi__list {
    text-align: center;
    direction: rtl;
}

.loi__banner ul.loi__list span {
    text-transform: lowercase;
}

.list-of-issues-detailed .tab__pane li.col-md-4 {
    padding-bottom: 15px;
}

.list-of-issues-detailed .pane-sections {
    padding-top: 35px;
}

.list-of-issues-detailed .loi--res {
    display: block;
    position: static;
}

.list-of-issues-detailed .loi--res .loi__banner-list {
    float: none;
}

.pb-normal-view .loi__banner-list .loi__dropBlock {
    pointer-events: auto;
}

.profile-main__label {
    margin: 13px 0 0;
    margin-right: 10px;
}

.profile-main__list a,
.profile-main__list a:hover,
.profile-main__list a:visited {
    color: #000;
}

.institution {
    color: #404042;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
    margin: 0;
    border-right: 1px solid #e1e1e1;
}

.institution__image {
    display: inline-block;
    vertical-align: middle;
}

.institution--block .institution__image {
    margin-right: 20px;
}

.institution--block .institution-info-wrapper {
    display: inline-block;
}

.institution__name {
    padding-left: 5px;
    font-weight: bold;
}

.institution-info-wrapper {
    vertical-align: middle;
}

@media (min-width: 992px) {
    .institution {
        text-align: right;
        padding: 7px 15px;
        display: inline-block;
    }

    .institution__name {
        display: block;
    }
}

.featured .grid-item {
    clear: none !important;
}

.featured .grid-item:first-child {
    width: 100%;
}

.featured .grid-item:first-child .creative-work__title {
    font-size: 1.375rem;
}

.featured .grid-item:nth-child(2n) {
    clear: left;
}

[class*=grid] .section__header {
    margin-left: 15px;
    margin-right: 15px;
}

.section__header.container {
    margin-left: auto;
    margin-right: auto;
}

.more-link {
    float: right;
    color: #777;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
}

.html--card {
    padding: 35px;
    background-color: #b0b0b0;
}

.owl-carousel {
    padding: 0 30px;
    touch-action: pan-y;
}

.viewport-slider .owl-carousel {
    display: block;
}

.pb-dropzone-mode .owl-carousel {
    z-index: auto;
}

.owl-carousel .owl-nav {
    margin: 0;
}

.owl-carousel .owl-nav div.owl-nav-active i {
    color: #000;
    opacity: 0.5;
}

.owl-carousel .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -15px;
    font-weight: bold;
}

@media (max-width: 531px) {
    .owl-carousel .owl-nav [class*=owl-] {
        color: #fff;
        background: transparent !important;
    }

    .owl-carousel .owl-nav [class*=owl-] i {
        font-weight: bold;
    }

    .owl-carousel .owl-nav [class*=owl-]:hover {
        color: #fff;
        background: transparent !important;
    }
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-controls [class*=owl-] {
    color: #fff;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 5px;
    padding: 4px 7px;
    background: #404042;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
}

.owl-controls [class*=owl-]:hover {
    background: #404042;
}

.owl-dot:active:focus {
    outline: none;
}

.owl-item {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.slideShow {
    min-height: 215px;
}

@media (max-width: 767px) {
    .slideShow {
        min-height: 100px;
    }
}

.slideShow--arrows .owl-next[class*=owl-],
.slideShow--arrows .owl-prev[class*=owl-] {
    background-color: transparent;
    color: #464646;
}

.slideShow--arrows .owl-next[class*=owl-]:hover,
.slideShow--arrows .owl-next[class*=owl-]:focus,
.slideShow--arrows .owl-prev[class*=owl-]:hover,
.slideShow--arrows .owl-prev[class*=owl-]:focus {
    background-color: transparent !important;
    color: #464646;
}

.slideShow--arrows .owl-next i,
.slideShow--arrows .owl-prev i {
    display: inline-block;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 900;
}

.slideShow--arrows .owl-next span,
.slideShow--arrows .owl-prev span {
    display: none;
}

@media (max-width: 531px) {
    .left-side-image .owl-item img {
        width: 100%;
    }
}

.owl-carousel .owl-dot {
    background: none;
    padding: 0;
    margin: 0;
}

.owl-carousel .owl-dot:hover {
    background: none;
}

.dropzone {
    border: 3px dashed #ddd;
    color: #b8b8b8;
    background: #fff;
    min-height: 150px;
    line-height: 150px;
    text-align: center;
}

.dropzone:hover {
    background: #f4f4f4;
}

#pb-editor [data-pb-dropzone] {
    border: 1px dashed rgba(0, 0, 255, 0.8);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-sizing: border-box;
    min-height: 50px;
    min-width: 50px;
    position: relative;
    padding: 10px 0 0 !important;
}

.remote_institutional_access h2 {
    text-transform: unset;
}

.remote_institutional_access .section {
    display: block;
    margin-bottom: 1.875rem;
}

.remote_institutional_access .institution_part {
    display: inline-block;
    vertical-align: top;
    width: 44%;
}

@media (max-width: 767px) {
    .remote_institutional_access .institution_part {
        width: 55%;
    }
}

.remote_institutional_access .renew_part {
    display: inline-block;
    vertical-align: top;
}

@media (min-width: 532px) {
    .remote_institutional_access .renew_part {
        width: 49%;
    }
}

.remote_institutional_access .icons_part {
    display: inline-block;
    font-size: 1.5rem;
    margin-right: 0.5rem;
    width: 5%;
}

@media (max-width: 767px) {
    .remote_institutional_access .icons_part {
        width: 7%;
    }
}

.remote_institutional_access .remaining_time {
    color: #757575;
    display: block;
    font-size: 0.8125rem;
}

.icons_part span {
    vertical-align: middle;
    color: #757575;
}

.icons_part .icon-connection {
    display: inline-block;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.institution_part .institution_name {
    font-size: 1.125rem;
    font-weight: bold;
}

.abstract_button[disabled] {
    opacity: 0.4;
    z-index: 1;
    pointer-events: none;
}

.abstract_button[disabled]:hover {
    opacity: 0.4;
}

.renew_part .renew_message {
    visibility: hidden;
    width: 18.75rem;
    background-color: #fff;
    color: #cf102d;
    text-align: center;
    border-radius: 0.375rem;
    position: absolute;
    z-index: 1;
    padding: 1rem;
    left: 95%;
    border: 0.0625rem solid #000;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .renew_part .renew_message {
        display: none;
    }
}

.renew_part .abstract_button {
    position: relative;
    display: inline-block;
    left: 48%;
}

.renew_part .abstract_button:hover .renew_message {
    visibility: visible;
}

@media (max-width: 991px) {
    .renew_part .abstract_button:hover .renew_message {
        display: none;
    }
}

.renew_part .renew_verification_message {
    position: relative;
    display: inline-block;
    left: 13%;
    font-size: 13px;
    text-align: center;
    width: 90%;
}

.add_affiliation {
    width: 100%;
}

@media (min-width: 768px) {
    .add_affiliation {
        width: 77.3%;
    }
}

@media (max-width: 991px) {
    .add_affiliation {
        width: 84%;
    }
}

@media (max-width: 767px) {
    .add_affiliation {
        width: 96%;
    }
}

.add_affiliation .abstract_button {
    float: right;
}

.expired .icons_part,
.expired .institution_part {
    opacity: 0.4;
}

.adplaceholder.edit {
    border-radius: 5px;
    border: 3px dashed #666;
    padding: 10px 5px;
    text-align: center;
    font-weight: bold;
    background: url("https://blog-feed.org/health-affairs-fungus/img/placeholder.png") center center no-repeat;
    background-size: 100% 100%;
}

.adplaceholder__text {
    color: #000;
}

.adplaceholder.exists {
    background: none;
    border: 1px solid #666;
    border-radius: 0;
}

.adplaceholder.debug {
    border: 1px solid #ff0000;
    padding: 10px 5px;
}

.user__profile__form fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

article {
    padding-top: 10px;
}

article .tab__nav li {
    margin-bottom: 0px;
}

article .tab__pane {
    padding: 10px 10px 0;
}

article .tab__content {
    background: #f5f5f5;
    padding-top: 10px;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

article .sticko__parent>.tab {
    height: 100%;
    display: flex;
    flex-direction: column;
}

article .rlist.separator>li~li,
article .separator.figure-viewer__hold__supplementary-nav>li~li,
article .separator.table-viewer__hold__supplementary-nav>li~li {
    border-color: #e3e3e3;
}

article .loa-wrapper {
    margin-bottom: 8px;
}

article .accordion-tabbed__tab-mobile {
    border-top: none;
    display: inline-block;
}

article .accordion-tabbed__tab-mobile a.js--open {
    border-bottom: 4px solid #000;
}

article .accordion-tabbed__tab-mobile .author-info {
    position: absolute;
    z-index: 10;
    background: #fff;
    border: 2px solid;
    padding: 25px 25px;
    max-width: 360px;
}

article .accordion-tabbed__tab-mobile .author-info a[href^=mailto] {
    font-weight: bold;
}

article .author-name {
    display: inline;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 400;
    color: #404042;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

article .author-name span {
    display: inline-block;
    margin-bottom: 3px;
    padding-bottom: 4px;
}

article .author-name .icon-arrow_d_n {
    display: none;
}

article .author-name .icon-Email {
    font-size: 14px;
    font-size: 0.875rem;
    vertical-align: middle;
    margin-left: 3px;
}

article .icon-orcid {
    float: left;
    margin-right: 10px;
    font-size: 19.2px;
    font-size: 1.2rem;
    color: #a6ce39;
}

article .authors__icon {
    color: #404042;
    font-size: 12px;
    font-size: 0.75rem;
    float: none;
    margin-left: 1px;
}

article .references__title {
    font-weight: 600;
}

article .references__suffix {
    display: inline-block;
}

.loa-accordion {
    overflow: hidden;
}

.loa-accordion .accordion-tabbed__tab {
    border-top: 1px solid #eee;
}

.loa-accordion .accordion-tabbed__tab .accordion-tabbed__control {
    font-weight: 400;
    padding-left: 15px;
}

.loa-accordion .accordion-tabbed__tab .accordion-tabbed__control .icon-arrow_d_n {
    display: inline-block;
    float: left;
    font-size: 10px;
    font-size: 0.625rem;
    padding: 7px;
}

.loa-accordion .accordion-tabbed__tab.js--open .icon-arrow_d_n {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.loa-accordion .accordion-tabbed__tab .accordion-tabbed__content {
    padding-left: 20px;
}

.loa-accordion .accordion-tabbed__tab:last-child {
    border-bottom: 1px solid #eee;
}

.loa-accordion~.loa-toggle,
.loa-accordion .read-more,
.loa-accordion .read-less {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    margin-bottom: 15px;
    background: transparent;
    color: inherit;
    padding: 0;
}

.loa-accordion~.loa-toggle i[class*=icon-],
.loa-accordion .read-more i[class*=icon-],
.loa-accordion .read-less i[class*=icon-] {
    font-size: 10px;
    font-size: 0.625rem;
}

.article__content .coolBar--sections {
    overflow-y: initial;
}

.anchor-spacer {
    position: relative;
    top: -190px;
    visibility: hidden;
}

.article__content {
    z-index: 6;
}

.article__tocHeading {
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12.96px;
    font-size: 0.81rem;
    font-weight: 700;
}

.article--desk .article__tocHeading {
    margin-top: 15px;
}

.article__breadcrumbs {
    display: inline-block;
    margin-right: 5px;
}

.article__breadcrumbs .dropzone {
    min-height: 0;
    line-height: inherit;
}

.article--res {
    padding-top: 40px;
}

.article--res .citation__top {
    margin-top: 0;
}

.article--res .anchor-spacer {
    top: -100px;
}

.article__crossmark i {
    vertical-align: top;
    display: inline-block;
    font-size: 21.6px;
    font-size: 1.35rem;
}

.article__crossmark i+span {
    margin-left: 15px;
}

.article__keyword li,
.article__topic li {
    margin-right: 10px;
    vertical-align: top;
}

.article__keyword a,
.article__topic a {
    color: #404042;
    background: #eee;
    padding: 5px 8px;
}

.article__keyword .section__body,
.article__topic .section__body {
    margin-top: 15px;
}

.article__acknowledgements .section__body {
    margin-top: 10px;
}

.article__body .ack a {
    color: #808284;
}

.article__body .ack a:hover {
    color: #000;
}

.article__corrections .corrections {
    display: block;
}

.article__corrections li.latest-version {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
    border-left: 1px solid #b8b8b8;
    padding-left: 10px;
    margin-left: 10px;
}

@media (max-width: 991px) {
    .article__corrections li.latest-version {
        border: none;
        display: block;
        padding: 0;
        margin: 0 0 15px 16px;
    }
}

.epub-section {
    opacity: 0.84;
    margin: 15px 0 40px 0;
}

@media (min-width: 768px) {
    .epub-section {
        font-size: 14.08px;
        font-size: 0.88rem;
        line-height: 0.88rem;
    }
}

.epub-section__item {
    display: inline-block;
}

.epub-section__item:not(:last-child) {
    border-right: 1px solid;
    margin-right: 4px;
    padding-right: 4px;
}

.article--res .epub-section__item:not(:last-child) {
    border-right: 0;
}

.article--res .epub-section__item {
    display: block;
    font-size: 14.04px;
    font-size: 0.8775rem;
}

.epub-section__citedBy__value {
    border-radius: 50px;
    border: 1px solid;
    padding: 1px 3px;
    margin-left: 4px;
}

@media (min-width: 768px) {
    .epub-section__doi__label {
        display: none;
    }
}

.epub-section__doi__label,
.epub-section__citedBy__label,
.epub-section__state {
    font-weight: 700;
    margin-right: 2px;
}

.corrections.single {
    padding-bottom: 15px;
}

.corrections__icon {
    float: left;
}

.corrections__label {
    line-height: 1.5rem;
}

.w-slide__content .corrections__title {
    line-height: 1rem;
}

.corrections__content {
    padding: 15px 30px;
    font-size: 14px;
    font-size: 0.875rem;
    background: #f5f5f5;
    margin-bottom: 15px;
}

.corrections__content li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcbcb;
}

.corrections__ctrl {
    font-weight: 400;
    font-size: 14px;
    font-size: 0.875rem;
}

.article--res .corrections__ctrl .icon-section_arrow_d {
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 8px;
    font-size: 0.5rem;
}

.corrections__ctrl .corrections__icon.icon-Icon_Information {
    color: #404042;
    margin-top: 0px;
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 4px;
}

.article--res .mobile-authors>ul {
    display: inline-block;
    margin-right: 5px;
}

.article--res .mobile-authors>span {
    margin-right: 5px;
}

.article--res .mobile-authors>i {
    font-size: 12px;
    font-size: 0.75rem;
    display: inline-block;
}

.w-slide .references li {
    text-indent: 0;
}

.w-slide .references__item>span,
.w-slide .references__item>a {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
}

.w-slide .references__authors,
.w-slide .references__editors {
    color: #9e9e9e;
}

.w-slide .references__title,
.w-slide .references__doi {
    font-weight: 500;
}

.w-slide .references__title__label,
.w-slide .references__doi__label {
    color: #9e9e9e;
}

.article-row-right .tab__content figcaption p {
    margin-top: 0;
}

.article-row-right .tab__content .figure__title {
    padding-top: 0;
}

.related-articles li {
    padding-bottom: 15px;
}

.related-articles .creative-work {
    border: none;
}

.mobile-view {
    float: none;
    background-color: #404042;
    margin: -15px -15px 15px;
    text-transform: capitalize;
}

.mobile-view a {
    color: #fff;
    text-align: center;
    padding: 7px 0;
}

.mobile-view a i+span {
    margin-left: 10px;
}

.content-navigation {
    margin-bottom: 20px;
    clear: both;
}

.content-navigation i {
    font-size: 11.2px;
    font-size: 0.7rem;
}

.content-navigation__btn--pre {
    float: left;
    width: 25%;
}

.content-navigation__btn--pre i {
    margin-right: 5px;
}

.content-navigation__extra {
    float: left;
    width: 50%;
}

.content-navigation__btn--next {
    float: right;
    width: 25%;
    text-align: right;
}

.content-navigation__btn--next i {
    margin-left: 5px;
}

#open-crossmark {
    display: block;
}

#crossmark-icon {
    display: block;
    margin: 0;
    border: 0;
}

#crossmark-tooltip-130 {
    position: absolute;
    z-index: 999;
    height: auto;
    width: 146px;
}

#crossmark-tooltip-130 .cmtttop {
    position: relative;
    width: 146px;
    height: 13px;
    background: transparent url(https://blog-feed.org/health-affairs-fungus/img/bg_tooltip130_top.png) top left no-repeat;
}

#crossmark-tooltip-130 .cmttmid {
    position: relative;
    width: 146px;
    height: auto;
    background: transparent url(https://blog-feed.org/health-affairs-fungus/img/bg_tooltip130_middle.png) top left repeat-y;
}

#crossmark-tooltip-130 .cmttbot {
    position: relative;
    width: 146px;
    height: 28px;
    background: transparent url(https://blog-feed.org/health-affairs-fungus/img/bg_tooltip130_bottom.png) top left no-repeat;
}

.crossmark-tooltip p {
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    line-height: 1.33 !important;
    font-size: 10px !important;
    margin: 0 !important;
    padding: 3px 20px 4px 20px !important;
    color: #666 !important;
}

.ui-widget-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent url(https://blog-feed.org/health-affairs-fungus/img/bg_overlay.png) top left repeat;
    width: 100%;
    height: 100%;
}

.crossmark-ui-dialog.ui-dialog {
    position: absolute;
    background: #666 url(https://blog-feed.org/health-affairs-fungus/img/bg_dialog_footer.png) bottom left repeat-x;
    border: none;
    width: 550px;
    height: 550px;
    overflow: visible;
    padding: 0;
}

.crossmark-ui-dialog .ui-dialog-titlebar {
    background: none;
    border: none;
    position: absolute;
    top: -14px;
    left: 0;
    width: 550px;
    height: 50px;
    padding: 0;
    z-index: 1000;
}

.crossmark-ui-dialog.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.crossmark-ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    top: 0;
    right: -14px;
    width: 34px;
    height: 34px;
    background: url(https://blog-feed.org/health-affairs-fungus/img/icons_34.png) top left no-repeat !important;
    background-position: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
}

.crossmark-ui-dialog.ui-dialog .ui-dialog-titlebar-close:hover {
    background-position: -34px 0 !important;
}

.crossmark-ui-dialog.ui-dialog #no-iframe,
.crossmark-ui-dialog.ui-dialog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 550px;
    height: 550px;
    z-index: 100;
    border: 0;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

.crossmark-ui-dialog .ui-dialog-content {
    position: relative;
    background-color: #fff;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    z-index: 99999;
    display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    right: 14px;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 14px;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 20px;
    height: 20px;
    right: -5px;
    bottom: -5px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-icon-grip-diagonal-se {
    background: url(https://blog-feed.org/health-affairs-fungus/img/icons_34.png) top left no-repeat;
    background-position: -84px -16px;
}

.ui-icon-grip-diagonal-se:hover {
    background-position: 118px -16px;
}

@media (min-width: 768px) {
    .share__ctrl {
        font-size: 14.08px;
        font-size: 0.88rem;
        line-height: 0.88rem;
    }
}

.share__ctrl span {
    margin-left: 15px;
}

.share__block {
    padding: 15px;
    min-width: 250px;
}

.share__block a {
    align-items: center;
    color: inherit;
    display: flex;
    padding: 0;
}

.share__block li {
    margin-bottom: 15px;
    clear: both;
}

.share__block li.qr-container {
    flex-direction: column;
    padding: 8px 0 0 44px;
    width: 100%;
}

.share__block li.qr-container .qr-title {
    line-height: 1.125rem;
}

.share__block li.qr-container .qr-image {
    margin-top: 8px;
    width: 152px;
    height: auto;
}

.service-name {
    display: inline-block;
}

.visible-service-name [class*=addthis_button]:after {
    content: attr(title);
    display: inline-block;
}

.addthis.addthis a,
.addthis.addthis [class*=addthis_button],
.addthis.addthis .at-resp-share-element .at-share-btn {
    display: flex;
    width: 100%;
    margin-bottom: 0;
    line-height: 14px;
}

.addthis.addthis .at-icon-wrapper {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
}

.addthis.addthis i {
    font-size: 20px;
    font-size: 1.25rem;
    color: inherit;
}

@media (min-width: 768px) {
    .article-tools__ctrl:not(.defaultSize) {
        font-size: 14.04px;
        font-size: 0.8775rem;
        line-height: 0.88rem;
    }
}

.article-tools__ctrl:not(.defaultSize) span {
    margin-left: 10px;
}

.article-tools__block {
    padding: 15px;
    min-width: 250px;
    background: #fff;
}

.article-tool {
    position: relative;
    margin-bottom: 5px;
}

.article-tool .likeLink {
    background: inherit;
    color: inherit;
    font: inherit;
    padding: 0;
}

.article-tool a {
    display: block;
}

.article-tool i {
    min-width: 20px;
    display: inline-block;
    text-align: center;
}

.article-tool span {
    margin-left: 10px;
}

.article-tool .decorative {
    font-size: 0.7rem;
}

.article-tool .innerDropblock {
    left: 100%;
    top: 0;
}

.list-of-recommended .creative-work__title {
    font-weight: normal;
    margin-bottom: 0;
}

.list-of-recommended li .creative-work {
    border-bottom: none;
    padding-bottom: 0;
}

.list-of-recommended .loa {
    margin-bottom: 5px;
}

.lot .item__body .filled--blog,
.lot .item__body .blog__primary-topic,
.lot .item__body .item__title {
    display: block;
    font-weight: 400;
    color: #454545;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 10px 0;
}

.lot .item__body .item__title {
    font-size: 16px;
    font-size: 1rem;
}

.lot .item__body .item__detail {
    overflow-y: hidden;
    position: relative;
    color: #9e9e9e;
    font-weight: 700;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

.lot .item__body .loa {
    clear: both;
}

.lot .item__body .accordion {
    margin-top: 10px;
}

.lot .item__body .accordion__control {
    font-size: 14px;
    font-size: 0.875rem;
    color: #454545;
}

.lot .item__body .accordion__control i[class*=icon-] {
    margin-left: 0;
    margin-right: 10px;
    font-size: 8px;
    font-size: 0.5rem;
    font-weight: bold;
}

.lot .item__body .accordion__content {
    background: #f5f5f5;
    padding: 5px 20px;
}

.trusted-proxy-form {
    padding: 0 15px;
}

.trusted-proxy-form label {
    margin-bottom: 5px;
}

.trusted-proxy-form span {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
}

.trusted-proxy-form [type=submit] {
    font-size: 0.9em;
    display: inline-block;
    width: auto;
    background: transparent;
    margin: 0;
}

.trusted-proxy-form [type=submit]:hover {
    background: #464646;
}

.multiIpInfo {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 30px;
}

.multiIpInfo .ip {
    color: #000;
}

.lockss_form input,
.lockss_form .tags-input {
    margin-bottom: 0;
}

.lockss_form fieldset {
    margin: 10px 0;
}

.lockss_form [type=submit] {
    width: auto;
}

.lockss_form .note {
    clear: both;
    font-size: 12px;
    font-size: 0.75rem;
    color: #b8b8b8;
    margin-top: 5px;
}

.lockss_form .msg {
    margin-bottom: 10px;
}

.lockss_form [type=submit] {
    font-size: 0.9em;
    display: inline-block;
    width: auto;
    background: transparent;
    color: inherit;
}

.link_resolver_form fieldset {
    margin: 10px 0;
}

.link_resolver_form [type=submit] {
    width: auto;
}

.link_resolver_form .error_msg {
    color: #ed1c24;
    margin: 10px 0;
}

.favoriteShortlist select {
    padding: 0;
    border: 0;
}

.favoriteShortlist .checkbox--primary .label-txt {
    border-right: 1px solid #212121;
}

.favoriteShortlist .separator td,
.favoriteShortlist .separator th {
    padding: 1.8em 1em;
}

.favoriteShortlist .selectMenuLabel {
    display: inline-block;
    margin: 0 10px;
}

.favoriteShortlist .selectMenuLabel label {
    margin-bottom: 0;
}

.favoriteShortlist .jcf-select {
    width: auto;
    padding: 0;
    border: none;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

@media (min-width: 532px) {
    .favoriteShortlist .checkbox--primary .label-txt {
        padding-right: 10px;
    }

    .favoriteShortlist .checkbox--primary .label-txt .hidden-xs {
        display: inline-block;
        margin-top: 0;
    }
}

@media (max-width: 531px) {
    .favoriteShortlist .tab--res.tab--slide .tab__content {
        visibility: visible;
        opacity: 1;
    }

    .favoriteShortlist .section__separator .pull-left+.pull-right {
        float: left;
        margin: 20px 0;
    }

    .favoriteShortlist .section__separator .jcf-select {
        margin-bottom: 0;
    }
}

.favoriteShortlist .tab--res .tab__content {
    visibility: visible;
    opacity: 1;
}

.favoriteShortlist .favorites__currently-sorted {
    margin: 0 4px;
}

.favoriteShortlist .favorites__currently-sorted svg {
    width: 16px;
    height: 16px;
    fill: rgba(0, 0, 0, 0.4);
}

.favoriteShortlist .favorites__currently-sorted svg.time {
    width: 20px;
    height: 12px;
}

.downloadHoldings {
    border: 1px solid;
    padding: 5px;
}

.downloadHoldings i {
    font-size: 24px;
    font-size: 1.5rem;
    vertical-align: middle;
}

.downloadHoldings span {
    padding: 0 5px;
}

.holdings .input-group {
    padding-left: 24px;
}

.holdings .error,
.holdings .submission-form td .error,
.submission-form td .holdings .error,
.holdings .submission-form td .error--not-image,
.submission-form td .holdings .error--not-image,
.holdings .success {
    font-size: inherit;
}

.ipRangesWidget {
    margin-bottom: 40px;
}

.ipRangesWidget .info {
    font-size: 12px;
    font-size: 0.75rem;
}

.ipRangesWidget [type=submit] {
    font-size: 0.9em;
    display: inline-block;
    width: auto;
    margin: 10px;
    background: transparent;
    color: inherit;
}

.ipRangesWidget input:not(:last-child),
.ipRangesWidget .tags-input:not(:last-child) {
    margin-left: 0;
}

.ipexamples {
    font-size: 10px;
    font-size: 0.625rem;
    padding-top: 2px;
}

.ipexamples .example+.example:before {
    display: inline-block;
    content: "or";
    padding: 0 5px;
}

#institutionMultiIpAdd {
    margin-bottom: 20px;
}

#institutionMultiIpAdd label {
    margin: 12px 0;
}

@media (max-width: 767px) {
    #institutionMultiIpAdd {
        padding: 0 1em;
    }
}

#institutionMultiIpAdd [type=submit] {
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: text-top;
}

#institutionMultiIpChange input:not([type=submit]),
#institutionMultiIpChange .tags-input:not([type=submit]) {
    margin: 0;
}

#institutionMultiIpChange table {
    margin-bottom: 0.5em;
}

#institutionMultiIpChange table td,
#institutionMultiIpChange table th {
    padding: 0.5em;
}

#institutionMultiIpChange table .error,
#institutionMultiIpChange table .submission-form td .error--not-image,
.submission-form td #institutionMultiIpChange table .error--not-image {
    font-size: 15px;
    font-size: 0.9375rem;
}

#institutionMultiIpChange label {
    margin: 0;
}

#institutionMultiIpChange td:first-of-type {
    vertical-align: top;
    padding-top: 1.15em;
}

#institutionMultiIpChange tr:last-of-type td:nth-of-type(2) {
    padding-top: 1.15em;
}

#institutionMultiIpChange th:not(:first-of-type),
#institutionMultiIpChange td:not(:first-of-type) {
    display: block;
    float: left;
    width: 50%;
    padding-left: 0;
}

#institutionMultiIpChange th:last-of-type,
#institutionMultiIpChange td:last-of-type {
    padding: 0 0.5em 0.5em 0;
    width: 100%;
}

#institutionMultiIpChange .error-highlighted {
    background-color: #eee;
}

@media (max-width: 767px) {
    #institutionMultiIpChange {
        padding: 0 1em;
    }

    #institutionMultiIpChange thead {
        display: none;
    }

    #institutionMultiIpChange tr+tr {
        border-top: 1px solid #ccc;
    }

    #institutionMultiIpChange td:first-of-type {
        padding-right: 0;
        padding-top: 1.7em;
    }

    #institutionMultiIpChange td:nth-of-type(2) {
        padding-top: 1em;
    }

    #institutionMultiIpChange td:not(:first-of-type) {
        width: 100%;
    }

    #institutionMultiIpChange td:last-of-type {
        padding-bottom: 1em;
    }

    #institutionMultiIpChange tr:last-of-type td:nth-of-type(2) {
        padding-top: 1.7em;
    }
}

.readOnly .smalltext {
    font-size: 15px;
    font-size: 0.9375rem;
    margin-bottom: 20px;
    line-height: 1rem;
    color: #63666a;
    padding: 10px 0;
    font-family: sans-serif;
    font-weight: 400;
}

.readOnly td,
.readOnly th {
    border-bottom: 1px solid #ccc;
    max-width: 100px;
}

.administratorsWidget button[type=submit] {
    font-size: 15px;
    font-size: 0.9375rem;
    display: inline-block;
    width: auto;
    background: transparent;
    color: #464646;
}

.administratorsWidget .instructions {
    font-size: 10px;
    font-size: 0.625rem;
}

.administratorsWidget form label {
    margin: 12px 0;
}

.administratorsWidget input:not(:last-child),
.administratorsWidget .tags-input:not(:last-child) {
    margin: 0;
}

.administratorsWidget input.btn--inverse,
.administratorsWidget .btn--inverse.tags-input {
    width: auto;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #464646;
}

.administratorsWidget .email-addresses {
    margin-left: 15px;
    font-weight: bold;
    color: #464646;
    font-size: 15px;
    font-size: 0.9375rem;
}

.administratorsWidget .email-addresses:hover {
    color: #404042;
}

#DeleteInstitutionAdmin_AdminManager table {
    margin-bottom: 0.5em;
}

#DeleteInstitutionAdmin_AdminManager table td,
#DeleteInstitutionAdmin_AdminManager table th {
    padding: 0.5em;
}

#DeleteInstitutionAdmin_AdminManager table .table__mark {
    width: 20px;
}

#DeleteInstitutionAdmin_AdminManager label {
    margin: 0;
}

#institutionUsageReport {
    word-break: break-word;
}

@media (max-width: 767px) {
    .loc .grid-item {
        text-align: center;
        margin-bottom: 20px;
    }

    .loc img {
        max-width: 190px;
    }
}

.article__breadcrumbs a+a:before {
    display: inline-block;
    content: ", ";
    position: relative;
    left: 0;
    margin-right: 5px;
}

.article__breadcrumbs .separator:after {
    content: " | ";
    padding: 0px 5px;
    vertical-align: middle;
}

.article__breadcrumbs .article__tocHeading {
    vertical-align: middle;
    margin-bottom: 0;
}

.article__breadcrumbs .article__title {
    white-space: nowrap;
    width: 16em;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    display: inline-block;
}

.article__breadcrumbs .article__title {
    display: none;
}

@media (max-width: 767px) {
    .article__tocHeading {
        margin-bottom: 0;
    }
}

.activationToken--top-section,
.activationToken--bottom-section {
    text-align: center;
}

.activationToken--top-section a,
.activationToken--bottom-section a {
    color: #000;
}

.activationToken--top-section {
    padding: 48px 0 32px;
}

.activationToken--bottom-section {
    padding: 60px 0;
}

.activationToken--content-section {
    background: #eee;
    padding: 24px 16px;
}

.activationToken--content-section--inner {
    max-width: 1040px;
    margin: 0 auto;
}

.activationToken--content-section a {
    color: #808284;
}

.activationToken--item {
    background: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    font-size: 0.875rem;
    justify-content: space-between;
    padding: 20px 24px;
    margin: 16px 0;
}

.activationToken--item .issue,
.activationToken--item .volume {
    padding: 0 16px;
    line-height: 1.145;
}

.activationToken--item .issue:first-of-type,
.activationToken--item .volume:first-of-type {
    padding-left: 0;
}

.activationToken--item .issue:not(:first-of-type),
.activationToken--item .volume:not(:first-of-type) {
    box-shadow: -1px 0 0 0 #e0e0e0;
}

@media screen and (max-width: 767px) {
    .activationToken--item {
        flex-direction: column;
    }
}

.activationToken--type {
    color: #808284;
    font-weight: 800;
    font-size: 1rem;
    margin: 32px 0 0;
}

.activationToken--details {
    margin-top: 8px;
}

.activationToken--title,
.activationToken--link {
    font-weight: 600;
}

.activationToken--link {
    flex-shrink: 0;
}

@media screen and (min-width: 768px) {
    .activationToken--link {
        padding-left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .activationToken--link {
        margin-top: 16px;
    }
}

.shibboleth__buttons {
    text-align: right;
}

.icomoon {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.personal-info .additional-email.no-value,
.personal-info .additional-phone.no-value {
    display: none;
}

.personal-info .remove-email:before {
    font-family: icomoon;
    content: "";
    cursor: pointer;
    position: absolute;
    right: 5px;
    bottom: 10px;
}

.profile-input-group {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.profile-input-group:after {
    content: "";
    clear: both;
    display: block;
}

.profile-input-group .error,
.profile-input-group .submission-form td .error,
.submission-form td .profile-input-group .error,
.profile-input-group .submission-form td .error--not-image,
.submission-form td .profile-input-group .error--not-image {
    clear: both;
}

.profile-input-group .save-your-changes {
    clear: both;
    color: #ff0000;
    display: none;
    margin: 10px 0px 30px 0px;
}

.profile-input-group .save-your-changes.active {
    display: block;
}

.profile-input-group .profile-link {
    font-size: 10px;
    color: #204c8b;
    text-decoration: none;
    margin: -30px 0px 25px 0px;
    display: none;
    float: left;
}

.profile-input-group .add-email.active+.make-primary,
.profile-input-group .remove-email,
.profile-input-group .add-email.active+.resend,
.profile-input-group .add-phone.active+.remove-phone {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid;
}

.profile-input-group .add-email.active,
.profile-input-group .add-phone.active,
.profile-input-group .make-primary.active,
.profile-input-group .remove-phone,
.profile-input-group .resend {
    display: block;
}

.editUserForm .input-group-info-label {
    color: #999;
    padding-bottom: 1em;
    font-weight: bold;
}

.editUserForm .cancel-button,
.registrationForm .cancel-button {
    margin-right: 1em;
    text-decoration: none;
    color: #204c8b;
}

.editUserForm .error,
.editUserForm .submission-form td .error,
.submission-form td .editUserForm .error,
.editUserForm .submission-form td .error--not-image,
.submission-form td .editUserForm .error--not-image {
    padding-bottom: 1em;
}

.addresses ul {
    padding: 0px;
    margin: 0px;
}

.addresses .address .addresses-bttn {
    display: none;
}

.addresses .address .addresses-bttn.active {
    display: inline-block;
}

.addresses .address .addresses-bttn.active:focus {
    font-weight: bold;
}

.editUserForm .action-items,
.registrationForm .action-items {
    clear: both;
    float: right;
    margin-top: 10px;
}

.editUserForm .action-items input[type=submit],
.editUserForm .action-items .tags-input[type=submit],
.registrationForm .action-items input[type=submit],
.registrationForm .action-items .tags-input[type=submit] {
    background-color: #204c8b;
    border: 2px solid #204c8b;
    color: #fff;
    font-weight: bold;
    outline: none;
    padding: 3px 20px;
}

.editUserForm .action-items input[type=submit]:hover,
.editUserForm .action-items .tags-input[type=submit]:hover,
.registrationForm .action-items input[type=submit]:hover,
.registrationForm .action-items .tags-input[type=submit]:hover {
    background: none;
    border: none;
    color: #204c8b;
    font-weight: bold;
    outline: none;
    padding: 5px 22px;
}

.editUserForm .action-items input.cancel[type=submit],
.editUserForm .action-items .cancel.tags-input[type=submit],
.registrationForm .action-items input.cancel[type=submit],
.registrationForm .action-items .cancel.tags-input[type=submit] {
    background: none;
    border: none;
    color: #204c8b;
    font-weight: bold;
    outline: none;
    padding: 5px 22px;
}

.editUserForm .action-items input.cancel[type=submit]:hover,
.editUserForm .action-items .cancel.tags-input[type=submit]:hover,
.registrationForm .action-items input.cancel[type=submit]:hover,
.registrationForm .action-items .cancel.tags-input[type=submit]:hover {
    background-color: #204c8b;
    border: 2px solid #204c8b;
    color: #fff;
    font-weight: bold;
    outline: none;
    padding: 3px 20px;
}

.editUserForm section.captcha,
.registrationForm section.captcha {
    margin-top: 20px;
}

.personal-message {
    color: red;
    text-align: right;
    float: right;
    width: 33%;
}

.editUserProfileGeneralInfo .select-address-group {
    width: 100%;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
}

.editUserProfileGeneralInfo .select-address-group select {
    font-weight: bold;
}

.editUserProfileGeneralInfo .select-address-group select.black {
    color: #999;
}

.editUserProfileGeneralInfo .address-ul {
    list-style: none;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.editUserProfileGeneralInfo .address-ul li {
    padding: 5px 5px 0 12px;
    display: block;
}

@charset "UTF-8";

.editUserProfileGeneralInfo .address-ul span {
    color: #999;
}

.editUserProfileGeneralInfo .address-ul .icon-pencil {
    margin-right: 20px;
    cursor: pointer;
}

.editUserProfileGeneralInfo .address-ul .icon-trash {
    cursor: pointer;
}

.removal-msg {
    display: block;
}

.removal-msg .remove-address-confirmation {
    background: #fff;
    z-index: 10;
    position: fixed;
    top: 30%;
}

.removal-msg img {
    margin: 25px auto 0px;
    display: block;
}

.removal-msg p {
    padding: 25px;
}

.removal-msg a {
    display: block;
    width: 50%;
    text-align: center;
    border-top: 1px solid #ccc;
    font-weight: bold;
    border-right: 1px solid #ccc;
    float: left;
    padding: 10px;
}

.tfa-form-container .OK-btn {
    background-color: #204c8b;
    border: 2px solid #204c8b;
    color: #fff;
    font-weight: bold;
    outline: none;
    padding: 3px 20px;
}

.tfa-form-container .OK-btn:disabled {
    color: #ffffff;
    background-color: #DDDDDD;
    border: 2px solid #DDDDDD;
}

.addressWidget .address {
    position: relative;
    color: #9b9b9d;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 15px 15px;
    margin-bottom: 10px;
}

.addressWidget .address .inline-actions {
    max-width: none;
    margin-top: 0;
}

.addressWidget .address .inline-actions a,
.addressWidget .address .inline-actions .edit-address {
    color: #9b9b9d;
    text-align: center;
}

.addressWidget .address .inline-actions .edit-address {
    cursor: pointer;
    padding-right: 0;
    display: inline-block;
    margin-left: 5px;
    text-align: right;
}

form .state:disabled {
    display: none;
}

.phones-wrappers .phone .add {
    display: none;
}

.phones-wrappers .phone:last-child .add {
    display: inline-block;
}

.phones-wrappers .phone .input-group {
    overflow: hidden;
}

.phones-wrappers.saturated .phone .add-ctrl-field.add {
    display: none;
}

.emails-wrappers .email .add {
    display: none;
}

.emails-wrappers .email:last-child .add {
    display: inline-block;
}

.emails-wrappers.saturated .email .add {
    display: none;
}

.email-verification-msg h1 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #204c8b;
}

.email-verification-msg .message {
    font-size: 15px;
    font-size: 0.9375rem;
    color: #888;
}

.email-verification-msg a {
    text-decoration: underline;
}

.email-verification-error h1 {
    font-size: 30px;
    font-size: 1.875rem;
    color: #204c8b;
    margin-bottom: 0;
}

.password-less-login-container {
    max-width: 350px;
    margin: 10px auto;
    padding: 25px;
    font-family: "Roboto", sans-serif;
}

.password-less-login-container header {
    color: #212121;
    font-size: 27px;
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 38px;
    text-align: center;
    margin-bottom: 15px;
}

.password-less-login-container a {
    text-decoration: none;
    color: #0074ff;
}

.password-less-login-container .error,
.password-less-login-container .submission-form td .error,
.submission-form td .password-less-login-container .error,
.password-less-login-container .submission-form td .error--not-image,
.submission-form td .password-less-login-container .error--not-image {
    color: #f44336;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 21px;
    padding: 10px 0;
    text-align: center;
}

.password-less-login-container .message {
    color: #000000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    padding: 10px 0;
}

.password-less-login-container .button-container {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 20px 0;
}

.password-less-login-container .button-container div {
    flex-grow: 0;
    flex-basis: 100%;
    margin: 0 10px;
}

.password-less-login-container .button-container div:first-child {
    margin-left: 0;
}

.password-less-login-container .button-container div:last-child {
    margin-right: 0;
}

.password-less-login-container input[type=text],
.password-less-login-container .tags-input[type=text] {
    background: #fff;
    border: none;
    border-radius: 4px;
    line-height: 36px;
    height: 36px;
    padding-left: 15px;
    color: #616161;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    -webkit-box-shadow: 0px 0px 15px 0px #ccc;
    -moz-box-shadow: 0px 0px 15px 0px #ccc;
    box-shadow: 0px 0px 15px 0px #ccc;
    box-sizing: border-box;
    width: 100%;
}

.password-less-login-container .btn {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.password-less-login-container .btn.black {
    color: #fff;
    background: #000;
    border: 1px solid #656565;
}

.password-less-login-container .btn.grey {
    color: #fff;
    background: #bcbec0;
    border: 1px solid #cfd1d2;
}

.password-less-login-container .btn:disabled {
    background: #e6e6e6;
    border-color: #e6e6e6;
}

.password-less-login-container .social-icons {
    margin-bottom: 30px;
}

.password-less-login-container .social-icons .icons {
    font-size: 0;
    float: right;
}

.password-less-login-container .social-icons i {
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}

.password-less-login-container .social-icons i.linkedin {
    background-position: 0 0;
}

.password-less-login-container .social-icons i.twitter {
    background-position: -38px 0;
}

.password-less-login-container .social-icons i.id {
    background-position: -76px 0;
}

.password-less-login-container .social-icons i.gplus {
    background-position: -114px 0;
    width: 24px;
}

.password-less-login-container .social-icons i.fb {
    background-position: -152px 0;
}

.password-less-login-container .social-icons a:last-child i {
    margin-right: 0;
}

.password-less-login-container .checkbox {
    margin: 15px 0;
}

.password-less-login-container .checkbox input,
.password-less-login-container .checkbox .tags-input {
    width: 27px;
    height: 27px;
    border: 1px solid #dbdbdb;
    background: #fff;
    border-radius: 0;
    vertical-align: middle;
    margin-right: 10px;
}

.password-less-login-container .checkbox label {
    color: #000000;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 21px;
}

.claim-prepaid .redirect,
.claim-subscription .redirect {
    box-sizing: border-box;
    color: #999;
    cursor: auto;
    display: inline-block;
    height: auto;
    text-decoration: none;
    width: auto;
}

.eCommerceAccessEntitlementWidget .tab-pane-content {
    display: table;
    width: 100%;
}

.eCommerceAccessEntitlementWidget .access-row {
    display: table-row;
}

.eCommerceAccessEntitlementWidget .access-cell {
    display: table-cell;
}

.eCommerceAccessEntitlementWidget .query-input {
    width: 45%;
    position: relative;
}

.eCommerceAccessEntitlementWidget .account__sort {
    max-width: 50%;
}

.eCommerceAccessEntitlementWidget table {
    margin-bottom: 25px;
}

.forgot-pass-container .captcha-container .error,
.forgot-pass-container .captcha-container .submission-form td .error--not-image,
.submission-form td .forgot-pass-container .captcha-container .error--not-image {
    display: none;
}

.weakPassMsg .request-reset-form {
    display: inline;
    padding: 0px;
}

.weakPassMsg .request-reset-form input[type=submit],
.weakPassMsg .request-reset-form .tags-input[type=submit] {
    border: none;
    background: none;
    color: #336699;
    display: inline;
    padding: 0px;
}

@media (max-width: 992px) {
    .g-recaptcha {
        transform: scale(0.86);
        -webkit-transform: scale(0.86);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

.input-group .pass-strength-popup {
    position: absolute;
    width: 92%;
    top: 101%;
    padding: 14px;
    background: #fefefe;
    font-size: 0.875em;
    border: 2px solid gray;
    z-index: 100;
    -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.5);
}

.input-group .pass-strength-popup.too-long {
    border: 2px solid #a6192e;
}

.input-group .pass-strength-popup.too-long:before {
    border-color: #a6192e;
}

.input-group .pass-strength-popup.weak,
.input-group .pass-strength-popup.too-long {
    border: 2px solid #a6192e;
}

.input-group .pass-strength-popup.weak .strength,
.input-group .pass-strength-popup.too-long .strength {
    color: #a6192e;
}

.input-group .pass-strength-popup.weak:before,
.input-group .pass-strength-popup.too-long:before {
    border-color: #a6192e;
}

.input-group .pass-strength-popup.strong {
    border: 2px solid #00771a;
}

.input-group .pass-strength-popup.strong .strength {
    color: #00771a;
}

.input-group .pass-strength-popup.strong:before {
    border-color: #00771a;
}

.input-group .pass-strength-popup.too-short {
    border: 2px solid #a6192e;
}

.input-group .pass-strength-popup.too-short:before {
    border-color: #a6192e;
}

.input-group .pass-strength-popup.too-short .strength {
    color: #a6192e;
}

.input-group .pass-strength-popup h4 {
    margin: 0px;
    padding: 0;
    font-weight: normal;
    color: #595a5c;
}

.input-group .pass-strength-popup:before {
    content: "▲";
    position: absolute;
    top: -9px;
    left: 3%;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 11px;
    color: white;
    border: solid gray;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 0px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: white;
}

.input-group .pass-strength-popup ul {
    padding: 0;
    margin: 0px;
    list-style: none;
    display: inline;
    padding-right: 10px;
}

.input-group .pass-strength-popup li {
    display: inline-block;
    font-weight: normal;
}

.input-group .pass-strength-popup li:last-child:after {
    content: none;
    padding: 0;
}

.input-group .pass-strength-popup .strength {
    text-transform: capitalize;
    display: inline;
    font-weight: bold;
}

.input-group .pass-strength-popup .separator {
    margin-right: 3px;
    color: #808284;
}

.input-group .invalid {
    color: #777;
}

.input-group .valid {
    color: #777;
}

.input-group .valid span {
    text-decoration: line-through;
}

.password-strength-indicator {
    display: none !important;
}

.shibboleth .header {
    text-transform: uppercase;
    color: #204C8B;
    border-bottom: 1px solid #ddd;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.shibboleth .open-athens .header {
    border-bottom: none;
    text-transform: none;
}

.shibboleth .content {
    padding-left: 15px;
}

.shibboleth .recent {
    color: #000000;
}

.shibboleth .federation {
    color: #000000;
    padding-bottom: 20px;
}

.shibboleth .federation .name {
    text-transform: uppercase;
}

.shibboleth .federation .name a:after {
    font-family: "icomoon";
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 5px;
    content: "";
    vertical-align: middle;
}

.shibboleth .federation .name a.collapsed:after {
    content: "";
}

.shibboleth ul {
    list-style: none;
    padding: 0;
}

.shibboleth li {
    padding-top: 2px;
    padding-bottom: 2px;
    display: block;
    margin-bottom: 0px;
}

.shibboleth li a {
    color: #000000;
}

.shibboleth li.active {
    display: none;
}

input.button,
.button.tags-input {
    width: auto;
}

.email .show-change-password {
    font-size: 12px;
    font-size: 0.75rem;
    color: #464646;
}

#accessTokenForm .submit {
    float: right;
}

.managedInstitutions select {
    background-color: transparent;
}

.managedInstitutions option {
    color: #000;
}

@media (max-width: 767px) {
    #pb-page-content .profileMain .managedInstitutions {
        position: static !important;
        padding: 15px 0;
    }
}

.header__quick-menu .right-side {
    position: relative;
}

.navigation-login-dropdown-container {
    position: absolute;
    text-align: left;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15);
    z-index: 2;
    padding: 10px 20px;
    background: #fff;
    min-width: 200px;
}

.navigation-login-dropdown-container ul {
    list-style: none;
    padding: 0;
}

.navigation-login-dropdown-container li {
    margin-bottom: 8px;
}

.right-side .navigation-login-dropdown-container {
    left: auto !important;
    right: 0;
}

.tfa-form-container #hidden-message a {
    font-weight: bold;
}

.tfa-form-container label {
    font-size: 16px;
    font-size: 1rem;
    color: #464646;
    font-weight: normal;
}

.tfa-form-container .OK-btn {
    padding: 12px;
    background: #212121;
    border: none;
}

.tfa-form-container .OK-btn:disabled {
    opacity: 0.4;
    cursor: not-allowed !important;
}

.tfa-form-container form {
    text-align: left;
}

.tfa-form-container form label {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}

.tfa-form-container .extra-space {
    padding: 20px;
    margin: 20px 0;
    visibility: hidden;
}

.tfa-form-container #container-all {
    margin-top: 20px;
}

.access-widget form {
    position: relative;
}

.access-widget .quick-search__button {
    right: 1px;
}

@media (max-width: 991px) {
    .access-widget .quick-search__button {
        bottom: auto;
        top: 1px;
    }
}

.access-widget .account__sort {
    min-width: 245px;
}

#saveSearchDialog a {
    color: #808284;
    text-decoration: underline;
}

.billing-labels {
    display: inline-block;
}

.billing-labels span {
    display: block;
    margin-bottom: 8px;
}

.billing-data {
    display: inline-block;
    margin-left: 40px;
}

.billing-data label {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9375rem;
}

@media (max-width: 768px) {
    .checkout-expand .actions .button {
        width: 100%;
    }
}

.connect-registration-confirmation {
    width: 400px;
    margin: auto;
    padding: 60px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.connect-registration-confirmation hr {
    width: 100%;
}

.connect-registration-confirmation h3 {
    margin: 0;
    font-size: 1.25rem;
}

.connect-registration-confirmation .connect-registration-confirmation .checkbox-group {
    margin: 30px 20px;
}

.connect-registration-confirmation .connect-registration-confirmation .checkbox-group label {
    display: block;
    font-size: 0.875rem;
    margin-bottom: 30px;
}

.connect-registration-confirmation .confirmation-footer {
    margin-top: 70px;
    font-size: 0.75rem;
}

.terms-of-use.error,
.submission-form td .terms-of-use.error,
.submission-form td .terms-of-use.error--not-image {
    font-size: 16px;
    font-size: 1rem;
}

.institutions h5 {
    color: #757575;
}

.institutions .tab .dropBlock>a {
    background: #fff;
    border: 1px solid #ccc;
    color: #808284;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
}

.institutions .tab .dropBlock i {
    font-size: 6px;
    font-size: 0.375rem;
    color: #404042;
}

.institutions .tab__nav {
    width: 100% !important;
}

.institutions .tab__nav li {
    padding: 0;
}

.institutions .tab__nav a {
    color: #808284;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
}

.institutions .tab__pane h5 {
    margin-bottom: 25px;
    margin-top: 40px;
}

.institutions .tab__pane ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.institutions .tab__pane li {
    padding-left: 1em;
    text-indent: -0.7em;
}

.institutions .tab__pane li::before {
    content: "• ";
    color: #d4d4d4;
    margin-right: 5px;
}

.institutions .tab__pane a {
    color: #808284;
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: normal;
}

.input-group {
    position: relative;
}

.resetPasswordWidget .button {
    max-width: 100px;
}

.resetPasswordWidget .note {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.resetPasswordWidget .note .bold {
    font-weight: bold;
}

.password-eye-icon {
    position: absolute;
    margin-right: 10px;
    top: 38px;
    right: 0;
    color: #8DA3BC;
    font-size: 20px;
    font-size: 1.25rem;
}

.password-eye-icon:hover {
    cursor: pointer;
}

.delete-account-container {
    display: inline;
}

.input-group {
    position: relative;
}

.resetPasswordWidget .button {
    max-width: 100px;
}

.resetPasswordWidget .note {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
}

.resetPasswordWidget .note .bold {
    font-weight: bold;
}

.password-eye-icon {
    position: absolute;
    margin-right: 10px;
    top: 38px;
    right: 0;
    color: #8DA3BC;
    font-size: 20px;
    font-size: 1.25rem;
}

.password-eye-icon:hover {
    cursor: pointer;
}

.delete-account-container {
    display: inline;
}

.request-reset .button {
    max-width: 100px;
}

.request-reset p:first-child {
    font-weight: 600;
    color: #000;
}

.request-reset .sub {
    font-size: 14.04px;
    font-size: 0.8775rem;
    color: #000;
}

.personal-information {
    margin-top: 15px;
}

@media (min-width: 768px) {
    .login-info {
        clear: both;
    }

    .login-info .input-group {
        padding: 0 5px;
    }

    .formDropZone .edit {
        padding: 0 5px;
    }

    .formDropZone+.actions {
        padding: 0 5px;
    }

    .formDropZone+.actions .cancel {
        padding: 9px 35px;
        margin-left: 10px;
    }

    .taxonomies {
        clear: both;
    }

    .marketable,
    .terms-section {
        padding: 0 5px;
    }

    .marketable .terms-message p:first-child,
    .terms-section .terms-message p:first-child {
        margin-bottom: 0px;
    }
}

.notified-group {
    position: relative;
    color: #1f1f1f;
    padding-right: 45px;
}

.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 110000;
    background: #fff;
    overflow: auto;
}

@media (min-width: 768px) {
    .popup {
        background-color: rgba(189, 189, 190, 0.85);
    }
}

.popup h2 {
    text-align: center;
    border-bottom: 1px solid #e6e5e5;
    margin-top: 0;
    padding-bottom: 15px;
    font-weight: 400;
    color: #000;
}

.popup .error:not(.label),
.popup .submission-form td .error--not-image:not(.label),
.submission-form td .popup .error--not-image:not(.label) {
    text-align: center;
    margin-bottom: 25px;
}

.popup .content {
    max-width: 390px;
    margin: 11% auto 5%;
    background: #fff;
    position: relative;
    padding: 17px 30px 30px;
}

@media (min-width: 768px) {
    .popup .content {
        border-radius: 10px;
        width: 430px;
        margin: 30px auto;
    }
}

.popup .content form {
    margin-top: 20px;
}

.popup__large .content {
    max-width: 848px;
    width: 100%;
}

.popup .close {
    float: right;
    font-size: 25px;
    font-size: 1.5625rem;
    margin-right: 30px;
    margin-top: 30px;
    opacity: 1;
}

.popup .close:hover {
    cursor: pointer;
}

.popup .button {
    width: 100%;
    margin: 15px 0;
}

.popup .show-login {
    color: #757575;
}

.popup .message {
    color: #B33A3A;
    display: block;
    margin-bottom: 10px;
}

.error .message,
.submission-form td .error .message,
.submission-form td .error--not-image .message {
    display: inline-block;
}

.button {
    background: #404042;
}

@media (max-width: 767px) {
    .popup .content {
        max-width: none;
        height: auto;
        margin: 0;
        padding-top: 60px;
        z-index: -1;
    }

    .noscroll {
        overflow: hidden !important;
    }
}

.center {
    text-align: center;
}

.login-popup .show-request-username,
.login-popup .show-request-reset-password {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 14px;
    color: #808284;
}

.login-popup .show-request-username:hover,
.login-popup .show-request-username:focus,
.login-popup .show-request-reset-password:hover,
.login-popup .show-request-reset-password:focus {
    color: inherit;
}

.login-popup .remember {
    position: relative;
}

.login-popup .remember .label {
    font-size: 14px;
    font-size: 0.875rem;
    color: #9e9e9e;
}

.login-popup .show-registration {
    font-size: 14px;
    font-size: 0.875rem;
    color: #808284;
}

.login-popup .show-registration:hover,
.login-popup .show-registration:focus {
    color: inherit;
}

.login-popup .content .close {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 -12px;
}

.login-with-connect h2 {
    border: none;
    margin: 18px 25px 25px;
}

.login-with-connect .content {
    padding: 24px;
}

.login-with-connect .content form {
    margin-top: 0;
}

.login-with-connect .login-methods {
    display: flex;
    align-items: flex-start;
    margin-bottom: 23px;
}

.login-with-connect .login-methods__item {
    flex: 1;
    padding: 18px 40px;
    border-right: 1px solid #E5E5E5;
    position: relative;
}

.login-with-connect .login-methods__item:after {
    content: "or";
    position: absolute;
    top: 50%;
    transform: translate(50%, -50%);
    right: 0;
    background-color: #fff;
    padding: 10px;
}

.login-with-connect .login-methods__item:last-child {
    border: none;
}

.login-with-connect .login-methods__item:last-child:after {
    content: none;
}

.login-with-connect .connect {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.login-with-connect .connect-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 0.875rem;
    margin-top: 14px;
    padding: 32px;
    background-color: #F4F4F4;
    color: #4D4D4D;
    width: 100%;
}

.login-with-connect .connect-box span a {
    display: inline-block;
    color: #0473DB;
    text-decoration: underline;
}

.login-with-connect .connect .site-logo {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 0.75rem;
}

.login-with-connect .connect .site-logo img {
    margin-top: 32px;
    height: 22px;
    display: block;
}

.login-with-connect .connect p {
    font-size: 0.8125rem;
    text-align: center;
    margin: 32px 0;
    max-width: 400px;
}

.login-with-connect .connect p a {
    color: inherit;
    text-decoration: underline;
}

.login-with-connect .connect .button {
    background-color: #0473DB;
    color: #fff;
    font-size: 1rem;
    text-decoration: none;
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 8px 15px 0;
    padding: 10px 18px;
    border-radius: 4px;
    transition: background-color 0.25s;
}

.login-with-connect .connect .button img {
    margin-right: 5px;
}

.login-with-connect .connect .button:hover {
    background-color: #004FB6;
}

.login-with-connect .connect-social-login {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 30px 0;
}

.login-with-connect .connect-social-login span {
    margin-bottom: 12px;
}

.login-with-connect .connect-social-login .social-login-options {
    display: flex;
}

.login-with-connect .connect-social-login .social-login__item {
    border: 1px solid #D7D7D7;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 8px;
    width: 145px;
    height: 40px;
    border-radius: 4px;
    transition: background-color 0.25s;
}

.login-with-connect .connect-social-login .social-login__item.rounded {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.login-with-connect .connect-social-login .social-login__item:hover {
    background-color: #eee;
}

.login-with-connect .submit {
    display: flex;
    justify-content: flex-end;
}

.login-with-connect input.button,
.login-with-connect .button.tags-input {
    display: inline-block;
    width: auto;
    min-width: 136px;
}

.login-with-connect .signup-section {
    margin: 0 40px;
    padding-top: 24px;
    border-top: 1px solid #E5E5E5;
    text-align: center;
    font-size: 0.875rem;
}

.login-form .social-icons span {
    font-size: 24px;
    font-size: 1.5rem;
}

.loginBar {
    display: inline-block;
    color: #404042;
}

.loginBar .show-login,
.loginBar .indivLogin {
    text-align: center;
}

.loginBar .icon-profile_empty,
.loginBar .icon-userprofile {
    display: block;
    margin-bottom: 6px;
    font-size: 20px;
    font-size: 1.25rem;
}

.loginBar .icon-profile_empty:before {
    content: "";
}

.loginBar .icon-userprofile:before {
    content: "";
}

.loginBar .sign-in-label,
.loginBar .profile-text {
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
}

@media (max-width: 991px) {

    .loginBar .sign-in-label,
    .loginBar .profile-text {
        display: none;
    }
}

.resend {
    font-size: 14px;
    font-size: 0.875rem;
    color: #808284;
    margin-left: 6px;
}

.resend:hover,
.resend:focus {
    color: inherit;
    text-decoration: underline;
}

.email-verification-msg h1 {
    color: #000;
}

.social-link {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.social-link h3 {
    display: inline-block;
    margin-bottom: 0;
}

.social-link .switch {
    position: static;
    display: inline-block;
    float: right;
}

.link-toggle {
    display: inline-block;
    border: 1px solid #404042;
    height: 25px;
    line-height: 25px;
    border-radius: 15px;
    width: 48px;
    position: relative;
}

.link-toggle .toggle-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #404042;
    margin: 3px;
}

.link-toggle.active {
    border-color: #ccc;
    background: #404042;
    text-align: right;
}

.link-toggle.active .toggle-switch {
    background: #fff;
}

.link-toggle.small {
    width: 42px;
    height: 22px;
}

.link-toggle.small .toggle-switch {
    width: 14px;
    height: 14px;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: 0.9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
}

.ui-datepicker th {
    padding: 0.7em 0.3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: 0.7em 0 0 0;
    padding: 0 0.2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: 0.5em 0.2em 0.4em;
    cursor: pointer;
    padding: 0.2em 0.6em 0.3em 0.6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: 0.5em;
    top: 0.3em;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input,
.ui-widget .tags-input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
}

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

.author-index {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .author-index {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .author-index {
        margin-top: 0;
    }
}

.author-index .facet__title {
    text-transform: capitalize;
}

.author-index .facets__title--main {
    display: none;
}

.author-index .facet__title {
    margin-top: 10px;
}

.author-index__facet-title {
    color: #000;
    padding: 10px;
    font-weight: 700;
    background-color: white;
}

@media (max-width: 767px) {
    .author-index__facet-title {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.author-index__results .result__current,
.author-index__results .result__count {
    padding: 0 5px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .author-index__results {
        background: #e0e0e0;
        margin: 0 -15px;
        padding: 15px 15px;
    }
}

.author-index__list {
    margin-top: 30px;
}

.author-index__list .link {
    padding: 5px 0;
    display: inline-block;
}

.author-index__container {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .author-index__container {
        margin-top: 0;
    }
}

.author-index__browse-alpha {
    margin: 0px -15px;
    padding: 10px 15px;
    background: #f9f9f9;
}

.author-index__alphanumeric {
    font-weight: 700;
    padding: 10px 15px;
    border-bottom: 1px solid #e1e1e1;
    margin: 0 -15px;
}

.author-index__alphanumeric .letter {
    background-color: #f9f9f9;
    border-radius: 50%;
    padding: 2px 5px;
    margin: 0 5px;
}

.author-services h4 {
    margin-bottom: 5px;
}

.author-services .main-title {
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 2px solid;
    border-color: #f0f0f0;
    padding-bottom: 15px;
}

.author-services .sub-title {
    margin-bottom: 16px;
}

.author-services__links {
    margin-top: 10px;
}

.author-services__authors a {
    color: inherit;
}

.author-services .rlist--inline.separator li {
    padding: 0 10px;
}

.author-services .rlist--inline.separator li:first-child {
    padding-left: 0;
}

.author-services .rlist--bold-link {
    color: #000;
    font-weight: bold;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.author-services .sub-section {
    color: #000;
    margin-top: 30px;
}

.author-services__item {
    margin-top: 20px;
}

.author-services__metrice {
    margin-top: 15px;
}

.author-services__metrice .rlist--inline {
    margin-top: 10px;
}

.author-services__metrice .metrics-value {
    color: #808284;
    padding-left: 3px;
}

.author-services__history {
    margin-top: 15px;
}

.author-services__history .list-items {
    padding-left: 17px;
}

.browse-journals {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 40px 0;
}

@media (max-width: 767px) {
    .browse-journals {
        margin: 40px 10px;
    }
}

@media (max-width: 531px) {
    .browse-journals {
        margin: 15px 10px;
    }
}

.browse-journals__item {
    width: 48%;
    margin: 0 0 40px;
}

@media (max-width: 531px) {
    .browse-journals__item {
        width: 100%;
        margin: 0 0 15px;
        border-bottom: 1px solid #e6e5e5;
    }
}

.browse-journals__item .meta__title {
    margin-bottom: 10px;
}

.co-branding section {
    margin-top: 60px;
}

.co-branding .border-bottom {
    margin-bottom: 30px;
}

.co-branding label {
    font-size: 14px;
    font-size: 0.875rem;
}

.co-branding .btn {
    background: transparent;
    color: #464646;
    font-size: 12px;
    font-size: 0.75rem;
}

.co-branding .btn:hover {
    text-decoration: underline;
}

.co-branding input[type=file]::-webkit-file-upload-button,
.co-branding .tags-input[type=file]::-webkit-file-upload-button {
    cursor: pointer;
}

.link {
    color: #000;
}

.checkout-readonly {
    color: #1f1f1f;
}

.checkoutList .pale {
    color: #808284;
}

.switch,
.switch * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.switch {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0px;
}

.switch .cmn-toggle {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch .cmn-toggle:checked:not(:disabled)~label:active:after {
    box-shadow: 0 1px 3px 1px #d6d6d6, 0 0 0 15px #b8b8b8;
}

.switch .cmn-toggle:not(:disabled)~label:active:after {
    box-shadow: 0 1px 3px 1px #d6d6d6, 0 0 0 15px #b8b8b8;
}

.switch .cmn-toggle[disabled]+label {
    cursor: default;
}

.switch .cmn-toggle[disabled]+label:after,
.switch .cmn-toggle[disabled]+label .switch .cmn-toggle[disabled]:checked+label:after {
    background-color: #b8b8b8;
}

.switch .cmn-toggle:checked+label {
    opacity: 1;
    background-color: #808284;
}

.switch .cmn-toggle:checked+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 23px;
    background-color: #fff;
    border-radius: 52px;
    transition: margin 0.4s;
    height: auto;
    margin-left: 30px;
}

.switch .cmn-toggle:not(:checked)+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fff;
    border-radius: 60px;
    transition: background 0.4s;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 20% 40%;
    transform-origin: 100% 100%;
}

.switch label {
    display: inline-block;
    padding: 2px;
    width: 60px;
    height: 30px;
    background-color: #808284;
    opacity: 0.5;
    border-radius: 60px;
    transition: background 0.1s;
}

.switch [type=checkbox]:not(:checked)+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 23px;
    background-color: #808284;
    border-radius: 52px;
    transition: margin 0.4s;
    height: auto;
    z-index: 1;
    border: none;
}

.switch [type=checkbox]:checked+label:before {
    width: auto;
    height: auto;
    border: none;
    transition: background 0.4s;
}

.switch.small-switch .cmn-toggle:not(:checked)+label:before {
    top: 1px;
    left: 1px;
    bottom: 1px;
    right: 1px;
}

.switch.small-switch .cmn-toggle:checked+label:after {
    width: 13px;
    margin-left: 21px;
}

.switch.small-switch [type=checkbox]:not(:checked)+label:after {
    width: 13px;
}

.switch.small-switch label {
    display: inline-block;
    width: 42px;
    height: 22px;
}

.restore-content-access-widget {
    padding: 15px;
}

.restore-content-access-widget .form-btn {
    margin-top: 0;
}

.order-summary {
    padding: 0 15px;
}

.commerce-header,
.checkoutList .header {
    border-bottom: 1px solid #ccc;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding-bottom: 10px;
    font-weight: 700;
}

.checkoutList .header {
    margin-top: 40px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.checkoutProcessLeftCol .link,
.checkoutProcessLeftCol a:not(.btn),
.checkoutProcessRightCol .link,
.checkoutProcessRightCol a:not(.btn) {
    color: #000;
}

.access-limit__wrapper .accessLimitWidget {
    background: #f5f5f5;
    border: 1px solid #ccc;
    font-size: 16px;
    font-size: 1rem;
    color: #212121;
}

.access-limit__wrapper .accessLimitWidget h2 {
    font-size: 16px;
    font-size: 1rem;
    color: #212121;
}

.access-limit__wrapper .accessLimitWidget p {
    color: #212121;
}

.access-limit__wrapper .accessLimitWidget .buttonCenter {
    font-size: 15px;
    font-size: 0.9375rem;
}

.access-limit__wrapper .accessLimitWidget .viewBtn {
    background-color: #000;
}

.access-limit__wrapper .accessLimitWidget .cancelBtn {
    background-color: #212121;
}

.articleTitlePrice:after {
    clear: both;
    content: "";
    display: block;
}

.articleTitlePrice>p {
    color: #404042;
    margin: 0 0 10px 0;
    max-width: 70%;
}

.articleTitlePrice .item-price {
    text-align: right;
    font-weight: 700;
}

.boldText {
    font-weight: bold;
}

.tabPanelFooter {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.tabPanelFooter a~a {
    border-left: 1px solid #000;
    margin-left: 10px;
    padding-left: 10px;
}

.promoCodeBlock {
    display: inline;
}

@media (max-width: 767px) {
    .promoCodeBlock:after {
        clear: both;
        display: block;
        content: "";
    }
}

.promoCodeForm {
    width: 100%;
}

@media (min-width: 992px) {
    .promoCodeForm {
        display: inline-block;
    }
}

.promoCodeForm input,
.promoCodeForm .tags-input {
    margin-bottom: 10px;
    max-width: 185px;
    min-width: 75px;
    width: 100%;
    margin-right: 10px;
}

.promoCodeForm input[type=text],
.promoCodeForm .tags-input[type=text] {
    flex: 1;
}

.promoCodeForm input~input,
.promoCodeForm .tags-input~input,
.promoCodeForm input~.tags-input,
.promoCodeForm .tags-input~.tags-input {
    width: auto;
    margin-bottom: 10px;
}

.buyItemFooter {
    padding-left: 0;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.buyItemFooter p {
    margin: 0;
}

.buyItemFooter span {
    font-size: 1.375rem;
}

.buyItemFooter .intialPrice {
    text-align: right;
    color: #404042;
    font-size: 0.875rem;
    line-height: 1;
    width: 95%;
    overflow: hidden;
}

.buyItemFooter .totalPrice {
    float: right;
}

.buyItemFooter .price {
    display: inline;
}

.buyItemFooter .promoCodeForm form {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .float-right-xs-sm {
        float: right;
    }
}

.eCommerceCheckoutBuyingItemsWidget:after {
    clear: both;
    content: "";
    display: block;
}

.promoCodeMsg {
    float: left;
    padding-top: 5px;
}

.promoCodeMsg span {
    font-size: 0.875rem;
    display: block;
    max-width: 250px;
}

.eCommerceCheckoutSavedForLaterItemsWidget .commerce-header {
    margin-top: 40px;
}

.purchaseArea {
    background: #fff;
    border: 3px solid #000;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 10px;
}

.purchaseArea--label {
    display: block;
    color: #1f1f1f;
    font-size: 0.875rem;
    padding-bottom: 10px;
}

.purchaseArea--list {
    padding: 10px 0;
}

.purchaseArea--list a {
    margin: 5px 0;
}

@media (min-width: 768px) {
    .purchaseArea--list a {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .purchaseArea--list a {
        font-size: 0.875rem;
    }
}

.purchaseArea--list a.active {
    font-weight: bold;
}

.purchaseArea--list .login-form {
    padding: 0 10px;
}

.purchaseArea .expand-link {
    display: inline-block;
}

.purchaseArea .content {
    padding-top: 0;
}

.purchaseArea .remember {
    position: relative;
}

.purchaseArea .button {
    width: auto;
    margin-top: 10px;
}

.purchaseArea .link {
    font-size: 0.875rem;
}

.purchaseArea a {
    color: #000;
}

.responsiveAccessDenialWidget article {
    min-height: auto;
}

.responsiveAccessDenialWidget h1,
.responsiveAccessDenialWidget .parent-item {
    font-weight: 300;
}

.cmn-toggle+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
}

.cmn-toggle+label:before,
.cmn-toggle+label:after {
    content: "";
    left: 0;
    position: absolute;
    z-index: 1;
}

.claim-options {
    list-style: none;
    padding: 0;
}

.coolBarDropZone {
    float: right;
    max-width: 50%;
}

.addedMessage {
    font-size: 0px;
    margin: 0px;
    flex-direction: row;
    display: flex;
}

.addedMessage.hidden {
    display: none;
}

.addedMessage .article-title {
    padding: 16px;
    background-color: #fff;
    display: inline-block;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    width: 100%;
    border: 3px solid #000;
    margin-bottom: 10px;
}

.addedMessage .article-title .icon-check {
    font-size: 25.6px;
    font-size: 1.6rem;
    vertical-align: middle;
    margin-right: 10px;
    color: #000;
}

@media (max-width: 767px) {
    .addedMessage .article-title {
        width: 100%;
    }
}

.addedMessage .show-cart-link {
    display: inline-block;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    background-color: #000;
    white-space: nowrap;
    float: right;
}

@media (max-width: 767px) {
    .addedMessage .show-cart-link {
        display: block;
        width: 100%;
        margin-top: 15px;
    }
}

.addedMessage .article-title-content {
    width: 60%;
    display: inline-flex;
    float: left;
    margin-top: 10px;
}

.addedMessage .article-title-content .text {
    float: left;
    margin-top: 0px;
    text-align: left;
}

@media (max-width: 767px) {
    .addedMessage .article-title-content .text {
        width: 100%;
    }
}

.add-journal-to-cart header {
    line-height: inherit;
    padding: 0;
    border: none;
    position: relative;
}

.add-journal-to-cart header .purchaseMessage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #90c65c;
    text-align: center;
    color: #fff;
    padding: 0;
    opacity: 0.9;
}

.add-journal-to-cart header:hover {
    position: relative;
}

.add-journal-to-cart header:hover .add-to-cart-msg:not(.added) {
    display: flex;
    align-items: center;
    justify-content: center;
}

p.itemAddedMsgBox {
    border: none;
    line-height: 60px;
    margin: 0;
    padding: 3px 0 8px 0;
}

p.itemAddedMsgBox h3 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

p.itemAddedMsgBox:before {
    font-size: 19px;
    font-size: 1.1875rem;
    vertical-align: middle;
    position: static;
    display: inline;
    margin: 0 10px 0 0;
}

.add-to-cart-msg {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #007fb2;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
    line-height: 55px;
    margin-left: 0;
    margin-bottom: 0;
    opacity: 0.9;
}

.add-to-cart-msg [class^=icon-] {
    font-size: 19px;
    font-size: 1.1875rem;
    vertical-align: middle;
    margin-right: 10px;
}

.add-to-cart-msg.added {
    background: #90c65c;
}

.purchaseAreaList_expand {
    margin: 5px 0;
    display: inline-block;
    font-size: 1rem;
}

.purchaseAreaList_expand.active {
    font-weight: bold;
}

.purchaseAreaList_expanded {
    display: block;
}

.save-for-later-link {
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
}

.saved-go-cart {
    float: right;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
}

.add-article-to-cart {
    border: 3px solid #000;
    color: #404042;
    text-decoration: none;
    margin-bottom: 10px;
    font-weight: bold;
    display: block;
    overflow: hidden;
    transition: background 200ms linear;
}

@media (min-width: 768px) {
    .add-article-to-cart {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .add-article-to-cart {
        padding: 10px;
    }
}

.add-article-to-cart__title {
    float: left;
    margin-bottom: 0;
    font-weight: inherit;
    color: inherit;
    margin-right: 0;
    width: 63%;
}

@media (min-width: 768px) {
    .add-article-to-cart__title {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .add-article-to-cart__title {
        font-size: 0.65rem;
    }
}

.add-article-to-cart__price {
    float: right;
    width: 37%;
    text-align: center;
    border-left: 2px solid #000;
}

@media (min-width: 768px) {
    .add-article-to-cart__price {
        font-size: 0.875rem;
    }
}

@media (max-width: 767px) {
    .add-article-to-cart__price {
        font-size: 0.65rem;
    }
}

@media (min-width: 768px) {
    .purchase-options-container {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .purchase-options-container {
        padding: 5px;
    }
}

.info-library-card {
    display: block;
    font-style: italic;
    margin: 5px 0;
}

.errorMsgBox,
.itemAddedMsgBox,
.infoMsgBox {
    border: 3px solid;
    border-left-width: 68px;
    position: relative;
    margin-bottom: 10px;
}

@media (min-width: 768px) {

    .errorMsgBox,
    .itemAddedMsgBox,
    .infoMsgBox {
        padding: 25px 25px 25px 20px;
    }
}

@media (max-width: 767px) {

    .errorMsgBox,
    .itemAddedMsgBox,
    .infoMsgBox {
        padding: 10px;
    }
}

.errorMsgBox:before,
.itemAddedMsgBox:before,
.infoMsgBox:before {
    width: 46px;
    height: 46px;
    display: block;
    position: absolute;
    left: -57px;
    top: 50%;
    margin-top: -23px;
    font-size: 46px;
    font-size: 2.875rem;
    color: #fff;
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.errorMsgBox a,
.itemAddedMsgBox a,
.infoMsgBox a {
    font-weight: bold;
}

.errorMsgBox {
    border-color: #EF4623;
}

.errorMsgBox h3 {
    color: #EF4623;
}

.errorMsgBox:before {
    content: "";
}

.errorMsg {
    border-color: #EF4623 !important;
    color: #EF4623 !important;
}

input[type=text].errorMsg,
.tags-input[type=text].errorMsg {
    background: url("https://blog-feed.org/health-affairs-fungus/img/interjectionIcon.png") no-repeat 98% 50%, url("https://blog-feed.org/health-affairs-fungus/img/interjectionIcon.png") no-repeat 98% 50%;
    color: #000 !important;
}

.itemAddedMsgBox {
    border-color: #91c562;
}

.itemAddedMsgBox h3 {
    color: #90C65C;
}

.itemAddedMsgBox:before {
    content: "";
}

.infoMsgBox {
    border-color: #1f8ad9;
}

.infoMsgBox h3 {
    color: #1f8ad9;
}

.infoMsgBox:before {
    content: "";
}

.claim-options {
    padding: 0 10px;
}

.open .icon-arrow_d_n {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: block;
}

.eCommerceCheckoutBuyingItemsWidget .tabPanelFooter,
.eCommerceCheckoutSavedForLaterItemsWidget .tabPanelFooter,
.eCommerceCheckoutRecentlyViewedItemsWidget .tabPanelFooter,
.eCommerceCheckoutRecommendedItemsWidget .tabPanelFooter {
    border-bottom: none;
}

@media (max-width: 991px) {

    .eCommerceCheckoutBuyingItemsWidget .tabPanelFooter,
    .eCommerceCheckoutSavedForLaterItemsWidget .tabPanelFooter,
    .eCommerceCheckoutRecentlyViewedItemsWidget .tabPanelFooter,
    .eCommerceCheckoutRecommendedItemsWidget .tabPanelFooter {
        position: relative;
    }
}

.eCommerceCheckoutBuyingItemsWidget .add-to-cart,
.eCommerceCheckoutSavedForLaterItemsWidget .add-to-cart,
.eCommerceCheckoutRecentlyViewedItemsWidget .add-to-cart,
.eCommerceCheckoutRecommendedItemsWidget .add-to-cart {
    float: right;
    line-height: 1em;
    position: relative;
    cursor: pointer;
    min-width: 105px;
}

@media (max-width: 991px) {

    .eCommerceCheckoutBuyingItemsWidget .add-to-cart,
    .eCommerceCheckoutSavedForLaterItemsWidget .add-to-cart,
    .eCommerceCheckoutRecentlyViewedItemsWidget .add-to-cart,
    .eCommerceCheckoutRecommendedItemsWidget .add-to-cart {
        position: static;
    }
}

.eCommerceCheckoutBuyingItemsWidget .add-article-to-cart,
.eCommerceCheckoutSavedForLaterItemsWidget .add-article-to-cart,
.eCommerceCheckoutRecentlyViewedItemsWidget .add-article-to-cart,
.eCommerceCheckoutRecommendedItemsWidget .add-article-to-cart {
    padding: 10px;
    border: 1px solid #000;
}

.eCommerceCheckoutBuyingItemsWidget .title,
.eCommerceCheckoutSavedForLaterItemsWidget .title,
.eCommerceCheckoutRecentlyViewedItemsWidget .title,
.eCommerceCheckoutRecommendedItemsWidget .title {
    width: 63%;
    display: inline-block;
    margin: 0;
    font-size: 0.875rem;
    font-weight: bold;
}

.eCommerceCheckoutBuyingItemsWidget .add-article-to-cart__price,
.eCommerceCheckoutSavedForLaterItemsWidget .add-article-to-cart__price,
.eCommerceCheckoutRecentlyViewedItemsWidget .add-article-to-cart__price,
.eCommerceCheckoutRecommendedItemsWidget .add-article-to-cart__price {
    float: right;
    width: 37%;
    border-left: 1px solid #000;
    font-size: 0.875rem;
    text-align: center;
}

.eCommerceCheckoutBuyingItemsWidget .text,
.eCommerceCheckoutSavedForLaterItemsWidget .text,
.eCommerceCheckoutRecentlyViewedItemsWidget .text,
.eCommerceCheckoutRecommendedItemsWidget .text {
    font-weight: 300;
    font-size: 0.875rem;
    color: #000;
}

.eCommerceCheckoutBuyingItemsWidget .icon,
.eCommerceCheckoutSavedForLaterItemsWidget .icon,
.eCommerceCheckoutRecentlyViewedItemsWidget .icon,
.eCommerceCheckoutRecommendedItemsWidget .icon {
    margin-left: 10px;
    font-size: 0.65rem;
}

.eCommerceCheckoutBuyingItemsWidget .purchaseArea,
.eCommerceCheckoutSavedForLaterItemsWidget .purchaseArea,
.eCommerceCheckoutRecentlyViewedItemsWidget .purchaseArea,
.eCommerceCheckoutRecommendedItemsWidget .purchaseArea {
    cursor: default;
    position: absolute;
    right: 0px;
    top: 100%;
    margin: 0;
    border: 1px solid #000;
    background: #fff;
    padding: 10px;
    z-index: 999;
}

@media (min-width: 992px) {

    .eCommerceCheckoutBuyingItemsWidget .purchaseArea,
    .eCommerceCheckoutSavedForLaterItemsWidget .purchaseArea,
    .eCommerceCheckoutRecentlyViewedItemsWidget .purchaseArea,
    .eCommerceCheckoutRecommendedItemsWidget .purchaseArea {
        width: 450px;
    }
}

@media (max-width: 991px) {

    .eCommerceCheckoutBuyingItemsWidget .purchaseArea,
    .eCommerceCheckoutSavedForLaterItemsWidget .purchaseArea,
    .eCommerceCheckoutRecentlyViewedItemsWidget .purchaseArea,
    .eCommerceCheckoutRecommendedItemsWidget .purchaseArea {
        width: 100%;
        top: 100%;
        right: 0;
        left: 0;
        margin-top: -3px;
        min-width: 0;
    }
}

.eCommerceCheckoutBuyingItemsWidget .purchase-options-container,
.eCommerceCheckoutSavedForLaterItemsWidget .purchase-options-container,
.eCommerceCheckoutRecentlyViewedItemsWidget .purchase-options-container,
.eCommerceCheckoutRecommendedItemsWidget .purchase-options-container {
    padding: 0;
}

.eCommerceCheckoutBuyingItemsWidget .add-journal-to-cart,
.eCommerceCheckoutSavedForLaterItemsWidget .add-journal-to-cart,
.eCommerceCheckoutRecentlyViewedItemsWidget .add-journal-to-cart,
.eCommerceCheckoutRecommendedItemsWidget .add-journal-to-cart {
    margin: 7px 10px 10px;
    background-color: #fff;
    margin-bottom: 10px !important;
}

.eCommerceCheckoutBuyingItemsWidget .purchaseAreaLists,
.eCommerceCheckoutSavedForLaterItemsWidget .purchaseAreaLists,
.eCommerceCheckoutRecentlyViewedItemsWidget .purchaseAreaLists,
.eCommerceCheckoutRecommendedItemsWidget .purchaseAreaLists {
    padding: 0;
}

@charset "UTF-8";

.articleDataContainer {
    margin-top: 10px;
}

.cart-expand {
    padding: 5px 10px;
    border: 1px solid #000;
    display: block;
    margin-left: 0;
}

.tabPanelFooter>.add-article-to-cart {
    padding: 0;
    border: none;
    display: block;
    margin-left: 0;
    float: right;
    font-weight: 400;
    font-size: 0.875rem;
}

.checkoutProcessRightCol .tabPanelFooter>.add-article-to-cart {
    float: left;
}

.checkoutProcessRightCol .tabPanelFooter>.add-article-to-cart .cart-expand {
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.checkoutProcessRightCol .tabPanelFooter>.add-article-to-cart .cart-expand .text {
    font-weight: 500;
}

.checkoutPaymentList {
    padding: 0;
    margin: 0;
}

.checkoutPaymentList .sub-text {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}

.checkoutPaymentList .js__verifyAddress {
    margin-bottom: 10px;
}

.remember {
    position: relative;
}

.frmLogin .button {
    width: auto;
    margin-left: 10px;
}

input.link,
.link.tags-input,
input.link:hover,
.link.tags-input:hover {
    border: 0;
    background-color: transparent;
    padding: 0;
    text-align: left;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 2;
}

.checkoutProcessRightCol {
    background-color: #eee;
    border-radius: 6px;
    margin-top: 20px;
    padding: 20px 30px 30px 30px;
}

.checkoutStickyBtn {
    display: none;
}

.close-btn-container {
    text-align: right;
}

.billingPayment:after,
.eCommerceCheckoutIdentityWidget:after {
    clear: both;
    display: block;
    content: "";
}

.eCommerceCheckoutPaymentWidget {
    margin-top: 20px;
}

.billingBtn {
    display: none;
}

.eCommerceCheckoutPaymentWidget .payment {
    display: block;
}

.eCommerceCheckoutPaymentWidget .errorMsgBox:before,
.eCommerceCheckoutPaymentWidget .itemAddedMsgBox:before,
.eCommerceCheckoutPaymentWidget .infoMsgBox:before {
    position: absolute;
}

.eCommerceCheckoutPaymentWidget .errorMsgBox p,
.eCommerceCheckoutPaymentWidget .itemAddedMsgBox p,
.eCommerceCheckoutPaymentWidget .infoMsgBox p {
    margin-left: 10px;
}

.checkoutList .header {
    margin-bottom: 20px;
}

.checkoutList .checkoutName {
    margin: 0;
    color: #000;
    font-weight: normal;
    font-size: large;
    text-transform: none;
}

.checkoutMethod {
    display: inline-block;
    margin: 0 20px 0 0;
}

.tabPanelFooter {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0.875rem;
}

.eCommerceCheckoutIdentityWidget .actions .button {
    width: auto;
}

.shipping:after {
    display: block;
    clear: both;
    content: "";
}

.eCommerceCheckoutAddToCartWidgetExpanded {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 30px;
    left: 0;
    z-index: 120000;
}

.eCommerceCheckoutAddToCartWidgetExpanded .close {
    cursor: pointer;
    margin: 0 auto;
}

.eCommerceCheckoutAddToCartWidgetExpanded .overlay-fixed {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    overflow-x: hidden;
}

.eCommerceCheckoutAddToCartWidgetExpanded .add-journal-to-cart-container {
    margin: 0 auto;
    background: #fff;
    padding: 20px 50px 30px;
}

@media (min-width: 992px) {
    .eCommerceCheckoutAddToCartWidgetExpanded .add-journal-to-cart-container {
        width: 600px;
    }
}

@media (max-width: 991px) {
    .eCommerceCheckoutAddToCartWidgetExpanded .add-journal-to-cart-container {
        width: 100%;
    }
}

.eCommerceCheckoutAddToCartWidgetExpanded .add-journal-to-cart-container .title {
    line-height: 1;
}

.eCommerceCheckoutAddToCartWidgetExpanded .journal-options-expanded {
    padding: 10px;
    background: #eee;
    margin-bottom: 10px;
}

.eCommerceCheckoutAddToCartWidgetExpanded .tab-nav {
    list-style: none;
    padding-left: 10px;
    margin-top: 0;
}

.eCommerceCheckoutAddToCartWidgetExpanded .tab-nav a {
    text-decoration: underline;
}

.eCommerceCheckoutAddToCartWidgetExpanded .tab-nav a.open {
    color: #04a361;
}

.eCommerceCheckoutAddToCartWidgetExpanded .optionsContainer {
    max-height: 500px;
    overflow: auto;
}

.eCommerceCheckoutAddToCartWidgetExpanded .save-for-later-link {
    font-weight: 500;
}

.eCommerceCheckoutAddToCartWidgetExpanded .icon-close_thin {
    font-size: 14px;
    font-size: 0.875rem;
    float: right;
    position: relative;
    left: 25px;
    color: #000;
}

.eCommerceCheckoutAddToCartWidgetExpanded .add-article-to-cart .icon {
    display: block;
}

.eCommerceCheckoutAddToCartWidgetExpanded .add-article-to-cart__price {
    width: 33%;
}

.eCommerceCheckoutAddToCartWidgetExpanded .CartBookTitle {
    font-weight: 500;
    font-size: 16px;
    font-size: 1rem;
}

.eCommerceCheckoutAddToCartWidgetExpanded .purchase-options-container {
    padding: 15px 0;
}

.cartLabel {
    text-align: center;
    padding: 0 15px;
    display: inline-block;
    position: relative;
}

.cartLabel .icon-shoppingcart {
    font-size: 1.25rem;
    text-align: center;
    display: block;
    color: #404042;
}

.cartLabel .icon-shoppingcart:before {
    content: "";
}

.cartLabel .cartText {
    font-size: 0.65rem;
    color: #404042;
}

@media (max-width: 991px) {
    .cartLabel .cartText {
        display: none;
    }
}

.cartLabel .shopping-cart {
    min-width: 16px;
    background-color: #404042;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    color: white;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    right: 15px;
    padding: 1px 2px;
    top: 0;
}

.confirmation-widget .container {
    max-width: 700px;
}

.confirmation-widget .logo {
    text-align: center;
    margin: 15px 0 40px;
}

.confirmation-widget .purchase-text {
    text-align: center;
}

.confirmation-widget .purchase-table {
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

.confirmation-widget .purchase-table th {
    border-bottom: 1px solid;
}

.confirmation-widget .order-no {
    font-weight: bold;
}

.confirmation-widget div.type {
    float: left;
    max-width: 80%;
}

.confirmation-widget div.cost {
    float: right;
    max-width: 20%;
}

.confirmation-widget table td,
.confirmation-widget table th {
    padding-right: 0;
}

.confirmation-widget table td:first-child,
.confirmation-widget table th:first-child {
    padding-left: 0;
}

.confirmation-widget a {
    color: #000;
}

.orderSummary {
    line-height: 2;
}

.orderSummary>div:after {
    clear: both;
    content: "";
    display: block;
}

.orderSummary .label {
    float: left;
    max-width: 70%;
}

.orderSummary .boldText {
    float: right;
}

.checkout-expand {
    width: 70%;
}

@media (max-width: 991px) {
    .checkout-expand.stripe-checkout {
        width: 100%;
    }
}

.credit-card-date-field:after {
    clear: both;
    display: block;
    content: "";
}

.credit-card-date-field select {
    float: right;
    width: 25%;
}

@media (max-width: 531px) {
    .credit-card-date-field select {
        float: none;
        width: 35%;
    }
}

.credit-card-date-field label {
    display: inline;
    float: left;
}

@media (max-width: 531px) {
    .credit-card-date-field label {
        width: 100%;
    }
}

.credit-card-date-field [name=expYear] {
    margin-right: 30px;
}

[data-notification=secNumber] .label {
    display: inline-flex;
    width: 43%;
}

[data-notification=secNumber] input,
[data-notification=secNumber] .tags-input {
    display: inline;
    width: 25%;
}

.checkout-expand .actions .button {
    width: 100%;
}

.login-form .actions .button {
    width: auto;
}

.restored-content-table {
    border-bottom: 1px solid;
}

.restored-content-table th {
    border-bottom: 1px solid;
}

.restored-content-table td,
.restored-content-table th {
    padding-right: 0;
}

.restored-content-table td:first-child,
.restored-content-table th:first-child {
    padding-left: 0;
}

.restored-content-table a {
    color: #000;
}

.completed-exams__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0px;
}

[class^=device-pairing] label {
    font-size: 14px;
    font-size: 0.875rem;
}

[class^=device-pairing] .btn {
    width: auto;
}

[class^=device-pairing] .btn:not(:last-child) {
    margin-right: 10px;
    color: #fff;
}

@media (max-width: 531px) {
    [class^=device-pairing] .btn {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        white-space: normal;
        max-height: 54px;
    }
}

[class^=device-pairing] .formButtons {
    margin-top: 25px;
    padding-top: 15px;
    text-align: right;
}

.device-pairing__new-device {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

@media (max-width: 991px) {
    .device-pairing__row.expanded {
        position: relative;
        padding: 0.6em 0 0.8em 0;
    }

    .device-pairing__row.js--expanded .to_hide {
        display: block !important;
    }

    .device-pairing__row .to_hide {
        display: none !important;
    }
}

.device-pairing__row .table__control__button {
    padding: 0 0 0 15px;
}

.device-pairing__row .table__control__button i {
    font-size: 8px;
    font-size: 0.5rem;
}

@media (max-width: 991px) {
    .device-pairing__row .table__control__button i {
        display: block;
    }
}

.device-pairing__selectedList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.device-pairing__selectedList li {
    padding-bottom: 5px;
}

.device-pairing__info {
    margin-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.device-pairing__info .input-group {
    margin-bottom: 10px;
}

.device-pairing__info .input-group label {
    padding-right: 5px;
    display: inline-block;
}

@media (max-width: 531px) {
    .device-pairing__info .input-group label {
        margin-bottom: 0;
        display: block;
        width: 100%;
    }
}

.device-pairing table th {
    padding: 0.8em 1em 0.8em 0;
}

.device-pairing table td {
    padding: 1em 1em 1em 0;
}

@media (max-width: 991px) {
    .device-pairing table td {
        padding: 0.5em;
    }
}

@media (max-width: 991px) {
    .device-pairing table tr {
        padding: 0.5em 0;
    }
}

@media (max-width: 991px) {
    .device-pairing table.expandable .table__mark {
        display: inline-block;
        width: 25px;
    }

    .device-pairing table.expandable .table__mark+td {
        display: inline-block;
        word-wrap: break-word;
        width: calc(100% - 25px);
    }

    .device-pairing table.expandable .table__mark+td:before {
        content: " ";
    }

    .device-pairing table.expandable .table__mark~td:nth-child(n+3) {
        margin-left: 25px;
    }

    .device-pairing table.expandable th {
        display: none;
    }

    .device-pairing table.expandable tbody tr {
        border-bottom: 1px solid #f0f0f0;
    }

    .device-pairing table.expandable tbody tr:not(.hidden) {
        display: block;
    }

    .device-pairing table.expandable tbody tr td:nth-child(2) {
        width: calc(100% - 25px);
    }

    .device-pairing table.expandable tbody tr td:last-child {
        padding-bottom: 10px;
    }

    .device-pairing table.expandable tbody td {
        border: none;
        display: block;
    }

    .device-pairing table.expandable tbody td:nth-child(n+3):before {
        content: attr(data-thead) ": ";
        display: block;
        float: left;
        color: #808284;
        margin-right: 5px;
    }

    .device-pairing table.expandable tbody td:not(.table__mark):first-child:before {
        content: attr(data-thead) ": ";
        float: left;
        margin-right: 5px;
    }
}

@media (max-width: 767px) {
    .device-pairing .border-bottom {
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px 10px;
    }
}

.device-pairing__error .title {
    color: red;
}

.device-pairing__verify-confirm .link {
    text-decoration: underline;
    padding: 0 5px;
}

.device-pairing__verify-confirm .title {
    color: green;
}

.device-pairing__verify-confirm .cookieSection {
    margin-top: 30px;
}

.device-pairing__devices {
    margin-bottom: 25px;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .device-pairing__devices.institution-mode {
        width: 50%;
    }
}

.device-pairing__devices.institution-mode table {
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.14);
}

.device-pairing__devices.institution-mode .table__mark {
    padding-left: 15px;
}

.device-pairing__devices.institution-mode th {
    border-bottom-width: 3px;
}

.device-pairing__devices .btn {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    margin-top: 10px;
    margin-left: 0;
}

.device-pairing__form {
    display: inline-block;
}

@media (max-width: 531px) {
    .device-pairing__form {
        display: block;
    }
}

.device-pairing__form .btn {
    margin-right: 10px;
}

@media (min-width: 768px) {
    .device-pairing .side-content {
        width: 70%;
        display: inline-block;
    }
}

.device-pairing__history {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0;
}

.buttonsPanel {
    float: right;
    margin-top: 30px;
}

@media (max-width: 531px) {
    .buttonsPanel {
        float: none;
    }
}

.instEmailSelected-textbox {
    margin-bottom: 0;
}

.exam-agreement__section {
    margin-bottom: 25px;
}

.exam-agreement ul {
    padding-left: 20px;
}

.exam-agreement__privacy {
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.exam-agreement i {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 0 5px;
}

.exam-agreement__link {
    margin-top: 20px;
    margin-bottom: 24px;
}

.exam-agreement__link a {
    margin-right: 24px;
}

.exam-certificate-message {
    padding: 48px;
    text-align: center;
    border: 4px solid #e0e0e0;
}

.exam-certificate-message img {
    display: block;
    margin: 0 auto;
}

.exam-certificate-message__heading {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 52px;
    padding: 40px 0;
    font-weight: 600;
}

.exam-certificate-message__name {
    font-size: 32px;
    font-size: 2rem;
    line-height: 44px;
    padding: 8px 0;
}

.exam-certificate-message__text {
    padding: 24px 0;
}

.exam-certificate-message__title {
    font-weight: 600;
    line-height: 19px;
}

.exam-certificate-message__credit {
    padding: 24px 0;
}

.exam-certificate-message__points {
    font-weight: bold;
}

.exam-certificate-message__date {
    color: #9e9e9e;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 19px;
    padding-top: 8px;
}

.exam-certificate-message__link {
    padding: 16px 42px;
    font-weight: 600;
    margin: 24px 0;
}

.exam-credit-claim-email-failed__text {
    margin-bottom: 25px;
}

.exam-credit-claim-email-failed__link {
    font-weight: 600;
    margin-bottom: 18px;
}

.exam-credit-claim-email-failed__link i {
    font-size: 10.4px;
    font-size: 0.65rem;
    margin-left: 6px;
    font-weight: bold;
}

.exam-credit-claimed__details.warning {
    font-size: 16px;
    font-size: 1rem;
}

.exam-credit-claimed {
    padding: 16px 16px 25px;
    border: 1px solid #404042;
}

.exam-credit-claimed__header {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 600;
}

.exam-credit-claimed__title {
    font-weight: 600;
    padding-left: 5px;
}

.exam-credit-claimed__text {
    margin-bottom: 16px;
}

.exam-credit-claimed__details {
    margin-bottom: 18px;
}

.exam-credit-claimed__link {
    font-weight: 600;
}

.exam-credit-claimed__link i {
    font-size: 10.4px;
    font-size: 0.65rem;
    margin-left: 6px;
    font-weight: bold;
}

.exam-credit-claimed__email {
    padding-left: 3px;
}

.exam-list__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
}

.exam-disclosure__subTitle {
    text-transform: uppercase;
}

.exam-disclosure__related {
    margin-bottom: 25px;
}

.issue-attachments__label {
    display: inline-block;
}

.issue-attachments__label img {
    width: 20px;
    vertical-align: bottom;
}

.issue-attachments__label span {
    margin: 0 5px;
}

.issue-attachments__list {
    display: inline-block;
}

.issue-attachments__list a {
    padding: 0 10px;
}

@media (max-width: 767px) {
    .issue-attachments__list {
        display: block;
        margin-top: 10px;
    }

    .issue-attachments__list li:first-child {
        padding-left: 10px;
    }
}

.issue-attachments__pdf-image {
    background-image: url(https://blog-feed.org/health-affairs-fungus/img/pdf.png);
    width: 25px;
    display: inline-block;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: bottom;
}

.alerts .intro-text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #757575;
}

.alerts h5 {
    color: #464646;
    margin-top: 20px;
    text-transform: capitalize;
}

@media (max-width: 531px) {
    .alerts h5 {
        margin-top: 20px;
    }
}

.alerts .btn--inverse {
    font-size: 12px;
    font-size: 0.75rem;
}

.alerts [class*=btn] {
    font-weight: bold;
}

.alerts p.inline {
    display: inline-block;
    margin: 0;
    margin-right: 3px;
}

.alerts .section__separator label {
    margin-bottom: 0;
}

.alerts__fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.alerts__fieldset[disabled] {
    opacity: 0.6;
}

.alerts .form-actions .btn--reset {
    background-color: transparent;
    font-size: 0.75rem;
    color: #464646;
}

.alerts .form-actions .btn-submit {
    font-size: 0.75rem;
}

.alert__freq .jcf-select,
.alert__freq .left-side-label label,
.alert__freq .input-group {
    width: 100%;
}

.alert__freq .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
    .alert__freq .input-group {
        width: 100%;
    }
}

@media (min-width: 532px) and (max-width: 767px) {
    .alert__freq .input-group {
        width: 100%;
    }
}

@media (max-width: 531px) {
    .alert__freq .input-group {
        width: 100%;
    }
}

.alert__freq label {
    margin-bottom: 0;
    margin-right: 12px;
}

@media (max-width: 531px) {
    .alert__freq label {
        margin-bottom: 12px;
    }
}

.alert__freq select,
.alert__freq .jcf-select {
    max-width: 120px;
}

@media (min-width: 532px) and (max-width: 767px) {

    .alert__freq select,
    .alert__freq .jcf-select {
        max-width: 100%;
        margin: 10px 0 0;
    }
}

@media (max-width: 531px) {

    .alert__freq select,
    .alert__freq .jcf-select {
        max-width: 100%;
    }
}

.alert__format .left-side-label .input-group {
    width: 50%;
    text-align: right;
}

@media (min-width: 768px) {
    .alert__format .left-side-label .input-group {
        float: right;
    }
}

.alert__format .radio--primary {
    text-align: left;
    color: #212121;
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    width: auto;
}

.alert__format .radio--primary:first-child {
    margin-right: 50px;
}

.alert__format .radio--primary span:before {
    width: 20px;
    height: 20px;
}

.alert__format .radio--primary input:checked~span:before,
.alert__format .radio--primary .tags-input:checked~span:before {
    box-shadow: inset 0px 0px 0px 3px #fff;
}

.alert__format .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: baseline;
}

.alert__format .input-group .input-group {
    justify-content: flex-end;
    margin-left: 12px;
}

@media (max-width: 531px) {
    .alert__format .input-group .input-group {
        justify-content: flex-start;
        width: 100%;
        margin: 0;
    }
}

.alert__format .input-group .radio--primary {
    margin-right: 0;
}

.alert__format .input-group .radio--primary+.radio--primary {
    margin-left: 25px;
}

@media (max-width: 531px) {
    .alert__format .input-group .radio--primary+.radio--primary {
        width: 100%;
        margin: 0 0 20px;
    }
}

.alert__list.rlist,
.alert__list.figure-viewer__hold__supplementary-nav,
.alert__list.table-viewer__hold__supplementary-nav {
    margin-bottom: 30px;
}

.alert__list .serialTitle {
    display: block;
}

.alert__list .parent-item,
.alert__list label,
.alert__list td {
    color: #464646;
}

.alert__list label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
}

.alert__list td label {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.alert__list td {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
}

.alert__list .input-group span {
    display: inline-block;
    padding-left: 30px;
}

.alert__list .input-group span:before {
    position: absolute;
    left: 0;
    top: 3px;
}

@media (max-width: 767px) {
    .alert__list.expandable td:not(:first-child):before {
        display: none;
    }

    .alert__list.expandable td:nth-child(2) label {
        width: 80%;
        float: left;
    }

    .alert__list.expandable .to_hide {
        margin-left: 32px;
    }
}

.alert__sort .jcf-select {
    width: auto;
    padding: 0;
    border: none;
}

.alert__sort .jcf-select-text {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 3px 10px;
    color: #959595;
}

.alert__sort .left-side-label label {
    width: auto;
    color: #959595;
}

@media (max-width: 767px) {
    .alert__sort .left-side-label label {
        display: inline-block;
    }
}

.alert__action>.js__citActions {
    background: transparent;
    padding: 0;
    color: #757575;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #212121;
}

.alert__action>.js__citActions i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
}

.alert__action.dropBlock {
    position: relative;
}

.alert__action.dropBlock>a {
    background: transparent;
    padding: 0;
    color: #757575;
    font-size: 12px;
    font-size: 0.75rem;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #212121;
}

.alert__action.dropBlock>a span {
    margin-right: 10px;
}

.alert__action.dropBlock>a i {
    font-size: 7px;
    font-size: 0.4375rem;
}

.alert__action.dropBlock .dropBlock__holder {
    min-width: 160px;
}

.alert__action.dropBlock .dropBlock__holder a {
    padding: 10px 5px;
    display: block;
}

.alert__action.dropBlock .dropBlock__holder i {
    margin-left: 0;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
}

.multi-search__no-result {
    padding: 20px;
    text-align: center;
}

.multi-search-dropzone {
    text-align: right;
    margin-bottom: 15px;
}

.multi-search-dropzone__links a.icon-filter_list {
    display: none;
    font-size: 1.25rem;
    color: #000;
    cursor: pointer;
}

@media (max-width: 767px) {
    .multi-search-dropzone__links a.icon-filter_list {
        display: inline-block;
        margin: -10px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .multi-search-dropzone__links-list i {
        display: none;
    }
}

.multi-search-dropzone__links ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

@media (max-width: 767px) {
    .multi-search-dropzone__links ul {
        display: none;
    }
}

.multi-search-dropzone__links li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
}

.multi-search-dropzone__links li:after {
    content: "|";
    padding: 0px 10px;
}

.multi-search-dropzone__links li:last-child:after {
    display: none;
}

.multi-search-dropzone__links a {
    color: #000;
    font-size: 1rem;
}

.multi-search-dropzone__links a i {
    font-size: 0.65rem;
    padding-left: 10px;
}

.multi-search__dropblock {
    font-size: 1rem;
}

.multi-search__dropblock a {
    cursor: pointer;
    color: #000;
}

.multi-search__dropblock a.w-slide__btn span {
    display: none;
}

.multi-search__dropblock span {
    padding-right: 15px;
}

.multi-search__dropblock i.icon-section_arrow_d {
    font-size: 8px;
    font-size: 0.5rem;
    color: #9e9e9e;
    padding: 0px;
}

.multi-search__dropblock a.icon-filter_list {
    font-size: 1.25rem;
    color: #000;
    padding: 0px;
    display: none;
}

@media (max-width: 767px) {
    .multi-search__dropblock a.icon-filter_list {
        display: inline-block;
        padding: 10px;
        margin: -10px;
    }
}

.multi-search__dropblock .dropBlock__holder {
    right: 0px;
    padding: 15px;
    max-height: 350px;
    overflow: auto;
}

.multi-search__dropblock ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

.multi-search__dropblock li {
    margin-bottom: 15px;
}

.multi-search__dropblock li:last-child {
    margin-bottom: 0px;
}

.multi-search__dropblock li i {
    color: #000;
    font-size: 1rem;
    vertical-align: text-bottom;
}

.multi-search .facet__list--applied.rlist--inline {
    text-align: right;
}

.multi-search-list span {
    padding: 0px 0px 0px 15px;
}

.my-exams {
    background: #f5f5f5;
    padding: 16px 16px 26px;
}

.my-exams__credit {
    font-weight: 700;
    margin-bottom: 25px;
}

.my-exams__activity {
    margin-bottom: 18px;
}

.my-exams__available {
    margin-top: 18px;
}

.my-exams__sign-in {
    margin-bottom: 25px;
}

.my-exams i {
    font-size: 11.2px;
    font-size: 0.7rem;
    margin-left: 9px;
    font-weight: bold;
}

.pairing-management table td {
    padding: 0.45em 14px 0.45em 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .pairing-management table td {
        padding: 0.45em 10px 0.45em 0;
        max-width: 185px;
    }
}

@media (max-width: 991px) {
    .pairing-management table td {
        padding-right: 0;
    }
}

.pairing-management table th {
    padding: 0.8em 14px 0.8em 0;
}

@media (max-width: 991px) {
    .pairing-management table.expandable .table__mark {
        width: 25px;
        display: inline-block;
    }

    .pairing-management table.expandable .table__mark+td {
        display: inline-block;
    }

    .pairing-management table.expandable .table__mark+td:before {
        content: " ";
    }
}

.pairing-management table.expandable td:nth-child(n+3) {
    margin-left: 25px;
}

.pairing-management table.expandable .table__control__button i {
    font-size: 8px;
    font-size: 0.5rem;
}

@media (max-width: 991px) {
    .pairing-management table.expandable .table__control__button i {
        display: block;
    }
}

@media (max-width: 991px) {
    .pairing-management table.expandable th {
        display: none;
    }

    .pairing-management table.expandable tr {
        border-bottom: 1px solid #f0f0f0;
    }

    .pairing-management table.expandable tr td:nth-child(2) {
        width: calc(100% - 25px);
    }

    .pairing-management table.expandable tr td:last-child {
        padding-bottom: 10px;
    }

    .pairing-management table.expandable td {
        border: none;
    }

    .pairing-management table.expandable td:nth-child(n+3):before {
        content: attr(data-thead) ": ";
        display: block;
        float: left;
        color: #808284;
        margin-right: 5px;
    }
}

@media (max-width: 991px) {
    .pairing-management__row {
        display: block;
    }

    .pairing-management__row.expanded {
        padding: 0.6em 0 0.8em 0;
    }

    .pairing-management__row.js--expanded .to_hide {
        display: block !important;
    }

    .pairing-management__row .to_hide {
        display: none !important;
    }
}

.pairing-management__filter .input-group {
    margin-bottom: 10px;
}

.pairing-management__filter .emailFilter,
.pairing-management__filter .permissionFilter {
    margin-bottom: 15px;
}

.pairing-management__filter .otherFillter {
    margin: 15px 0 25px;
}

.pairing-management__filter .dateFilter .calendar {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.pairing-management__filter .dateFilter input,
.pairing-management__filter .dateFilter .tags-input {
    cursor: pointer;
}

.pairing-management__filter .small-block {
    width: 50%;
}

@media (max-width: 767px) {
    .pairing-management__filter .small-block {
        width: 100%;
    }
}

.pairing-management__filter .small-block .input-group label {
    width: 60px;
    display: inline-block;
}

.pairing-management__filter .small-block .input-group input,
.pairing-management__filter .small-block .input-group .tags-input {
    width: calc(100% - 60px);
}

.pairing-management__actions .withSelected {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.pairing-management__actions .withSelected.disabled {
    color: #b8b8b8;
    cursor: default;
    pointer-events: none;
}

.pairing-management__actions .withSelected:after {
    font-size: 7px;
    font-size: 0.4375rem;
    padding-left: 10px;
    font-family: icomoon !important;
    content: "";
    width: 20px;
}

.pairing-management__actions .withSelected.js--open {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
}

.pairing-management__actions .withSelected.js--open:after {
    content: "";
}

.pairing-management__actions .dropBlock__holder {
    background-color: white;
    margin-top: 5px;
}

.pairing-management__actions .dropBlock__holder li {
    cursor: pointer;
    padding: 10px 15px;
    border-bottom: 1px solid #f0f0f0;
}

.pairing-management__actions .viewDetailsBtn {
    margin: 0;
    display: inline-block;
    background: transparent;
    color: black;
    padding: 0;
    font-weight: 500;
    text-align: left;
    opacity: 1;
}

.pairing-management__actions .viewDetailsBtn:hover {
    background-color: transparent;
    color: black;
}

.pairing-management .actionButtonsPanel {
    margin: 15px 0;
    padding: 5px 0 10px 0;
}

.pairing-management .actionButtonsPanel .link {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

[class*=pairing] .modal__header {
    text-align: center;
}

[class*=pairing] .modal__footer {
    border: none;
}

[class*=pairing] .modal__footer .btn {
    width: auto;
}

[class*=pairing] .modal__footer .btn--cancel {
    color: #fff;
}

[class*=pairing] .modal__body {
    padding-top: 10px;
}

@media (min-width: 532px) {
    [class*=pairing] .modal__body label {
        width: 120px;
        display: inline-block;
    }
}

@media (min-width: 532px) {

    [class*=pairing] .modal__body input,
    [class*=pairing] .modal__body .tags-input {
        width: calc(100% - 120px);
    }
}

[class*=pairing] .modal__body input[readonly],
[class*=pairing] .modal__body .tags-input[readonly] {
    border-color: transparent;
    padding: 0;
}

[class*=pairing] .modal__body .expires-days input,
[class*=pairing] .modal__body .expires-days .tags-input {
    width: 100px;
}

[class*=pairing] .modal__body .expires-days span {
    padding-left: 10px;
}

[class*=pairing] [class*=__pagination] {
    margin-top: 25px;
    padding-bottom: 20px;
}

[class*=pairing] [class*=__pagination] .prev {
    cursor: pointer;
    font-weight: bold;
}

[class*=pairing] [class*=__pagination] .next {
    cursor: pointer;
    font-weight: bold;
}

[class*=pairing] [class*=__pagination] .pages {
    padding: 0 10px;
}

[class*=pairing] [class*=__pagination] .page {
    padding: 0 10px;
}

[class*=pairing] [class*=__pagination] .page.selected {
    font-weight: bold;
}

[class*=pairing] [class*=__pagination] .controls {
    text-align: center;
}

.pd-action-bar {
    margin-bottom: 16px;
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.pd-action-bar>form {
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .pd-action-bar>form {
        width: 100%;
    }
}

@media (min-width: 532px) {
    .pd-action-bar {
        justify-content: flex-end;
        margin-top: 90px;
    }
}

.pd-action-bar__info {
    color: rgba(51, 51, 51, 0.54);
    font-size: 0.65rem;
}

.pd-action-bar .btn {
    min-width: 128px;
    font-weight: 600;
}

.pd-action-bar .pd__actions {
    display: flex;
}

.pd-action-bar .pd__actions--group {
    display: flex;
    margin-left: 0.5rem;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .pd-action-bar .pd__actions {
        flex-wrap: wrap;
        width: 100%;
    }

    .pd-action-bar .pd__actions--group {
        margin: 0 -15px;
        padding: 1rem 15px 1rem;
        border-top: 1px solid #e0e0e0;
        width: 100%;
        flex: 1 1 100%;
    }

    .pd-action-bar .pd__actions--group .btn {
        flex: 1;
    }

    .pd-action-bar .pd__actions--group .btn+.btn {
        margin-left: 1rem;
    }

    .pd-action-bar .pd__actions--group .btn+.btn.sm-full-width {
        margin-left: 0;
    }

    .pd-action-bar .pd__actions--group .btn.sm-full-width+.btn.sm-full-width {
        margin-top: 1rem;
    }

    .pd-action-bar .pd__actions--group:first-child {
        border-top: none;
        padding-top: 0;
    }

    .pd-action-bar .pd__actions .sm-full-width {
        flex: 1 1 100%;
    }
}

.pd-action-bar textarea {
    margin-bottom: 0;
}

.pd-action-bar .note {
    width: 100%;
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .pd-action-bar .note {
        width: auto;
        flex: 1;
    }
}

.pd-action-bar .dropzone {
    display: inline-block;
    line-height: normal;
    min-height: 0;
    height: 38px;
    margin-right: 10px;
}

.pd-action-bar__state {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 600;
    width: 100%;
}

@media (max-width: 767px) {
    .pd-action-bar__state {
        justify-content: flex-start;
        padding: 0 1rem;
    }
}

.pd-action-bar__state .symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 1rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    background-color: #e6e5e5;
}

.pdActionBar .toast {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}

.pdActionBar .modal__dialog {
    overflow: visible;
}

.ux-modal-container .pd-action-modal .close {
    display: none;
}

@media (max-width: 767px) {
    .ux-modal-container .pd-action-modal .close {
        opacity: 1;
        font-size: 1rem;
        font-weight: bold;
        display: block;
    }

    .ux-modal-container .pd-action-modal .modal__footer {
        display: flex;
        justify-content: space-between;
    }

    .ux-modal-container .pd-action-modal .modal__footer::before,
    .ux-modal-container .pd-action-modal .modal__footer::after {
        content: none;
    }

    .ux-modal-container .pd-action-modal .modal__footer button {
        margin-left: 0;
    }
}

.ux-modal-container .pd-cancel-modal .modal__header,
.ux-modal-container .pd-edit-modal .modal__header {
    display: none;
}

@media (max-width: 767px) {

    .ux-modal-container .pd-cancel-modal .modal__dialog,
    .ux-modal-container .pd-edit-modal .modal__dialog {
        padding: 1rem;
    }

    .ux-modal-container .pd-cancel-modal .modal__header,
    .ux-modal-container .pd-edit-modal .modal__header {
        display: flex;
        font-weight: 600;
        padding: 0 0.25rem 1rem;
        border-bottom: 1px solid #b0b0b0;
    }

    .ux-modal-container .pd-cancel-modal .modal__body,
    .ux-modal-container .pd-cancel-modal .modal__footer,
    .ux-modal-container .pd-edit-modal .modal__body,
    .ux-modal-container .pd-edit-modal .modal__footer {
        padding: 1rem 0.25rem;
    }
}

@media (min-width: 768px) {
    .ux-modal-container .pd-reject-modal .modal__dialog--form {
        width: 620px;
    }
}

.ux-modal-container .pd-reject-modal textarea {
    margin-bottom: 0;
}

.ux-modal-container .pd-reject-modal .js-counter textarea+.error,
.ux-modal-container .pd-reject-modal .js-counter .submission-form td textarea+.error,
.ux-modal-container .pd-reject-modal .js-counter .submission-form td textarea+.error--not-image,
.submission-form td .ux-modal-container .pd-reject-modal .js-counter textarea+.error--not-image {
    text-align: right;
}

.ux-modal-container .pd-reject-modal .js-defaultComments .error:not(.hidden),
.ux-modal-container .pd-reject-modal .js-defaultComments .submission-form td .error--not-image:not(.hidden),
.submission-form td .ux-modal-container .pd-reject-modal .js-defaultComments .error--not-image:not(.hidden) {
    display: inline-block;
    margin-top: 6px;
}

.ux-modal-container .pd-reject-modal .input-group>.error:not(.hidden),
.ux-modal-container .pd-reject-modal .submission-form td .input-group>.error:not(.hidden),
.ux-modal-container .pd-reject-modal .submission-form td .input-group>.error--not-image:not(.hidden),
.submission-form td .ux-modal-container .pd-reject-modal .input-group>.error--not-image:not(.hidden) {
    display: inline-block;
}

.ui-widget-content.ui-autocomplete {
    z-index: 9999;
}

.quickSearchAutocomplete {
    position: fixed !important;
}

@media (max-width: 767px) {
    .dashboard-article {
        margin: 0 -15px;
    }
}

.dashboard-article__title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 600;
    margin: 0.7rem 0 1.2rem;
}

.dashboard-article__label {
    margin: 0.5rem 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1rem;
}

.submission-meta__item .dashboard-article__label {
    margin: 0;
}

.dashboard-article .supplemental-files a {
    text-decoration: underline;
}

.dashboard-article .funders__table thead th:last-child {
    width: auto;
}

.pbArticleView .table-responsive th,
.pbArticleView .table-responsive td {
    width: auto;
}

.pbArticleView .table-responsive tr:last-child td,
.pbArticleView .table-responsive tr:last-child th {
    border-bottom: none;
}

.pbArticleView .table-responsive thead th {
    padding: 5px 10px 5px 0;
    font-weight: 600;
}

.pbArticleView .table-responsive tbody th,
.pbArticleView .table-responsive tbody td {
    font-weight: normal;
}

@media (max-width: 767px) {

    .pbArticleView .table-responsive tbody th,
    .pbArticleView .table-responsive tbody td {
        border-bottom: none;
        padding: 0.5rem 0.875rem;
    }
}

@media (max-width: 767px) {
    .pbArticleView .table-responsive tr {
        padding-top: 0;
        border-bottom: 1px solid #e1e1e1;
        background-color: transparent;
    }

    .pbArticleView .table-responsive tr:last-child {
        border-bottom: none;
    }
}

@media (max-width: 767px) {

    .pbArticleView .funders .card-body,
    .pbArticleView .supplemental-files .card-body,
    .pbArticleView .supp-links .card-body {
        padding: 0.875rem 0 0;
    }

    .pbArticleView .funders__table,
    .pbArticleView .supplemental-files__table,
    .pbArticleView .supp-links__table {
        margin-bottom: 0;
    }
}

.submission-card__meta .card-body {
    padding-top: 30px;
}

@media (max-width: 767px) {
    .submission-card table.separator td {
        border: none;
    }

    .submission-card table.expandable .expanded {
        padding: 0;
    }
}

article .dashboard-tabs.tab {
    background-color: transparent;
}

article .dashboard-tabs.tab .tab__content {
    background-color: transparent;
}

@media (max-width: 767px) {
    article .dashboard-tabs.tab .tab__content {
        padding: 15px;
    }
}

.dashboard-tabs .tab__nav {
    background-color: #f5f5f5;
    padding: 0 1rem;
    margin-bottom: 0;
}

.dashboard-tabs .tab__nav li {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0;
}

.dashboard-tabs .tab__nav li a {
    border-bottom: none;
    padding: 12px;
}

.dashboard-tabs .tab__nav li a span {
    line-height: inherit;
}

@media (max-width: 767px) {
    .dashboard-tabs .tab__nav {
        display: flex;
    }

    .dashboard-tabs .tab__nav li {
        flex: 1;
        text-align: center;
    }

    .dashboard-tabs .tab__nav li a {
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.dashboard-tabs .tab__pane {
    padding-right: 0;
    padding-left: 0;
}

@media (max-width: 767px) {
    .dashboard-tabs .tab__pane:focus {
        box-shadow: none;
    }
}

.submission-meta__item {
    margin-top: 1.5rem;
    margin-bottom: 8px;
}

.submission-meta__item:first-child {
    margin-top: 0;
}

.dashboard-article__meta {
    display: flex;
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.dashboard-article__meta .meta-item {
    display: flex;
    align-items: center;
}

.dashboard-article__meta .meta-item:not(:first-child):before {
    content: "●";
    margin: 0 0.75rem;
    font-size: 11px;
    font-size: 0.6875rem;
}

.card-header .dashboard-article__meta {
    margin-bottom: 0;
}

.meta__submission-type {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
}

.meta__submission-date {
    color: #aaa;
}

.submission-authors table th {
    font-weight: 600;
    padding-bottom: 0;
}

@media (max-width: 767px) {

    .submission-authors .author-surname-td.to_hide,
    .submission-authors .author-name-td.to_hide {
        display: none !important;
    }
}

.submission-authors .author__row {
    transition: all 0.2s;
}

@media (min-width: 768px) {
    .submission-authors .author__row {
        border-left: 5px solid transparent;
    }
}

.submission-authors .author__row td {
    vertical-align: bottom;
    padding: 5px 0 10px;
    padding-right: 10px;
    color: #000;
    border-bottom: none;
}

.submission-authors .author__row td:first-child {
    padding-left: 0.5rem;
    padding-bottom: 5px;
}

.submission-authors .author__corresponding {
    background-color: #eee;
    border-left-color: #e6e5e5;
}

.submission-authors .author__corresponding .corresponding-notice {
    visibility: visible;
    display: block;
}

.submission-authors .author__corresponding .corresponding-toggle[type=button] {
    color: #808284;
}

.submission-authors .author__full-name {
    display: inline-block;
    vertical-align: super;
}

.submission-authors .author__full-name>span {
    margin: 0 5px;
    color: #808284;
    font-weight: 600;
}

.submission-authors .author-orcid-td {
    position: relative;
    padding-right: 35px !important;
}

.submission-authors .btn--action.hidden {
    display: none;
}

.submission-authors .ui-sortable-handle {
    display: inline-block;
    color: #808284;
    margin: 0 !important;
    line-height: 1;
}

.submission-authors .error,
.submission-authors .submission-form td .error,
.submission-form td .submission-authors .error,
.submission-authors .submission-form td .error--not-image,
.submission-form td .submission-authors .error--not-image {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-top: 0.75rem;
    text-align: right;
    display: none;
}

.submission-authors.not-valid .error,
.submission-authors.not-valid .submission-form td .error--not-image,
.submission-form td .submission-authors.not-valid .error--not-image {
    display: block;
}

.corresponding-notice {
    visibility: hidden;
    color: #eee;
    display: none;
}

@media (min-width: 768px) {
    .corresponding-notice {
        display: inline;
    }
}

.corresponding-toggle[type=button] {
    padding: 2px 4px;
    background: none;
    color: #eee;
    font-size: 20.8px;
    font-size: 1.3rem;
    position: absolute;
    right: 0;
    bottom: 8px;
    margin-right: 10px;
}

.corresponding-toggle[type=button]:hover,
.corresponding-toggle[type=button]:active,
.corresponding-toggle[type=button]:focus {
    color: rgba(128, 130, 132, 0.5);
    background: none;
}

@media (min-width: 992px) {

    .authors__table td,
    .authors__table th {
        width: 15%;
    }

    .authors__table td:nth-child(6),
    .authors__table th:nth-child(6) {
        width: auto;
    }
}

.submission-info .left-side-content {
    color: #000;
}

.submission-info .contentType-readonly-value {
    text-transform: capitalize;
}

.submission-info .jcf-compact-multiple {
    max-width: 100%;
}

.submission-info .jcf-select-text {
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.submission-info .jcf-select-opener {
    visibility: hidden;
}

.submission-info .left-side-label.__top label {
    vertical-align: top;
    margin-top: 8px;
}

.submission-info .left-side-label .radio-group .radio--primary {
    width: 100%;
}

.submission-info .success {
    margin: 0;
}

.submission-info .readonly {
    font-size: 12px;
    font-size: 0.75rem;
}

.submission-info .readonly.margin {
    margin-top: 10px;
    display: inline-block;
}

.submission-info .js-counter .warning {
    display: inline-block;
    float: right;
}

.submission-info .input-group textarea {
    display: block;
}

.submission-info .input-group .extra-dropzone {
    position: absolute;
    margin: 0 0.5rem;
    left: auto;
    right: 0;
    width: auto;
    height: auto;
    padding: 0.4rem 0;
    top: auto;
    bottom: 16px;
}

@media (max-width: 767px) {
    .submission-info .input-group .extra-dropzone {
        bottom: 0;
    }
}

.submission-info .input-group .extra-dropzone .dropzone {
    min-height: 0;
    min-width: 0;
    height: 100%;
    width: 100%;
}

.input-metadata,
.submission-info .left-side-content,
.submission-info .left-side-label label~textarea,
.submission-info .left-side-label label~.jcf-select,
.submission-info .left-side-label label~input,
.submission-info .left-side-label label~.tags-input,
.submission-info .left-side-label .radio-group {
    width: 100%;
    display: block;
    margin: 0;
}

@media (min-width: 532px) {

    .input-metadata,
    .submission-info .left-side-content,
    .submission-info .left-side-label label~textarea,
    .submission-info .left-side-label label~.jcf-select,
    .submission-info .left-side-label label~input,
    .submission-info .left-side-label label~.tags-input,
    .submission-info .left-side-label .radio-group {
        width: 70%;
    }
}

.left-side-label label.__nomargin {
    margin: 0;
}

.categories-widget .readonly span:not(:first-child):before {
    content: ", ";
}

.jcf-select-submission__select .jcf-optgroup-caption {
    display: none;
}

.tags-input {
    padding: 1rem;
    min-height: 40px;
    height: auto;
    cursor: pointer;
    position: relative;
    max-height: none;
}

@media (min-width: 769px) {
    .tags-input {
        padding: 0.25rem 34px 0 0.25rem;
    }

    .tags-input:before,
    .tags-input:after {
        content: "";
        font-family: icomoon !important;
        font-size: 7px;
        font-size: 0.4375rem;
        color: transparent;
        display: flex;
        align-items: center;
        position: absolute;
        right: 0;
        top: 50%;
        height: 100%;
        padding: 0 10px;
        transform: translateY(-50%);
    }

    .tags-input:after {
        transform: translateY(-50%) rotateZ(0deg);
        transition: all 0.2s;
        color: #f0f0f0;
    }

    .tags-input.js--open:after {
        transform: translateY(-50%) rotateZ(-180deg);
    }
}

.tags-input__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tags-input__item {
    padding: 0.5rem 1rem;
    min-height: 1.2rem;
    margin-bottom: 0.25rem;
    background-color: #ddd;
    cursor: text;
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

@media (min-width: 769px) {
    .tags-input__item {
        padding: 0.5rem 0.4rem 0.5rem 0.6rem;
        margin-right: 0.25rem;
        align-items: center;
        flex-direction: row;
        width: auto;
    }
}

.tags-input__item>span {
    font-weight: bold;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: normal;
    padding: 0.5rem 2.2rem 0.5rem 1rem;
}

@media (min-width: 769px) {
    .tags-input__item>span {
        padding: 0;
        white-space: nowrap;
    }
}

.tags-input__item .tags-input__remove {
    margin-left: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    cursor: pointer;
    position: absolute;
    right: 1.3rem;
}

@media (min-width: 769px) {
    .tags-input__item .tags-input__remove {
        position: static;
        margin-left: 0.5rem;
    }
}

.tags-input__item .tags-input__remove:before {
    content: "";
    font-size: 8px;
    font-size: 0.5rem;
    font-weight: bold;
    font-family: icomoon;
    vertical-align: middle;
}

.tags-input__item ul {
    display: block;
    margin: 0.5rem 0 0;
    padding: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .tags-input__item ul {
        padding: 0 0 0 0.5rem;
        margin: -0.2rem 0 -0.4rem;
    }
}

.tags-input__item ul:empty {
    display: none;
}

.tags-input__item ul .tags-input__item {
    margin: 0 0.25rem 0.5rem 0;
    padding: 0.2rem 0.4rem 0.2rem 0.6rem;
    background-color: #eee;
    line-height: 18px;
    min-height: 0;
    display: flex;
    flex-direction: row;
}

@media (min-width: 769px) {
    .tags-input__item ul .tags-input__item {
        display: inline-flex;
        margin: 0 0.25rem 0.25rem 0;
    }
}

.tags-input__item ul .tags-input__item:last-child {
    margin-right: 0;
}

.tags-input__item ul .tags-input__item span {
    font-weight: normal;
    padding: 0.5rem;
}

@media (min-width: 769px) {
    .tags-input__item ul .tags-input__item span {
        padding: 0;
    }
}

.tags-input__item ul .tags-input__remove {
    position: static;
    margin-left: auto;
}

@media (min-width: 769px) {
    .tags-input__item ul .tags-input__remove {
        margin-left: 0.5rem;
    }
}

.taxonomies-input-group {
    position: relative;
}

.taxonomies__add-button {
    margin-top: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.taxonomies__add-button i {
    margin-right: 0.5rem;
}

@media (min-width: 769px) {
    .taxonomies-dropblock {
        width: 100%;
        background-color: #fff;
        display: none;
        overflow-y: auto;
        position: absolute;
        z-index: 99;
        box-shadow: 0 0 5px #e1e1e1;
        border: 1px solid #e1e1e1;
        max-height: 525px;
    }
}

.taxonomies__list .taxonomies__list {
    padding-left: 1.75rem;
    margin: 0 -0.7rem;
    flex: 1 1 100%;
}

.taxonomies__list .taxonomies__list .taxonomies__item {
    padding: 0.3rem 0.7rem;
    border-bottom: none;
}

.taxonomies__list .taxonomies__list .taxonomies__item:first-child {
    padding-top: 0.75rem;
}

.taxonomies__list.collapsed {
    display: none;
}

.taxonomies__item {
    padding: 0.5rem 0.7rem;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-wrap: wrap;
}

.taxonomies__item:first-child {
    padding-top: 0.2rem;
}

.taxonomies__item label {
    width: auto !important;
}

.taxonomies__toggle[type=button] {
    flex: 1;
    padding: 0 0.25rem;
    text-align: right;
    background-color: transparent;
    color: #404042;
    font-size: 0.5rem;
}

.taxonomies__toggle[type=button]:hover,
.taxonomies__toggle[type=button]:focus {
    box-shadow: none;
    background-color: transparent;
}

.taxonomies__toggle[type=button] i {
    display: inline-block;
}

.taxonomies__toggle[type=button].js--open i {
    transform: rotateZ(-180deg);
}

.submission-list__list {
    min-height: 627px;
    max-height: 72vh;
    overflow: auto;
}

.submission-list-item {
    position: relative;
    min-height: 0;
    margin: 0 0 3px;
    padding: 8px 12px;
    background-color: #fafafa;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.12);
}

.submission-list-item:hover,
.submission-list-item.selected {
    background-color: #DEF5FF;
    box-shadow: -2px 2px 0 0 rgba(0, 0, 0, 0.12);
    z-index: 2;
}

.submission-list-item:hover .submission-list-item__label,
.submission-list-item.selected .submission-list-item__label {
    color: #000;
}

.submission-list-item__badge {
    display: flex;
    position: absolute;
    right: 8px;
    top: 9px;
    font-weight: 600;
}

.submission-list-item__row {
    margin-bottom: 0.875rem;
}

.submission-list-item__title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    margin: 7px 0 0;
}

.submission-list-item__label {
    font-weight: 600;
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
    color: rgba(0, 0, 0, 0.54);
}

.submission-list-item__value {
    color: #9e9e9e;
}

.submission-list-item__meta-group {
    display: flex;
}

.submission-list-item__meta {
    font-weight: 600;
    color: rgba(0, 0, 0, 0.54);
    white-space: nowrap;
}

.submission-list-item__meta:not(:first-child):before {
    content: "●";
    margin: 0 0.4rem;
    font-size: 11px;
    font-size: 0.6875rem;
}

.submission-list-item__meta.submission-author,
.submission-list-item__meta.meta__meeting {
    overflow: hidden;
    text-overflow: ellipsis;
}

.submission-list-item .w-slide__btn {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.pd-list-tools {
    margin-bottom: 3px;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    border-radius: 2px;
}

.pd-list-tools__category {
    margin-right: auto;
    padding-left: 0.2rem;
}

.pd-list-tools__category>i[class^=icon-] {
    margin-right: 0.75rem;
}

.pd-list-tools__category .selected-category {
    font-weight: 600;
}

.pd-list-tools__category .inline-icon {
    padding: 0;
}

.pd-list-tools__category .inline-icon i {
    font-size: 8px;
    font-size: 0.5rem;
    margin-left: 0.6rem;
    margin-top: 0.2rem;
    padding: 0;
    font-weight: 700;
}

.pd-list-tools__category .selected-category {
    max-width: 162px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
}

.pd-list-tools__category>a {
    border-bottom: 2px solid transparent;
    display: inline-flex;
    align-items: center;
}

.pd-list-tools__sort,
.pd-list-tools__filter {
    border-left: 1px solid #f0f0f0;
    padding: 0.12rem 0.5rem;
}

.pd-list-tools__sort {
    padding-right: 0;
}

.pd-list-tools__search {
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    background-color: #fff;
    width: 100%;
}

.pd-list-tools__search form {
    display: flex;
    flex: 1;
    align-items: center;
}

.pd-list-tools__search i {
    padding: 7px 0.5rem;
    color: #e6e5e5;
    font-weight: bold;
}

.pd-list-tools__search input,
.pd-list-tools__search .tags-input {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 7px 8px;
}

.pd-list-tools__search input:focus,
.pd-list-tools__search .tags-input:focus {
    outline: none;
}

.pd-list-tools__search .search-btn {
    font-weight: bold;
    padding: 7px 0.5rem;
    color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
    border: none;
}

.pd-tools-dropblock {
    position: relative;
}

.pd-tools-dropblock>i[class^=icon-] {
    opacity: 0.54;
    margin-right: 0.75rem;
}

.pd-tools-dropblock__holder {
    background-color: #fff;
    min-width: 200px;
    max-height: 544px;
    overflow-y: auto;
    width: auto;
    z-index: 5;
}

@media (max-width: 767px) {
    .pd-tools-dropblock__holder {
        max-height: 50vh;
    }
}

.pd-tools-dropblock__holder li {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}

.pd-tools-dropblock__holder li.active {
    background-color: #b0b0b0;
}

.pd-tools-dropblock__holder li.active a:before {
    content: "";
    font-family: icomoon;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0.7rem;
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.75;
}

.pd-tools-dropblock__holder li a {
    display: block;
    padding: 0.42rem 1rem 0.7rem 2.2rem;
    white-space: nowrap;
}

.pd-tools-dropblock__holder li a:hover,
.pd-tools-dropblock__holder li a:focus {
    background-color: rgba(176, 176, 176, 0.5);
}

.pd-pagination {
    display: flex;
    margin: 1rem 0;
    align-items: center;
}

.pd-pagination .pagination__btn {
    margin-left: auto;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: bold;
    height: 100%;
}

.pd-pagination .pagination__btn>span {
    color: #d6d6d6;
}

.pd-pagination .current-page b {
    font-weight: 600;
}

.text-overflow-ellipses {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.supplemental-files {
    padding: 1.2rem 1.2rem 0.85rem;
}

.supplemental-files .ajax-uploader.multiple .files-list>.files-list__item:first-child {
    margin-top: 0.75rem;
}

.supplemental-files .ajax-uploader.multiple .files-list__item {
    background-color: #eee;
    padding: 0.75rem;
    align-items: center;
    margin: 0.5rem 0 0;
    border-radius: 4px;
}

.supplemental-files .ajax-uploader.multiple .files-list__item .remove-file {
    margin-right: 0;
}

.supplemental-files .ajax-uploader.multiple .files-list__item .icon-warning {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.supplemental-files .ajax-uploader.multiple [data-state=upload-error],
.supplemental-files .ajax-uploader.multiple [data-state=files-error] {
    background-color: #eee;
}

.supplemental-files .ajax-uploader.multiple [data-state=upload-error] .files-error,
.supplemental-files .ajax-uploader.multiple [data-state=files-error] .files-error {
    display: flex;
}

.supplemental-files .ajax-uploader.multiple .files-error {
    flex: 1;
    justify-content: flex-end;
}

.supplemental-files .ajax-uploader.multiple .file-name {
    flex: 0 0 40%;
    margin-right: 0;
}

.supplemental-files .ajax-uploader.multiple .uploader__progress {
    flex: 1;
    margin-top: 0;
}

.supplemental-files .ajax-uploader.multiple .uploader__progress progress {
    flex: 1 1 72%;
}

.supplemental-files .ajax-uploader.multiple .uploader__progress .progress-text {
    flex: 1 1 28%;
}

.supplemental-files .ajax-uploader.multiple .uploader__message {
    font-size: 1rem;
    justify-content: center;
}

.supplemental-files .ajax-uploader.multiple .uploader__input-wrapper.error-input .uploader__input {
    display: none;
}

.supplemental-files .ajax-uploader.multiple .uploader__input-wrapper.error-input .uploader__message {
    display: flex;
}

@media (min-width: 992px) {

    .supplemental-files .uploaded-files td,
    .supplemental-files .uploaded-files th {
        padding: 0.75rem;
    }

    .supplemental-files .uploaded-files td:first-child,
    .supplemental-files .uploaded-files th:first-child {
        width: 40%;
    }

    .supplemental-files .uploaded-files td:last-child,
    .supplemental-files .uploaded-files th:last-child {
        width: 50px;
    }

    .supplemental-files .uploaded-files td:nth-child(3),
    .supplemental-files .uploaded-files th:nth-child(3) {
        width: 180px;
    }
}

@media (max-width: 767px) {
    .supplemental-files .path-td .td-text {
        width: 100%;
    }
}

#suppfiles-modal .success-icon {
    color: #04a361;
    margin-left: 0.5rem;
}

.supplemental-links__optional {
    font-weight: 400;
    color: #b8b8b8;
}

.supplemental-links__form {
    background: #fff;
    padding: 15px 1rem;
    border-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.15), 0 0 8px rgba(0, 0, 0, 0.07);
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.supplemental-links__form.error-input .validation-message {
    display: block;
}

.supplemental-links__input-wrapper {
    flex: 1;
    margin: 0 1rem 0;
    position: relative;
}

.supplemental-links__input {
    margin: 0;
    padding: 0.2rem 0 0.5rem;
    font-size: 16px;
    font-size: 1rem;
    border: none;
    border-bottom: 1px solid #dfdfdf;
    transition: border 0.25s;
}

.supplemental-links__input:focus {
    outline: none;
    border-bottom-color: #808284;
    box-shadow: none;
}

.supplemental-links .validation-message {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #f00;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

.supplemental-links__button {
    background-color: transparent;
    color: #404042;
    display: inline-block;
    border: none;
    text-align: center;
    padding: 7px 12px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    transition: all 0.25s;
    font-family: Source Sans Pro, sans-serif;
    line-height: 1rem;
    min-width: 104px;
    transform-origin: 50% 0;
}

.supplemental-links__button:hover {
    background-color: transparent;
    color: inherit;
}

.supplemental-links__button:focus {
    background-color: transparent;
    color: #404042;
    outline: none;
}

.supplemental-links__button:active {
    background-color: rgba(176, 176, 176, 0.15);
    transform: scale(0.97);
}

.supplemental-links__button[disabled] {
    pointer-events: none;
    color: #9e9e9e;
}

.supplemental-links__table th:nth-last-child(2) {
    width: 120px;
}

@media (min-width: 768px) {
    .supplemental-links__table {
        border-top: 1px solid #f0f0f0;
        margin-top: 0.7rem;
    }

    .supplemental-links__table table.separator tbody td {
        padding: 0;
        padding-right: 8px;
    }
}

.supplemental-links__table td .js-editable {
    padding-left: 0;
}

.supplemental-links__table td:first-child .td-text {
    width: 100%;
}

@media (min-width: 768px) {
    .supplemental-links .jcf-select {
        border: none;
        width: auto;
        min-width: 120px;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .supplemental-links .jcf-select:before {
        border: none;
    }
}

.supplemental-links .js-editable__validate {
    display: none;
}

.supplemental-links .js-editable.validation-error .js-editable__validate {
    display: block;
    color: #DB3B3B;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

.supplemental-links .js-editable.validation-error .js-counter__output {
    display: none;
}

@media (max-width: 767px) {
    .recommend-to-librarian .publication-meta {
        margin: 40px 10px;
    }
}

@media (max-width: 531px) {
    .recommend-to-librarian .publication-meta {
        margin: 15px 10px;
    }
}

.recommendationForm .btn {
    width: auto;
}

.recommendationForm label sup {
    font-size: 100%;
    position: static;
}

.specificPublications-wrapper {
    margin-bottom: 20px;
}

.specificPublications-wrapper label {
    color: #000;
    font-size: 16px;
    font-size: 1rem;
}

.specificPublications-wrapper .dropBlock__holder {
    background: #fff;
    width: 100%;
    padding: 10px;
}

.specificPublications-select {
    max-width: 540px;
    position: relative;
}

.specificPublications-select input,
.specificPublications-select .tags-input {
    background: #fafafa;
}

.specificPublications-select input::-webkit-input-placeholder,
.specificPublications-select .tags-input::-webkit-input-placeholder {
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
}

.specificPublications-select input::-moz-placeholder,
.specificPublications-select .tags-input::-moz-placeholder {
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
}

.specificPublications-select input:-ms-input-placeholder,
.specificPublications-select .tags-input:-ms-input-placeholder {
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
}

.specificPublications-select input:-moz-placeholder,
.specificPublications-select .tags-input:-moz-placeholder {
    font-style: italic;
    font-size: 12px;
    font-size: 0.75rem;
}

.specificPublications-select .icon-Icon_Search {
    position: absolute;
    right: 10px;
    font-size: 22px;
    font-size: 1.375rem;
    top: 8px;
}

.specificPublications-select .input-group {
    margin-bottom: 10px;
}

.specificPublications-list {
    max-height: 212px;
    overflow-x: auto;
}

.specificPublications__ctrl {
    border: 1px solid #ddd;
    padding: 10px 8px;
    width: 100%;
    display: block;
    color: #808284;
    font-size: 13px;
    font-size: 0.8125rem;
    font-style: italic;
}

.specificPublications__ctrl i {
    float: right;
    background: #fafafa;
    font-size: 8px;
    font-size: 0.5rem;
    font-weight: bold;
    display: block;
    padding: 15px 12px;
    margin: -10px -8px;
    max-width: 38px;
    border-left: 1px solid #ddd;
}

.remote-access-email-domains .confirmation-message {
    padding: 25px 0;
}

.remote-access-email-domains .modal__footer {
    border: none;
}

.search-history th {
    color: #959595;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
}

.search-history td {
    color: #212121;
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
}

.search-history td~td {
    font-size: 12px;
    font-size: 0.75rem;
}

@media (max-width: 767px) {

    .search-history td:first-child:after,
    .search-history td:first-child:before {
        content: "" !important;
        display: inline;
    }
}

.search-history .action {
    width: 80px;
}

@media (max-width: 767px) {
    .search-history .action.action {
        display: inline-block;
        margin-right: 10px;
        margin-top: 10px;
    }

    .search-history .action.action:after,
    .search-history .action.action:before {
        content: "";
        display: inline-block;
    }

    .search-history .action [title=Run] {
        padding: 8px 25px;
        border: 3px solid #464646;
    }
}

.search-history .table__action {
    font-size: 12px;
    font-size: 0.75rem;
    color: #212121;
    background: transparent;
}

@media (min-width: 768px) {
    .search-history .table__action {
        text-transform: uppercase;
        color: #959595;
        padding: 0;
    }
}

.search-history .table__action:hover {
    background: transparent;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .search-history .to_hide {
        display: block !important;
    }
}

@media (max-width: 991px) {
    .search-history.separator {
        margin-top: 0;
    }

    .search-history .history-headers {
        padding: 0;
    }

    .search-history .history-headers th {
        padding-top: 0;
    }
}

.search-history .table__control__button {
    display: none;
}

@media (min-width: 769px) {

    .search-history td,
    .search-history th {
        padding: 0.8em;
        text-align: center;
    }

    .search-history td:first-child,
    .search-history th:first-child {
        text-align: left;
    }

    .search-history td:last-child,
    .search-history th:last-child {
        text-align: right;
    }
}

.list-of-relations p {
    margin: 0;
}

.list-of-relations.separator li~li {
    margin-top: 25px;
    padding-top: 17px;
}

.list-of-relations--date {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 8px;
}

.list-of-relations--relationshipType {
    font-size: 14px;
    font-size: 0.875rem;
}

.show-exam__title {
    font-size: 32px;
    font-size: 2rem;
}

.show-exam__subTitle {
    margin-top: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 25px;
}

.show-exam__article {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 25px;
}

.show-exam__article-title {
    margin-bottom: 5px;
}

.show-exam__article-authors {
    margin-bottom: 5px;
}

.show-exam__article-authors a:after {
    content: ", ";
}

.show-exam__article-authors a:last-child:after {
    content: "";
}

.show-exam__article-meta {
    font-size: 0.875rem;
}

.show-exam__article-meta span:after {
    content: "|";
    display: inline-block;
    margin: 0px 5px;
}

.show-exam__article-meta span:last-child:after {
    content: "";
    margin: 0px;
}

.show-exam__message {
    border: 2px solid #e0e0e0;
    padding: 20px;
    font-size: 0.875rem;
    font-weight: 600;
    margin-top: 25px;
}

.show-exam__message i {
    font-size: 1.125rem;
    float: left;
    vertical-align: text-top;
}

.show-exam__message-success i {
    color: #04a361;
}

.show-exam__message-success span {
    padding-left: 30px;
    display: block;
}

.show-exam__message-fail i {
    color: #B33A3A;
}

.show-exam__message-fail span {
    padding-left: 30px;
    display: block;
}

.show-exam__questions ol {
    margin: 0px;
    padding: 0px;
    list-style-position: inside;
}

.show-exam__questions>ol {
    list-style-type: decimal;
    font-size: 0.875rem;
    font-weight: bold;
}

.show-exam__questions-item {
    margin-top: 25px;
}

.show-exam__questions-item h6 {
    display: inline;
}

.show-exam__questions-item ol {
    list-style-type: upper-alpha;
    font-weight: normal;
    margin-top: 15px;
}

.show-exam__questions-item-radio-list li:before {
    border-radius: 50%;
}

.show-exam__questions-item-checkbox-list li:before {
    border-radius: 2px;
}

.show-exam__questions-item li {
    padding-left: 30px;
    position: relative;
    min-height: 20px;
    margin-bottom: 8px;
}

.show-exam__questions-item li:before {
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #404042;
    position: absolute;
    top: 0px;
    left: 0;
    font-family: icomoon;
    text-align: center;
    color: #fff;
}

.show-exam__questions-item li.show-exam__questions-item-correct {
    background-color: #fafafa;
    padding-left: 30px;
}

.show-exam__questions-item li.show-exam__questions-item-correct:before {
    content: "";
    background-color: #04a361;
    border-color: #04a361;
    font-size: 0.875rem;
    line-height: 16px;
    display: block;
}

.show-exam__questions-item li.show-exam__questions-item-correct .label-txt:before {
    display: none;
}

.show-exam__questions-item li.show-exam__questions-item-incorrect {
    background-color: #fafafa;
    padding-left: 30px;
}

.show-exam__questions-item li.show-exam__questions-item-incorrect:before {
    content: "";
    background-color: #B33A3A;
    border-color: #B33A3A;
    font-size: 0.65rem;
    line-height: 18px;
    display: block;
}

.show-exam__questions-item li.show-exam__questions-item-incorrect .label-txt:before {
    display: none;
}

.show-exam__questions-form li {
    padding-left: 0;
}

.show-exam__questions-form li:before {
    display: none;
}

.show-exam__questions-form li ol {
    list-style: none;
}

.show-exam__questions-form label {
    font-size: 0.875rem;
    color: #404042;
    font-weight: normal;
}

.show-exam__questions-form textarea {
    margin-top: 10px;
}

.show-exam__questions-form button {
    width: 250px;
}

.show-exam__certificate {
    padding: 15px;
    border: 2px solid #404042;
    margin-top: 25px;
}

.show-exam__certificate-title {
    font-size: 44px;
    font-size: 2.75rem;
    margin-bottom: 25px;
}

.show-exam__certificate-link {
    font-weight: 600;
}

.show-exam__certificate-link i {
    font-size: 0.65rem;
    font-weight: bold;
    margin-left: 5px;
}

.show-exam__credit {
    padding: 15px;
    border: 2px solid #404042;
    margin-top: 25px;
    margin-bottom: 25px;
}

.show-exam__credit-title {
    margin-bottom: 25px;
}

.show-exam__credit .input-group {
    margin: 0px 20px 0px 0px;
}

.show-exam .checkbox--primary span:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #404042;
    text-align: center;
    border-radius: 2px;
    margin-top: 0px;
}

.show-exam .radio--primary span:before {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #404042;
    margin-top: 0px;
}

.usageReports .error,
.usageReports .submission-form td .error,
.submission-form td .usageReports .error,
.usageReports .submission-form td .error--not-image,
.submission-form td .usageReports .error--not-image {
    margin-bottom: 10px;
}

.usageReports .error_msg {
    color: #f00;
    display: none;
    margin-bottom: 1rem;
}

.usageReports .rlist--inline.separator li {
    margin-right: 6px;
    padding-right: 6px;
}

.usageReports label {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
}

.usageReports table {
    margin-bottom: 20px;
}

#dateRange select {
    display: inline-block;
    width: auto;
    margin: 10px;
}

#dateRange span {
    display: inline-block;
    min-width: 55px;
}

#reports .label-txt,
#formats .label-txt,
#recipients .label-txt {
    padding-left: 28px;
    display: block;
}

#reports .label-txt:before,
#formats .label-txt:before,
#recipients .label-txt:before {
    float: none;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
}

#institutionUsageReport button {
    font-size: 16px;
    font-size: 1rem;
}

#institutionUsageReport td {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

#institutionUsageReport td:first-of-type {
    color: #757575;
}

#institutionUsageReport td+td {
    font-weight: 700;
    color: #464646;
}

@media (max-width: 531px) {
    #institutionUsageReport td {
        display: block;
    }

    #institutionUsageReport td:first-of-type {
        padding-bottom: 0;
    }

    #institutionUsageReport td+td {
        padding-top: 0;
    }

    #institutionUsageReport h3 {
        margin-top: 20px;
    }

    #institutionUsageReport ol {
        -webkit-padding-start: 1rem;
    }
}

.profile-orcid-identifier .btn {
    margin-left: 20px;
    right: 0;
}

@media (max-width: 767px) {
    .profile-orcid-identifier .btn {
        display: block;
        margin-top: 15px;
        margin-left: 0;
        width: 120px;
    }
}

.profile-orcid-identifier .link {
    padding-left: 10px;
}

.cookiePolicy-popup {
    min-height: 3.25rem;
    height: auto;
    border-bottom: 1px solid #b8b8b8;
    background-color: #2f2f2f;
}

.cookiePolicy-popup .container {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.375rem 0;
}

.cookiePolicy-popup__content {
    flex: 1;
    color: #fff;
}

.cookiePolicy-popup__content h4 {
    margin-bottom: 0.25rem;
}

.cookiePolicy-popup__content input,
.cookiePolicy-popup__content .tags-input {
    margin: 0 1rem;
    display: inline-block;
    width: auto;
}

.cookiePolicy-popup__content a {
    color: #eee;
}

.cookiePolicy-popup__close {
    font-size: 24px;
    font-size: 1.5rem;
    color: #eee;
    opacity: 1;
}

.cookiePolicy-popup__close:hover {
    color: #fff;
}

.temis-related {
    font-size: 0.875rem;
}

.temis-related__list>li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.temis-related__contribs {
    padding-bottom: 10px;
    color: #808284;
}

.temis-related__contribs li {
    display: inline-block;
}

.temis-related__contribs-list li:after {
    content: ",";
    padding-right: 5px;
}

.temis-related__contribs-list li:last-child:after {
    display: none;
}

.temis-related__meta {
    color: #808284;
    font-weight: bold;
}

.temis-related__meta span:after {
    content: ", ";
}

.temis-related__meta span:last-child:after {
    display: none;
}

.article-chapter-history-list li {
    margin: 3px 0px;
}

.article-chapter-history-list li span.item_label {
    font-weight: bold;
    margin-right: 4px;
}

#pcm_add_Ctrl.added .pcm_add {
    display: none !important;
}

#pcm_add_Ctrl:not(.added) .pcm_remove {
    display: none !important;
}

#pcm_add_Ctrl i {
    margin-right: 8px;
}

#pcm_add_Pop {
    width: 380px;
    height: 310px;
    background: #fff;
}

#pcm_add_Pop iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.two-factor-authentication {
    position: fixed;
    top: 30px;
    right: 0;
    z-index: 1000010;
}

.two-factor-authentication__container {
    max-width: 460px;
    transition: all 0.3s;
    background-color: #000;
    padding: 15px 15px 15px 0;
    padding-left: 10px;
    float: left;
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .two-factor-authentication__container {
        max-width: 75vw;
    }
}

.two-factor-authentication__message {
    width: 390px;
    color: #fff;
}

@charset "UTF-8";

.two-factor-authentication__message:hover,
.two-factor-authentication__message:focus {
    color: #fff;
}

@media (max-width: 767px) {
    .two-factor-authentication__message {
        width: auto;
    }
}

.two-factor-authentication .icon-exclamation-triangle {
    color: #fff;
    font-size: 24px;
    font-size: 1.5rem;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
}

.two-factor-authentication .icon-arrow_r {
    transition: all 0.3s;
    display: block;
}

.two-factor-authentication--collapsed .two-factor-authentication__container {
    margin-right: -460px;
}

.two-factor-authentication--collapsed .icon-arrow_r {
    transform: rotate(-180deg);
}

.tfa-form-container #selectOneOfTheOptions {
    z-index: 10;
}

.device-pairing-request_code span {
    padding: 10px;
    margin-right: 10px;
    color: #fff;
    background-color: #404042;
}

.device-pairing-submit_error {
    color: #cf102d;
}

.device-pairing-submit_submit-code-btn,
.device-pairing-submit_cancel-btn {
    display: inline-block;
    width: auto;
}

.device-pairing-submit_submit-code-btn {
    margin-right: 10px;
}

.scp__open {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: 1.5rem;
    height: 1.5rem;
}

.scp-palette {
    background-color: #fafafa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 20px 20px;
    width: 290px;
}

@media (max-width: 531px) {
    .scp-palette {
        left: 0;
        width: 100%;
    }
}

.scp-palette__header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.scp-palette__header h3 {
    color: #757575;
    font-size: 16px;
    font-size: 1rem;
    margin: 0;
}

.scp-palette__close {
    color: #757575;
    font-size: 13.6px;
    font-size: 0.85rem;
    padding: 0.25rem;
    border-radius: 0;
    background-color: transparent;
    margin: 0 0 0 auto;
    line-height: normal;
}

.scp-palette__close:hover,
.scp-palette__close:focus,
.scp-palette__close:active {
    background-color: transparent;
    color: #4f4f4f;
}

.scp-palette label {
    font-weight: 300;
}

.scp__symbol-group {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem 0;
}

.scp__symbol-item {
    border: 1px solid #ccc;
    color: #000;
    background-color: #fff;
    width: 26px;
    height: 26px;
    margin: 0 -1px -1px 0;
    font-size: 16px;
    font-size: 1rem;
    border-radius: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: background-color 100ms;
    -moz-transition: background-color 100ms;
    -ms-transition: background-color 100ms;
    -o-transition: background-color 100ms;
    transition: background-color 100ms;
}

@media (max-width: 531px) {
    .scp__symbol-item {
        width: 48px;
        height: 48px;
    }
}

.scp__tabs {
    margin-top: 0.5rem;
}

.scp__tabs .tab__nav {
    background-color: transparent;
    padding: 0;
}

.scp__tabs .tab__nav li {
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 300;
}

.scp__tabs .tab__nav li.active a {
    font-weight: 600;
}

.scp__tabs .tab__pane:active,
.scp__tabs .tab__pane:focus {
    outline: none;
}

button.scp__symbol-item:empty {
    pointer-events: none;
    cursor: default;
}

button.scp__symbol-item:hover,
button.scp__symbol-item:focus,
button.scp__symbol-item:active {
    background-color: #FFE9A5;
    color: #000;
}

.pbAuthorsHistory .row {
    position: relative;
}

@media (max-width: 767px) {
    .pbAuthorsHistory .row {
        min-height: 550px;
        overflow: hidden;
    }
}

.pbAuthorsHistory .authors-list {
    background-color: #eee;
    padding: 1rem 0;
}

.pbAuthorsHistory .authors-list li {
    color: #58595b;
    font-weight: 600;
    position: relative;
    margin-bottom: 0.5rem;
    transition: all 0.2s;
}

.pbAuthorsHistory .authors-list li.active {
    background-color: #fff !important;
}

.pbAuthorsHistory .authors-list li:hover {
    background-color: #dadada;
}

.pbAuthorsHistory .authors-list li button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: transparent;
    color: inherit;
    border: none;
    appearence: none;
    width: 100%;
    padding: 0.75rem 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.pbAuthorsHistory .authors-list li button .author-name {
    width: auto;
    padding: 0;
}

.pbAuthorsHistory .authors-list li button .author-name:after {
    content: none;
}

.pbAuthorsHistory .authors-list li button i {
    margin-right: 8px;
}

.pbAuthorsHistory .authors-list li button .icon-orcid {
    font-size: 1rem;
    color: #a6ce39;
}

.pbAuthorsHistory .corresponding-author:before {
    content: "";
    font-family: icomoon;
    font-weight: 200;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0.5rem;
    font-size: 16px;
    font-size: 1rem;
}

.pbAuthorsHistory .history-results,
.pbAuthorsHistory .result-message {
    display: none;
}

.pbAuthorsHistory button.link {
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s;
}

@media (min-width: 768px) {
    .pbAuthorsHistory button.link {
        display: none;
    }
}

.pbAuthorsHistory table.expandable td:nth-child(2) {
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .pbAuthorsHistory .authors-list__wrapper {
        padding: 0;
    }

    .pbAuthorsHistory .author-history {
        width: auto;
        transform: translateX(150%);
        transition: all 0.25s linear;
    }

    .pbAuthorsHistory .author-history__wrapper {
        background-color: transparent;
        padding: 1rem;
        position: absolute;
        top: 0;
        left: 0;
        max-height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        transition: all 0.25s;
    }

    .pbAuthorsHistory.expanded .author-history {
        transform: translateX(0);
    }

    .pbAuthorsHistory.expanded .author-history__wrapper {
        visibility: visible;
        background-color: #fff;
    }

    .pbAuthorsHistory.expanded button.link {
        visibility: visible;
        opacity: 1;
    }

    .pbAuthorsHistory table.expandable tr {
        padding: 0.5rem 0;
    }

    .pbAuthorsHistory table.expandable td {
        margin-bottom: 0.5rem;
    }

    .pbAuthorsHistory table.expandable td:before {
        content: attr(data-thead);
        padding: 0.25rem 0;
        display: block;
        width: 100%;
    }
}

.submission-from__actions {
    margin-top: 1rem;
}

.draft-form .submission-card .card-body {
    padding: 1.5rem;
}

.submission-form td .error,
.submission-form td .error--not-image,
.submission-form td .error--not-image {
    display: none;
}

.submission-form .js-counter .error,
.submission-form .js-counter td .error--not-image,
.submission-form td .js-counter .error--not-image {
    display: block;
}

@media (max-width: 767px) {
    .submission-form .expandable .js--expanded i {
        transform: none;
    }
}

.table-actions .remove-item,
.files-list .remove-item {
    margin-left: auto;
    cursor: pointer;
    width: 24px;
}

.table-actions .remove-item i,
.files-list .remove-item i {
    font-weight: bold;
    font-size: 19px;
    font-size: 1.1875rem;
}

.text-align-right {
    text-align: right;
}

.empty-msg {
    text-align: center;
    color: #aaa;
    margin: 2rem 0 1rem;
}

.has-extra-dropzone.has-error .extra-dropzone {
    bottom: 24px;
}

.showcase-slideshow .flex {
    display: flex;
    height: 40em;
    max-width: 100%;
}

@media (max-width: 767px) {
    .showcase-slideshow .flex {
        height: 30rem;
        display: block;
    }
}

.showcase-slideshow .slider-arrows {
    padding: 0.5rem;
}

.showcase-slideshow .slider-arrows__single {
    display: inline-block;
    padding: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.showcase-slideshow .slider-arrows__single:last-child {
    margin-top: 0.5rem;
}

.showcase-slideshow .slider-arrows i {
    font-size: 8px;
    font-size: 0.5rem;
    vertical-align: middle;
}

.showcase-slideshow__labels {
    width: 45%;
}

.showcase-slideshow .labels {
    position: relative;
    padding-right: 3rem;
}

.showcase-slideshow .labels__list {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    height: 100%;
}

.showcase-slideshow .labels__list__item {
    flex: 1 0 auto;
    min-height: 20%;
    padding: 0.8rem 1.5rem;
    cursor: pointer;
    border-left: 8px solid transparent;
}

.showcase-slideshow .labels .slider-arrows {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    z-index: 2;
}

.showcase-slideshow .labels .slider-arrows__single {
    display: block;
}

.showcase-slideshow .labels .slider-arrows__single:first-child {
    margin-bottom: 0.25rem;
}

.showcase-slideshow__showbox {
    height: 100%;
    max-width: 100%;
}

@media (min-width: 769px) {
    .showcase-slideshow__showbox {
        overflow-y: hidden;
    }
}

@media (min-width: 769px) {
    .showcase-slideshow__showbox {
        width: 65%;
    }
}

.showcase-slideshow .js-showcase-current {
    border-left-color: #ddd;
    background-color: rgba(221, 221, 221, 0.5);
}

.showbox__carousel {
    height: 100%;
}

.showbox__carousel.owl-carousel {
    padding: 0;
}

.showbox__carousel .owl-stage-outer,
.showbox__carousel .owl-stage,
.showbox__carousel .owl-item {
    height: 100%;
}

.showbox__item {
    position: relative;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.showbox__item__content {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}

.showbox .item-content {
    padding: 1rem;
    color: #fff;
}

.showbox .item-content__header__elem {
    margin-right: 0.5rem;
}

.showbox .item-content__header__elem:not(:first-child) {
    padding-left: 0.5rem;
}

.showbox .item-content__title {
    margin-bottom: 0;
}

.showbox .item-content__subtitle {
    margin-bottom: 1rem;
}

.showbox .slider-arrows {
    text-align: right;
}

@media (min-width: 768px) {
    .showbox .slider-arrows {
        display: none;
    }
}

.showbox .slider-arrows__single:last-child {
    margin-left: 0.5rem;
}

.showbox .js-showcase-showbox:not(.owl-loaded) {
    overflow: hidden;
}

.csl-wrapper a.download__btn,
.csl-wrapper a.copy__btn {
    color: #2189ca;
    margin: 0 4px;
    font-size: 14px;
    background: none;
    padding: 0;
    cursor: pointer;
}

.csl-wrapper .rlist--inline.separator>li {
    cursor: not-allowed;
}

.csl-wrapper .rlist--inline.separator>li:not(:last-of-type) {
    border-color: #eee;
}

.csl-wrapper .input-group {
    margin-top: 20px;
}

.csl-wrapper select {
    border-color: #eee;
    max-width: 272px;
    font-style: italic;
}

.csl-response {
    margin-top: 15px;
    padding: 10px 15px;
    padding-right: 10px;
    background: #f9f9f9;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    border: 1px solid #eee;
    resize: vertical;
    height: 220px;
    min-height: 80px;
    overflow-x: auto;
    white-space: pre-line;
    word-wrap: break-word;
}

.long-toc {
    padding: 25px 0;
}

.long-toc h2 {
    padding-left: 30px;
    margin-bottom: 25px;
}

.long-toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.long-toc a {
    font-size: 20px;
    font-size: 1.25rem;
    padding: 7px 30px;
    display: block;
    border-bottom: 1px solid #e6e5e5;
}

.long-toc li:last-child>a {
    border-bottom: none;
}

@media (min-width: 768px) {
    .long-toc .date-list li:nth-last-child(-n+2)>a {
        border-bottom: none;
    }
}

.long-toc .expandable-list__body a {
    padding: 7px 60px;
}

.long-toc .expandable-list.js--open .icon-add_box:before {
    content: "";
    font-size: 8px;
    font-size: 0.5rem;
}

.long-toc .expandable-list i {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 800;
    display: inline-block;
    padding-right: 10px;
    min-width: 23px;
}

.long-toc .expandable-list .new {
    font-size: 14.08px;
    font-size: 0.88rem;
    padding: 7px;
    text-transform: uppercase;
    margin-left: 20px;
}

.long-toc .expandable-list span {
    vertical-align: middle;
    margin-right: 6px;
}

.long-toc .expandable-list__count {
    margin-left: 5px;
}

.ithenticate {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ithenticate {
        flex-direction: row;
        justify-content: space-between;
    }
}

.ithenticate__header {
    margin: 0;
    color: #6c757d;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ithenticate__title {
        margin-top: 10px;
        font-size: 0.75rem;
    }
}

.ithenticate__body {
    display: block;
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(61, 59, 59, 0.12);
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ithenticate__body {
        width: 50%;
        padding-bottom: 0;
        padding-right: 16px;
        margin: 0;
        border-bottom: none;
        border-right: 1px solid rgba(61, 59, 59, 0.12);
    }
}

.ithenticate__footer {
    margin: 0;
}

.ithenticate__bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .ithenticate__bottom {
        width: 50%;
        flex-direction: column;
        padding-left: 16px;
    }
}

@media (min-width: 1200px) {
    .ithenticate__bottom {
        display: block;
    }
}

.ithenticate__result {
    font-size: 0.875rem;
}

.ithenticate__result span {
    display: inline;
    font-size: 1.125rem;
}

@media (min-width: 1200px) {
    .ithenticate__result span {
        display: block;
    }
}

.ithenticate__result--not-available {
    font-size: 0.75rem;
    color: #6c757d;
}

.ithenticate__score {
    margin: 0 0 0.5ex;
    font-size: 1.5rem;
    font-weight: bold;
}

.ithenticate__score__label {
    font-size: 0.875rem;
    font-weight: normal;
}

.ithenticate__score__percentage {
    font-size: inherit;
}

.ithenticate__score--not-available {
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
}

.ithenticate--high {
    background: #FFF0F2;
}

.ithenticate--high .ithenticate__score {
    color: #6c757d;
}

.ithenticate--high .ithenticate__result span {
    color: #DB3B3B;
}

.ithenticate--medium {
    background: #FBFFBF;
}

.ithenticate--medium .ithenticate__score {
    color: #6c757d;
}

.ithenticate--medium .ithenticate__result span {
    color: #6c757d;
}

.ithenticate--low {
    background: #DBFFEA;
}

.ithenticate--low .ithenticate__score {
    color: #6c757d;
}

.ithenticate--low .ithenticate__result span {
    color: #27AE60;
}

.scidetect {
    background: #e9ecef;
    padding: 15px;
    width: 100%;
    color: #6c757d;
}

.scidetect__header {
    margin-bottom: 1ex;
}

.scidetect__body {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 768px) {
    .scidetect__body {
        display: block;
    }
}

.scidetect__footer {
    margin-top: 1ex;
}

.scidetect__title {
    font-size: 0.875rem;
}

.scidetect__score {
    margin: 10px 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.scidetect__score__label {
    font-size: inherit;
}

.scidetect__score__percentage {
    font-size: 2rem;
}

.scidetect__score--not-available {
    font-size: 1rem;
    font-weight: bold;
    margin: 15px 0;
}

.scidetect__result {
    flex: 0 50%;
    font-size: 0.75rem;
    line-height: 1.333em;
}

.scidetect__link {
    text-transform: uppercase;
    font-size: 0.75rem;
}

.scidetect--high {
    background: #b3eecc;
}

.scidetect--high .scidetect__score {
    color: #27AE60;
}

.scidetect--medium {
    background: #eecbcb;
}

.scidetect--medium .scidetect__score {
    color: #B33A3A;
}

.scidetect--low {
    background: #fbe7e7;
}

.scidetect--low .scidetect__score {
    color: #DB3B3B;
}

.js-accordion {
    display: flex;
    flex-direction: column;
}

.js-accordion__trigger {
    display: flex;
    align-items: center;
    padding: 8px 16px;
    transition: all 0.2s ease-in-out;
}

.js-accordion__trigger:focus {
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.js-accordion__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.js-accordion__icon {
    height: 16px;
    width: 16px;
    position: relative;
}

.js-accordion__icon::before,
.js-accordion__icon::after {
    content: "";
    background: #000;
    height: 10px;
    width: 2px;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.1s linear;
    border-radius: 2px;
}

.js-accordion__icon::before {
    transform: translate(3px, 3px) rotate(-50deg);
}

.js-accordion__icon::after {
    transform: translate(10px, 3px) rotate(50deg);
}

.js-accordion__panel {
    padding: 0;
    overflow: hidden;
    max-height: 900px;
    transition: all 0.5s ease;
}

.js-accordion__panel.opened {
    overflow: auto;
}

.js-accordion__panel[aria-hidden=true] {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
}

.js-accordion__panel.loi-loading {
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.js-accordion__panel.loi-loading::after {
    content: "";
    width: 50px;
    height: 50px;
    background: transparent;
    border: 5px solid #eee;
    border-right: 5px solid #404042;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: spinning 0.5s infinite linear;
}

.js-accordion__trigger[aria-expanded=true] .js-accordion__icon::before {
    transform: translate(3px, 3px) rotate(-130deg);
}

.js-accordion__trigger[aria-expanded=true] .js-accordion__icon::after {
    transform: translate(10px, 3px) rotate(130deg);
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loi-accordion h3 {
    margin: 0;
}

.loi-accordion__trigger {
    background: #fff;
}

.loi-accordion .col-md-4 {
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    font-weight: 600;
}

.loi-accordion__nested {
    margin: 8px 0 8px 16px;
}

.admin-manage-alerts__title {
    text-transform: capitalize;
    padding: 16px;
    margin: 0;
    border-bottom: 2px solid #f0f0f0;
}

.admin-manage-alerts__frequency {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.admin-manage-alerts__frequency label {
    margin: 0 16px;
    padding: 0;
}

.admin-manage-alerts__frequency select {
    margin: 0;
    max-width: 300px;
}

.admin-manage-alerts__slices-list {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.admin-manage-alerts__actions {
    display: flex;
    margin: 16px 0;
}

.admin-manage-alerts__empty-list-note {
    padding: 16px;
}

.admin-manage-alerts .slices-list__slice {
    display: flex;
    align-items: center;
    padding: 10px;
}

.admin-manage-alerts .slices-list__slice:not(.slices-list__slice--select-all) {
    border-top: 1px solid #f0f0f0;
}

.admin-manage-alerts .slices-list__slice input,
.admin-manage-alerts .slices-list__slice .tags-input {
    margin: 0;
    opacity: 0;
    width: 18px;
    height: 18px;
}

.admin-manage-alerts .slices-list__slice label {
    color: #464646;
    font-size: 0.875rem;
    font-weight: bold;
    margin: 0;
}

.admin-manage-alerts .slices-list__checkbox {
    display: flex;
    align-items: center;
    margin: 10px;
}

.admin-manage-alerts .slices-list__checkbox input[aria-checked=mixed]~span::after,
.admin-manage-alerts .slices-list__checkbox .tags-input[aria-checked=mixed]~span::after {
    content: "‒";
    color: #464646;
}

.admin-manage-alerts .slices-list__checkbox input:checked~span,
.admin-manage-alerts .slices-list__checkbox .tags-input:checked~span {
    background: #464646;
}

.admin-manage-alerts .slices-list__checkbox input:checked~span::after,
.admin-manage-alerts .slices-list__checkbox .tags-input:checked~span::after {
    content: "✓";
}

.admin-manage-alerts .slices-list__checkbox input~span,
.admin-manage-alerts .slices-list__checkbox .tags-input~span {
    transition: all 0.1s ease-in-out;
}

.admin-manage-alerts .slices-list__checkbox input~span::after,
.admin-manage-alerts .slices-list__checkbox .tags-input~span::after {
    color: #fff;
    font-weight: bold;
    transition: all 0.1s ease-in-out;
    margin-top: -2px;
}

.admin-manage-alerts .slices-list__checkbox input:focus~span,
.admin-manage-alerts .slices-list__checkbox .tags-input:focus~span {
    box-shadow: 0 0 0 4px rgba(70, 70, 70, 0.2);
}

.admin-manage-alerts .slices-list__checkbox span {
    width: 18px;
    height: 18px;
    transform: translateX(-18px);
    pointer-events: none;
    background: transparent;
    border: 2px solid #464646;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.1s ease-in-out;
}

.admin-manage-alerts .success-message {
    margin: 12px 0;
}

.disable-adblocker {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
}

.disable-adblocker.in {
    background: rgba(0, 0, 0, 0.7);
}

.disable-adblocker .modal {
    max-width: 40vw;
    overflow: hidden;
    max-height: calc(100vh - 160px);
    margin: 80px auto;
    background: #fff;
    transition: max-height 0.2s ease-in-out;
}

.disable-adblocker__content {
    flex: 1 0 100%;
    transition: all 0.3s ease-in-out;
}

.disable-adblocker__instructions {
    flex: 1 0 100%;
    max-width: 100%;
    max-height: calc(100vh - 160px);
    transition: all 0.3s ease-in-out;
}

.disable-adblocker__content,
.disable-adblocker__message,
.disable-adblocker__actions {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.disable-adblocker__site-logo {
    margin: 30px 20px 0;
}

.disable-adblocker__site-logo .dropzone {
    width: 200px;
    height: 50px;
    min-height: auto;
}

.disable-adblocker__site-logo img {
    max-height: calc(100vh - 500px);
}

.disable-adblocker__message {
    margin: 0;
    width: 100%;
    font-size: 1rem;
    padding: 32px 32px 24px;
    border-bottom: 1px solid #a1a1a1;
}

.disable-adblocker__message span {
    margin-top: 16px;
    font-weight: normal;
    color: #6c757d;
}

.disable-adblocker__actions {
    padding: 32px;
}

.disable-adblocker__disable-btn {
    padding: 18px 16px;
    font-size: 0.75rem;
    margin-bottom: 32px;
    text-transform: uppercase;
    background: #000;
}

.disable-adblocker__disable-btn:hover,
.disable-adblocker__disable-btn:active {
    background: rgba(0, 0, 0, 0.8);
}

.disable-adblocker__continue-btn {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 0.75rem;
    font-weight: normal;
    color: #a1a1a1;
}

.disable-adblocker__continue-btn:hover,
.disable-adblocker__continue-btn:active {
    color: inherit;
    background: inherit;
}

.disable-adblocker .modal-content {
    display: flex;
}

.show-instructions {
    display: flex;
    max-width: 100%;
    max-height: 100%;
}

.show-instructions .group-title {
    font-size: 0.75rem;
    font-weight: normal;
    margin: 0 0 10px 0;
    margin-left: 20px;
}

.show-instructions .blockers {
    display: flex;
    flex: 0 0 35%;
    max-width: 35%;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 15px;
    overflow-x: hidden;
    flex-direction: column;
    background: rgba(0, 0, 0, 0.07);
}

.show-instructions .blocker-list {
    margin: 0;
    padding: 0;
    display: flex;
    list-style-type: none;
    flex-direction: column;
}

.show-instructions .blocker button {
    display: flex;
    padding: 12px 20px;
    align-items: center;
    justify-content: space-between;
    transition: all 0.15s ease-in-out;
    background: transparent;
    color: inherit;
    outline: none;
    width: 100%;
    cursor: pointer;
    font-weight: normal;
}

.show-instructions .blocker button:hover,
.show-instructions .blocker button:focus {
    background: rgba(0, 0, 0, 0.15);
}

.show-instructions .blocker button.active {
    background: #fff;
}

.show-instructions .blocker .blocker-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

.show-instructions .blocker .blocker-label {
    overflow: hidden;
    font-size: 0.75rem;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.show-instructions .blocker .arrow-icon {
    width: 24px;
    height: 24px;
}

.show-instructions .blocker__details {
    width: 80%;
    display: flex;
    align-items: center;
}

.show-instructions .instructions {
    flex: 1 1 75%;
    max-width: 75%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.show-instructions .instruction {
    padding: 32px;
}

.show-instructions .instruction__list h3 {
    font-size: 1.25rem;
    font-weight: 600;
}

.show-instructions .instruction__list ol {
    padding: 0 18px;
    margin: 16px 0;
}

.show-instructions .instruction__list ol li {
    font-size: 0.875rem;
    margin-bottom: 10px;
}

.show-instructions .actions__continue,
.show-instructions .actions__back {
    padding: 12px 16px;
    font-size: 0.75rem;
    margin-bottom: 32px;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #a1a1a1;
    color: #000;
}

.show-instructions .actions__continue:hover,
.show-instructions .actions__back:hover {
    color: rgba(0, 0, 0, 0.7);
}

@font-face {
    font-family: Roboto Subset;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
}

@font-face {
    font-family: Roboto Slab Subset;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
}

@font-face {
    font-family: Roboto Condensed Subset;
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("data:application/font-woff;charset=utf-8;base64,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") format("woff");
}

.journal-color {
    background: #ed1c24;
}

.blog-color {
    background: #2babe2;
}

.standard-color {
    background: #16475c;
}

article h1,
.article h1,
article h2,
.article h2,
article h3,
.article h3,
article h4,
.article h4,
article h5,
.article h5,
article h6,
.article h6 {
    font-family: "Roboto Subset", sans-serif;
}

.fonts-loaded article h1,
.fonts-loaded .article h1,
.fonts-loaded article h2,
.fonts-loaded .article h2,
.fonts-loaded article h3,
.fonts-loaded .article h3,
.fonts-loaded article h4,
.fonts-loaded .article h4,
.fonts-loaded article h5,
.fonts-loaded .article h5,
.fonts-loaded article h6,
.fonts-loaded .article h6 {
    font-family: "Roboto", sans-serif;
}

[class^=main-title] {
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded [class^=main-title] {
    font-family: "Roboto Slab", serif;
}

.main-title {
    color: #16475c;
}

.main-title--journal {
    color: #ed1c24;
}

.main-title--blog {
    color: #2babe2;
}

.all-headers--default h1:not([class^=filled]),
.all-headers--default h2:not([class^=filled]),
.all-headers--default h3:not([class^=filled]),
.all-headers--default h4:not([class^=filled]),
.all-headers--default h5:not([class^=filled]),
.all-headers--default h6:not([class^=filled]) {
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
}

.fonts-loaded .all-headers--default h1:not([class^=filled]),
.fonts-loaded .all-headers--default h2:not([class^=filled]),
.fonts-loaded .all-headers--default h3:not([class^=filled]),
.fonts-loaded .all-headers--default h4:not([class^=filled]),
.fonts-loaded .all-headers--default h5:not([class^=filled]),
.fonts-loaded .all-headers--default h6:not([class^=filled]) {
    font-family: "Roboto Slab", serif;
}

.all-headers--journal h1:not([class^=filled]),
.all-headers--journal h2:not([class^=filled]),
.all-headers--journal h3:not([class^=filled]),
.all-headers--journal h4:not([class^=filled]),
.all-headers--journal h5:not([class^=filled]),
.all-headers--journal h6:not([class^=filled]) {
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
    color: #ed1c24;
}

.fonts-loaded .all-headers--journal h1:not([class^=filled]),
.fonts-loaded .all-headers--journal h2:not([class^=filled]),
.fonts-loaded .all-headers--journal h3:not([class^=filled]),
.fonts-loaded .all-headers--journal h4:not([class^=filled]),
.fonts-loaded .all-headers--journal h5:not([class^=filled]),
.fonts-loaded .all-headers--journal h6:not([class^=filled]) {
    font-family: "Roboto Slab", serif;
}

.all-headers--blog h1:not([class^=filled]),
.all-headers--blog h2:not([class^=filled]),
.all-headers--blog h3:not([class^=filled]),
.all-headers--blog h4:not([class^=filled]),
.all-headers--blog h5:not([class^=filled]),
.all-headers--blog h6:not([class^=filled]) {
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
    color: #2babe2;
}

.fonts-loaded .all-headers--blog h1:not([class^=filled]),
.fonts-loaded .all-headers--blog h2:not([class^=filled]),
.fonts-loaded .all-headers--blog h3:not([class^=filled]),
.fonts-loaded .all-headers--blog h4:not([class^=filled]),
.fonts-loaded .all-headers--blog h5:not([class^=filled]),
.fonts-loaded .all-headers--blog h6:not([class^=filled]) {
    font-family: "Roboto Slab", serif;
}

[class^=filled] {
    font-family: "Roboto Slab Subset", serif;
    color: #fff;
    padding: 12px 25px 5px 15px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-top: 50px;
}

.fonts-loaded [class^=filled] {
    font-family: "Roboto Slab", serif;
}

[class^=filled]:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.dark [class^=filled]:after {
    border-right-color: #e6e5e5;
}

[class^=filled].default {
    font-family: "Roboto Subset", sans-serif;
    margin-top: 0;
    padding: 2px 8px;
    font-weight: 600;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.fonts-loaded [class^=filled].default {
    font-family: "Roboto", sans-serif;
}

[class^=filled].default:after {
    border: 0;
}

.filled {
    background: #16475c;
}

.filled--journal {
    background: #ed1c24;
}

.filled--blog {
    background: #2babe2;
}

.article h1,
article h1 {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 500;
}

.article h2,
article h2 {
    font-size: 26px;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 700;
}

.extraPageTitle {
    color: #16475c;
}

.section__header.border-bottom {
    margin-top: 50px;
}

.blog__content h1,
.blog__content h2,
.blog__content h3,
.blog__content h4,
.blog__content h5,
.brief__content h1,
.brief__content h2,
.brief__content h3,
.brief__content h4,
.brief__content h5,
.podcast__content h1,
.podcast__content h2,
.podcast__content h3,
.podcast__content h4,
.podcast__content h5,
.event__content h1,
.event__content h2,
.event__content h3,
.event__content h4,
.event__content h5 {
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .blog__content h1,
.fonts-loaded .blog__content h2,
.fonts-loaded .blog__content h3,
.fonts-loaded .blog__content h4,
.fonts-loaded .blog__content h5,
.fonts-loaded .brief__content h1,
.fonts-loaded .brief__content h2,
.fonts-loaded .brief__content h3,
.fonts-loaded .brief__content h4,
.fonts-loaded .brief__content h5,
.fonts-loaded .podcast__content h1,
.fonts-loaded .podcast__content h2,
.fonts-loaded .podcast__content h3,
.fonts-loaded .podcast__content h4,
.fonts-loaded .podcast__content h5,
.fonts-loaded .event__content h1,
.fonts-loaded .event__content h2,
.fonts-loaded .event__content h3,
.fonts-loaded .event__content h4,
.fonts-loaded .event__content h5 {
    font-family: "Roboto Slab", serif;
}

.rlist--inline.loa.comma {
    margin: 25px 0 15px;
    font-weight: 500;
    font-size: 1rem;
}

.rlist--inline.comma>li:not(:last-child):after {
    margin: 0 2px 0 0;
}

.rlist--inline.separator>li:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
}

.w-slide__content .rlist.spaced,
.w-slide__content .spaced.figure-viewer__hold__supplementary-nav,
.w-slide__content .spaced.table-viewer__hold__supplementary-nav {
    padding: 10px 15px;
}

.radio--primary span:before {
    border-color: #16475c;
}

.checkbox--primary span:before,
.radio--secondary span:before {
    border-color: #16475c;
}

.checkbox--primary span:before {
    border-radius: 30%;
}

.label-txt,
label {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #808284;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .label-txt,
.fonts-loaded label {
    font-family: "Roboto Condensed", sans-serif;
}

.input-standard-color,
.radio--primaryinput:checked~span:before,
.radio--primary input:checked~span:before,
.radio--primary .tags-input:checked~span:before,
.checkbox--primary input:not(.jcf):checked~span:before,
.checkbox--primary .tags-input:not(.jcf):checked~span:before,
.radio--secondary input:not(.jcf):checked~span:before,
.radio--secondary .tags-input:not(.jcf):checked~span:before {
    background: #16475c;
    border-color: #16475c;
}

.reproducible input,
.reproducible .tags-input {
    width: 80%;
}

.input-group span {
    line-height: 22px;
}

.checkbox--primary .jcf-checkbox {
    border-color: #16475c;
    border-radius: 30%;
}

.checkbox--primary .jcf-checkbox span {
    background: #16475c;
    border-color: #16475c;
}

.jcf-drop-active .jcf-select-text:after {
    -webkit-transform: rotateX(150deg);
    transform: rotateX(150deg);
}

.jcf-select-text:after {
    font-family: icomoon;
    content: "";
    font-size: xx-small;
    float: right;
}

.jcf-select-jcf {
    background: none;
}

.jcf-selected .jcf-hover,
.jcf-list-box .jcf-selected {
    color: #16475c;
}

@media (max-width: 991px) {
    .favoriteShortlist .section__separator .jcf-select {
        min-width: 100px;
    }
}

.favoriteShortlist .section__separator .jcf-select .jcf-option-js__favSort {
    margin-right: 7px;
}

button,
[type=submit],
[type=button],
.btn,
.button {
    background: #16475c;
    font-family: "Roboto Condensed Subset", sans-serif;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: 500;
}

.fonts-loaded button,
.fonts-loaded [type=submit],
.fonts-loaded [type=button],
.fonts-loaded .btn,
.fonts-loaded .button {
    font-family: "Roboto Condensed", sans-serif;
}

button:hover,
button:focus,
[type=submit]:hover,
[type=submit]:focus,
[type=button]:hover,
[type=button]:focus,
.btn:hover,
.btn:focus,
.button:hover,
.button:focus {
    background: #16475c;
}

.btn--inverse,
.button--inverse {
    color: #16475c;
    border-color: #16475c;
    background: transparent;
}

.btn--inverse:hover,
.btn--inverse:focus,
.button--inverse:hover,
.button--inverse:focus {
    background-color: #16475c;
    color: #fff;
}

.btn--cancel {
    font-size: 19.2px;
    font-size: 1.2rem;
}

.btn--cancel:hover,
.btn--cancel :focus {
    text-decoration: underline;
}

.btn--cancel .btn__transparent {
    background-color: transparent;
    border: 2px solid #16475c;
    color: #16475c;
}

.btn--cancel .btn__transparent:hover,
.btn--cancel .btn__transparent:focus {
    background-color: transparent;
    color: #16475c;
}

.unpairButtonsPanel button {
    background: transparent;
}

.unpairButtonsPanel button:hover,
.unpairButtonsPanel button:focus {
    background: transparent;
}

.unpairButtonsPanel .btn--inverse:hover,
.unpairButtonsPanel .btn--inverse:focus {
    color: #16475c;
}

body {
    transition: transform 250ms;
}

.dark {
    background: #e6e5e5;
    padding: 40px 0 60px;
}

.content {
    padding-top: 16px;
}

.quote {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #bd2026;
    font-family: "Roboto Slab Subset", serif;
    font-style: normal;
    letter-spacing: 2px;
    padding-left: 60px;
}

.fonts-loaded .quote {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 767px) {
    .quote {
        padding-left: 15px;
    }
}

.quote:before {
    content: "“";
}

.quote:after {
    content: "”";
}

.ads--top {
    margin-top: 37px;
}

@media (max-width: 991px) {
    .ads--top {
        margin-bottom: 40px;
    }
}

.ads--top img {
    margin: 0 auto;
    display: block;
}

.ads img {
    margin: 0 auto;
    display: block;
}

@media (max-width: 991px) {
    .ads {
        margin-bottom: 40px;
    }
}

.no-top-margin {
    margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clearfix-sm {
        clear: both;
    }
}

[class$=primary-topic] {
    padding-left: 25px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20.8px;
    font-size: 1.3rem;
    color: #16475c;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded [class$=primary-topic] {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 531px) {
    [class$=primary-topic] {
        padding-left: 0;
        display: block;
        margin-bottom: 10px;
    }
}

.secondary-font {
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .secondary-font {
    font-family: "Roboto Slab", serif;
}

.visible-hidden {
    visibility: hidden;
}

@charset "UTF-8";

.text--default {
    color: #16475c;
}

.text--journal {
    color: #16475c;
}

.text--blog {
    color: #16475c;
}

.clear-margin {
    margin: 0 -15px;
}

.col-sm-3 .pb-ad,
.col-sm-4 .pb-ad {
    display: table;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.col-sm-3 .pb-ad a img,
.col-sm-4 .pb-ad a img {
    max-width: 265px;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
}

.fixed-element {
    top: 157px;
}

@media (max-width: 991px) {
    .fixed-element {
        top: 157px;
    }
}

@media (max-width: 767px) {
    .fixed-element {
        top: 90px;
    }
}

.brief-label-realign {
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .brief-label-realign {
    font-family: "Roboto Slab", serif;
}

.collection-pubdate {
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .collection-pubdate {
    font-family: "Roboto Condensed", sans-serif;
}

.rm-wrapper .feature-heading:not(.feature-heading-filled) {
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .rm-wrapper .feature-heading:not(.feature-heading-filled) {
    font-family: "Roboto Slab", serif;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^=icon-],
[class*=" icon-"] {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-connection:before {
    content: "";
}

.icon-listen:before {
    content: "";
}

.icon-ic_history_black_24px:before {
    content: "";
}

.icon-bookmark:before {
    content: "";
}

.icon-ribbon:before {
    content: "";
}

.icon-google-plus:before {
    content: "";
}

.icon-eye-blocked:before {
    content: "";
}

.icon-twitter:before {
    content: "";
}

.icon-facebook:before {
    content: "";
}

.icon-linkedin:before {
    content: "";
}

.icon-cog:before {
    content: "";
}

.icon-enlarge2:before {
    content: "";
}

.icon-eye:before {
    content: "";
}

.icon-zoom-in:before {
    content: "";
}

.icon-zoom-out:before {
    content: "";
}

.icon-apple:before {
    content: "";
}

.icon-youtube:before {
    content: "";
}

.icon-id-badge:before {
    content: "";
}

.icon-play-circle:before {
    content: "";
}

.icon-google-plus-square:before {
    content: "";
}

.icon-facebook-square:before {
    content: "";
}

.icon-twitter-square:before {
    content: "";
}

.icon-linkedin-square:before {
    content: "";
}

.icon-exclamation:before {
    content: "";
}

.icon-save-search:before {
    content: "";
}

.icon-related2:before {
    content: "";
}

.icon-Icon_Twitter:before {
    content: "";
}

.icon-Icon_Track-citations:before {
    content: "";
}

.icon-Icon_Tools:before {
    content: "";
}

.icon-Icons_Tune:before {
    content: "";
    color: #9e9e9e;
}

.icon-Icon_Star-26:before {
    content: "";
}

.icon-Icon_Share:before {
    content: "";
}

.icon-Icon_Settings:before {
    content: "";
}

.icon-Icon_Section-menu:before {
    content: "";
}

.icon-Icon_Search:before {
    content: "";
}

.icon-Icon_Permissions-Locked:before {
    content: "";
}

.icon-Icon_Mobile-menu:before {
    content: "";
}

.icon-Icon_mail:before {
    content: "";
}

.icon-Icon_Links-References:before {
    content: "";
}

.icon-Icon_Information:before {
    content: "";
}

.icon-Icon_Images:before {
    content: "";
}

.icon-Icon_Home:before {
    content: "";
}

.icon-Icon_Google-plus:before {
    content: "";
}

.icon-Icon_Feed:before {
    content: "";
}

.icon-Icon_Facebook:before {
    content: "";
}

.icon-Icon_Edit:before {
    content: "";
}

.icon-Icon_Download:before {
    content: "";
}

.icon-Icon_Cross:before {
    content: "";
}

.icon-Icon_Cart:before {
    content: "";
}

.icon-Icon_Archive:before {
    content: "";
}

.icon-Icon_Alerts:before {
    content: "";
}

.icon-Icon_Account-LoggedIn:before {
    content: "";
}

.icon-Icon_Account:before {
    content: "";
}

.icon-Icon_About-Article:before {
    content: "";
}

.icon-by_large:before {
    content: "";
}

.icon-cc_large2:before {
    content: "";
}

.icon-nc-jp_large:before {
    content: "";
}

.icon-nc_large:before {
    content: "";
}

.icon-nd_large:before {
    content: "";
}

.icon-publicdomain_large:before {
    content: "";
}

.icon-sa_large:before {
    content: "";
}

.icon-zero_large:before {
    content: "";
}

.icon-cc_large:before {
    content: "";
}

.icon-access:before {
    content: "";
}

.icon-add2:before {
    content: "";
}

.icon-allfigures:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-delete:before {
    content: "";
}

.icon-doublearrow:before {
    content: "";
}

.icon-download2:before {
    content: "";
}

.icon-download-sitation:before {
    content: "";
}

.icon-figures2:before {
    content: "";
}

.icon-filters:before {
    content: "";
}

.icon-sections:before {
    content: "";
}

.icon-table:before {
    content: "";
}

.icon-tools2:before {
    content: "";
}

.icon-truck-sitation:before {
    content: "";
}

.icon-x:before {
    content: "";
}

.icon-zoom:before {
    content: "";
}

.icon-Email:before {
    content: "";
}

.icon-x_btnclose:before {
    content: "";
}

.icon-success:before {
    content: "";
}

.icon-exclamation_mark:before {
    content: "";
}

.icon-info2:before {
    content: "";
}

.icon-more:before {
    content: "";
}

.icon-advanced_search:before {
    content: "";
}

.icon-facebook2:before {
    content: "";
}

.icon-linkedin2:before {
    content: "";
}

.icon-twitter2:before {
    content: "";
}

.icon-mendeley:before {
    content: "";
}

.icon-orcid:before {
    content: "";
}

.icon-profile_empty:before {
    content: "";
}

.icon-profile_empty2:before {
    content: "";
}

.icon-Save:before {
    content: "";
}

.icon-Rss:before {
    content: "";
}

.icon-section_collapse:before {
    content: "";
}

.icon-toc:before {
    content: "";
}

.icon-submit:before {
    content: "";
}

.icon-subscribe:before {
    content: "";
}

.icon-timeline_mark:before {
    content: "";
}

.icon-editorial_board:before {
    content: "";
}

.icon-loi:before {
    content: "";
}

.icon-plus_n:before {
    content: "";
}

.icon-checkmark:before {
    content: "";
}

.icon-back_matter:before {
    content: "";
}

.icon-cover:before {
    content: "";
}

.icon-aboutjournal:before {
    content: "";
}

.icon-arrow_d_n:before {
    content: "";
}

.icon-arrow_u_p:before {
    content: "";
}

.icon-menu:before {
    content: "";
}

.icon-search:before {
    content: "";
}

.icon-shoppingcart:before {
    content: "";
}

.icon-userprofile:before {
    content: "";
}

.icon-abstract:before {
    content: "";
}

.icon-download:before {
    content: "";
}

.icon-export_citation:before {
    content: "";
}

.icon-favorites:before {
    content: "";
}

.icon-figures:before {
    content: "";
}

.icon-info:before {
    content: "";
}

.icon-metrics:before {
    content: "";
}

.icon-permissions:before {
    content: "";
}

.icon-references:before {
    content: "";
}

.icon-related:before {
    content: "";
}

.icon-reprints:before {
    content: "";
}

.icon-section_arrow_d:before {
    content: "";
}

.icon-section_arrow_u:before {
    content: "";
}

.icon-section_collapse2:before {
    content: "";
}

.icon-section_expand:before {
    content: "";
}

.icon-share:before {
    content: "";
}

.icon-tools_close:before {
    content: "";
}

.icon-tools:before {
    content: "";
}

.icon-track:before {
    content: "";
}

.icon-arrow_l:before {
    content: "";
}

.icon-arrow_r:before {
    content: "";
}

.icon-close_thin:before {
    content: "";
}

.icon-glasses:before {
    content: "";
}

.icon-to-figure-viewer:before {
    content: "";
}

.icon-point-to-text:before {
    content: "";
}

.icon-notice:before {
    content: "";
}

.icon-warning:before {
    content: "";
}

.icon-explanation-mark:before {
    content: "";
}

.icon-notification:before {
    content: "";
}

.icon-trash-can:before {
    content: "";
}

.icon-pencil2:before {
    content: "";
}

.icon-grid2:before {
    content: "";
}

.icon-document-file-ppt:before {
    content: "";
}

.icon-shopping_cart:before {
    content: "";
}

.icon-person:before {
    content: "";
}

.icon-person_outline:before {
    content: "";
}

.icon-sort:before {
    content: "";
}

.icon-add_box:before {
    content: "";
}

.icon-filter_list:before {
    content: "";
}

.icon-manusript:before {
    content: "";
}

.icon-lock_outline:before {
    content: "";
}

.icon-lock_open:before {
    content: "";
}

.icon-circle-plus:before {
    content: "";
}

.icon-trash:before {
    content: "";
}

.icon-add:before {
    content: "";
}

.icon-shopping-cart:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-menu2:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-pencil:before {
    content: "";
}

.icon-Icons_Sorting:before {
    content: "";
    color: #9e9e9e;
}

.icon-squared-minus:before {
    content: "";
}

.icon-minus:before {
    content: "";
}

.icon-dots-three-horizontal:before {
    content: "";
}

.featuredCard {
    margin-bottom: 45px;
}

.featuredCard__body {
    background: #fff;
    padding-bottom: 14px;
}

.featuredCard--dark .featuredCard__body {
    background: #e6e5e5;
}

.featuredCard__body a {
    display: block;
}

.featuredCard__body img {
    width: 100%;
}

.featuredCard__citation {
    margin-bottom: 5px;
}

.featuredCard--center-cover .featuredCard__body {
    padding-top: 15px;
}

.featuredCard--center-cover .featuredCard__cover {
    display: block;
    margin: 0 auto;
    width: 70%;
    border: 1px solid #404042;
}

.featuredCard--center-cover .featuredCard__details,
.featuredCard--center-cover featuredCard__title {
    width: 70%;
    display: block;
    margin: 8px auto;
    padding: 0;
}

.featuredCard__no-result {
    margin: 0;
    padding: 10px;
    font-weight: 500;
}

.featuredCard__header {
    background: #16475c;
    color: #fff;
    font-weight: bold;
    padding: 5px 7px 2px;
    text-transform: uppercase;
    max-width: 275px;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    font-size: 14.24px;
    font-size: 0.89rem;
}

@media (max-width: 991px) {
    .featuredCard__header {
        max-width: 100%;
    }
}

.journal .featuredCard__header {
    background: #ed1c24;
}

.blog .featuredCard__header {
    background: #2babe2;
}

.featuredCard__date {
    color: #ed1c24;
}

.featuredCard__title,
.featuredCard__details {
    padding: 0 10px;
}

.featuredCard__details {
    font-weight: 600;
    font-size: 12px;
    font-size: 0.75rem;
}

.featuredCard__authors {
    display: inline;
}

.featuredCard__authors .loa,
.featuredCard__authors ul.rlist--inline.loa.comma {
    margin: 0;
    font-size: inherit;
    font-weight: 700;
    color: #404042;
}

.featuredCard__authors:not(:first-child):before {
    content: "|";
    margin: 0 3px;
    font-weight: normal;
    display: inline-block;
}

.featuredCard__authors a {
    display: inline-block;
}

.featuredCard__authors ul {
    display: inline-block;
    vertical-align: middle;
}

.featuredCard__tale {
    float: right;
    padding: 0 14px 0 40px;
    background: #16475c;
    color: #fff;
    font-weight: bold;
    font-size: 14.08px;
    font-size: 0.88rem;
    text-transform: uppercase;
}

.featuredCard__tale:hover,
.featuredCard__tale:focus {
    color: #fff;
}

.journal .featuredCard__tale {
    background: #ed1c24;
}

.blog .featuredCard__tale {
    background: #2babe2;
}

.featuredCard__tale:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 28px 28px 0;
    border-color: transparent #16475c transparent transparent;
    display: inline-block;
    margin-left: -67px;
    margin-right: 26px;
    vertical-align: middle;
}

.journal .featuredCard__tale:before {
    border-color: transparent #ed1c24 transparent transparent;
}

.blog .featuredCard__tale:before {
    border-color: transparent #2babe2 transparent transparent;
}

.featuredCard__tale:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 10px solid #fff;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    margin-left: 10px;
}

:not(.featuredCard__teaser) .featuredCard__head {
    display: none;
}

.featuredCard__teaser.featuredCard,
.featuredCard__item.featuredCard {
    padding-top: 0;
}

.featuredCard--dark .featuredCard__teaser,
.featuredCard--dark .featuredCard__item {
    border-color: #fff;
}

.featuredCard__teaser__title,
.featuredCard__item__title {
    padding: 0 10px;
    margin-bottom: 6px;
    margin-top: 8px;
}

.featuredCard__teaser:last-child,
.featuredCard__item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.featuredCard__item {
    border-bottom: 1px solid #e6e5e5;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 8px 0;
}

.featuredCard__item:last-child {
    margin-bottom: 26px;
}

.featuredCard__teaser__title,
.featuredCard__teaser .featuredCard__title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
}

.featuredCard__teaser__head,
.featuredCard__teaser .featuredCard__head {
    padding: 0 10px;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    color: #808284;
    text-transform: uppercase;
}

.featuredCard__teaser .featuredCard__details {
    font-size: 12.8px;
    font-size: 0.8rem;
}

.featuredCard__teaser .featuredCard__item {
    padding: 10px 0 11px;
}

.featuredCard__teaser .featuredCard__item:last-child {
    margin-bottom: 0;
}

.featuredCard__mostread__title,
.featuredCard__mostread .featuredCard__title {
    font-size: 1rem;
    font-weight: bold;
    margin-top: 0;
    padding: 0;
    display: inline-block;
}

.featuredCard__mostread__head,
.featuredCard__mostread .featuredCard__head {
    padding: 0;
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 600;
    display: block;
    color: #808284;
    text-transform: uppercase;
}

.featuredCard__mostread .featuredCard__details {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 0;
}

.featuredCard__mostread .featuredCard__item {
    padding: 10px 0 11px;
}

.featuredCard__mostread .featuredCard__item:last-child {
    margin-bottom: 0;
}

.featuredCard__topics {
    margin-bottom: 30px;
}

.featuredCard__topics__title {
    font-size: 1rem;
    font-weight: bold;
}

.featuredCard__topics__head {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: bold;
    color: #16475c;
}

.journal .featuredCard__topics__head {
    color: #ed1c24;
}

.blog .featuredCard__topics__head {
    color: #2babe2;
}

.featuredCard__topics .featuredCard__date {
    font-size: 13.92px;
    font-size: 0.87rem;
}

.featuredCard__topics .featuredCard__title,
.featuredCard__topics .featuredCard__details {
    padding: 0;
}

@media (max-width: 767px) and (min-width: 532px) {
    .featuredCard--single {
        max-width: 480px;
        margin-right: auto;
        margin-left: auto;
    }
}

.featuredCard__graph img {
    width: 100%;
}

.featuredCard__graph .featuredCard__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0;
}

.featuredCard__graph .featuredCard__header {
    max-width: none;
}

@media (min-width: 532px) {
    .match-this {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .match-this .featuredCard__body {
        height: auto !important;
        margin-bottom: -500px;
        padding-bottom: 500px;
    }
}

.match-this .blog .force-white-bg .multi-search ul {
    height: auto !important;
    margin-bottom: -500px;
    padding-bottom: 500px;
}

@media (min-width: 768px) {
    .match-this--sm {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .match-this--sm .featuredCard__body {
        height: auto !important;
        margin-bottom: -500px;
        padding-bottom: 500px;
    }
}

@media (min-width: 992px) {
    .match-this--md {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .match-this--md .featuredCard__body {
        height: auto !important;
        margin-bottom: -500px;
        padding-bottom: 500px;
    }
}

@media (min-width: 1200px) {
    .match-this--lg {
        margin-bottom: 20px;
        overflow: hidden;
    }

    .match-this--lg .featuredCard__body {
        height: auto !important;
        margin-bottom: -500px;
        padding-bottom: 500px;
    }
}

.citation__title,
.citation .publicationContentTitle h1 {
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
    font-weight: 500;
}

.fonts-loaded .citation__title,
.fonts-loaded .citation .publicationContentTitle h1 {
    font-family: "Roboto Slab", serif;
}

.citation h1 {
    margin-bottom: 0.4rem;
}

.citation__top {
    margin-top: 0;
}

.citation__top h3 {
    margin-bottom: 0.4rem;
}

.article--res .citation__top__item:not(:last-child):after {
    content: " ";
}

.tab__nav {
    background-color: #16475c;
}

.tab__nav a {
    color: #d6d6d6;
    text-transform: uppercase;
    border-bottom: none;
    font-weight: 600;
    font-size: 1.1em;
    font-family: "Roboto Slab Subset", serif;
    padding: 8px 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fonts-loaded .tab__nav a {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 1199px) {
    .tab__nav a {
        padding: 8px 2px;
        font-size: 1em;
    }
}

@media (max-width: 991px) {
    .tab__nav a {
        font-size: 0.86em;
    }
}

@media (max-width: 767px) {
    .tab__nav a {
        text-transform: capitalize;
        font-family: "Roboto Subset", sans-serif;
    }

    .fonts-loaded .tab__nav a {
        font-family: "Roboto", sans-serif;
    }
}

.tab__nav a i {
    color: #fff;
}

.tab__nav .active a {
    border-bottom: none;
    font-weight: 600;
    color: #fff;
}

@media (max-width: 767px) {
    .tab__nav .active a {
        color: #16475c;
    }
}

.tab__nav .active a i {
    color: #fff;
}

.tab .dropBlock>a {
    background: transparent;
}

.coolBar--res .coolBar__wrapper {
    background: #16475c;
}

.coolBar--res .coolBar__wrapper .coolBar__section {
    padding: 0;
}

.coolBar--res .coolBar__wrapper .coolBar__section>a {
    margin-left: 10px;
}

@media (max-width: 531px) {
    .coolBar--res .coolBar__wrapper [class*=__ctrl] {
        font-size: 0.625rem;
    }
}

.coolBar {
    font-family: "Roboto Slab Subset", serif;
    margin-bottom: 0.75rem;
}

.fonts-loaded .coolBar {
    font-family: "Roboto Slab", serif;
}

.coolBar__wrapper {
    background: #16475c;
    border-bottom: none;
}

.coolBar__section {
    color: #fff;
    font-family: "Roboto Slab Subset", serif;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .coolBar__section {
    font-family: "Roboto Slab", serif;
}

.fonts-loaded .coolBar__section {
    font-family: "Roboto Slab", serif;
}

.coolBar i {
    color: #fff;
}

.coolBar i+span {
    color: #fff;
    margin-left: 0;
}

@media (min-width: 992px) {
    .coolBar__second {
        min-width: 210px;
    }
}

@media (max-width: 991px) {
    .coolBar__second [class*=__ctrl] span {
        display: none;
    }
}

.coolBar__second .pb-dropzone {
    min-width: 100px;
}

.coolBar [class*=__ctrl] {
    padding: 10px 0;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

@media (max-width: 1199px) {
    .coolBar [class*=__ctrl] {
        font-size: 12.48px;
        font-size: 0.78rem;
    }
}

.coolBar .share__block li {
    margin-bottom: 0;
}

.coolBar .share__block [class*=addthis_button] {
    margin-bottom: 5px;
}

.w-slide__content .coolBar__drop {
    margin-top: -1px;
}

@media (max-width: 991px) {
    .coolBar__ctrl.hidden-md {
        float: left;
    }
}

.separator td,
.separator th {
    padding: 1.2em 0.5em;
}

@media (max-width: 767px) {

    .separator td,
    .separator th {
        padding: 0;
    }
}

.separator td .note,
.separator th .note {
    display: inline-block;
}

thead th {
    text-transform: uppercase;
}

.sidebar-region {
    background-color: #e6e5e5;
    padding: 15px;
    margin-bottom: 50px;
    color: #16475c;
}

.sidebar-region__title {
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .sidebar-region__title {
    font-family: "Roboto Slab", serif;
}

.sidebar-region__title+i {
    color: #16475c;
}

.sidebar-region__title.border {
    border-bottom: 1px solid #fff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 100;
    margin: 0 -15px 10px;
    padding: 5px 15px 10px;
}

@media (max-width: 991px) {
    .sidebar-region__title.border {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.sidebar-region__group-title {
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0;
    text-transform: uppercase;
}

.sidebar-region__wrapper {
    margin: 0 -15px 20px;
    padding: 5px 15px 15px;
}

.sidebar-region__wrapper:not(:last-child) {
    border-bottom: 1px solid #fff;
}

.sidebar-region__list {
    padding: 5px 0;
}

.sidebar-region__list li {
    margin-bottom: 10px;
}

.sidebar-region__list--applied li {
    background-color: transparent;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    padding: 0 10px;
    margin: 0;
}

.sidebar-region__list .selected {
    font-weight: 600;
}

.sidebar-region__list .selected:before {
    content: ">";
    padding-left: 10px;
}

.sidebar-region__list .selected .sidebar-region__label {
    font-weight: 600;
}

.sidebar-region__label {
    display: inline-block;
    max-width: 90%;
}

.sidebar-region__label,
.sidebar-region .show-more {
    text-transform: capitalize;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 10px;
    cursor: pointer;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .sidebar-region__label,
.fonts-loaded .sidebar-region .show-more {
    font-family: "Roboto Slab", serif;
}

.sidebar-region__label>i,
.sidebar-region .show-more>i {
    font-size: 8px;
    font-size: 0.5rem;
}

.sidebar-region__counter {
    font-size: 17.6px;
    font-size: 1.1rem;
}

.sidebar-region__ctrl {
    position: relative;
    margin-bottom: 15px;
}

.sidebar-region__ctrl i[class*=icon-] {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 8px;
    font-size: 0.5rem;
}

.sidebar-region__ctrl:focus,
.sidebar-region__ctrl:hover {
    color: #16475c;
}

.sidebar-region .js--toggle {
    display: none;
}

.sidebar-region .dropdown__toggle {
    cursor: pointer;
}

@media (max-width: 767px) {
    .sidebar-region {
        margin-top: 20px;
    }
}

.facets__title {
    color: #16475c;
}

.facets__title--main {
    font-family: "Roboto Slab Subset", serif;
    border-bottom: 1px solid #fff;
    text-transform: capitalize;
    margin: 10px -15px;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 100;
    padding: 0 15px 10px;
}

.fonts-loaded .facets__title--main {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {
    .facets__title--main {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.facet {
    border-color: #fff;
    margin: 0 -15px;
    padding: 0 15px 15px;
}

@media (max-width: 767px) {
    .facet {
        padding: 0 0 10px;
        border-bottom: 1px solid #b0b0b0;
        margin: 10px 0 0;
    }
}

.facet__label {
    padding-top: 2px;
    display: inline-block;
}

.facet__counter {
    margin-left: auto;
}

@media (max-width: 767px) {
    .facet.accordion {
        margin-top: 30px;
    }
}

.facet .show-more {
    text-transform: capitalize;
}

.facet__list.expanded {
    max-height: 400px;
    overflow-y: scroll;
    padding-right: 10px;
}

.facet__list a {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .facet__list a {
        font-size: 1rem;
    }
}

.facet__list li {
    line-height: 20px;
}

.facet__list--applied li {
    color: #16475c;
    background: transparent;
    padding-top: 0;
}

.facet__list--applied .icon-tools_close {
    color: #16475c;
    font-size: 8px;
    font-size: 0.5rem;
}

.facet__title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #16475c;
}

.facet__title:focus,
.facet__title:hover {
    color: #16475c;
}

.facet:last-child {
    border: none;
}

.facet .clear {
    color: #808284;
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 0;
}

.facet .dropdown__toggle {
    cursor: pointer;
}

.facet__toggle {
    margin-right: 8px;
}

.facet-label,
.facet .show-more,
.facet__list,
.facet__list--applied li {
    font-size: 17.6px;
    font-size: 1.1rem;
    font-weight: 400;
    padding-left: 10px;
    color: #16475c;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .facet-label,
.fonts-loaded .facet .show-more,
.facet .fonts-loaded .show-more,
.fonts-loaded .facet__list,
.fonts-loaded .facet__list--applied li,
.facet__list--applied .fonts-loaded li {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {

    .facet-label,
    .facet .show-more,
    .facet__list,
    .facet__list--applied li {
        font-size: 1rem;
    }
}

.w-slide__content .facet__ctrl {
    border: none;
    margin: 0;
}

.social-links {
    margin-top: -11px;
    margin-bottom: 5px;
    font-size: 24px;
    font-size: 1.5rem;
    float: right;
}

@media (max-width: 767px) {
    .social-links {
        float: left;
        margin-bottom: 20px;
    }
}

.social-links__item {
    background: #57585b;
    color: #fff;
    padding: 1px 3px 0;
    border-radius: 4px;
    display: block;
    line-height: 1;
}

.social-links__item:hover,
.social-links__item:focus {
    color: #fff;
    background: #b0b0b0;
}

.social-links__item i:before {
    padding: 4px 0;
}

@media (max-width: 767px) {

    .main-article .social-links,
    .blog-full .social-links,
    .brief-full .social-links {
        margin-top: 20px;
    }
}

.pagination {
    margin-bottom: 50px;
}

.dropBlock {
    position: relative;
}

.dropBlock ul li {
    padding: 10px;
}

.dropBlock ul li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

.dropBlock__holder {
    right: 0;
}

.dropBlock__holder a {
    font-size: 1rem;
    font-weight: 100;
    color: #404042;
}

.dropBlock__holder a i {
    font-size: 1.2em;
    color: #16475c;
    padding-right: 10px;
}

.dropBlock.pairing-management__actions {
    position: unset;
}

.do-full__box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: row;
}

@media (max-width: 767px) {
    .do-full__box {
        flex-direction: column;
    }
}

.do-full__image {
    margin-bottom: 15px;
    width: 100%;
}

.do-full__image img {
    width: 100%;
}

.do-full__label {
    font-size: 42.4px;
    font-size: 2.65rem;
    font-family: "Roboto Slab Subset", serif;
    margin-bottom: 28px;
    margin-top: 30px;
    color: #16475c;
}

.fonts-loaded .do-full__label {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 767px) {
    .do-full__label {
        margin-top: 40px;
        margin-bottom: 15px;
    }
}

.do-full__cover {
    margin-right: 20px;
    flex: 0 0 100px;
    max-width: 100px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.do-full__cover img {
    max-width: none;
    height: 100px;
}

.do-full__cover+.do-full__body {
    flex: 1;
    width: 100%;
}

.do-full__title {
    font-size: 22.4px;
    font-size: 1.4rem;
    font-family: "Roboto Slab Subset", serif;
    font-weight: normal;
    color: #16475c;
    margin-bottom: 5px;
}

.fonts-loaded .do-full__title {
    font-family: "Roboto Slab", serif;
}

.do-full__head .do-full {
    margin-top: 0;
}

.do-full__authors {
    color: #808284;
    font-size: 12px;
    font-size: 0.75rem;
}

.do-full__date {
    font-weight: bold;
    margin-right: 5px;
    color: #808284;
}

.do-full__access {
    color: #ed1c24;
    font-weight: 500;
}

.do-full__details {
    font-size: 14.08px;
    font-size: 0.88rem;
    margin-top: 4px;
    margin-bottom: 6px;
}

.do-full__player__title {
    font-size: 12px;
    font-size: 0.75rem;
    color: #808284;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .do-full__player {
        float: right;
    }

    .do-full__player__title {
        border-left: 1px solid #808284;
        padding-left: 8px;
        padding-right: 2px;
    }
}

@media (max-width: 1199px) {
    .do-full__player {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

@media (min-width: 768px) {
    .do-full__coolBar {
        margin-top: 15px;
    }
}

.do-full__description .accordion__control {
    color: #808284;
    font-size: 12.64px;
    font-size: 0.79rem;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .do-full__description .accordion__control {
        margin-top: 9px;
    }
}

.do-full__description .accordion__control i[class*=icon-] {
    margin-left: 0;
    margin-right: 4px;
    font-size: 6.4px;
    font-size: 0.4rem;
    font-weight: bold;
}

.do-full__description .accordion__content {
    padding: 15px;
    margin-bottom: 15px;
    background: #e6e5e5;
}

@media (max-width: 767px) {
    .do-full__description {
        margin-top: 15px;
        margin-bottom: 40px;
    }
}

.do-cited-doi {
    display: block;
}

.jwplayer {
    max-width: 100%;
}

.do-full__player .jwplayer {
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 767px) {
    .do-full__player .jwplayer {
        display: block;
    }
}

.events__player {
    width: 100%;
    margin-bottom: 30px;
}

.jw-skin-bekle .jw-rail {
    background: #808284;
}

@media (max-width: 767px) {
    .jw-skin-bekle .jw-icon-playback {
        padding-left: 0;
        text-align: left;
    }
}

@media (max-width: 767px) {
    .jw-skin-bekle .jw-controlbar {
        padding-left: 0;
    }

    .jw-skin-bekle .jw-controlbar-right-group {
        display: none;
    }
}

.loa.comma li:not(:last-child) a {
    float: left;
}

.authoredServices {
    color: #555;
}

.authoredServices .links a:before {
    content: "|";
}

.authoredServices .links a:first-child:before {
    content: " ";
}

.authoredServices .share {
    margin-bottom: 50px;
}

.authorServicesTitle {
    margin-top: 25px;
    color: #16475c;
}

.authorServicesTitle h5 {
    margin-bottom: 5px;
}

.author_services_history {
    clear: both;
}

.author_services_history .history_title {
    font-weight: 600;
    color: #16475c;
}

.author_services_history .historyList {
    margin-top: 5px;
    padding-left: 30px;
}

.article-table-content table {
    font-size: 14px;
    font-size: 0.875rem;
}

.article-table-content .tableFooter {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 15px;
}

.article-table-content caption {
    padding: 15px;
}

.article__content .article__body {
    font-size: 18px;
    font-size: 1.125rem;
}

.issue-item .loa li span {
    margin: 0;
}

.issue-item .primary-topic {
    color: #ed1c24;
    margin-left: 10px;
    font-weight: 600;
}

.issue-item .loa.rlist--inline {
    margin: 0 0 5px;
    font-weight: 100;
    font-size: 1rem;
    color: #808284;
}

.issue-item__links {
    color: #808284;
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 5px;
}

.issue-item__links .rlist--inline li {
    border-color: #808284 !important;
    margin-right: 10px;
    padding-right: 10px;
}

.issue-item__abstract i[class*=icon-] {
    color: #ed1c24;
    margin-left: 0;
    margin-right: 5px;
}

.issue-item__abstract .accordion__control {
    color: #808284;
    font-size: 1rem;
    font-weight: 600;
}

.issue-item__abstract .accordion__content {
    padding: 15px;
    background: #e6e5e5;
}

.issue-item__abstract .accordion__content p {
    margin: 0;
}

.issue-item__title {
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
    font-weight: 500;
    margin-bottom: 0;
}

.fonts-loaded .issue-item__title {
    font-family: "Roboto Slab", serif;
}

.issue-item__title.journal {
    color: #ed1c24;
}

.issue-item__title.blog {
    color: #2babe2;
}

.epub-section {
    margin: 0.5rem 0;
    text-transform: uppercase;
}

.epub-section__item {
    color: #000;
}

.epub-section__item:first-child:not(:last-child) {
    color: #ed1c24;
}

.epub-section__item:not(:last-child) {
    border-right: none;
}

@media (max-width: 991px) {
    .epub-section__item {
        padding-top: 10px;
        float: none;
    }
}

.epub-section__date {
    font-weight: 700;
}

.epub-section__state {
    font-weight: 400;
}

.epub-section__access {
    text-transform: capitalize;
    color: #ed1c24;
    font-weight: bold;
    margin-left: 0.5rem;
}

.epub-section__access .article__access {
    float: none;
}

.epub-section__access .citation__access__type {
    font-size: 0.88rem;
}

.epub-section__doi__text {
    text-transform: lowercase;
}

@media (max-width: 767px) {
    .epub-section__doi__label {
        display: inline-block;
    }
}

article {
    margin-top: 0;
}

article .author-name {
    font-weight: 500;
    font-size: 1rem;
}

article .accordion-tabbed__tab-mobile:not(:last-child):after {
    content: ",";
}

article .tab__content {
    background-color: #fff;
    border: 1px solid #b0b0b0;
}

article .sticko__parent .social-links {
    float: none;
    text-align: right;
}

article .references__suffix {
    text-indent: 0;
    display: inline;
}

.affiliations {
    margin-bottom: 0.5rem;
}

.affiliations__label {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}

.affiliations__content {
    background: #e6e5e5;
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .affiliations .icon-section_arrow_d:before {
        transform: rotate(270deg);
        margin-top: -5px;
    }
}

.article__content {
    margin-bottom: 30px;
}

.article__content .rlist--inline.loa {
    margin: 0.25rem 0 0.5rem;
    font-weight: 500;
    font-size: 1rem;
}

.article__content .anchor-spacer {
    top: 0;
}

.article__cover {
    margin: 30px 0;
}

.article--res {
    padding-top: 10px;
}

.article--res .tab__nav li.infoTabLI {
    margin-top: 0;
}

.article--res .tab__nav .active a {
    font-weight: 500;
}

.article__seriesTitle {
    text-transform: uppercase;
    color: #808284;
    padding: 0.25rem 0;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.1rem;
}

.article__primary-topic {
    color: #ed1c24;
}

.article__body {
    font-size: 22.4px;
    font-size: 1.4rem;
    line-height: 1.4;
}

.article__body a {
    color: #0084b4;
}

.article__body a:hover,
.article__body a:focus {
    color: #878787;
}

.article__body strong.text-uppercase {
    font-family: "Roboto Slab Subset", serif;
    padding-right: 25px;
}

.fonts-loaded .article__body strong.text-uppercase {
    font-family: "Roboto Slab", serif;
}

.article__body .tableToggle .extLink {
    word-break: break-all;
}

.article-section__title {
    text-transform: uppercase;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .article-section__title {
    font-family: "Roboto Slab", serif;
}

.article__keyword,
.article__topic {
    text-transform: uppercase;
    border-bottom: 1px solid #16475c;
    line-height: 1.5;
    margin-bottom: 25px;
    color: #808284;
}

.article__keyword-body,
.article__topic .article__topic-body {
    margin-top: 0;
}

.article__keyword-title,
.article__topic .article__topic-title {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #6d6e70;
}

.article__keyword a,
.article__topic a {
    color: #808284;
    background-color: #fff;
    padding: 0;
    font-size: 1rem;
}

.article__keyword li:not(:last-child)::after,
.article__topic li:not(:last-child)::after {
    content: "|";
    padding-left: 10px;
    position: relative;
    top: -3px;
}

.article__keyword .article__keyword-body,
.article__topic .article__keyword-body,
.article__topic .article__topic-body {
    margin-bottom: 1rem;
}

.article__keyword .article__keyword-body li,
.article__topic .article__keyword-body li,
.article__topic .article__topic-body li {
    text-align: left;
    display: inline;
}

.article__keyword .article__keyword-body li:not(:last-child):after,
.article__topic .article__keyword-body li:not(:last-child):after,
.article__topic .article__topic-body li:not(:last-child):after {
    top: 0;
}

.article__keyword .article__keyword-body a,
.article__topic .article__keyword-body a,
.article__topic .article__topic-body a {
    float: none;
    display: inherit;
}

.article__inlineFigure {
    padding: 1rem;
    border: 1px solid #b0b0b0;
}

.article__inlineFigure .figure__title {
    display: none;
}

.article__inlineFigure .figure__caption p {
    margin-top: 0;
}

.article__inlineFigure .figure__caption p .captionLabel {
    font-weight: bold;
}

.article__inlineFigure .exhibit__source__note {
    font-size: 1rem;
}

.references__item a {
    color: #0084b4;
}

.references__item a:hover,
.references__item a:focus {
    color: #878787;
}

.w-slide .references__item>span,
.w-slide .references__item>a {
    display: inline;
}

.w-slide .references__item>.label {
    padding-left: 10px;
}

.w-slide .references__note {
    padding: 0 10px;
}

.w-slide .article__acknowledgements,
.w-slide .articleMetricsContainer,
.w-slide .accordion-tabbed__tab {
    padding: 0 10px;
}

.w-slide .article__tabFigure:first-child {
    padding-top: 20px;
}

.pb-edit-view .main-article .dynamic-sticko {
    top: 0 !important;
}

.pb-edit-view .main-article .tab__content {
    min-height: 800px !important;
}

.tab__pane .featuredCard__item {
    margin-bottom: 5px;
    padding: 3px 0;
}

.tab__pane .featuredCard__title h5 {
    margin-bottom: 5px;
}

.articleMetricsContainer .content {
    padding: 0;
}

@media (min-width: 1200px) {
    .articleMetricsContainer .altmetric-embed {
        margin-left: 35px;
    }
}

.articleMetricsContainer .altmetric-condensed-legend img {
    width: 120px;
    height: 120px;
}

.articleMetricsContainer #_altmetric_popover_el.altmetric-embed {
    z-index: 5;
}

.journal-options-expanded {
    margin-top: 15px;
}

.journal-options-expanded .tab-nav {
    margin-bottom: 10px;
    padding: 0 30px;
}

.pb-rich-text .anchor-spacer {
    display: block;
}

.article__body p a.anchor-offset {
    display: block;
    position: relative;
    top: -155px;
    visibility: hidden;
}

.quote .tab-link {
    color: inherit;
}

.read-less {
    padding-left: 5px;
}

.article__tocHeading {
    color: #808284;
    font-size: 1rem;
    font-weight: 100;
    display: initial;
    vertical-align: middle;
}

.article__breadcrumbs {
    display: block;
    text-transform: uppercase;
}

.article__breadcrumbs a+a:before {
    content: ">";
    padding: 0 5px;
}

.article__breadcrumbs .separator:after {
    content: " ";
    padding: 0;
}

.article__breadcrumbs .article__title {
    margin-bottom: 0;
}

.w-slide {
    z-index: 100;
}

.w-slide_head {
    background: #16475c;
    font-family: "Roboto Subset", sans-serif;
}

.fonts-loaded .w-slide_head {
    font-family: "Roboto", sans-serif;
}

.w-slide__back i {
    color: #fff;
}

.text-white-uppercase,
.w-slide__back,
.w-slide__back:focus,
.w-slide__back:hover,
.w-slide__title.js--open {
    text-transform: uppercase;
    color: #fff;
}

.saved-searches th {
    color: #555;
    padding: 0 0.5em 0.5em;
}

.saved-searches td {
    font-size: 1rem;
    padding: 0.5em;
    color: #555;
}

.saved-searches td~td {
    font-size: 14px;
    font-size: 0.875rem;
}

.saved-searches table__action {
    font-size: 14px;
    font-size: 0.875rem;
}

@media (max-width: 767px) {
    .saved-searches .expanded {
        padding: 0.2em 0;
    }

    .saved-searches .action [title=Delete] {
        padding: 8px 25px;
        border: 3px solid #464646;
    }
}

.saved-searches .table__action {
    font-size: 14px;
    font-size: 0.875rem;
}

#institutionUsageReport td {
    padding: 0.8rem;
    font-weight: 500;
}

#institutionUsageReport td+td {
    font-weight: 500;
}

#dateRange span {
    font-size: 14px;
    font-size: 0.875rem;
}

.usageReports .success {
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    background-color: #f8f8f8;
    color: #059a05;
}

.alert__list td {
    font-size: 14px;
    font-size: 0.875rem;
}

.alert__list td label {
    margin: 0;
}

.alert__action>.js__citActions {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .alert__action>.js__citActions {
    font-family: "Roboto Condensed", sans-serif;
}

.alert__sort .jcf-select-text {
    font-size: 14.4px;
    font-size: 0.9rem;
    font-weight: 500;
    margin-top: 1px;
}

.alert__topic {
    margin-top: 10px;
}

.alert__topic .table__mark {
    padding: 0;
    width: 25px;
}

.alerts .btn--inverse {
    font-size: 14px;
    font-size: 0.875rem;
}

.alerts h5 {
    color: #16475c;
    margin-top: 40px;
}

.alerts .label-txt,
.alerts label {
    font-size: 1rem;
}

.alerts .form-actions .btn--reset {
    background-color: transparent;
    color: #464646;
    font-size: 0.75rem;
}

.alert__list .checkbox--primary {
    outline: none;
}

.trusted-proxy-form h4 {
    margin-top: 50px;
}

.trusted-proxy-form input,
.trusted-proxy-form .tags-input,
.trusted-proxy-form select {
    margin: 5px 0;
}

.trusted-proxy-form .btn--inverse {
    margin-top: 10px;
}

.trusted-proxy-header {
    color: #16475c;
}

.administratorsWidget input.btn--inverse,
.administratorsWidget .btn--inverse.tags-input {
    color: #16475c;
}

.administratorsWidget input.btn--inverse:hover,
.administratorsWidget .btn--inverse.tags-input:hover,
.administratorsWidget input.btn--inverse:focus,
.administratorsWidget .btn--inverse.tags-input:focus {
    color: #fff;
}

.co-branding .section__header {
    margin-top: 0;
}

.co-branding .btn {
    font-size: 14px;
    font-size: 0.875rem;
    color: #16475c;
    font-weight: 600;
}

.co-branding .btn:hover,
.co-branding .btn:focus {
    text-decoration: underline;
    background-color: transparent;
}

.ipexamples {
    margin: 10px 0;
}

.ipRangesWidget a {
    color: #16475c;
    text-decoration: underline;
}

.ipRangesWidget [name=delete]:hover,
.ipRangesWidget [name=delete]:focus {
    background: transparent;
    text-decoration: underline;
}

.profile-menu {
    margin-bottom: 50px;
    background-color: #e6e5e5;
    padding: 0;
}

.profile-menu .menu-title {
    margin-bottom: 10px;
    padding-bottom: 0;
}

.profile-menu .tab__nav {
    background-color: #e6e5e5;
    color: #16475c;
}

.profile-menu .tab__nav li {
    display: block;
}

.profile-menu .tab__nav a {
    padding-left: 15px;
}

.profile-menu .tab__nav .active a {
    color: #16475c;
}

.profile-menu.profile-menu--res {
    padding: 0;
}

.profile-menu.profile-menu--res .active {
    background-color: #eee;
    color: #16475c;
}

.profile-menu .active {
    border-left-color: #16475c;
    color: #16475c;
}

.profile-menu a {
    color: #16475c;
    font-size: 1rem;
    text-transform: uppercase;
}

.profile-menu li.active {
    border-left: 4px solid #16475c;
    color: #16475c;
}

.profile-menu--dropBlock {
    text-transform: uppercase;
}

.profile-menu--dropBlock a {
    padding: 10px 30px;
}

.profile-menu--dropBlock>a {
    font-size: 1rem;
    background: #16475c;
    color: #fff;
}

.profile-menu--dropBlock>a:hover,
.profile-menu--dropBlock>a:focus {
    background: #16475c;
    color: #fff;
}

.profile-menu--dropBlock>a a:hover,
.profile-menu--dropBlock>a a:focus {
    background: #e6e5e5;
    color: #16475c;
}

.profile-menu--dropBlock i {
    color: #fff;
}

.profile-menu--dropBlock li {
    padding: 0;
}

.menu-title {
    color: #16475c;
    text-transform: uppercase;
    font-size: 20.8px;
    font-size: 1.3rem;
    padding-left: 15px;
    background: #e6e5e5;
    margin-bottom: 1px;
    padding-top: 20px;
    padding-bottom: 16px;
}

@media (max-width: 767px) {
    .menu-title {
        display: none;
    }
}

.institution-menu {
    border-top: 1px solid white;
}

.institution-menu .rlist:nth-child(2):not(:empty),
.institution-menu .figure-viewer__hold__supplementary-nav:nth-child(2):not(:empty),
.institution-menu .table-viewer__hold__supplementary-nav:nth-child(2):not(:empty) {
    border-top: none;
    padding: 0;
    margin: 0;
}

.table-of-content {
    margin-left: -15px;
}

@media (max-width: 991px) {
    .table-of-content {
        margin-top: -15px;
    }
}

@media (max-width: 767px) {
    .table-of-content {
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .table-of-content .issue-item {
        padding-top: 0;
    }
}

.table-of-content .issue-item__title {
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
    font-weight: 100;
    margin-bottom: 0;
}

.fonts-loaded .table-of-content .issue-item__title {
    font-family: "Roboto Slab", serif;
}

.table-of-content .issue-item:not(:first-child) {
    border-top: none;
}

.table-of-content .issue-item:last-child {
    border-bottom: none;
}

.table-of-content .issue-item .rlist--inline.separator>li:not(:last-of-type) {
    border-color: #808284;
}

.table-of-content .issue-item .rlist--inline.loa {
    margin: 0 0 5px;
    font-weight: 100;
    font-size: 1rem;
    color: #808284;
}

.table-of-content .toc-item__footer .toc-item__detail {
    float: none;
    color: #808284;
    font-weight: 100;
    font-size: 1rem;
    margin-bottom: 5px;
}

.table-of-content .toc-item__footer i[class*=icon-]:not(.icon-Icon_Links-References) {
    color: #ed1c24;
    margin-left: 0;
    margin-right: 5px;
}

.table-of-content .toc-item__footer .icon-Icon_Links-References {
    font-size: 14px;
    font-size: 0.875rem;
    margin-right: 0;
}

.table-of-content .toc-item__footer .accordion__control {
    color: #808284;
    font-size: 1rem;
    font-weight: 600;
}

.table-of-content .toc-item__detail {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 1rem;
}

.table-of-content .toc-item__detail span {
    color: #808284;
}

.table-of-content .toc-item__detail .toc-label {
    font-weight: 100;
}

.table-of-content span.toc-label {
    color: #ed1c24;
    margin-left: 10px;
    font-weight: 600;
}

@media (max-width: 531px) {
    .table-of-content span.toc-label {
        display: block;
        margin: 5px 0;
    }
}

.table-of-content span.toc-label.text-uppercase {
    font-size: 14px;
    font-size: 0.875rem;
}

#loi-banner>a {
    color: #fff;
}

#loi-banner>a~a {
    border-color: #fff;
}

.loi-list__wrapper .tab__nav {
    background: transparent;
}

.loi__banner {
    background: transparent;
    box-shadow: none;
    min-height: 55px;
}

.loi__volumeContainer {
    display: block;
}

@media (max-width: 767px) {
    .journal.content {
        padding-top: 140px;
    }
}

.search__modal .modal__header {
    color: #16475c;
}

.search__modal .modal__header button,
.search__modal .modal__header button:hover,
.search__modal .modal__header button:focus {
    background: transparent;
    color: #b0b0b0;
}

.search-result .rlist--inline.separator>li:not(:last-of-type) {
    margin-right: 10px;
    padding-right: 10px;
}

.search-result__meta {
    font-family: "Roboto Slab Subset", serif;
    background-color: transparent;
    margin-bottom: 30px;
}

.fonts-loaded .search-result__meta {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {
    .search-result__meta {
        margin: 0 -15px 30px;
    }
}

.search-result__meta__top {
    background: #16475c;
    color: #fff;
    padding-right: 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.search-result__meta .tab__nav {
    margin-bottom: 0;
}

.search-result__nav {
    font-family: "Roboto Condensed Subset", sans-serif;
    border: none;
}

.fonts-loaded .search-result__nav {
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
    .search-result__nav {
        margin: 0 -15px;
    }
}

.search-result__nav__item {
    color: #808284;
    width: auto;
    text-transform: none;
    padding: 0 25px 0 5px;
    margin-right: 3px;
    border-bottom: 2px solid #808284;
}

.search-result__nav__item.active {
    font-weight: 500;
    border-bottom-width: 8px;
    border-color: #16475c;
    color: #16475c;
}

.search-result__refine {
    padding: 5px 15px;
}

@media (max-width: 991px) {
    .search-result__refine {
        margin-left: 0;
    }

    .search-result__refine i {
        color: white;
    }
}

.search-result__follow {
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: "Roboto Condensed Subset", sans-serif;
    text-transform: uppercase;
    color: #808284;
}

.fonts-loaded .search-result__follow {
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
    .search-result__follow {
        background-color: #fff;
    }
}

.search__follow {
    padding: 0 0 0 10px;
}

.search__sort__drop.dropBlock__holder,
.search__content-type__drop.dropBlock__holder {
    padding: 0;
    border: none;
}

.search__sort__drop.dropBlock__holder .rlist,
.search__sort__drop.dropBlock__holder .figure-viewer__hold__supplementary-nav,
.search__sort__drop.dropBlock__holder .table-viewer__hold__supplementary-nav,
.search__content-type__drop.dropBlock__holder .rlist,
.search__content-type__drop.dropBlock__holder .figure-viewer__hold__supplementary-nav,
.search__content-type__drop.dropBlock__holder .table-viewer__hold__supplementary-nav {
    background-color: #404042;
    border: none;
}

.search__sort__drop.dropBlock__holder .rlist li,
.search__sort__drop.dropBlock__holder .figure-viewer__hold__supplementary-nav li,
.search__sort__drop.dropBlock__holder .table-viewer__hold__supplementary-nav li,
.search__content-type__drop.dropBlock__holder .rlist li,
.search__content-type__drop.dropBlock__holder .figure-viewer__hold__supplementary-nav li,
.search__content-type__drop.dropBlock__holder .table-viewer__hold__supplementary-nav li {
    border: none;
}

.search__sort__drop.dropBlock__holder a,
.search__content-type__drop.dropBlock__holder a {
    padding: 0;
    color: white;
}

.search__content-type {
    padding: 12px 0;
}

.search__content-type.dropBlock>a {
    text-transform: uppercase;
    padding: 10px;
}

.search__content-type.dropBlock i {
    font-size: 7.04px;
    font-size: 0.44rem;
    padding-left: 5px;
    font-weight: 600;
    color: #fff;
    padding: 0;
    border: none;
}

@media (max-width: 991px) {
    .search__content-type.dropBlock i {
        color: #fff;
    }
}

.search__content-type.dropBlock i a {
    padding: 0;
    color: white;
}

.search__content-type {
    padding: 12px 0;
}

.search__content-type.dropBlock>a {
    text-transform: uppercase;
    padding: 10px;
}

.search__content-type--selected {
    font-weight: 100;
    text-transform: capitalize;
}

.search__bottom.clearfix,
.search__bottom.section__separator,
.search__bottom.toc__latest-issue,
.search__bottom.toc-item__footer,
.search__bottom.personal-information,
.search__bottom.alert__format,
.do-pub-list>li.search__bottom {
    background-color: #16475c;
}

@media (max-width: 767px) {

    .search__bottom.clearfix,
    .search__bottom.section__separator,
    .search__bottom.toc__latest-issue,
    .search__bottom.toc-item__footer,
    .search__bottom.personal-information,
    .search__bottom.alert__format,
    .do-pub-list>li.search__bottom {
        margin: 0;
        padding: 3px 15px 0 25px;
        border-top: 1px solid #b0b0b0;
    }

    .search__bottom.clearfix .search__sort a,
    .search__bottom.section__separator .search__sort a,
    .search__bottom.toc__latest-issue .search__sort a,
    .search__bottom.toc-item__footer .search__sort a,
    .search__bottom.personal-information .search__sort a,
    .search__bottom.alert__format .search__sort a,
    .do-pub-list>li.search__bottom .search__sort a {
        padding: 5px 10px 5px 0;
    }
}

.search__sort.dropBlock>a {
    padding: 5px 10px 5px 0;
    display: inline-block;
}

.search__sort.dropBlock i {
    color: #fff;
    padding-right: 5px;
}

.search__filters {
    margin: 5px 0;
}

.search__filters .facets__title--main {
    text-transform: capitalize;
    border-color: #fff;
}

.search__result {
    font-weight: 500;
}

.search__result--space {
    padding: 0;
}

.search__result .result__sep {
    text-transform: uppercase;
    font-weight: 500;
}

.per-page {
    margin: 0;
}

.items-results .item:not(:first-child),
.do-pub-list .item:not(:first-child) {
    margin-top: 20px;
}

.items-results .item .meta__header,
.do-pub-list .item .meta__header {
    margin-bottom: 5px;
}

.items-results .item__image,
.do-pub-list .item__image {
    width: 27%;
}

.items-results .item__image+.item__body,
.do-pub-list .item__image+.item__body {
    float: left;
    width: 73%;
}

.items-results .item__title,
.do-pub-list .item__title {
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
    font-weight: 100;
    margin-bottom: 5px;
    font-size: 18px;
    font-size: 1.125rem;
}

.fonts-loaded .items-results .item__title,
.fonts-loaded .do-pub-list .item__title {
    font-family: "Roboto Slab", serif;
}

.items-results .item:not(:first-child),
.do-pub-list .item:not(:first-child) {
    border-top: none;
}

.items-results .item:last-child,
.do-pub-list .item:last-child {
    border-bottom: none;
}

.items-results .item__abstract,
.do-pub-list .item__abstract {
    padding: 15px;
    background: #e6e5e5;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .items-results .item__abstract,
.fonts-loaded .do-pub-list .item__abstract {
    font-family: "Roboto Condensed", sans-serif;
}

.items-results .item__abstract .article-section__title,
.do-pub-list .item__abstract .article-section__title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
}

.items-results .item__media,
.do-pub-list .item__media {
    position: absolute;
    left: 188px;
    top: 0;
}

.items-results .item__media:before,
.do-pub-list .item__media:before {
    content: "|";
}

.items-results .item__media i,
.do-pub-list .item__media i {
    color: #404042;
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 0 5px;
}

.items-results .item__media .icon-play-circle,
.do-pub-list .item__media .icon-play-circle {
    font-size: 1rem;
}

.items-results .item__footer,
.do-pub-list .item__footer {
    position: relative;
}

.items-results .item__footer .item__detail,
.do-pub-list .item__footer .item__detail {
    float: none;
    color: #808284;
    font-weight: 100;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 10px;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .items-results .item__footer .item__detail,
.fonts-loaded .do-pub-list .item__footer .item__detail {
    font-family: "Roboto Condensed", sans-serif;
}

.items-results .item__footer i[class*=icon-section],
.do-pub-list .item__footer i[class*=icon-section] {
    margin-left: 0;
    margin-right: 0;
    font-size: 7.2px;
    font-size: 0.45rem;
}

.items-results .item__footer i[class*=icon-section]:before,
.do-pub-list .item__footer i[class*=icon-section]:before {
    width: 15px;
}

.items-results .item__footer .accordion,
.do-pub-list .item__footer .accordion {
    display: inline-block;
    width: 100%;
}

@media (min-width: 1200px) {

    .items-results .item__footer .do-full__player,
    .do-pub-list .item__footer .do-full__player {
        position: absolute;
        top: 0;
        left: 188px;
        width: calc(100% - 175px);
    }

    .items-results .item__footer .do-full__player .jwplayer,
    .do-pub-list .item__footer .do-full__player .jwplayer {
        width: calc(100% - 60px) !important;
        max-width: 400px;
    }
}

@media (max-width: 531px) {

    .items-results .item__footer .do-full__player,
    .do-pub-list .item__footer .do-full__player {
        width: calc(100% + 80px);
    }

    .items-results .item__footer .do-full__player .jwplayer,
    .do-pub-list .item__footer .do-full__player .jwplayer {
        width: 100% !important;
    }
}

.items-results .item__detail,
.do-pub-list .item__detail {
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 5px;
    color: #808284;
}

.items-results [class$=-label],
.do-pub-list [class$=-label] {
    font-family: "Roboto Slab Subset", serif;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    color: #16475c;
}

.fonts-loaded .items-results [class$=-label],
.fonts-loaded .do-pub-list [class$=-label] {
    font-family: "Roboto Slab", serif;
}

.items-results .blog-label,
.do-pub-list .blog-label {
    color: #2babe2;
}

.items-results .journal-label,
.do-pub-list .journal-label {
    color: #ed1c24;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .items-results .journal-label,
.fonts-loaded .do-pub-list .journal-label {
    font-family: "Roboto Condensed", sans-serif;
}

.items-results .access-label,
.do-pub-list .access-label {
    color: #ed1c24;
    text-transform: capitalize;
    font-weight: 400;
    font-family: "Roboto Condensed Subset", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
}

.fonts-loaded .items-results .access-label,
.fonts-loaded .do-pub-list .access-label {
    font-family: "Roboto Condensed", sans-serif;
}

.items-results .rlist--inline.separator>li:not(:last-of-type),
.do-pub-list .rlist--inline.separator>li:not(:last-of-type) {
    border-color: #808284;
}

.items-results .rlist--inline.loa,
.do-pub-list .rlist--inline.loa {
    font-family: "Roboto Condensed Subset", sans-serif;
    color: #808284;
    font-weight: 500;
    margin: 0 0 8px;
}

.fonts-loaded .items-results .rlist--inline.loa,
.fonts-loaded .do-pub-list .rlist--inline.loa {
    font-family: "Roboto Condensed", sans-serif;
}

.items-results .rlist--inline.loa.comma,
.do-pub-list .rlist--inline.loa.comma {
    margin: 0 0 5px;
    font-weight: 100;
    font-size: 1rem;
    color: #808284;
}

.single_highlight_class {
    background-color: #d7d7d7;
    display: inline-block;
    font-weight: 600;
    font-style: italic;
}

.text-bold-gray,
.items-results .item__media,
.do-pub-list .item__media,
.items-results .item__footer .accordion__control,
.do-pub-list .item__footer .accordion__control {
    color: #808284;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .text-bold-gray,
.fonts-loaded .items-results .item__media,
.items-results .fonts-loaded .item__media,
.fonts-loaded .do-pub-list .item__media,
.do-pub-list .fonts-loaded .item__media,
.fonts-loaded .items-results .item__footer .accordion__control,
.items-results .item__footer .fonts-loaded .accordion__control,
.fonts-loaded .do-pub-list .item__footer .accordion__control,
.do-pub-list .item__footer .fonts-loaded .accordion__control {
    font-family: "Roboto Condensed", sans-serif;
}

.doSearch .result__ctrl__filters {
    border: none;
    width: 30%;
}

.do-pub-list {
    list-style: none;
    padding: 0;
}

.advancedSearch__tabs__nav {
    background: #e6e5e5;
}

@media (max-width: 767px) {
    .advancedSearch__tabs__nav {
        background: transparent;
        margin: 5px -15px;
    }
}

.advancedSearch__tabs__nav a {
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #555;
    border-bottom: 1px solid #16475c;
}

.advancedSearch__tabs__nav .active a {
    border-bottom: 3px solid #16475c;
    color: #555;
}

.advancedSearch__tabs__nav.tab__nav a {
    padding: 5px 15px;
}

.advanced-search__tabs {
    margin: 0 -15px;
    padding: 0 15px 15px;
    background: #e6e5e5;
}

@media (max-width: 991px) {
    .advanced-search__tabs {
        margin: 0;
    }
}

@media (max-width: 991px) {
    .advancedSearch__tabs {
        padding: 0;
    }
}

@media (max-width: 991px) {
    .searchIn--field .jcf-select {
        width: 21%;
    }

    .searchIn--field input,
    .searchIn--field .tags-input {
        width: 68%;
    }
}

.search-tabs-nav {
    display: none;
}

.search-entries ul {
    list-style: none;
    padding: 0;
}

.search-entries ul li:first-child h3 {
    font-size: 1rem;
    color: #808284;
}

ul.facet__list--applied li,
ul.facet__list--applied li.pinned-filter {
    border: none;
    background-color: transparent;
    color: #16475c;
}

.iOS .w-slide__content {
    height: 100%;
}

.toc-header__title {
    color: #16475c;
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .toc-header__title {
    font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {
    .toc-header__title {
        font-size: 32px;
        font-size: 2rem;
    }
}

.toc-header__top {
    padding-bottom: 10px;
}

.toc-header__top .filled--journal {
    margin-right: 10px;
}

.toc-header .current-issue {
    display: inline-block;
    text-transform: uppercase;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.toc-header .current-issue>span:first-child {
    font-weight: 700;
    padding-right: 5px;
}

@media (max-width: 767px) {
    .toc-header .current-issue span {
        display: inline-block;
    }
}

.quickSearchRegion.dark {
    padding: 0 10px;
    background: #e6e5e5;
}

.quickSearchRegion.dark input,
.quickSearchRegion.dark .tags-input {
    background-color: #fff;
    border-color: #b0b0b0;
    border-radius: 5px;
}

.quickSearchRegion.dark input::-webkit-input-placeholder,
.quickSearchRegion.dark .tags-input::-webkit-input-placeholder {
    text-transform: uppercase;
    font-size: 15.2px;
    font-size: 0.95rem;
}

.quickSearchRegion.dark input::-moz-placeholder,
.quickSearchRegion.dark .tags-input::-moz-placeholder {
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.quickSearchRegion.dark input:-ms-input-placeholder,
.quickSearchRegion.dark .tags-input:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 14.4px;
    font-size: 0.9rem;
}

.quickSearchRegion.dark .quick-search__button {
    background: #fff;
    top: 16px;
    color: #b0b0b0;
}

@media (max-width: 991px) {
    .quickSearchRegion.dark .quick-search__button {
        top: 21px;
        bottom: inherit;
    }
}

.single_highlight_class {
    display: inline;
}

.quick-search-advanced-link {
    color: #808284;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 25px;
    cursor: pointer;
    text-align: center;
}

@media (max-width: 1199px) {
    .quick-search-advanced-link {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .quick-search-advanced-link {
        margin-top: 25px;
    }
}

@media (max-width: 531px) {
    .quick-search-advanced-link {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.quickSearchAutocomplete.ui-autocomplete a {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.quickSearchAutocomplete.ui-autocomplete li:first-child a {
    border-bottom: 1px solid #d9d9d9;
}

.advanced-search--filters label {
    font-weight: 500;
    color: #555;
}

.advanced-search .label-txt,
.advanced-search .jcf-select-text {
    font-weight: 500;
    color: #555;
    font-size: 14px;
    font-size: 0.875rem;
    display: flex;
}

.advanced-search .jcf-select-text:after {
    float: none;
    margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
    .advanced-search .jcf-select-text {
        font-size: 12px;
        font-size: 0.75rem;
    }

    .advanced-search .jcf-select-text:after {
        font-size: 8px;
        font-size: 0.5rem;
    }
}

.advanced-search .accordion__control {
    color: #555;
    font-size: 1rem;
}

.jcf-select-publication-type__select {
    width: 72%;
}

@media (min-width: 768px) {
    .jcf-select-publication-type__select .jcf-scrollable-wrapper {
        height: 190px !important;
    }
}

@media (max-width: 767px) {
    .jcf-select-publication-type__select {
        width: 100%;
    }
}

.jcf-select-publication-type__select .jcf-scrollbar-horizontal {
    display: none;
}

@media (min-width: 768px) {
    .advanced-search--filters .jcf-select-publication-type__select {
        width: 70%;
        margin-left: 2%;
        vertical-align: middle;
    }

    .advanced-search--searchIn input,
    .advanced-search--searchIn .tags-input {
        line-height: 1.2rem;
    }
}

.do-author__title {
    background: #b0b0b0;
    text-align: center;
    font-weight: 100;
    font-size: 32px;
    font-size: 2rem;
    padding: 15px 0;
}

@media (max-width: 767px) {
    .do-author__title {
        margin: 0 -15px 15px;
    }
}

.do-author-wrapper {
    margin-bottom: 50px;
}

.do-author-wrapper .affiliations {
    margin-bottom: 0;
}

.access-widget .quick-search__button {
    padding: 10px;
    color: #fff;
}

.email .show-change-password {
    color: #16475c;
    margin-top: 5px;
}

@media (min-width: 769px) {

    .managedInstitutions select,
    .managedInstitutions label {
        color: #555;
    }
}

.header__quick-menu .navigation-login-dropdown ul {
    background: transparent;
}

.header__quick-menu .navigation-login-dropdown ul a {
    color: #404042;
}

.ui-datepicker-calendar {
    background-color: white;
    border: 1px solid lightgray;
}

.ui-datepicker-header {
    background-color: white;
}

.ui-datepicker-year {
    color: #16475c;
}

.ui-datepicker-month {
    color: #16475c;
    padding: 0;
}

.ui-dialog table td {
    padding: 5px 0 0;
}

.ui-dialog input,
.ui-dialog .tags-input {
    margin: 8px 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.ui-dialog .ui-button {
    padding: 0;
    margin: 10px 5px;
}

.ui-dialog .ui-button.ui-state-hover {
    color: #fff;
}

.ui-dialog-titlebar {
    border: none;
    color: #16475c;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-radius: 0;
}

.ui-dialog[aria-describedby=externalEmailDialogForm] {
    width: 500px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    margin-top: -10px;
}

.ui-dialog .validateTips {
    margin: 0 0 5px;
    COLOR: darkred;
    font-size: 12px;
    font-size: 0.75rem;
}

.brief__content .quote,
.brief__content .epub-section__date {
    color: #16475c;
}

.brief__abstract {
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 50px;
}

.brief__authors .rlist--inline.loa {
    margin: 20px 0 20px;
    font-size: 1rem;
}

.brief__link {
    color: #16475c;
    margin-bottom: 40px;
}

.brief__link a {
    color: #ed1c24;
}

@media (max-width: 991px) {
    .brief__primary-topic {
        display: block;
        padding-left: 0;
    }
}

.blog-full .sidebar-region {
    margin-top: 85px;
}

.blog__content .quote,
.blog__content .epub-section__date {
    color: #117eae;
}

.blog__content .coolBar--sections {
    margin-left: 0;
}

.blog__authors .rlist--inline.loa {
    margin: 20px 0 20px;
    font-size: 1rem;
}

.blog__primary-topic {
    color: #2babe2;
}

@media (max-width: 991px) {
    .blog__primary-topic {
        display: block;
        padding-left: 0;
    }
}

.blog__related-topics {
    text-transform: uppercase;
    color: #808284;
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 20px;
}

.blog__related-topics li:not(:first-child)::before {
    content: "|";
    padding: 0 5px;
}

.brief-full .sidebar-region {
    margin-top: 85px;
}

.ref__fulltext {
    font-size: 14.4px;
    font-size: 0.9rem;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.ref__fulltext .institution {
    font-size: inherit;
    margin: 0;
    display: inline;
    padding: 0;
    text-indent: 0;
}

.ref__fulltext .extlink {
    color: #808284;
    text-decoration: underline;
}

.ref__fulltext .references__item {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.ref__fulltext .references__item:last-child {
    border-bottom: none;
}

.supporterLink a {
    text-decoration: underline;
}

.loginBar .profile-text {
    display: none;
}

.notified-group {
    color: #16475c;
}

.registration-form>form {
    margin-top: 20px;
}

.registration-form .g-recaptcha {
    clear: both;
    padding-bottom: 20px;
    padding-top: 50px;
}

.registration-form .formDropZone+.actions .cancel {
    padding: 9px 15px;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.registration-form .actions {
    padding-left: 20px;
}

.registration-section {
    padding-left: 15px;
    padding-right: 15px;
}

.registration-section input:focus~label:before,
.registration-section .tags-input:focus~label:before {
    box-shadow: 0 0 0 3px rgba(161, 161, 161, 0.4);
}

.registration-section .switch .cmn-toggle:checked+label:before {
    box-shadow: none;
}

.registration-contact {
    margin-bottom: 35px;
    margin-top: 20px;
    padding-left: 20px;
}

.registration-contact a {
    color: #16475c;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .login-info .input-group {
        padding: 0;
    }
}

.terms-message {
    background-color: #eee;
    margin: 0 -15px;
    padding: 5px 15px;
}

.terms-message .small-txt {
    font-weight: bold;
    color: #16475c;
}

.terms-of-use {
    margin-bottom: 20px;
}

.terms-of-use .tgl-btn {
    top: 40px;
}

.link {
    color: #555;
}

.switch .cmn-toggle:checked+label,
.switch label {
    background-color: #16475c;
}

.switch.small-switch label {
    display: inline-block;
}

.promoCodeForm input,
.promoCodeForm .tags-input {
    margin-left: 6px;
}

@media (min-width: 768px) {

    .promoCodeForm input,
    .promoCodeForm .tags-input {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    .promoCodeForm input,
    .promoCodeForm .tags-input {
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .eCommerceCheckoutBuyingItemsWidget .promoCodeBlock form {
        display: block !important;
    }

    .eCommerceCheckoutBuyingItemsWidget .promoCodeBlock form .applyDiscount {
        float: right;
        margin: 10px 0;
    }
}

.pairingManagementBody {
    color: #808284;
}

.pairingManagementBody table {
    margin-bottom: 30px;
}

.pairingManagementBody table td {
    padding: 0.25em;
    font-weight: 500;
}

.pairingManagementBody .actionButton {
    margin: 10px 0;
}

.popup .close {
    color: #404042;
}

a.show-registration-popup {
    color: #16475c;
    text-decoration: underline;
    font-weight: 400;
}

.error .message,
.submission-form td .error .message,
.submission-form td .error--not-image .message {
    padding: 0;
    border: none;
}

.error .message a,
.submission-form td .error--not-image .message a {
    color: #a76262;
}

.publication-list .featuredCard__title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.publication-list .featuredCard__title,
.publication-list .featuredCard__details {
    padding-right: 10px;
    padding-left: 10px;
}

.publication-list .rlist .featuredCard__title,
.publication-list .figure-viewer__hold__supplementary-nav .featuredCard__title,
.publication-list .table-viewer__hold__supplementary-nav .featuredCard__title {
    margin-bottom: 0;
}

.publication-list-alt .issue-item {
    margin-top: 15px;
    padding-top: 15px;
}

.password-eye-icon {
    top: 50px;
}

.resetPasswordWidget .note {
    color: #16475c;
}

.purchaseArea {
    background: #f9f9f9;
    border: 1px solid #b0b0b0;
    margin: 30px 0;
    padding: 20px;
}

.purchaseArea a {
    color: #16475c;
    font-size: 14px;
    font-size: 0.875rem;
}

.purchaseArea h2 {
    color: #fff;
    background-color: #16475c;
    margin: -21px -21px 20px -21px;
    padding: 10px 20px;
    font-size: 22.4px;
    font-size: 1.4rem;
}

.purchaseArea hr {
    display: none;
}

.purchaseArea input[type=text],
.purchaseArea .tags-input[type=text],
.purchaseArea input[type=password],
.purchaseArea .tags-input[type=password] {
    background-color: #fff;
}

.purchaseArea .purchaseDescription {
    display: block;
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 0 20px 0;
}

.purchaseArea .restoreContentAccessExplanatoryText {
    margin: 20px -20px -30px -20px;
    padding: 5px 20px;
    background-color: #eee;
    border-top: 1px solid #b0b0b0;
    color: #555;
    font-size: 13px;
    font-size: 0.8125rem;
}

.purchaseArea .rlist,
.purchaseArea .figure-viewer__hold__supplementary-nav,
.purchaseArea .table-viewer__hold__supplementary-nav {
    padding: 10px 0;
    border-top: 1px solid #dcdcdc;
}

.purchaseArea .expand-link,
.purchaseArea #purchaseLink {
    color: #16475c;
    font-size: 14px;
    font-size: 0.875rem;
    cursor: pointer;
}

.purchaseArea .expand-link.active,
.purchaseArea #purchaseLink.purchaseAreaList_expand {
    font-weight: bold;
}

.purchaseArea .login-form {
    border-top: 1px dashed #dcdcdc;
    margin: 10px 0;
    padding: 20px 0 0 0;
    border-bottom: 1px solid #dcdcdc;
}

.purchaseArea .claim-options {
    padding: 0;
}

.purchaseArea .claim-options .content {
    border-top: 1px dashed #dcdcdc;
    margin: 10px 0;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #dcdcdc;
}

.purchaseArea .claim-options #accessTokenForm .submit {
    float: none;
}

.eCommercePurchaseAccessWidgetContainer .purchase-item,
.purchaseArea .purchase-item {
    min-height: 50px;
    padding: 18px 10px;
}

.eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header .purchaseMessage,
.purchaseArea .add-journal-to-cart header .purchaseMessage {
    background: #16475c;
}

.eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header .add-to-cart-msg,
.purchaseArea .add-journal-to-cart header .add-to-cart-msg {
    background: #16475c;
}

.eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header .add-to-cart-msg.added,
.purchaseArea .add-journal-to-cart header .add-to-cart-msg.added {
    background: #16475c;
}

.eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header:hover .add-to-cart-msg:not(.added),
.purchaseArea .add-journal-to-cart header:hover .add-to-cart-msg:not(.added) {
    padding: 0;
}

@media (max-width: 767px) {

    .eCommercePurchaseAccessWidgetContainer .add-journal-to-cart header:hover .add-to-cart-msg:not(.added),
    .purchaseArea .add-journal-to-cart header:hover .add-to-cart-msg:not(.added) {
        padding: 0;
        margin-top: -5px;
    }
}

.AccessDenialMessage {
    padding: 15px;
}

.purchase-options-container {
    border-top: 1px dashed #b0b0b0;
    margin: 10px 0;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #b0b0b0;
}

.purchase-options-container .add-article-to-cart {
    border: 1px solid #b0b0b0;
}

@media (max-width: 767px) {
    .purchase-options-container .add-article-to-cart__title {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.purchase-options-container .add-article-to-cart__price {
    border-left: 1px solid #b0b0b0;
}

@media (max-width: 767px) {
    .purchase-options-container .add-article-to-cart__price {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.purchase-options-container header a {
    margin: -1px 0;
}

.purchase-options-container .add-journal-to-cart {
    margin-bottom: 10px;
}

.purchase-options-container .add-journal-to-cart header a {
    background-color: #fff;
}

.purchase-options-container .add-journal-to-cart header a .title,
.purchase-options-container .add-journal-to-cart header a .price {
    width: auto;
    border-left: none;
}

.purchase-options-container .add-journal-to-cart .journal-options-expanded {
    margin-top: 10px;
}

.purchase-options-container .add-journal-to-cart .journal-options-expanded .content-access-section-header {
    display: none;
}

.purchase-options-container .add-journal-to-cart .journal-options-expanded .tab-nav {
    display: none;
}

.purchase-options-container .purchase-items {
    margin-bottom: 10px;
}

.purchase-options-container .purchase-items header a {
    color: #555;
}

.purchase-options-container .addedMessage .article-title {
    background-color: #fff;
    border: 3px solid #2babe2;
}

@media (min-width: 768px) {
    .purchase-options-container .addedMessage .article-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.purchase-options-container .addedMessage .article-title .icon-check {
    color: #2babe2;
}

.purchase-options-container .addedMessage .article-title .article-title-content {
    align-items: center;
}

@media (min-width: 768px) {
    .purchase-options-container .addedMessage .article-title .article-title-content {
        width: 60%;
    }
}

.purchase-options-container .addedMessage .article-title .article-title-content .text {
    text-align: left;
}

.purchase-options-container .addedMessage .show-cart-link {
    color: #fff;
    background-color: #2babe2;
}

.eCommerceCheckoutIdentityWidget {
    margin-bottom: 40px;
    margin-top: 40px;
}

.eCommerceCheckoutIdentityWidget .header {
    margin-top: 0;
}

.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod {
    margin: 0;
}

.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod:last-child {
    margin: 10px 20px 0 10px;
}

@media (max-width: 767px) {
    .eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod:last-child {
        margin: 10px 20px 0 0;
    }
}

.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod:last-child a {
    color: #16475c;
}

.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod input[type=submit],
.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod .tags-input[type=submit],
.eCommerceCheckoutIdentityWidget .checkoutLogin form .checkoutMethod a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 15px;
}

.eCommerceCheckoutSummaryWidget {
    margin-bottom: 40px;
}

.eCommerceCheckoutSummaryWidget .header {
    margin: 0;
}

.eCommerceCheckoutSummaryWidget .orderSummary {
    color: #808284;
    line-height: 2.5;
}

.eCommerceCheckoutSummaryWidget .orderSummary div {
    padding: 0 10px;
    border-top: 1px dashed #ccc;
}

.eCommerceCheckoutSummaryWidget .orderSummary div:first-child {
    border-top: none;
}

.eCommerceCheckoutSummaryWidget .orderSummary div:last-child {
    border-top-style: solid;
    color: #16475c;
    font-weight: 700;
}

.eCommerceCheckoutSummaryWidget .orderSummary div:nth-child(even) {
    background-color: #f9f9f9;
}

.buyItemFooter .discountLabel {
    width: 22%;
}

.eCommerceCheckoutBuyingItemsWidget .buyItemFooter .promoCodeBlock form {
    display: flex;
}

#recentlytabcontent .articleDataContainer {
    margin-top: 20px;
}

#recentlytabcontent .articleTitlePrice>p {
    max-width: none;
}

#recentlytabcontent .tabPanelFooter>a:first-child {
    text-decoration: underline;
    text-decoration-color: #aaa;
}

#recentlytabcontent .tabPanelFooter .add-to-cart .purchaseArea {
    margin: 0;
}

#recentlytabcontent .tabPanelFooter .add-to-cart .purchaseArea .purchaseAreaLists {
    padding-left: 0;
}

#recentlytabcontent .purchase-options.icon {
    font-size: 8px;
    font-size: 0.5rem;
    float: right;
    padding: 5px 0;
    line-height: 1.4;
}

.cartLabel .shopping-cart {
    min-width: 14px;
    line-height: 14px;
}

@media (max-width: 767px) {
    .cartLabel .shopping-cart {
        min-width: 12px;
    }
}

.institution {
    color: #16475c;
    border-right: none;
    margin: 0 47px 0 0;
    text-align: left;
    padding: 0;
    float: right;
}

.institution__name {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
    padding-left: 0;
    max-width: 200px;
}

@media (max-width: 1199px) {
    .institution__name {
        display: block;
    }
}

@media (max-width: 531px) {
    .institution__name {
        position: absolute;
        z-index: 5;
        font-size: 9px;
        font-size: 0.5625rem;
        right: 40px;
        left: 180px;
        top: 18px;
        font-weight: 500;
        max-width: 100px;
    }
}

.institution__intro {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

@media (max-width: 1199px) {
    .institution__intro {
        display: block;
    }
}

@media (max-width: 531px) {
    .institution__intro {
        display: none;
    }
}

.favoriteShortlist .label-txt,
.favoriteShortlist label {
    font-size: 1rem;
}

.favoriteShortlist .jcf-select {
    font-family: "Roboto Condensed Subset", sans-serif;
    font-size: 1rem;
}

.fonts-loaded .favoriteShortlist .jcf-select {
    font-family: "Roboto Condensed", sans-serif;
}

.pb-rich-text a {
    color: #16475c;
    text-decoration: underline;
}

.royalSlider {
    width: 600px;
    height: 400px;
    position: relative;
    direction: ltr;
}

.royalSlider>* {
    float: left;
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(https://blog-feed.org/health-affairs-fungus/img/grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(https://blog-feed.org/health-affairs-fungus/img/grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(https://blog-feed.org/health-affairs-fungus/img/blank.gif);
}

.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
    background: #151515;
    color: #FFF;
}

.rsDefault .rsArrow {
    height: 100%;
    width: 44px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
}

.rsDefault.rsVer .rsArrow {
    width: 100%;
    height: 44px;
}

.rsDefault.rsVer .rsArrowLeft {
    top: 0;
    left: 0;
}

.rsDefault.rsVer .rsArrowRight {
    bottom: 0;
    left: 0;
}

.rsDefault.rsHor .rsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefault.rsHor .rsArrowRight {
    right: 0;
    top: 0;
}

.rsDefault .rsArrowIcn {
    width: 32px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    position: absolute;
    cursor: pointer;
    background: url("https://blog-feed.org/health-affairs-fungus/img/rs-default.png");
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
    border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: -64px -32px;
}

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-position: -64px -64px;
}

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -96px -32px;
}

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -96px -64px;
}

.rsDefault .rsArrowDisabled .rsArrowIcn {
    opacity: 0.2;
    filter: alpha(opacity=20);
    *display: none;
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    text-align: center;
    line-height: 8px;
    overflow: hidden;
}

.rsDefault .rsBullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 5px 6px;
}

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: rgba(255, 255, 255, 0.5);
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}

.rsDefault .rsThumbsHor {
    width: 100%;
    height: 72px;
}

.rsDefault .rsThumbsVer {
    width: 96px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
    position: relative;
    height: 100%;
}

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}

.rsDefault .rsThumb {
    float: left;
    overflow: hidden;
    width: 96px;
    height: 72px;
}

.rsDefault .rsThumb img {
    width: 100%;
    height: 100%;
}

.rsDefault .rsThumb.rsNavSelected {
    background: #02874a;
}

.rsDefault .rsThumb.rsNavSelected img {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.rsDefault .rsTmb {
    display: block;
}

.rsDefault .rsTmb h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 20px;
    color: #FFF;
}

.rsDefault .rsTmb span {
    color: #DDD;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px;
}

.rsDefault .rsThumbsArrow {
    height: 100%;
    width: 20px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 21;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
}

.rsDefault .rsThumbsArrow:hover {
    background: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
    width: 100%;
    height: 20px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
    top: 0;
    left: 0;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}

.rsDefault .rsThumbsArrowIcn {
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    position: absolute;
    cursor: pointer;
    background: url("https://blog-feed.org/health-affairs-fungus/img/rs-default.png");
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}

.rsDefault .rsThumbsArrowDisabled {
    display: none !important;
}

@media screen and (min-width: 0px) and (max-width: 800px) {
    .rsDefault .rsThumb {
        width: 59px;
        height: 44px;
    }

    .rsDefault .rsThumbsHor {
        height: 44px;
    }

    .rsDefault .rsThumbsVer {
        width: 59px;
    }
}

.rsDefault .rsTabs {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
}

.rsDefault .rsTab {
    display: inline-block;
    cursor: pointer;
    text-align: center;
    height: auto;
    width: auto;
    color: #333;
    padding: 5px 13px 6px;
    min-width: 72px;
    border: 1px solid #D9D9DD;
    border-right: 1px solid #f5f5f5;
    text-decoration: none;
    background-color: #FFF;
    background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    -webkit-box-shadow: inset 1px 0 0 #fff;
    box-shadow: inset 1px 0 0 #fff;
    *display: inline;
    *zoom: 1;
}

.rsDefault .rsTab:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.rsDefault .rsTab:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
}

.rsDefault .rsTab:active {
    border: 1px solid #D9D9DD;
    background-color: #f4f4f4;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.rsDefault .rsTab.rsNavSelected {
    color: #FFF;
    border: 1px solid #999;
    text-shadow: 1px 1px #838383;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    background: #ACACAC;
    background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
    background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
    background-image: linear-gradient(to bottom, #ACACAC, #BBB);
}

.rsDefault .rsFullscreenBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 22;
    display: block;
    position: absolute;
    cursor: pointer;
}

.rsDefault .rsFullscreenIcn {
    display: block;
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("https://blog-feed.org/health-affairs-fungus/img/rs-default.png") 0 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
    border-radius: 2px;
}

.rsDefault .rsFullscreenIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}

.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer;
}

.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    background: url("https://blog-feed.org/health-affairs-fungus/img/rs-default.png") no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
}

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%;
}

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
}

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px;
}

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("https://blog-feed.org/health-affairs-fungus/img/rs-default.png") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000;
}

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.rsDefault .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url("https://blog-feed.org/health-affairs-fungus/img/preloader-white.gif");
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.rsDefault .rsGCaption {
    position: absolute;
    float: none;
    bottom: 6px;
    left: 6px;
    text-align: left;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    color: #FFF;
    padding: 2px 8px;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
}

.royalSlider {
    font-family: "Roboto Condensed Subset", sans-serif;
    width: 100%;
    overflow: hidden;
}

.fonts-loaded .royalSlider {
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
    .royalSlider {
        height: 500px !important;
    }
}

.royalSlider .rsNavItem {
    background: #16475c;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #b0b0b0;
}

.royalSlider .rsNavItem.rsNavSelected {
    background: #b0b0b0;
}

.royalSlider .rsNavItem .title-prefix {
    text-transform: uppercase;
}

.royalSlider .rsNavItem .date,
.royalSlider .rsNavItem .title-prefix {
    color: #fff;
    font-weight: 700;
    font-size: 12.8px;
    font-size: 0.8rem;
}

@media (max-width: 991px) {

    .royalSlider .rsNavItem .date,
    .royalSlider .rsNavItem .title-prefix {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.royalSlider .rsNavItem .title {
    font-size: 1rem;
}

.royalSlider .rsThumbsVer {
    width: 32%;
    border-left: 1px solid #b0b0b0;
    background: #16475c;
}

@media (max-width: 767px) {
    .royalSlider .rsThumbsVer {
        width: 100%;
    }
}

.royalSlider .rsImg {
    max-width: none;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.rsDefault .rsThumb {
    height: auto;
    min-height: 100px;
}

@media (max-width: 767px) {
    .rsDefault .rsThumb {
        min-height: 92px;
    }
}

.rsDefault .rsOverflow {
    background: #16475c;
}

@media (max-width: 767px) {
    .rsDefault.rsWithThumbsVer .rsThumbsArrow {
        height: 30px;
    }
}

.rsLink__content {
    padding: 5px 10px;
}

.login-popup .remote-login {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 14px;
    color: #808284;
}

.login-popup .remote-login:hover,
.login-popup .remote-login:focus {
    color: inherit;
}

.login-popup .notice {
    font-weight: bold;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.login-form .notice {
    color: #B33A3A;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.featuredCard__graph>.featuredCard__body>a {
    position: relative;
    overflow: hidden;
    height: 280px;
    margin-bottom: 4px;
}

.featuredCard__graph>.featuredCard__body>a img {
    position: relative;
    top: -28px;
}

.list-of-issues-detailed {
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .list-of-issues-detailed {
    font-family: "Roboto Slab", serif;
}

.list-of-issues-detailed a {
    color: #404042;
}

.list-of-issues-detailed .page-range {
    font-size: 0.75rem;
}

.list-of-issues-detailed .status.current {
    font-size: 0.825rem;
    font-weight: 600;
}

.list-of-issues-detailed .tab__pane li.issue-block {
    padding-bottom: 12px;
}

.list-of-issues-detailed .tab__pane.loading {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    opacity: 1;
    justify-content: center;
    animation: none;
    border: none;
}

.list-of-issues-detailed .tab__pane.loading::after {
    content: "";
    width: 50px;
    height: 50px;
    background: transparent;
    border: 4px solid #fff;
    border-right-color: #ed1c24;
    border-radius: 50%;
    transform: rotate(0deg);
    animation: spinning 0.5s infinite linear;
}

.list-of-issues-detailed .tab__nav a {
    color: #404042;
    font-size: 1rem;
    text-transform: lowercase;
    font-weight: 500;
}

.list-of-issues-detailed .tab__nav .active {
    border-color: #fff;
}

.list-of-issues-detailed .tab__nav .active a {
    color: #404042;
    font-weight: 600;
}

.list-of-issues-detailed .issue-info__cover-date {
    border-right: 0;
    color: #c61017;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.86rem;
}

.list-of-issues-detailed .issue-info__vol-issue,
.list-of-issues-detailed .issue-info__page-range {
    font-size: 1rem;
    font-weight: 100;
}

.list-of-issues-detailed .issue-info__title {
    margin-bottom: 0;
    font-weight: 600;
}

.list-of-issues-detailed .issue-info__divider {
    margin: 0 3px 0;
    font-size: 0.75rem;
    display: inline-block;
    position: relative;
    top: -1px;
}

.loi-dropblock__container {
    position: relative;
}

.loi-dropblock__container .dropBlock-loi__holder {
    right: 5px;
    top: 20px;
    bottom: 0;
    left: -5px;
}

@keyframes spinning {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.two-factor-authentication__toggle {
    position: absolute;
    top: 0;
    right: 0;
}

.two-factor-authentication__message {
    padding-right: 21px;
}

.header {
    width: 100%;
}

.header--first-row {
    position: relative;
    z-index: 10;
    display: flex;
}

@media (max-width: 767px) {
    .header--first-row {
        display: block;
    }
}

.header--first-row .pull-right {
    flex: 1;
    align-self: flex-end;
}

.header__logo {
    max-width: 470px;
    margin-bottom: -20px;
    margin-top: 0;
}

@media (max-width: 1199px) {
    .header__logo {
        max-width: 280px;
        margin-bottom: 0;
    }
}

@media (max-width: 767px) {
    .header__logo {
        max-width: 148px;
        z-index: 10;
        position: relative;
    }
}

.header__donate {
    background: #ffcb09;
    color: #fff;
    display: inline-block;
    font-size: 21.6px;
    font-size: 1.35rem;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 14px 24px 6px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header__donate {
        margin-top: 7px;
        margin-right: 20px;
        padding: 8px 21px 8px;
        font-size: 12.8px;
        font-size: 0.8rem;
        margin-bottom: 7px;
    }
}

@media (max-width: 531px) {
    .header__donate {
        margin-top: 14px;
        padding: 3px 12px;
        margin-bottom: 10px;
    }
}

.header__quick-menu {
    text-align: right;
}

.header__quick-menu .sign-in-label,
.header__quick-menu .cartText {
    display: none;
}

.header__quick-menu li {
    vertical-align: middle;
}

@media (min-width: 768px) {
    .header__quick-menu .cartLabel {
        padding-right: 5px;
    }
}

@media (max-width: 767px) {
    .header__quick-menu .cartLabel .icon-shoppingcart {
        color: #fff;
    }
}

.header__quick-menu .col-sm-6 {
    position: absolute;
    left: 60px;
    bottom: 10px;
}

@media (max-width: 1199px) {
    .header__quick-menu .col-sm-6 {
        left: auto;
        right: 120px;
        top: 15px;
    }
}

@media (max-width: 767px) {
    .header__quick-menu .col-sm-6 {
        position: static;
    }
}

@media screen and (min-width: 768px) and (-ms-high-contrast: none),
screen and (min-width: 768px) and (-ms-high-contrast: active) {
    .header__quick-menu {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .header__quick-menu .res--left:first-child {
        background: #ffcb09;
    }

    .header__quick-menu .res--left:first-child a {
        color: #404042;
        padding: 8px 10px 8px;
    }
}

@media (max-width: 767px) {
    .header__quick-menu ul {
        background-color: #404042;
        margin: 0 -15px;
        padding: 8px 15px;
    }

    .header__quick-menu ul a {
        color: #fff;
    }

    .header__quick-menu .res--left {
        float: left;
    }

    .header__quick-menu .quick-menu__item {
        padding-left: 0;
        padding-right: 15px;
    }
}

.header.fixed {
    background: #fff;
    z-index: 50;
}

@media print {
    .header.fixed {
        position: relative !important;
    }
}

@media (max-width: 767px) {
    .header .pull-right {
        float: none;
        width: 100%;
    }
}

.quick-menu__item {
    color: #808284;
    display: inline-block;
    font-size: 13.76px;
    font-size: 0.86rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 0 4px 27px;
}

.userLoginBar .quick-menu__item {
    color: #ed1c24;
}

.main-nav .advanced-search-link {
    font-size: 9.2px;
    font-size: 0.575rem;
    padding: 0;
    margin-right: 4px;
    text-align: right;
}

@media (max-width: 991px) {
    .main-nav .advanced-search-link {
        margin-right: 45px;
        margin-top: -10px;
    }
}

.main-nav--extra {
    display: inline-block;
    float: right;
}

.main-nav--extra .quickSearchFormContainer {
    display: inline-block;
}

.main-nav nav {
    padding-left: 515px;
}

@media (max-width: 1199px) {
    .main-nav nav {
        padding-left: 15px;
    }
}

.main-nav a {
    font-size: 20.8px;
    font-size: 1.3rem;
    padding: 25px 20px;
}

.main-nav a[data-db-target-for=extraMenu] {
    display: inline-block;
    color: #fff;
    padding: 0 0 0 15px;
    font-size: 40px;
    font-size: 2.5rem;
    vertical-align: super;
}

.main-nav a[data-db-target-for=extraMenu] .icon-close_thin {
    display: none;
}

@media (max-width: 1199px) {
    .main-nav a {
        font-size: 1rem;
        padding: 25px 20px 20px;
    }
}

@media (max-width: 991px) {
    .main-nav a {
        font-size: 1rem;
        padding: 25px 20px 22px;
    }
}

.main-nav .dropdown__menu a {
    font-size: 13.6px;
    font-size: 0.85rem;
}

.main-nav [title=Journal]:before {
    content: "";
    display: block;
    border-top: 8px solid #ed1c24;
    margin-top: -34px;
    margin-bottom: 27px;
}

@media (max-width: 1199px) {
    .main-nav [title=Journal]:before {
        display: none;
    }
}

.main-nav [title=Blog]:before {
    content: "";
    display: block;
    border-top: 8px solid #2babe2;
    margin: -34px -10px 27px;
}

@media (max-width: 1199px) {
    .main-nav [title=Blog]:before {
        display: none;
    }
}

.main-nav .dropzone {
    min-height: 63px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    width: 312px;
    float: right;
}

.main-nav .quick-search {
    display: inline-block;
    padding-bottom: 0;
    padding-top: 6px;
}

@media (max-width: 991px) {
    .main-nav .quick-search {
        padding-bottom: 0;
        padding-top: 0;
    }
}

.main-nav .quick-search input,
.main-nav .quick-search .tags-input {
    background: #fff;
    border-radius: 5px;
    height: 29px;
    padding: 6px 5px;
}

.main-nav .quick-search__button {
    position: relative;
    right: 0;
    background-color: transparent;
    color: #fff;
}

@media (max-width: 991px) {
    .main-nav .quick-search__button {
        vertical-align: middle;
        margin-top: 18px;
    }
}

.main-nav .quick-search .input-group {
    float: right;
    margin-top: 4px;
    margin-left: 6px;
    width: 160px;
}

@media (max-width: 991px) {
    .main-nav .quick-search .input-group {
        float: none;
        display: inline-block;
        margin-top: 0;
        margin-left: 0;
    }
}

.main-nav--desktop {
    display: inline-block;
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .main-nav--desktop {
    font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 768px) {
    .main-nav--desktop {
        float: left;
    }
}

.main-nav__extra-links {
    background: #eee;
    padding: 15px;
}

@media (max-width: 767px) {
    .main-nav__extra-links {
        display: block;
        background: transparent;
    }
}

.main-nav__extra-links a {
    padding: 5px 0;
    color: #000;
    text-transform: none;
    font-weight: 400;
    line-height: 1.2rem;
    font-size: 1rem;
}

.main-nav.menu--res {
    max-height: 100vh;
}

.main-nav.menu--res ul {
    margin: 0;
    padding-bottom: 0;
}

.main-nav.menu--res .advanced-search-link {
    font-size: 9.2px;
    font-size: 0.575rem;
    margin-right: 50px;
    margin-top: -8px;
}

.main-nav.menu--res a[data-toggle=nav] {
    height: 49px;
}

.menu--res .main-nav__extra-links {
    padding: 0;
    box-shadow: 0;
    font-size: 19.2px;
    font-size: 1.2rem;
}

.menu--res .main-nav--extra {
    float: none;
    display: block;
    border-top: 2px solid #808284;
    margin: 0 -15px;
    padding: 10px 15px;
}

.menu--res .main-nav--main {
    margin-top: 65px;
}

.menu--res.main-nav .dropdown__menu {
    position: relative;
    left: auto;
    float: none;
    min-width: 0;
    transform: none;
    margin-bottom: 10px;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .menu--res.main-nav .dropdown__menu {
        display: block;
        transition: all 0.1s ease-out;
        max-height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        opacity: 0;
    }

    .menu--res.main-nav .dropdown:hover>.dropdown__menu,
    .menu--res.main-nav .dropdown:focus>.dropdown__menu {
        max-height: 1000px;
        margin: 5px 0 10px 10px;
        padding: 5px 0;
        opacity: 1;
    }

    .menu--res.main-nav .dropdown:hover>.dropdown__menu>li:hover>ul.dropdown__menu,
    .menu--res.main-nav .dropdown:focus>.dropdown__menu>li:hover>ul.dropdown__menu {
        max-height: 1000px;
        margin: 5px 0 10px 10px;
        padding: 5px 0;
        opacity: 1;
    }

    .menu--res.main-nav .dropdown__toggle {
        pointer-events: none;
    }
}

.menu--res.main-nav .menu-header {
    margin: 20px -15px 15px;
}

.menu--res .quick-search {
    padding: 5px 18px;
    margin: 0 -15px;
    border-bottom: 2px solid #808284;
    display: block;
}

.menu--res .quickSearchFormContainer {
    position: absolute;
    top: 75px;
}

.menu--res .footer-top__list ul {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .main-nav--desktop [aria-label=Journal] [role=menuitem] {
        background: #ed1c24;
    }

    .main-nav--desktop [aria-label=Blog] [role=menuitem] {
        background: #2babe2;
    }
}

@media (min-width: 768px) {

    .dropdown:hover[aria-label=Journal]>.dropdown__menu,
    .dropdown:focus[aria-label=Journal]>.dropdown__menu {
        background: #ed1c24;
        left: -100%;
    }

    .dropdown:hover[aria-label=Journal]>.dropdown__toggle,
    .dropdown:focus[aria-label=Journal]>.dropdown__toggle {
        background: #ed1c24;
    }

    .dropdown:hover[aria-label=Blog]>.dropdown__menu,
    .dropdown:focus[aria-label=Blog]>.dropdown__menu {
        background: #2babe2;
        left: -50%;
    }

    .dropdown:hover[aria-label=Blog]>.dropdown__toggle,
    .dropdown:focus[aria-label=Blog]>.dropdown__toggle {
        background: #2babe2;
    }

    .dropdown:hover[aria-label^=Article]>.dropdown__toggle,
    .dropdown:focus[aria-label^=Article]>.dropdown__toggle {
        background: #ed1c24;
        box-shadow: inset 0 -4px 0 0 white;
    }

    .dropdown:hover>.dropdown__toggle:before,
    .dropdown:focus>.dropdown__toggle:before {
        margin-left: -20px;
        margin-right: -20px;
        border-top-width: 9px;
        margin-bottom: 26px;
    }

    .dropdown:hover>.dropdown__menu,
    .dropdown:focus>.dropdown__menu {
        display: flex;
    }

    .dropdown:hover>.dropdown__menu>li:hover>ul.dropdown__menu,
    .dropdown:focus>.dropdown__menu>li:hover>ul.dropdown__menu {
        display: block;
    }

    .dropdown [class*=level] {
        top: auto;
    }

    .dropdown .dropdown__menu {
        font-family: "Roboto Condensed Subset", sans-serif;
    }

    .fonts-loaded .dropdown .dropdown__menu {
        font-family: "Roboto Condensed", sans-serif;
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu {
        left: -100%;
        background-color: #b0b0b0;
        color: #404042;
        padding: 15px 25px;
        min-width: 440px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.175);
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu a {
        text-transform: capitalize;
        font-weight: 500;
        padding: 8px;
        font-size: 1rem;
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu a:hover,
    .dropdown .dropdown__menu>li>ul.dropdown__menu a:focus {
        color: #fff;
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu li {
        background-color: #b0b0b0;
        display: block;
        padding: 0 110px;
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu li:first-child {
        border-top: 1px solid white;
        padding-top: 10px;
    }

    .dropdown .dropdown__menu>li>ul.dropdown__menu li:last-child {
        border-bottom: 1px solid white;
        padding-bottom: 10px;
    }
}

@media (max-width: 767px) {

    .dropdown:hover,
    .dropdown:focus {
        background-color: transparent;
    }
}

.dropdown__menu {
    box-shadow: none;
}

.dropdown__menu a {
    white-space: nowrap;
    padding: 12px 20px 8px;
}

.dropdown__menu>.menu-item {
    display: inline-block;
}

.drawer__nav>ul {
    display: inline-block;
}

.menu--res {
    font-family: "Roboto Condensed Subset", sans-serif;
}

.fonts-loaded .menu--res {
    font-family: "Roboto Condensed", sans-serif;
}

.menu--res .main-nav__extra-links a,
.menu--res .main-nav--desktop a {
    font-weight: 500;
    font-size: 1rem;
}

.menu--res .footer-top__title {
    font-family: "Roboto Condensed Subset", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
}

.fonts-loaded .menu--res .footer-top__title {
    font-family: "Roboto Condensed", sans-serif;
}

@media (max-width: 767px) {
    .footer-top__header {
        margin-bottom: 10px;
    }
}

.footer-top__header span {
    font-weight: bold;
    text-transform: uppercase;
}

.footer-top__header .back-to-top {
    float: right;
    font-size: 12px;
    font-size: 0.75rem;
    margin-top: 2px;
}

.footer-top__list {
    float: left;
    padding-right: 15px;
    width: 18%;
}

.footer-top__list--large {
    width: 22%;
}

@media (max-width: 767px) {
    .footer-top__list {
        float: left;
        padding-left: 15px;
        width: 100%;
    }

    .footer-top__list ul {
        padding-left: 0;
    }
}

footer .footer-top__list {
    font-size: 11.52px;
    font-size: 0.72rem;
    padding-right: 10px;
}

.footer-top__list a {
    display: block;
}

.footer-top__title {
    text-transform: uppercase;
    margin-top: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 2px;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .footer-top__title {
    font-family: "Roboto Slab", serif;
}

.main-nav__extra-links .footer-top__list a {
    margin-bottom: 2px;
}

.main-nav__extra-links .footer-top__list a:before {
    display: none;
}

.main-nav__extra-links .footer-top__list ul {
    padding-left: 8px;
}

@media (max-width: 991px) {
    .main-nav__extra-links .footer-top__list ul {
        padding-left: 0;
        margin-left: 0;
    }
}

.main-nav__extra-links .footer-top__title {
    color: #404042;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Roboto Subset", sans-serif;
}

.fonts-loaded .main-nav__extra-links .footer-top__title {
    font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
    .main-nav__extra-links .footer-top__title {
        color: #fff;
    }
}

.footer-bottom {
    font-size: 12.48px;
    font-size: 0.78rem;
    font-weight: 300;
}

.footer-bottom li {
    padding-right: 8px;
    margin-right: 8px;
}

.footer-bottom a {
    text-decoration: underline;
}

.footer-bottom .copyright {
    margin-top: 4px;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .footer-bottom .copyright {
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.footer-bottom__nav {
    margin-bottom: 10px;
}

.footer-bottom__nav .rlist--inline.separator li {
    border-color: #fff;
}

footer {
    margin-top: 20px;
    background: #404042;
    color: #fff;
    position: relative;
    z-index: 3;
}

footer .address {
    font-weight: 300;
    line-height: 1.7rem;
}

.profile-dark__btn {
    background-color: #16475c;
}

.profile-dark__btn:hover,
.profile-dark__btn:focus {
    background-color: #16475c;
}

.profile-pages {
    margin-top: 50px;
}

.profile-pages .saved-searches th {
    padding: 0.5em;
}

@media (max-width: 767px) {
    .profile-pages {
        margin-top: 1px;
    }
}

@media (max-width: 767px) {
    .profile-pages .row {
        display: -webkit-box;
        display: -moz-box;
        display: box;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        box-orient: vertical;
        margin: -10px -15px 0;
    }

    .profile-pages .row .profileMain-wrapper {
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        box-ordinal-group: 2;
    }
}

.profile-pages h1 {
    font-family: "Roboto Slab Subset", serif;
    color: #16475c;
}

.fonts-loaded .profile-pages h1 {
    font-family: "Roboto Slab", serif;
}

.profile-pages h4,
.profile-pages h3,
.profile-pages h2 {
    color: #16475c;
    text-transform: uppercase;
}

.profile-pages h4:not(:first-child),
.profile-pages h3:not(:first-child),
.profile-pages h2:not(:first-child) {
    margin-top: 30px;
}

.profile-pages .tab--res [data-thead=Actions] button {
    width: 40%;
    margin-top: -10px;
    margin-left: 20px;
}

.profile-pages .tab--res .checkbox--primary {
    word-wrap: normal;
}

.profile-pages .tab--res .profileMain {
    width: 100%;
    padding: 30px 5px;
}

.profile-pages .profileMain {
    padding: 0 15px;
    margin-bottom: 50px;
}

.profile-pages .profileMain .tab__pane {
    padding-top: 0;
}

@media (max-width: 767px) {
    .profile-pages .profileMain {
        margin-top: 20px;
    }
}

.profile-pages .select-all__action {
    margin: 0;
    padding: 0;
    list-style: none;
}

.profile-pages .select-all__action>li {
    display: inline-block;
}

.profile-pages .select-all__checkbox {
    border-right: 1px solid #e0e0e0;
    padding-right: 16px;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .profile-pages .select-all__checkbox {
        margin-top: 15px;
        border-right: none;
    }
}

.profile-pages .select-all__sort.dropBlock {
    position: relative;
    min-width: 200px;
}

.profile-pages .form-btn {
    margin-top: 30px;
}

.profile-pages .reproducible .actions {
    display: inline-block;
}

.profile-pages .address {
    margin-bottom: 35px;
}

.profile-pages .address .inline-actions {
    float: right;
    color: #16475c;
}

.profile-pages .address .inline-actions .icon-trash-can {
    font-size: 19.2px;
    font-size: 1.2rem;
    font-weight: 700;
}

.profile-menu>h2.menu-title {
    margin-top: auto;
}

.my-account__cancle {
    margin-left: 15px;
}

.my-account__cancle:hover,
.my-account__cancle:focus {
    text-decoration: underline;
}

.account-tab .dropBlock {
    text-transform: uppercase;
    background-color: #16475c;
    color: #fff;
}

.account-tab .dropBlock i {
    color: #fff;
}

.account-tab__nav {
    background-color: #fff;
}

.account-tab__nav.js--open li {
    border: 1px solid #16475c;
}

.account-tab__nav li {
    border: 2px solid #16475c;
    padding: 10px 0;
    margin-right: -2px;
    font-size: 14px;
    font-size: 0.875rem;
}

.account-tab__nav li.active {
    background-color: #16475c;
}

.account-tab__nav li.active a {
    border-left: none;
    color: #fff;
}

.account-tab__nav a {
    color: #16475c;
}

.account__sort.dropBlock {
    position: relative;
}

.address-block {
    border-bottom: 2px solid #eee;
    margin-bottom: 40px;
}

.address-block h6 {
    text-transform: uppercase;
}

.address-block i {
    color: #16475c;
    font-size: 19.2px;
    font-size: 1.2rem;
    padding: 5px;
}

.support__logo {
    margin: 20px 10px 0;
}

.support__label {
    margin: 10px;
    color: #16475c;
    font-size: 17.6px;
    font-size: 1.1rem;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .support__label {
    font-family: "Roboto Slab", serif;
}

.content.blog .dark {
    padding-bottom: 0;
    margin-top: 20px;
}

@media (min-width: 768px) {
    .content.blog .dark {
        padding-bottom: 0;
        margin-top: 64px;
    }

    .content.blog .fixed-banner {
        position: fixed;
        top: 145px;
        background: #fff;
        width: 100%;
        z-index: 1;
    }

    .content.blog .social-links {
        margin-top: 64px;
    }
}

@media (min-width: 992px) {
    .content.blog .fixed-banner {
        top: 157px;
    }
}

@media (max-width: 767px) {
    .content.blog .fixed-banner .filled--blog {
        margin-top: 15px;
        margin-bottom: 0;
    }
}

.content.blog .filled--blog {
    margin-top: 55px;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .content.blog .filled--blog {
        margin-top: 50px;
        margin-bottom: 15px;
    }
}

.content.blog .bottom-banner .filled--blog {
    margin-top: 37px;
}

.journal__main-content {
    margin: 0 -15px 0 -30px;
}

.journal-header__top {
    margin-bottom: 20px;
}

.journal .current-issue__title {
    text-transform: uppercase;
    font-size: 20px;
    font-size: 1.25rem;
}

@media (max-width: 767px) {
    .journal.content {
        padding-top: 25px;
        margin-bottom: 20px;
    }
}

.journal .coolBar__wrapper {
    background: #e6e5e5;
    border-bottom: 4px solid #ed1c24;
}

@media (max-width: 767px) {
    .journal .coolBar__wrapper {
        width: 100% !important;
        padding: 0 15px;
    }
}

.journal #loi-banner a {
    color: #404042;
}

.journal .tab__nav {
    background: transparent;
}

.journal .tab__nav a {
    color: #404042;
    font-weight: 500;
}

.journal .tab__nav .active {
    border-color: #fff;
}

.journal .tab__nav .active a {
    color: #404042;
    font-weight: 600;
}

.journal .coolBar i {
    color: #404042;
}

.journal .coolBar i+span {
    color: #404042;
}

#loi-banner a {
    color: #404042;
}

.loi {
    background-color: #bbbdc0;
}

.w-slide .loi {
    background: #fff;
}

.loi__banner {
    box-shadow: none;
    margin-bottom: 40px;
}

.loi .coverDate {
    border-right: 0;
    color: #c61017;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13.76px;
    font-size: 0.86rem;
}

.loi .loi__issue {
    font-weight: normal;
}

.loi .iPageRange {
    font-size: 1rem;
}

.loi .tab__content {
    border-color: #fff;
}

.loi__issue {
    margin-bottom: 12px;
}

.loi__list a {
    padding: 20px 10px 12px;
}

.loi-list__wrapper {
    max-width: 960px;
}

.loi--res .coolBar__wrapper {
    padding: 2px 15px;
}

.loi--res.loi__banner {
    top: 91px;
}

[class*=loi__btn][class*=prev] {
    left: -11px;
}

.w-slide [class*=loi__btn][class*=prev] {
    left: -10px;
    box-shadow: none;
    background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.85) 76%, rgba(255, 255, 255, 0.73) 100%);
}

[class*=loi__btn][class*=next] {
    right: -11px;
}

.w-slide [class*=loi__btn][class*=next] {
    right: -10px;
    box-shadow: none;
    background: linear-gradient(to right, #fff 0%, #fff 50%, rgba(255, 255, 255, 0.85) 76%, rgba(255, 255, 255, 0.73) 100%);
}

.loi .tab__pane:not(.nested-tab) {
    padding-top: 25px;
}

.loi-slide__ctrl {
    color: #404042;
}

.journal--top [class^=filled] {
    margin-top: 10px;
}

.twitter__container {
    max-height: 400px;
    margin: 15px 0;
    overflow-y: hidden;
    box-shadow: 1px 1px 1px 1px #e6e5e5;
}

.twitter__container iframe {
    width: 100% !important;
}

.current-issue__card .featuredCard {
    min-width: 100%;
}

.do-author__recent {
    font-size: 20.4px;
    font-size: 1.275rem;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .do-author__recent {
        background: #e6e5e5;
        margin: 0 -15px;
        padding: 10px 15px;
    }
}

.do-author .search-result {
    margin: 0 20px;
}

@media (max-width: 767px) {
    .do-author .search-result {
        margin: 0;
    }
}

.do-author .search__bottom {
    margin: 0;
}

.podcast-category-wrapper .doSearch .search-result__follow {
    display: none;
}

.podcast-category__info .main-title {
    font-size: 24px;
    font-size: 1.5rem;
}

.podcast-category__desc {
    font-weight: 600;
    font-size: 1rem;
}

.podcast-category__subscribe {
    margin: 20px 0;
    font-weight: 500;
    font-size: 1rem;
}

.podcast-category__subscribe .label {
    color: #808284;
    font-family: "Roboto Slab Subset", serif;
    margin-right: 30px;
    font-weight: 600;
}

.fonts-loaded .podcast-category__subscribe .label {
    font-family: "Roboto Slab", serif;
}

.podcast-category__subscribe .rlist--inline {
    display: inline-block;
}

.podcast-category__subscribe .rlist--inline li {
    margin-left: 10px;
}

.itunes-label {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 2px 2px;
    display: inline-block;
    font-weight: 600;
}

.jw-controlbar-center-group .jw-text-alt.jw-text {
    margin: 0;
}

.static-page {
    margin-bottom: 50px;
}

.static-page h1:not([class^=filled]),
.static-page h2:not([class^=filled]),
.static-page h3:not([class^=filled]),
.static-page h4:not([class^=filled]),
.static-page h5:not([class^=filled]),
.static-page h6:not([class^=filled]) {
    color: #16475c;
    font-weight: 500;
    font-family: "Roboto Slab Subset", serif;
}

.fonts-loaded .static-page h1:not([class^=filled]),
.fonts-loaded .static-page h2:not([class^=filled]),
.fonts-loaded .static-page h3:not([class^=filled]),
.fonts-loaded .static-page h4:not([class^=filled]),
.fonts-loaded .static-page h5:not([class^=filled]),
.fonts-loaded .static-page h6:not([class^=filled]) {
    font-family: "Roboto Slab", serif;
}

.static-page a[name] {
    display: block;
    padding-top: 175px;
    margin-top: -175px;
}

@media (max-width: 767px) {
    .static-page a[name] {
        padding-top: 105px;
        margin-top: -105px;
    }
}

.citationFormats .link {
    text-decoration: underline;
    font-weight: 500;
    color: #16475c;
}

.citationFormats .formats th {
    color: #16475c;
    width: 200px;
    vertical-align: top;
    font-weight: 500;
}

@media (max-width: 531px) {
    .citationFormats .formats th {
        width: 140px;
    }
}

.citationFormats .formats label {
    display: inline-block;
    font-size: 1rem;
}

.static-topics {
    padding: 0;
}

.static-jump-link a[name] {
    display: block;
    position: relative;
    top: -189px;
    visibility: hidden;
}

.feedback {
    margin-top: 40px;
    margin-bottom: 40px;
}

.feedback__title {
    margin-bottom: 5px;
}

.feedback .defButton {
    width: 200px;
}

.feedback #fullName,
.feedback #emailAddress {
    width: 300px;
}

.feedback__info {
    margin-top: 60px;
}

.feedback .g-recaptcha {
    margin-top: 20px;
}

.home-page .clear-margin .featuredCard {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .home-page .clear-margin .featuredCard {
        margin-bottom: 15px;
    }
}

.main-nav--main .dropdown__menu .dropdown__toggle i.icon-arrow_d_n {
    display: none;
}

.dropdown__toggle.hover+.dropdown__menu {
    display: flex;
    left: -100%;
}


/*  */

.product-image {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 330px;
    margin: 25px auto;
}

@media (max-width: 768px) {
    .col-sm-3 .pb-ad a img, .col-sm-4 .pb-ad a img {
        max-width: 235px;
    }
}

@media (max-width: 480px) {
    .header__logo,
    .col-sm-3 .pb-ad a img, .col-sm-4 .pb-ad a img {
        max-width: 95%;
    }
}



/*  */

.contact-form-wrapper {
    position: relative;
    box-sizing: border-box;
    display: block;

    width: 100%;
    max-width: 320px;

    margin: 25px auto;
    padding: 0 10px;
}

.contact-form__group {
    position: relative;
    box-sizing: border-box;
    display: block;

    width: 100%;
    margin-bottom: 15px;
}

.contact-form__group input,
.contact-form__group select {
    position: relative;
    box-sizing: border-box;
    display: block;

    width: 100%;
    height: 40px;

    margin: 2px auto;

    font-weight: 400;
    font-size: 13px;
    text-indent: 10px;

    border: 0;
    border: 1px solid #000;
    border-radius: 6px;

    background-color: transparent;

    outline: none;
}

.contact-form__group input:focus,
.contact-form__group select:focus {
    transition: .2s;

    border: 1px solid #0067AE;
    border-radius: 1px;
}

.contact-form__group button {
    position: relative;
    box-sizing: border-box;
    display: block;

    width: auto;
    margin: 10px auto;
    padding: 15px 15px;

    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;

    border: 0;
    border-radius: 4px;

    background-color: #0067AE;

    outline: none;
    cursor: pointer;
}

.contact-form__group button:hover {
    transition: .2s;

    opacity: .9;
}

.contact-form__group button:focus {
    opacity: 1;
    border-radius: 0px;
}

.contact-form__group label {
    font-weight: 700;
    font-size: 14px;
    line-height: normal;
}


.contact-form__description {
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: normal !important;
    text-align: center;
    padding: 0 0 15px 0;

    opacity: .9;
}

p.contact-form__snoska {
    display: block;

    font-weight: 400;
    font-size: 13px !important;
    line-height: normal !important;
    text-align: center;

    margin: 5px auto !important;
}

/*  */

.expert {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;

    flex-direction: row-reverse;

    width: 100%;
    margin: 25px auto;
    padding: 10px;

    border: 1px solid #e4e4e4;
    border-radius: 3px;
}

.expert-info {
    width: 38%;
}

.expert__decription {
    font-weight: 700;
    font-size: 14px;
}

.expert__img {
    width: 100%;

    align-self: flex-start;
}

.expert__inner {
    width: 58%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.expert__inner-content {
    margin-bottom: 10px;
}

.expert__inner-txt {
    font-weight: 700;
}

.expert__inner-description {
    margin: 0;
    margin-top: 3px;
    margin-bottom: 10px;

    font-size: 18px;
    line-height: normal;
}

.expert__inner-signature {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 0 0 auto;
}

@media (max-width: 480px) {

    .expert {
        flex-direction: column;
    }

    .expert-info,
    .expert__inner,
    .expert__img {
        width: 100%;
        margin: 5px 0;
    }

}



.btn-link {
    padding: 10px 20px !important;
    background-color: red;
    color: #fff !important;
    display: block !important;
    max-width: 300px !important;
    margin: 20px auto !important;
    text-align: center !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    text-transform: uppercase !important;

    opacity: .9 !important;
}

.btn-link:hover {
    transition: .2s;

    opacity: 1 !important;
}

/*  */

.comments {
    margin: 45px auto 15px auto;
}

.comment {
    padding: 5px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid gray;
}

.user-info {
    width: 100%;
    margin: 0 0 10px 0;
}

.user-info span {
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 0 0;
}

.user-info img {
    width: 48px !important;
    height: 48px !important;

    border-radius: 100%;
    margin-right: 10px;
}

.comment-img {
    position: relative;
    box-sizing: border-box;
    display: block;
    margin: 10px 0;
    border-radius: 4px;

    width: 100% !important;
    max-width: 380px !important;
}

.comment_answer {
    padding: 0 0 0 35px;
}