.pb-ui .hide {
    display: none !important
}

body {
    overflow-x: hidden;
    background: #ffffff;
}

.clearBoth {
    clear: both;
}

.bordered {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px 2px #eee
}

.boxshadow {
    box-shadow: 3px 3px 3px grey;
    border: 1px solid #D3D3D3;
}

.cover-image__image img {
    box-shadow: 0 0 10px 2px #eee;
}

.content.cen-toc .cover-image__image img {
    box-shadow: none;
}

main.pubs-custom .tab__pane {
    font-size: 1rem;
}

.sr__only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    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;
}

.button-link {
    display: inline-block;
    padding: 8px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    background-color: #369;
    color: #fff;
    filter: alpha(opacity=85);
    opacity: .85;
    font-size: .9em;
    line-height: 1em;
}

.button-link.centered {
    display: block;
    margin: 0 auto;
}

.button-link.button-yellow,
.button-link.button-lightblue,
.button-link.button-brightblue,
.button-link.button-blue,
.button-link.button-mediumblue,
.button-link.button-darkblue,
.button-link.button-green,
.button-link.button-white {
    filter: alpha(opacity=100);
    opacity: 1;
}

.button-link.button-yellow {
    background-color: #FDD941;
    color: #000000;
}

.button-link.button-lightblue {
    background-color: #488dc4;
    color: #fff;
}

.button-link.button-brightblue {
    background-color: #00a3e0;
    color: #fff;
}

.button-link.button-blue {
    background-color: #1e73b3;
    color: #fff;
}

.button-link.button-mediumblue {
    background-color: #1f3c9a;
    color: #fff;
}

.button-link.button-darkblue {
    background-color: #005083;
    color: #fff;
}

.button-link.button-green {
    background-color: #56b148;
    color: #fff;
}

.button-link.button-white {
    background-color: #fff;
    color: #000;
}

.button-link:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=100);
    opacity: 1;
}

.button-link.button-yellow:hover {
    background-color: #d8d8d8;
    color: #6b510a;
}

.button-link.button-lightblue:hover {
    background-color: #d8d8d8;
    color: #488dc4;
}

.button-link.button-brightblue:hover {
    background-color: #d8d8d8;
    color: #00a3e0;
}

.button-link.button-blue:hover {
    background-color: #d8d8d8;
    color: #1e73b3;
}

.button-link.button-mediumblue:hover {
    background-color: #d8d8d8;
    color: #1f3c9a;
}

.button-link.button-darkblue:hover {
    background-color: #d8d8d8;
    color: #005083;
}

.button-link.button-green:hover {
    background-color: #d8d8d8;
    color: #56b148;
}

.button-link.button-white:hover {
    filter: alpha(opacity=85);
    opacity: .5;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive-item {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100% !important;
    width: 100% !important;
    border: 0;
}

.footer_first-row_title h2 {
    display: inline-block;
    border-right: 2px solid hsla(0, 0%, 100%, .12);
    padding-right: 45px;
    font-weight: 500;
    font-size: 18px;
}

.footer_first-row {
    padding: 21px 0 6px 0;
}

.footer_second-row_left {
    text-align: right
}

.footer_second-row_left img {
    height: auto
}

.footer_menu {
    margin-bottom: 25px;
    text-align: right
}

.footer_menu li {
    display: block;
}

.footer_menu li:after {
    content: "";
    padding: 0;
}

.footer_menu_copyright {
    margin-top: 10px
}

.footer_second-row_right {
    text-align: left
}

.footer_second-row_right h3 {}

.footer_second-row_right ul {
    list-style: none;
    padding-left: 0;
}

.footer_second-row_about h2,
.footer_second-row_resources h2,
.footer_second-row_support h2 {
    font-size: 1.125rem
}

.footer_second-row_right a {
    color: #92cbf6
}

.footer_social_section {
    clear: both;
    float: right;
    text-align: right;
}

.footer_social_header {
    display: inline-block;
    margin-right: 25px;
}

.footer_social_header h4 {
    font-size: 1rem
}

.footer_social_header h2 {
    font-size: 1rem
}

.footer_social {
    display: inline-block
}

@media (max-width:1025px) {
    .footer_second-row_left {
        text-align: center
    }

    .footer_menu {
        text-align: center;
        margin-top: 7px
    }

    .footer_second-row_right h4 {
        text-align: center
    }

    .footer_second-row_about,
    .footer_second-row_resources,
    .footer_second-row_support {
        width: 33%;
        text-align: center
    }

    .footer_social_section {
        text-align: center;
        margin-top: 15px;
        width: 100%
    }

    .footer_social_header {
        width: 100%;
        margin-right: 0
    }

    .footer_social {
        width: 100%;
        margin-top: 0
    }
}

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

    .footer_second-row_about,
    .footer_second-row_resources,
    .footer_second-row_support {
        width: 100%
    }
}

@media (min-width:1368px) {
    .footer_social_section {
        padding-right: 55px
    }
}

@media (min-width:1675px) {
    .footer_social_section {
        padding-right: 138px
    }
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.video-wrapper {
    background: #d8e3ed;
    padding: 10px;
    font-size: .8em;
    color: #5e5e5e;
    line-height: 1.2;
    box-shadow: 0 3px 7px -4px #5e5e5e;
}

h1.vi-header:before {
    content: 'Collection';
    font-size: .9375rem;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 500;
    display: block;
    line-height: 2.2em;
}

h1.vi-header.special:before {
    content: 'Special Issue';
}

h1.vi-header.theme:before {
    content: 'Thematic Collection';
}

h1.vi-header.vi-special:before {
    content: 'Virtual Special Issue';
}

h1.vi-header {
    margin-top: 30px;
    line-height: 1.1em;
}

.vi-image-wrap {
    float: left;
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.vi-sidebar-wrapper .advertisement {
    min-width: 300px
}

@media only screen and (max-width:1025px) and (min-width:768px) {

    .vi-content-wrapper .vi-header+img,
    .vi-image-wrap {
        max-width: 200px !important
    }

    .vi-content-wrapper {
        max-width: 415px
    }

    .vi-sidebar-wrapper {
        min-width: 340px
    }

    .vi-sidebar-wrapper .vi-sidebar-content {
        min-width: 300px
    }
}

.vi-widget-wrapper,
.pubs-widget-wrapper {
    margin-top: 60px;
}

.vi-widget-wrapper .issue-item:first-child,
.pubs-widget-wrapper .issue-item:first-child {
    margin-top: 0;
}

.vi-widget-wrapper .issue-item,
.pubs-widget-wrapper .issue-item {
    margin-left: 0;
}

.tab .vi-widget-wrapper .issue-item:first-child,
.tab .pubs-widget-wrapper .issue-item:first-child {
    border-top: none;
}

@media(max-width:767px) {

    .vi-widget-wrapper .issue-item_img>img,
    .pubs-widget-wrapper .issue-item_img>img {
        padding-top: 40px
    }
}

.vi-banner {
    display: none;
}

.vi-sidebar-content {
    margin: 60px 0 40px 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px #eee;
    padding: 20px;
}

.vi-sidebar-content h2 {
    font-size: 1.5rem;
}

.vi-content-wrapper .sideBox {
    border: 1px solid #888;
    clear: both;
}

.vi-content-wrapper .sideBox img {
    padding: 10px;
}

@media (max-width:1024px) {
    .vi-content-wrapper .button-link {
        display: none
    }
}

.vi-wide .vi-grey-header {
    background-color: #EFEFEF;
}

.vi-wide .vi-grey-header p {
    color: #6b6b6b;
}

.vi-wide h1 {
    font-size: 1.7rem;
}

.vi-wide h2 {
    font-size: 1.5rem;
}

.vi-wide h3 {
    color: #044788;
    font-size: 1.4rem;
    padding-top: 20px;
}

.vi-wide .vi-header {
    width: 70%;
}

.vi-wide .vi-intro {
    float: left;
    width: 65%;
}

.vi-wide .vi-image-wrap {
    max-width: 280px;
}

.vi-wide .vi-sidebar {
    float: right;
    width: 30%;
}

.vi-wide .vi-sidebar ul {
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
}

.vi-wide .vi-sidebar li {
    padding-left: 1.3em;
}

.vi-wide .icon-angle-double-right:before {
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.vi-wide .viewVI-button {
    padding-bottom: 30px;
}

.vi-wide .vi-widget-wrapper {
    margin-top: 0;
}

.vi-wide .vi-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.vi-wide .niHeader_divider {
    margin-left: 15px;
    margin-right: 15px;
}

.vi-wide .vi-article-list {
    padding-left: 30px;
    padding-right: 30px;
}

.vi-wide h2.VI-cat-header {
    color: #044788;
    text-transform: uppercase;
    margin-top: 30px
}

.vi-wide .VI-cat-header-border {
    border-top: 1px solid #044788;
    padding-top: 30px
}

.vi-wide .vi-article-list .issue-item:first-child {
    border-top: none
}

@media only screen and (max-width:1025px) {
    .vi-wide .vi-content-wrapper {
        max-width: 100%;
        padding-bottom: 45px
    }

    .vi-wide .vi-header {
        width: 100%
    }

    .vi-wide .vi-intro {
        float: none;
        width: 100%
    }

    .vi-wide .vi-sidebar {
        float: none;
        width: 100%
    }

    .vi-wide .viewVI-button {
        padding-bottom: 0
    }

    .vi-wide .vi-article-list {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:500px) {
    .vi-wide .button_primary_2 {
        display: block;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media only screen and (max-width:414px) {
    .vi-wide .vi-image-wrap {
        max-width: 100%
    }
}

.vi-wide .vi-fw-logo {
    max-height: 70px;
    margin-top: -60px;
    margin-bottom: 20px;
}

@media only screen and (max-width:1025px) {
    .vi-wide .vi-fw-logo {
        float: right;
        margin-top: 25px;
        margin-bottom: 20px;
        margin-left: 15px
    }
}

@media only screen and (min-width:501px) {
    .vi-wide .vi-fw-logo-mobile {
        display: none
    }
}

@media only screen and (max-width:500px) {
    .vi-wide .vi-fw-logo {
        display: none
    }

    .vi-wide .vi-fw-logo-mobile {
        padding-top: 30px;
        max-width: 70%
    }

    .vi-wide .container-mobile-logo {
        text-align: center
    }
}

h1.vc-header:before {
    content: 'Virtual Collection';
    font-size: .9375rem;
    text-transform: uppercase;
    color: #6b6b6b;
    font-weight: 500;
    display: block;
    line-height: 2.2em;
}

h1.vc-header.special:before {
    content: 'Special Issue';
}

h1.vc-header.theme:before {
    content: 'Thematic Collection';
}

h1.vc-header {
    margin-top: 30px;
    line-height: 1.1em;
}

.vc-image-wrap {
    float: left;
    max-width: 320px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.vc-sidebar-wrapper .advertisement {
    min-width: 300px
}

@media only screen and (max-width:1025px) and (min-width:768px) {

    .vc-content-wrapper .vc-header+img,
    .vc-image-wrap {
        max-width: 200px !important
    }

    .vc-content-wrapper {
        max-width: 415px
    }

    .vc-sidebar-wrapper {
        min-width: 340px
    }

    .vc-sidebar-wrapper .vc-sidebar-content {
        min-width: 300px
    }
}

.vc-widget-wrapper,
.pubs-widget-wrapper {
    margin-top: 60px;
}

.vc-widget-wrapper .issue-item:first-child,
.pubs-widget-wrapper .issue-item:first-child {
    margin-top: 0;
}

.vc-widget-wrapper .issue-item,
.pubs-widget-wrapper .issue-item {
    margin-left: 0;
}

.tab .vc-widget-wrapper .issue-item:first-child,
.tab .pubs-widget-wrapper .issue-item:first-child {
    border-top: none;
}

@media(max-width:767px) {

    .vc-widget-wrapper .issue-item_img>img,
    .pubs-widget-wrapper .issue-item_img>img {
        padding-top: 40px
    }
}

.vc-banner {
    display: none;
}

.vc-sidebar-content {
    margin: 60px 0 40px 0;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px #eee;
    padding: 20px;
}

.vc-sidebar-content h2 {
    font-size: 1.5rem;
}

.vc-content-wrapper .sideBox {
    border: 1px solid #888;
    clear: both;
}

.vc-content-wrapper .sideBox img {
    padding: 10px;
}

@media (max-width:1024px) {
    .vc-content-wrapper .button-link {
        display: none
    }
}

.vc-wide .vc-grey-header {
    background-color: #EFEFEF;
}

.vc-wide .vc-grey-header p {
    color: #6b6b6b;
}

.vc-wide h1 {
    font-size: 1.7rem;
}

.vc-wide h2 {
    font-size: 1.5rem;
}

.vc-wide h3 {
    color: #044788;
    font-size: 1.4rem;
    padding-top: 20px;
}

.vc-wide .vc-header {
    width: 70%;
}

.vc-wide .vc-intro {
    float: left;
    width: 65%;
}

.vc-wide .vc-image-wrap {
    max-width: 280px;
}

.vc-wide .vc-sidebar {
    float: right;
    width: 30%;
}

.vc-wide .vc-sidebar ul {
    padding-left: 0;
    padding-bottom: 20px;
    list-style: none;
}

.vc-wide .vc-sidebar li {
    padding-left: 1.3em;
}

.vc-wide .icon-angle-double-right:before {
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.vc-wide .viewVC-button {
    padding-bottom: 30px;
}

.vc-wide .vc-widget-wrapper {
    margin-top: 0;
}

.vc-wide .vc-content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.vc-wide .niHeader_divider {
    margin-left: 15px;
    margin-right: 15px;
}

.vc-wide .vc-article-list {
    padding-left: 30px;
    padding-right: 30px;
}

.vc-wide h2.VC-cat-header {
    color: #044788;
    text-transform: uppercase;
    margin-top: 30px
}

.vc-wide .VC-cat-header-border {
    border-top: 1px solid #044788;
    padding-top: 30px
}

.vc-wide .vc-article-list .issue-item:first-child {
    border-top: none
}

@media only screen and (max-width:1025px) {
    .vc-wide .vc-content-wrapper {
        max-width: 100%;
        padding-bottom: 45px
    }

    .vc-wide .vc-header {
        width: 100%
    }

    .vc-wide .vc-intro {
        float: none;
        width: 100%
    }

    .vc-wide .vc-sidebar {
        float: none;
        width: 100%
    }

    .vc-wide .viewVC-button {
        padding-bottom: 0
    }

    .vc-wide .vc-article-list {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media only screen and (max-width:500px) {
    .vc-wide .button_primary_2 {
        display: block;
        margin-left: 30px;
        margin-right: 30px
    }
}

@media only screen and (max-width:414px) {
    .vc-wide .vc-image-wrap {
        max-width: 100%
    }
}

.vc-wide .vc-fw-logo {
    max-height: 70px;
    margin-top: -60px;
    margin-bottom: 20px;
}

@media only screen and (max-width:1025px) {
    .vc-wide .vc-fw-logo {
        float: right;
        margin-top: 25px;
        margin-bottom: 20px;
        margin-left: 15px
    }
}

@media only screen and (min-width:501px) {
    .vc-wide .vc-fw-logo-mobile {
        display: none
    }
}

@media only screen and (max-width:500px) {
    .vc-wide .vc-fw-logo {
        display: none
    }

    .vc-wide .vc-fw-logo-mobile {
        padding-top: 30px;
        max-width: 70%
    }

    .vc-wide .container-mobile-logo {
        text-align: center
    }
}

.pubs-custom .special-issue-container {
    float: left;
    width: calc(50% - 10px);
    margin: 5px 5px 10px 5px;
}

.pubs-custom .special-issue-container:nth-child(odd) {
    margin: 5px 0 10px 5px;
}

.pubs-custom .special-issue-container .cover-image__image {
    float: left;
    width: 130px;
}

.pubs-custom .special-issue-container>p {
    margin-top: 3px;
}

.showPublications .search__item img {
    border: 1px solid #eaeaea;
    box-shadow: 0 0 10px 2px #eee;
}

@media (min-width:768px) {
    .journal-home .container {
        width: 100vw
    }
}

@media (min-width:1026px) {
    .journal-home .container {
        width: 95vw
    }
}

@media (min-width:1675px) {
    .journal-home .container {
        width: 1530px
    }

    .journal-home .container_scaled-down {
        padding: 0
    }
}

#masthead-display .role-container {
    margin: 20px 0 15px 0;
}

#masthead-display .editor-info-container {
    columns: 2;
    column-gap: 35px;
}

#masthead-display .editor-info-container.single-column {
    columns: 1;
    display: inline;
}

#masthead-display .editor-info {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid-column;
    margin-bottom: 15px;
}

#masthead-display .editor-name,
#masthead-display .editor-title {
    font-weight: 600;
}

#masthead-display .editor-title+.editor-name {
    font-weight: normal
}

@media (max-width:500px) {
    #masthead-display .editor-info-container {
        columns: 1
    }
}

@media (min-width:1368px) {
    #masthead-display .editor-info-container {
        columns: 3
    }
}

.content.prelaunch {}

.content.prelaunch .promo-header {
    height: 350px;
    padding-top: 50px;
}

.content.prelaunch .promo-announcement {
    margin-top: 25px
}

.content.prelaunch .promo-announcement-content {}

.content.prelaunch .promo-cover {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    margin-top: 14px;
    border-top: 3px solid #fdc82f;
    padding: 0;
}

.content.prelaunch .promo-cover .cover-section {
    flex: 1;
    background: #fff;
    margin: 30px 0;
    border-left: 1px solid #000;
    padding: 0 15px;
}

.content.prelaunch .promo-cover .cover-section img {
    display: block;
    margin: 0 auto;
}

.content.prelaunch .promo-cover .cover-section p {
    font-weight: bold;
}

.content.prelaunch .promo-info {
    display: flex;
    flex-direction: column;
    min-height: 550px;
}

.content.prelaunch .promo-info .promo-info-content {
    flex: 1;
    background: #efefef;
    width: 90%;
    margin: 0;
    padding: 23px 15px 25px 15px;
    border-top: 2px solid #fdc82f;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    box-shadow: 0 0 10px 2px #eee;
}

.content.prelaunch .promo-info .promo-info-content h2 {
    color: #0039a6;
    margin: 0 0 10px 0;
}

.content.prelaunch .promo-info .promo-info-content h2:not(:first-child) {
    margin-top: 25px;
}

.content.prelaunch .promo-info .promo-info-content hr {
    border: 1px solid #ccc;
}

.content.prelaunch .promo-info .promo-info-content .info-link {
    display: block;
    margin: 14px 0;
}

.content.prelaunch .promo-info .promo-info-content .button-link {
    padding: 10px 0;
}

.content.prelaunch .promo-info .promo-info-content i.fa {
    font-size: 1.2em;
    margin-right: 5px;
}

.content.prelaunch .promo-info .promo-info-content .info-link i.fa {
    color: #fdc82f;
    float: left;
    margin: 0 10px 15px 0;
    padding-top: 2px;
}

.content.prelaunch .promo-video {}

.content.prelaunch .promo-video iframe {
    border: none
}

.content.prelaunch .cta-section {
    margin-top: 0
}

.content.prelaunch .promo-editor-section {
    margin-top: 25px
}

.content.prelaunch .promo-editor-section .promo-editor {
    margin-top: 50px;
    border-right: 1px solid #000;
    min-height: 400px;
}

.content.prelaunch .promo-editor-section .promo-editor .editor-info-content {
    max-width: 250px;
    margin: 0 auto;
}

.content.prelaunch .promo-editor-section .promo-editor .editor-info-content img {
    width: 200px;
}

.content.prelaunch .promo-editor-section .promo-editor .editor-info-content h3 {
    font-size: 1.25em;
    margin-bottom: 5px;
}

.content.prelaunch .promo-editor-section .promo-editor-articles {}

.content.prelaunch .promo-editor-section .promo-editor-articles h2 {
    margin: 30px 0 0 17px;
}

.content.prelaunch .promo-editor-section .promo-editor-articles .publication-list_content .issue-item:first-child {
    margin-top: 20px;
}

@media (max-width:1024px) {
    .content.prelaunch .promo-info .promo-info-content {
        width: 100%
    }
}

@media (max-width:767px) {
    .content.prelaunch .promo-cover .cover-section {
        border-left: none
    }

    .content.prelaunch .promo-editor-section .promo-editor {
        border-right: none
    }

    .content.prelaunch .promo-editor-section .promo-editor-articles h2 {
        margin-left: 0
    }
}

@media (max-width:500px) {}

.content.journal-home {
    background: #ffffff;
    padding-bottom: 20px;
}

.content.journal-home,
.content.pubs-custom,
.content.toc {
    overflow-x: hidden;
}

.content.journal-home .home_header {
    overflow: unset
}

.content.journal-home .journal-home_navigation {
    width: 100%;
    margin-bottom: 0;
}

.content.journal-home .journal-home_navigation .main-nav {
    background: #fff;
    border-bottom: 4px solid #FFCE34;
}

.content.journal-home .journal-home_navigation #main-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.content.journal-home .journal-home_navigation #main-nav-list .item {
    background: #0039a6;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    flex: 1 1 22px;
    border-right: 1px solid #f7f7f7;
}

.content.journal-home .journal-home_navigation #main-nav-list .item:last-child {
    border-right: none;
}

.content.journal-home .journal-home_navigation #main-nav-list .item:hover {
    color: #FFCE34;
}

.content.journal-home .journal-home_navigation #nav-acsodf #nav-asap {
    display: none
}

@media (max-width:767px) {
    .content.journal-home .journal-home_navigation #main-nav-list {
        flex-direction: column
    }

    .content.journal-home .journal-home_navigation #main-nav-list .item {
        border-right: none;
        border-bottom: 1px solid #f7f7f7;
        padding: 8px 0
    }

    .content.journal-home .journal-home_navigation #main-nav-list .item:last-child {
        border-bottom: none
    }
}

.content.journal-home .journal-home_section {
    background-color: #f7f7f7;
    padding: 15px 20px 5px 20px;
    margin: 0 auto
}

.content.journal-home .journal-home_section h2 {
    line-height: 1.625rem;
}

.content.journal-home .journal-home_section p {
    margin-block-end: .5em;
}

@media (max-width:500px) {
    .content.journal-home .container_scaled-down {
        padding-left: 10px;
        padding-right: 10px
    }

    .content.journal-home .journal-home_section {
        padding: 10px 10px 5px 10px
    }
}

@media (max-width:767px) {
    .content.journal-home.container_scaled-down {
        padding-left: 50px;
        padding-right: 50px
    }

    .journal-home_section h2 {
        margin-bottom: 5px
    }
}

.content.journal-home .journal-home_section .slideShow {
    margin: 0 -20px 0 -10px;
}

.content.journal-home .owl-stage-outer {
    margin-right: 20px;
    margin-bottom: 10px;
}

.teaser_contribs,
.teaser_date {
    color: #757575;
}

.content.journal-home .collection-title,
.content.homepage .collection-title {
    display: inline-block;
    margin-right: 7px;
}

.content.journal-home .collection-description,
.content.homepage .collection-description {
    display: inline-block;
    font-style: italic;
}

.content.journal-home .asap-logo {
    display: inline-block;
    margin: 0 7px 0 0;
}

.content.journal-home .asap-logo+.collection-description {
    vertical-align: bottom;
    margin-top: -5px;
    margin-bottom: 11px;
}

.collection-description a,
.journal-home_section .video-feature-section .collection-description a {
    text-decoration: underline;
    color: #1a0dab;
}

.content.journal-home .asap-logo~.top-content {
    margin-top: -4px;
}

.content.journal-home .journal-feature {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: 4px solid #fdc82f;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

.content.journal-home .journal-feature h2 {
    margin-bottom: 7px;
}

.content.journal-home .journal-feature h3 {
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 1em;
}

.content.journal-home .journal-feature h4 {
    margin-top: 7px;
    font-size: .875rem;
    margin-bottom: 0;
    line-height: 1.428;
}

.content.journal-home .journal-feature>div h3:not(:first-of-type) {
    margin-top: 15px;
}

.content.journal-home .journal-feature p {
    margin: 7px 0;
}

.content.journal-home .journal-feature .title {}

.content.journal-home .journal-feature .description {}

.content.journal-home .journal-feature .citation {}

.content.journal-home .journal-feature .link {}

.content.journal-home .journal-feature img {
    float: left;
    width: 40%;
    margin: 5px 15px 10px 0;
}

.content.journal-home .journal-feature .cover {
    border: 1px solid #ccc;
}

.content.journal-home .journal-feature img {
    box-shadow: 3px 3px 3px grey;
    border: 1px solid #D3D3D3;
}

.content.journal-home .journal-feature ul {
    font-size: .875rem;
}

.content.journal-home .journal-feature .quicklinks .collection-title {}

.content.journal-home .journal-feature .quicklinks-link a {
    display: inline-block;
    padding: 2px 9px;
    margin-bottom: 4px;
}

.content.journal-home .journal-feature .quicklinks-link a:not(:last-of-type) {
    border-right: 1px solid #999;
}

@media (max-width:1024px) {
    .content.journal-home .journal-feature img {
        width: 50%
    }
}

.sitewide_resources {
    width: 100%;
    background: #EAEAEA;
    clear: both;
}

.content.journal-home .sitewide_resources {}

.sitewide_resources .resources-container {
    margin: 0 auto;
    padding: 0;
    float: none;
    background: #EAEAEA;
}

.sitewide_resources .resources-content {}

.sitewide_resources .resources-content .join-acs {
    border-top: 4px solid #FFCE34;
    background: #EFEFEF;
}

.sitewide_resources .resources-content .resources-items {
    padding: 0;
}

.sitewide_resources .resources-content .item {
    text-align: center;
    padding: 25px;
}

.sitewide_resources .resources-content .item h2 {
    margin-top: 15px;
    height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 1rem;
}

.sitewide_resources .resources-content .item .logo {
    height: 85px;
    margin-bottom: 25px;
}

.sitewide_resources .resources-content .axial .item .logo {
    padding-top: 10px;
}

.sitewide_resources .resources-content .publishingcenter .item .logo {
    padding-top: 5px;
}

.sitewide_resources .resources-content .infocentral .item .logo {
    padding-top: 5px;
}

.sitewide_resources .resources-content .item .logo a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0 auto;
}

.sitewide_resources .resources-content .axial .item .logo a {
    background-image: url(/pb-assets/images/homepage/resources/axial.png);
    max-width: 175px;
    height: 43px;
}

.sitewide_resources .resources-content .publishingcenter .item .logo a {
    background-image: url(/pb-assets/images/homepage/resources/publishing-center.png);
    max-width: 178px;
    height: 64px;
}

.sitewide_resources .resources-content .reviewerlab .item .logo a {
    background-image: url(/pb-assets/images/homepage/resources/reviewer-lab.png);
    max-width: 103px;
    height: 85px;
}

.sitewide_resources .resources-content .infocentral .item .logo a {
    background-image: url(/pb-assets/images/homepage/resources/solutions-blue.png);
    max-width: 171px;
    height: 64px;
}

.sitewide_resources .resources-content .axial .item .logo a:hover {
    background-image: url(/pb-assets/images/homepage/resources/axial-grey.png);
}

.sitewide_resources .resources-content .publishingcenter .item .logo a:hover {
    background-image: url(/pb-assets/images/homepage/resources/publishing-center-grey.png);
}

.sitewide_resources .resources-content .reviewerlab .item .logo a:hover {
    background-image: url(/pb-assets/images/homepage/resources/reviewer-lab-grey.png);
}

.sitewide_resources .resources-content .infocentral .item .logo a:hover {
    background-image: url(/pb-assets/images/homepage/resources/solutions-grey.png);
    height: 64px;
}

.sitewide_resources .resources-content .item .description {
    max-width: 350px;
    margin: 0 auto;
}

.sitewide_resources .resources-content .join-acs .item {}

.sitewide_resources .resources-content .join-acs .join-acs-btn {
    margin: 25px 0 0 0;
    font-size: 1.1rem;
    box-shadow: 1px 4px 6px rgba(0, 0, 0, .16);
}

.content.homepage .sitewide_resources {}

@media only screen and (min-width:1026px) {
    .sitewide_resources .resources-content .join-acs {
        margin-left: 5px;
        width: calc(25% - 10px)
    }
}

@media only screen and (min-width:1675px) {
    .content.journal-home .sitewide_resources .resources-container {
        padding: 0 10px
    }
}

@media only screen and (min-width:1369px) and (max-width:1674px) {
    .content.journal-home .sitewide_resources .resources-container {
        padding: 0 80px
    }
}

@media only screen and (max-width:1368px) and (min-width:1178px) {
    .sitewide_resources .resources-content .join-acs .item {
        min-height: 330px
    }

    .content.journal-home .sitewide_resources .resources-container {
        padding: 0 25px
    }
}

@media only screen and (max-width:1177px) and (min-width:1026px) {
    .content.journal-home .sitewide_resources .resources-container {
        padding: 0 25px
    }
}

@media only screen and (max-width:1044px) and (min-width:1026px) {
    .sitewide_resources .resources-content .join-acs {
        min-height: 360px
    }

    .content.journal-home .sitewide_resources .resources-container {
        padding: 0 25px
    }
}

@media only screen and (max-width:1025px) and (min-width:768px) {
    .sitewide_resources {
        background: transparent
    }

    .sitewide_resources .resources-container {
        background: #EAEAEA
    }
}

@media only screen and (max-width:500px) {
    .sitewide_resources {
        padding-bottom: 10px
    }

    .sitewide_resources .resources-content .resources-items .item {
        min-height: 290px
    }

    .sitewide_resources .resources-content .join-acs {
        padding-bottom: 10px
    }
}

.content.journal-home .journal-home_video {
    width: 100%;
    background: #285da3;
    background: -webkit-linear-gradient(to right, #3D464D 25%, #3D464D 70%, #727579);
    background: linear-gradient(to right, #3D464D 25%, #3D464D 70%, #727579);
    color: #fff;
    padding-top: 20px;
    margin: 10px 0;
}

.content.journal-home .journal-home_video .journal-home_section {
    background: transparent;
}

.content.journal-home .journal-home_video .feature-video {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    border: 1px solid #3D464D;
}

.content.journal-home .journal-home_video .feature-video iframe {
    border: none;
}

.content.journal-home .journal-home_video .collection-title {
    margin-bottom: 4px;
}

.content.journal-home .journal-home_video .collection-description {
    margin: 0 0 10px 0;
}

.content.journal-home .journal-home_video h4 {
    margin-bottom: 7px;
}

.content.journal-home .journal-home_video a {
    color: #e7e7e7;
    font-weight: bold;
    text-decoration: underline;
}

.content.journal-home .journal-home_video .journal-home_section>div {
    padding-bottom: 1.5rem;
}

.content.journal-home .journal-home_video .caption:not(:first-of-type) {
    display: none;
}

@media (max-width:1024px) {
    .content.journal-home .journal-home_video .journal-home_section>div {
        padding-bottom: 0
    }

    .content.journal-home .journal-home_video .caption {
        display: none
    }
}

.journal-home_section .video-feature-section {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-top: 4px solid #fdc82f;
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.journal-home_section .video-feature-section a {
    color: #000;
}

.journal-home_section .video-feature-section .video-item {
    margin: 5px 0 15px 0;
}

.journal-home_section .video-feature-section .video-thumbnail {
    position: relative;
}

.journal-home_section .video-feature-section .video-item img {
    width: 100%;
    box-shadow: 1px 1px 5px grey;
}

.journal-home_section .video-feature-section .video-time {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: black;
    opacity: .8;
    color: white;
    padding: 6px 8px;
    font-size: .95em;
    line-height: 1em;
    border-radius: 2px;
    vertical-align: top;
}

.journal-home_section .video-feature-section .video-time span {
    display: inline-block;
    font-size: 1.15em;
    margin: -1px 3px 0 0;
    vertical-align: top;
}

.content.journal-home .journal-home_openaccess {
    width: 100%;
    background: #24579E;
    color: #FFCD34;
    clear: both
}

.content.journal-home .journal-home_openaccess .journal-home_section {
    background: transparent;
    margin: 15px 0 15px 60px;
}

.content.journal-home .journal-home_openaccess h2 {
    border-left: 6px solid #fff;
    padding: 6px 0 6px 15px;
}

.content.journal-home .journal-home_openaccess a {
    color: #FFCD34;
}

@media (max-width:767px) {
    .content.journal-home .journal-home_openaccess .journal-home_section {
        margin: 15px 0
    }

    .content.journal-home .journal-home_openaccess h2 {
        border-left: 10px solid #fff;
        padding: 6px 0 6px 15px;
        font-size: 2.25em;
        line-height: 1.25em
    }
}

.content.journal-home .announcements {
    text-align: center;
}

.content.journal-home .call-for-papers {
    background: #255BA5;
    color: #fff;
    padding: 50px 80px;
    margin: 3px 0 10px 0;
}

.content.journal-home .call-for-papers h2,
.content.journal-home .call-for-papers h3 {
    border-left: 6px solid #FFCD34;
    padding: 6px 0 6px 15px;
}

.content.journal-home .call-for-papers h2 {
    font-size: 2.5em;
    line-height: 1em;
}

.content.journal-home .call-for-papers p:first-of-type {
    margin-top: 0;
}

.content.journal-home .call-for-papers .submission-link {
    margin: 20px auto 25px auto;
    width: 60%;
}

.content.journal-home .call-for-papers .submission-link .button-link {
    font-size: 1.1em;
    color: #255BA5;
    padding: 12px 0;
}

.content.journal-home .call-for-papers .submission-link-small {
    width: 40%;
}

.content.journal-home .call-for-papers .announcement-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: .85em;
}

.content.journal-home .call-for-papers .announcement-list li {
    display: inline-block;
    border-left: 1px solid #fff;
    padding: 6px 10px;
}

.content.journal-home .call-for-papers .announcement-list a {
    color: #fff;
}

.content.journal-home .call-for-papers .announcement-list a .icon {
    color: #FFCD34;
    padding-right: 6px;
}

@media screen and (max-width:1025px) {
    .content.journal-home .call-for-papers {
        padding: 25px
    }

    .content.journal-home .call-for-papers p {
        margin: 35px 30px 10px 30px
    }

    .content.journal-home .call-for-papers .announcement-list li {
        border: none
    }

    .content.journal-home .call-for-papers .submission-link-small {
        width: 60%
    }

    .content.journal-home .call-for-papers h2 {
        font-size: 1.8em;
        margin-bottom: 20px
    }
}

@media screen and (max-width:500px) {
    .content.journal-home .call-for-papers h2 {
        font-size: 1.6em
    }

    .content.journal-home .call-for-papers p:first-of-type {
        margin-left: 0;
        margin-right: 0
    }

    .content.journal-home .call-for-papers .submission-link {
        width: 95%
    }
}

.content.journal-home .connect_section,
.content.homepage .connect_section {
    background: #fecc46;
    color: #26599C;
    font-family: Roboto, arial, sans-serif;
    padding: 20px 0 10px 0;
    margin: 0 0 15px 0;
    clear: both;
}

.content.journal-home .connect_section {
    margin: 0;
}

.content.journal-home .connect_section .connect-social {}

.content.journal-home .connect_section .connect-apps,
.content.homepage .connect_section .connect-apps {
    padding-top: 15px;
}

.content.journal-home .connect_section .item,
.content.homepage .connect_section .item {
    display: block;
    width: 100%;
    color: #255BA5;
    margin: 0 auto 10px auto;
    text-align: center;
    font-weight: bold;
    line-height: .25em;
}

.content.journal-home .connect_section .description,
.content.homepage .connect_section .description {
    font-weight: normal;
    font-size: .9em;
    margin: 7px auto;
}

.content.journal-home .connect_section .connect-header,
.content.homepage .connect_section .connect-header {
    padding-right: 10px;
}

.content.journal-home .connect_section .connect-message,
.content.homepage .connect_section .connect-message {
    padding-right: 45px;
}

.content.journal-home .connect_section a,
.content.homepage .connect_section a {
    color: #26599C;
}

.content.journal-home .connect_section h2,
.content.homepage .connect_section h2 {
    margin: 0 0 9px 0;
    font-size: 1.75rem;
    line-height: 1.2em;
    border-left: 6px solid #26599C;
    padding: 6px 0 6px 9px;
}

.content.journal-home .connect_section h3,
.content.homepage .connect_section h3 {
    margin-bottom: 6px
}

.content.journal-home .connect_section p,
.content.homepage .connect_section p {
    margin: 0 0 9px 0;
    font-family: Roboto, Regular;
}

.content.journal-home .connect_section .connect-btn,
.content.homepage .connect_section .connect-btn {
    background: #285da3;
    width: 90%;
    display: block;
    box-shadow: 0 6px 6px rgba(0, 0, 0, .16);
    margin: 0 auto;
}

@media only screen and (max-width:1267px) and (min-width:1025px) {

    .content.journal-home .connect_section .connect-header,
    .content.homepage .connect_section .connect-header {
        width: 33%
    }

    .content.journal-home .connect_section .connect-message,
    .content.homepage .connect_section .connect-message {
        width: 66%;
        padding-right: 0
    }

    .content.journal-home .connect_section .connect-social,
    .content.homepage .connect_section .connect-social {
        width: 70%
    }

    .content.journal-home .connect_section .connect-apps,
    .content.homepage .connect_section .connect-apps {
        width: 30%;
        padding-top: 26px
    }
}

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

    .content.journal-home .connect_section .connect-message,
    .content.homepage .connect_section .connect-message {
        padding-right: 0
    }
}

@media only screen and (min-width:1268px) {
    .content.homepage .connect_section .col-xs-12.px-5 {
        padding: 0
    }

    .content.homepage .connect_section .connect-header {
        width: 22%
    }

    .content.homepage .connect_section .connect-message {
        width: 20%;
        padding-right: 20px
    }

    .content.homepage .connect_section .connect-social {
        width: 33%
    }

    .content.journal-home .connect_section .connect-header {
        width: 20%
    }

    .content.journal-home .connect_section .connect-message {
        width: 30%
    }
}

.content.journal-home .hero-image-container {
    margin: 10px 0;
}

.content.journal-home .hero-image {
    width: 100%;
    height: 360px;
    background-size: cover;
    padding: 25px 35px;
    overflow: hidden;
}

.content.journal-home .hero-image .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgba(255, 255, 255, .25);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.content.journal-home .hero-image .title {
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-bottom: 15px;
    position: relative;
}

.content.journal-home .hero-image .authors {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-bottom: 15px;
    position: relative;
}

.content.journal-home .hero-image .synopsis {
    font-size: 1rem;
    color: #fff;
    text-shadow: 1px 1px #000;
    margin-bottom: 15px;
    position: relative;
}

.content.journal-home .hero-image .read-more {
    border: 3px solid white;
    position: absolute;
    bottom: 25px;
    right: 70px;
    background: rgba(0, 0, 0, .55);
    border-radius: 6px;
    color: white;
    display: block;
    text-align: center;
    padding: 10px 15px;
    min-width: 150px;
}

.content.journal-home .hero-image .read-more-text {
    font-size: 1.25rem;
    color: white;
    text-shadow: 1px 1px #000;
    position: relative;
}

@media (max-width:1072px) {
    .content.journal-home .hero-image .title {
        font-size: 1.75rem
    }

    .content.journal-home .hero-image .authors {
        font-size: 1rem
    }

    .content.journal-home .hero-image .synopsis {
        font-size: .9rem
    }
}

@media (max-width:1024px) {
    .content.journal-home .hero-image .title {
        font-size: 1.5rem
    }
}

@media (max-width:920px) {
    .content.journal-home .hero-image .title {
        font-size: 1rem;
        line-height: 1.25rem
    }

    .content.journal-home .hero-image .authors {
        line-height: 1.2rem
    }

    .content.journal-home .hero-image .synopsis {
        line-height: 1.2rem
    }
}

@media (max-width:440px) {
    .content.journal-home .hero-image .read-more {
        right: 46px
    }
}

.content.infocentral .infocentral_navigation {
    width: 100%;
    margin-bottom: 15px;
}

.content.infocentral .infocentral_navigation .main-nav {
    background: #fff;
    border-bottom: 4px solid #FFCE34;
}

.content.infocentral .infocentral_navigation #main-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.content.infocentral .infocentral_navigation #main-nav-list .item {
    background: #0039a6;
    color: #fff;
    padding: 6px 0;
    text-align: center;
    font-weight: normal;
    text-decoration: none;
    flex-grow: 1;
    border-right: 1px solid #f7f7f7;
}

.content.infocentral .infocentral_navigation #main-nav-list .item:last-child {
    border-right: none;
}

.content.infocentral .infocentral_navigation #main-nav-list .item:hover {
    color: #FFCE34;
}

@media (max-width:767px) {
    .content.infocentral .infocentral_navigation #main-nav-list {
        flex-direction: column
    }

    .content.infocentral .infocentral_navigation #main-nav-list .item {
        border-right: none;
        border-bottom: 1px solid #f7f7f7;
        padding: 8px 0
    }

    .content.infocentral .infocentral_navigation #main-nav-list .item:last-child {
        border-bottom: none
    }
}

.content.infocentral .product-item {
    float: none;
}

.content.infocentral .product-item::after {
    content: "";
    clear: both;
    display: block;
}

.content.infocentral .product-item+h3 {
    margin-top: 25px;
}

.content.infocentral .product-item img {
    margin-top: 15px;
}

.content.infocentral .product-item h4 {
    margin-top: 10px;
}

.content.infocentral #researchtools+hr+.product-item {
    margin-bottom: 7px;
}

.content.infocentral .infocentral-sideBox {
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px #eee;
}

.content.infocentral .infocentral-sideBox .inner {
    padding: 10px 20px;
}

.content.infocentral .infocentral-sideBox h2 {
    margin: 5px 0 10px 0;
    font-size: 1.25em;
}

.content.infocentral .infocentral-sideBox p,
.content.infocentral .infocentral-sideBox li {
    font-size: .9em;
}

.content.infocentral .infocentral-sideBox ol,
.content.infocentral .infocentral-sideBox ul {
    padding: 0;
    margin: 10px 0 15px 15px !important;
}

.content.infocentral .infocentral-sideBox ul {
    list-style-type: none;
}

.content.infocentral .infocentral-sideBox ul li {
    position: relative;
    margin-left: 0;
    padding-left: 5px;
}

.content.infocentral .infocentral-sideBox ul li:before {
    content: '\02022';
    color: #aaa;
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    left: -10px;
    top: -4px;
}

.content.cen-hp .cen-coverStory__image {
    width: 100%;
    height: auto;
}

.content.journal-home .cenge_wrap {
    display: none;
}

.content.journal-home .cenge_wrap .widget-rss-reader {
    display: none;
}

.content.journal-home .cen-header {
    height: 33px
}

.content.journal-home .cen-header img {
    max-width: 62px;
    margin-left: 15px;
}

.content.journal-home .cen-header hr {
    border-bottom: 0;
    width: 100%;
    display: inline-block;
    margin-left: -14px;
    border-color: darkgray;
    vertical-align: middle;
    margin-bottom: 24px;
}

.content.journal-home [class^="cen-item-"] {
    height: 250px;
    border: 1px solid #95989A;
    padding: 14px 12px;
    position: relative;
    box-sizing: border-box;
    font-family: Georgia, serif;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    transition: .3s;
    overflow: hidden;
    background-color: white;
}

.content.journal-home [class^="cen-item-"]:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

.noImage {
    background: #e92b34;
}

.content.journal-home [class^="cen-item-"] a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: white;
    font-weight: bold;
}

.content.journal-home [class^="cen-item-"] p {
    margin: 0;
    font-size: 16px;
    color: black;
    padding-top: 10px;
    font-weight: bold
}

.content.journal-home .cen_img_wrap {
    text-align: center;
    max-height: 80%;
    max-width: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    max-height: 80%;
    max-width: 100%;
    height: 300px;
}

.content.journal-home .cen_box-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    text-align: right;
}

.content.journal-home .cen_box-bottom img {
    max-width: 48px;
    margin-right: 14px;
    margin-bottom: 8px;
}

.content.journal-home .cen-item-1.no-image {
    background: #DD5457;
}

.content.journal-home .cen-item-2.no-image {
    background: #00A2E0;
}

.content.journal-home .cen-item-3.no-image {
    background: #3460B4;
}

.content.journal-home .cen-item-4.no-image {
    background: #3ECAC1;
}

.content.journal-home [class^="cen-item-"].no-image p {
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
    color: white;
}

.content.journal-home .cen-img-wrap {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    border: 1px solid lightgray;
}

@media only screen and (max-width:1368px) {
    .content.journal-home .cen-header hr {
        width: 98%;
        margin-left: 4px
    }
}

@media only screen and (max-width:1025px) {
    .content.journal-home [class^="cen-item-"] a {
        font-size: 22px
    }

    .content.journal-home .cen-header hr {
        width: 90%;
        margin-left: 40px
    }
}

@media screen and (max-width:767px) {
    .content.journal-home [class^="cen-item-"] {
        height: 150px
    }

    .content.journal-home [class^="cen-item-"] div {
        width: 25%;
        display: inline-block;
        float: left;
        margin-right: 4px
    }

    .content.journal-home [class^="cen-item-"] p {
        display: inline-block;
        width: 70%;
        float: right
    }

    .content.journal-home [class^="cen-item-"].no-image p {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .content.journal-home .cen-header hr {
        width: 76%;
        margin-left: 66px
    }
}

@media only screen and (min-width:1024px) and (max-width:1368px) {
    .content.journal-home [class^="cen-item-"] p {
        font-size: 20px
    }
}

.content.journal-home .axial_feed {
    display: none;
}

.content.journal-home .axial_feed .widget-rss-reader {
    display: none;
}

.content.journal-home .axial-header {
    height: 22px;
    margin-bottom: 10px;
}

.content.journal-home .axial-header img {
    max-width: 62px;
    margin-left: 15px
}

.content.journal-home .axial-header hr {
    border-bottom: 0;
    width: 100%;
    display: inline-block;
    margin-left: -14px;
    border-color: darkgray;
    vertical-align: middle;
}

.content.journal-home [class^="axial-item-"] {
    height: 250px;
    border: 1px solid #95989A;
    padding: 14px 12px;
    position: relative;
    box-sizing: border-box;
    font-family: Georgia, serif;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    transition: .3s;
    overflow: hidden;
    background-color: white;
}

.content.journal-home [class^="axial-item-"]:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

.content.journal-home [class^="axial-item-"] a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: white;
    font-weight: bold;
}

.content.journal-home [class^="axial-item-"] p {
    margin: 0;
    font-size: 16px;
    color: black;
    padding-top: 10px;
}

.content.journal-home .ax-date {
    font-size: 14px;
    font-weight: 500;
}

.content.journal-home .axial_box-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    text-align: right;
}

.content.journal-home .axial_box-bottom img {
    max-width: 70px;
    margin-right: 14px;
    margin-bottom: 2px;
}

.content.journal-home .axial-item-1.no-image {
    background: #DD5457;
}

.content.journal-home .axial-item-2.no-image {
    background: #00A2E0;
}

.content.journal-home .axial-item-3.no-image {
    background: #3460B4;
}

.content.journal-home .axial-item-4.no-image {
    background: #3ECAC1;
}

.content.journal-home [class^="axial-item-"].no-image p {
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
    color: white;
}

.content.journal-home .ax-img-wrap {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    border: 1px solid lightgray;
}

@media only screen and (max-width:1368px) {
    .content.journal-home .axial-header hr {
        width: 98%;
        margin-left: 4px
    }
}

@media only screen and (max-width:1025px) {
    .content.journal-home [class^="axial-item-"] a {
        font-size: 22px
    }

    .content.journal-home .axial-header hr {
        width: 90%;
        margin-left: 40px
    }
}

@media screen and (max-width:767px) {
    .content.journal-home [class^="axial-item-"] {
        height: 150px
    }

    .content.journal-home [class^="axial-item-"] div {
        width: 25%;
        display: inline-block;
        float: left;
        margin-right: 4px
    }

    .content.journal-home [class^="axial-item-"] p {
        display: inline-block;
        width: 70%;
        float: right
    }

    .content.journal-home [class^="axial-item-"].no-image p {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .content.journal-home .axial-header hr {
        width: 76%;
        margin-left: 66px
    }
}

@media only screen and (min-width:1024px) and (max-width:1368px) {
    .content.journal-home [class^="axial-item-"] p {
        font-size: 20px
    }
}

.content.infocentral .axial_feed {
    display: none;
}

.content.infocentral .axial_feed .widget-rss-reader {
    display: none;
}

.content.infocentral .axial-header {
    height: 22px;
    margin-bottom: 10px;
}

.content.infocentral .axial-header img {
    max-width: 62px;
    margin-left: 15px
}

.content.infocentral .axial-header hr {
    border-bottom: 0;
    width: 100%;
    display: inline-block;
    margin-left: -14px;
    border-color: darkgray;
    vertical-align: middle;
}

.content.infocentral [class^="axial-item-"] {
    height: 250px;
    border: 1px solid #95989A;
    padding: 14px 12px;
    position: relative;
    box-sizing: border-box;
    font-family: Georgia, serif;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    transition: .3s;
    overflow: hidden;
    background-color: white;
}

.content.infocentral [class^="axial-item-"]:hover {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}

.content.infocentral [class^="axial-item-"] a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 26px;
    color: white;
    font-weight: bold;
}

.content.infocentral [class^="axial-item-"] p {
    margin: 0;
    font-size: 16px;
    color: black;
    padding-top: 10px;
}

.content.infocentral .axial_box-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    display: block;
    text-align: right;
}

.content.infocentral .axial_box-bottom img {
    max-width: 70px;
    margin-right: 14px;
    margin-bottom: 2px;
}

.content.infocentral .axial-item-1.no-image {
    background: #DD5457;
}

.content.infocentral .axial-item-2.no-image {
    background: #00A2E0;
}

.content.infocentral .axial-item-3.no-image {
    background: #3460B4;
}

.content.infocentral .axial-item-4.no-image {
    background: #3ECAC1;
}

.content.infocentral [class^="axial-item-"].no-image p {
    padding-top: 0;
    font-size: 24px;
    line-height: 36px;
    color: white;
}

.content.infocentral .ax-img-wrap {
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 120px;
    width: 100%;
    border: 1px solid lightgray;
}

@media only screen and (max-width:1368px) {
    .content.infocentral .axial-header hr {
        width: 98%;
        margin-left: 4px
    }
}

@media only screen and (max-width:1025px) {
    .content.infocentral [class^="axial-item-"] a {
        font-size: 22px
    }

    .content.infocentral .axial-header hr {
        width: 90%;
        margin-left: 40px
    }
}

@media screen and (max-width:767px) {
    .content.infocentral [class^="axial-item-"] {
        height: 150px
    }

    .content.infocentral [class^="axial-item-"] div {
        width: 25%;
        display: inline-block;
        float: left;
        margin-right: 4px
    }

    .content.infocentral [class^="axial-item-"] p {
        display: inline-block;
        width: 70%;
        float: right
    }

    .content.infocentral [class^="axial-item-"].no-image p {
        width: 100%
    }
}

@media screen and (max-width:580px) {
    .content.infocentral .axial-header hr {
        width: 76%;
        margin-left: 66px
    }
}

@media only screen and (min-width:1024px) and (max-width:1368px) {
    .content.infocentral [class^="axial-item-"] p {
        font-size: 16px
    }
}

.advertisement {
    text-align: center;
    font-family: Roboto, arial, sans-serif;
    font-size: .65em;
    padding: 15px 0;
    background-color: #F7F9FF;
}

.advertisement.revealer {
    padding: 0;
    margin: 0;
}

.advertisement .advertisement-link {
    margin-bottom: 6px;
}

.article_header .advertisement {
    margin: 0 auto 25px auto;
    overflow-x: auto;
}

.rightColAdvertisement {
    margin: 0 auto;
    text-align: center;
}

.teaser_advDropZone {
    border-top-color: #0054A6;
    background-color: #F7F9FF;
    width: 360px !important;
    text-align: center;
}

.teaser_advDropZone .advertisement {
    padding: 2px 0;
}

.content.cen-hp .advertisement {
    margin-bottom: 10px;
}

.advertisement-container-toc {
    clear: both;
    border-top: 2px solid #efefef;
    margin: 35px 20px -40px 20px;
    overflow-x: auto;
}

.advertisement-container-toc .issue-item {
    border-top: none;
}

.content.search-result .advertisement-container-toc {
    margin: 20px 0 -20px 0;
}

@media (max-width:920px) {
    .advertisement.leaderboard {
        width: 100vw;
        margin: 0 calc(-50vw + 50%)
    }
}

@media (max-width:767px) {
    .advertisement-container-toc {
        margin-left: 0;
        margin-right: 0
    }

    .article_header .advertisement {
        margin: -15px auto 25px auto
    }
}

.leaderboard.advertisement {
    display: none
}

.content.toc .advertisement-container-toc,
.content.asap .advertisement-container-toc,
.content.jams .advertisement-container-toc,
.content.search-result .advertisement-container-toc {
    display: none
}

.content.editorschoice .issue-item_adv-dropzone {
    display: none
}

.recent-vi-list {
    list-style-type: none;
    padding-left: 0;
}

.recent-vi-list li {
    margin-bottom: 8px;
}

#reagents-content .hlFld-FullText img {
    max-width: 500px;
    max-height: unset;
}

.reagents-member-list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.reagents-member-list p {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0 0 10px 0;
}

@media (max-width:500px) {
    .reagents-member-list {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.partner-journal .jhHeader {
    background: transparent linear-gradient(207deg, #727579 0%, #152040 40%, #152040 100%) 0% 0% no-repeat padding-box;
}

.content.journal-home.partner-journal .journal-home_navigation .main-nav {
    border-bottom: none;
}

.content.journal-home.partner-journal .journal-home_navigation #main-nav-list .item {
    background: #0054A6;
}

.content.journal-home.partner-journal .journal-home_section.partner-content {
    background: #EAEAEA;
}

.content.journal-home.partner-journal .partner-item {
    border: 1px solid #eaeaea;
    border-top: 4px solid #D71921;
    background: #fff;
    padding: 25px;
    height: 325px;
    margin-bottom: 15px;
    position: relative;
}

.content.journal-home.partner-journal .partner-item .partner-item-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    padding: 25px;
}

.content.journal-home.partner-journal .col-md-6:nth-child(2) .partner-item {
    background: transparent linear-gradient(128deg, #FCFCFC 30%, #E0E0E0 100%);
}

.content.journal-home.partner-journal .partner-item .partner-card-image {
    height: 275px;
    width: 50%;
    float: right;
    text-align: right;
}

.content.journal-home.partner-journal .partner-item-content {
    min-width: 275px;
    width: 40%;
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 40px;
}

.content.journal-home.partner-journal .col-md-6:nth-child(2) .partner-item-content {
    text-align: left;
    left: 40px;
    right: unset;
}

.content.journal-home.partner-journal .partner-item-content p {
    font-size: 1.5rem;
    font-weight: 500;
    color: #484848;
    text-shadow: 1px 1px #fff;
}

.content.journal-home.partner-journal .partnership-button {
    display: inline-block;
    padding: 14px;
}

.content.journal-home.partner-journal .partnership-button:hover {
    color: #fff;
}

.content.journal-home.partner-journal .journal-home_section.partner-join {
    background: #293F80;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.content.journal-home.partner-journal .partner-join-item {
    margin: 20px 0;
}

.content.journal-home.partner-journal .partner-join-item a {
    font-size: 1.25rem;
    color: #fff;
}

.content.journal-home.partner-journal .partner-join-item span {
    display: block;
}

.content.journal-home.partner-journal .partner-join-icon {
    height: 60px;
    position: relative;
}

.content.journal-home.partner-journal .partner-join-icon img,
.content.journal-home.partner-journal .partner-join-icon i {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 60px;
}

.content.journal-home.partner-journal .partner-join-icon i {
    font-size: 3.9rem;
}

@media (max-width:1210px) and (min-width:1025px) {
    .content.journal-home.partner-journal .partner-item .partner-card-image {
        display: none
    }
}

@media (max-width:1200px) and (min-width:1025px) {
    .content.journal-home.partner-journal .partner-item .partner-item-bg {
        background-size: cover
    }
}

@media (max-width:640px) and (min-width:501px) {
    .content.journal-home.partner-journal .partner-item .partner-item-bg {
        background-size: cover
    }
}

@media (max-width:500px) {
    .content.journal-home.partner-journal .partner-item {
        min-height: 225px;
        height: auto
    }

    .content.journal-home.partner-journal .partner-content .container_scaled-down,
    .content.journal-home.partner-journal .partner-content .col-md-6 {
        padding-left: 0;
        padding-right: 0
    }

    .content.journal-home.partner-journal .partner-item-content {
        position: static;
        min-width: auto;
        width: calc(100% - 50px);
        margin: 0 auto;
        text-align: left
    }

    .content.journal-home.partner-journal .partner-item .partner-item-bg {
        background-image: none !important;
        position: static;
        padding: 0
    }

    .content.journal-home.partner-journal .partner-item .partner-card-image {
        display: none
    }

    .content.journal-home.partner-journal .partner-item p {
        margin-top: 0
    }

    .content.journal-home.partner-journal .partnership-button {
        font-size: 1rem;
        padding: 7px 14px
    }
}

main.partner-journal.jamsef .button_primary_2 {
    background: #293F80;
    border: 1px solid #fff;
}

main.partner-journal.jamsef .jhHeader_submitManuscript,
main.partner-journal.jamsef .partnership-button {
    background: #D71921;
    border: none;
}

main.partner-journal.jamsef .partnership-button {
    border: 1px solid #fff;
}

main.partner-journal.jamsef .jhHeader .button_primary_2:hover {
    background: #001a57;
    box-shadow: none;
}

main.partner-journal.jamsef .jhHeader .jhHeader_submitManuscript:hover,
main.partner-journal.jamsef .partnership-button:hover {
    background: #bd171f;
}

main.partner-journal.jamsef .teaser,
main.partner-journal.jamsef .journal-feature,
main.partner-journal.jamsef .topical-index_column-cont,
main.partner-journal.jamsef .sitewide_resources .resources-content .join-acs {
    border-top: 4px solid #D71921;
}

main.partner-journal.jamsef .teaser_advDropZone {
    border-top-color: #0054A6;
}

main.partner-journal.jamsef .connect_section {
    background: #293F80;
    color: #fff;
}

main.partner-journal.jamsef .connect_section a {
    color: #fff;
}

main.partner-journal.jamsef .connect_section h2,
main.partner-journal.jamsef .journal-home_openaccess h2 {
    border-left: 6px solid #fff;
}

main.partner-journal.jamsef .journal-home_openaccess {
    background: #D71921;
    color: #fff;
}

main.partner-journal.jamsef .journal-home_openaccess a {
    color: #fff;
}

main.partner-journal.amrcda .button_primary_2 {
    background: #5e0207;
    border: 1px solid #fff;
}

main.partner-journal.amrcda .jhHeader_submitManuscript,
main.partner-journal.amrcda .partnership-button {
    background: #d69f40;
    border: none;
}

main.partner-journal.amrcda .partnership-button {
    border: 1px solid #fff;
}

main.partner-journal.amrcda .jhHeader .button_primary_2:hover {
    background: #470105;
    box-shadow: none;
}

main.partner-journal.amrcda .jhHeader .jhHeader_submitManuscript:hover,
main.partner-journal.amrcda .partnership-button:hover {
    background: #bc8b37;
}

main.partner-journal.amrcda .partnerJournal {
    background: rgb(255, 255, 255)important !;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(157, 10, 18, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(157, 10, 18, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 30%, rgba(157, 10, 18, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f5ba7", endColorstr="#ffffff", GradientType=1);
    color: #9D0A12;
}

main.partner-journal.amrcda .jhHeader {
    background-size: cover;
    padding-top: 20px;
    background: transparent linear-gradient(207deg, #d45151 0%, #9d0a12 40%, #9d0a12 100%) 0% 0% no-repeat padding-box;
    position: relative;
    min-height: 275px
}

.books-home_secondary-block img {
    float: none;
    box-shadow: none;
    width: auto;
    max-height: 100px;
}

.books-home_secondary-block img+div {
    padding-left: 0
}

.download-citation_options .helpLink {
    display: none
}

#reprint-jhp {
    font-size: .8em;
    padding: 6px 10px;
    float: right;
    margin: 4px 0 0 8px;
}

#reprint-jhp:hover {
    color: #2E4922;
    background-color: #d8d8d8;
}

@media (max-width:990px) {
    .current_issue .collection-description {
        width: calc(100% - 125px)
    }

    #reprint-jhp {
        margin: -4px 0 0 8px
    }
}

@media (max-width:500px) {
    .current_issue .collection-description {
        width: 100%
    }

    #reprint-jhp {
        float: none;
        margin: 0 0 8px 0
    }
}

.content.acsccc .button_primary_2.jhHeader_submitManuscript,
.content.acsccc .button_primary_2.niHeader_getEAlerts.jhHeader_sub_info,
.content.acsccc .cpJournalHeader__submit-manuscript,
.journal-home.acsccc #main-nav-list #nav-submission {
    display: none
}

.stay_connected_container {
    background: #fecc46;
    color: #26599C;
    padding: 10px 0 20px 0;
}

.stay_connected {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-flow: column nowrap;
    padding-bottom: 8px;
}

.stay_connected.container:before {
    content: unset;
    display: unset;
}

.stay_connected h2 {
    font-size: 2.25rem;
    margin: 0;
}

.stay_connected h3 {
    font-size: 1.2rem;
    margin: 17px 0 25px 0;
}

.stay_connected p {
    font-size: .875rem;
}

.stay_connected a {
    color: #26599C;
    font-weight: 500;
}

.stay_connected .connect-item>* {
    flex: 1 100%;
}

.stay_connected,
.stay_connected .connect-item~.connect-item {
    gap: 50px 0;
}

.stay_connected .connect-item~.connect-item,
.stay_connected .connect-item .connect-social,
.stay_connected .connect-item .connect-app {
    width: 100%;
}

.stay_connected .connect-item .connect-header {
    padding-bottom: 0;
}

.stay_connected #connect-ealerts.button_primary {
    display: inline-block;
    width: 214px;
    background-color: #255BA5;
    color: #ffffff;
    padding: 11px 28px;
}

.stay_connected .connect-item~.connect-item {
    display: flex;
    flex-flow: column nowrap;
}

.stay_connected .connect-item .connect-social {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    gap: 0 18px;
}

.stay_connected .connect-item .connect-social>* {
    flex: 1 100%;
}

.stay_connected .connect-item .connect-social h3,
.stay_connected .connect-item .connect-app h3 {
    margin: 0 0 20px 0;
}

.stay_connected .connect-item .connect-social .connect-social-item {
    flex: none;
    font-size: .7rem;
    width: 50px;
    text-align: center;
}

.stay_connected .connect-item .connect-social .connect-social-item .icon img {
    width: 45px;
}

.stay_connected .connect-item .connect-social .connect-social-item .icon img.blue {
    display: inline;
}

.stay_connected .connect-item .connect-social .connect-social-item .icon img.yellow {
    display: none;
}

.stay_connected .connect-item .connect-app {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    gap: 0 6px;
}

.stay_connected .connect-item .connect-app>* {
    flex: 1 100%;
}

.stay_connected .connect-item .connect-app .connect-app-item {
    flex: none;
}

.stay_connected .connect-item .connect-app .connect-app-item a {
    display: inline-block;
    line-height: 0;
}

.stay_connected .connect-item .connect-app .connect-app-item .google-play {
    width: 150px;
}

.stay_connected .connect-item .connect-app .connect-app-item .app-store {
    width: 133px;
}

.content.homepage .stay_connected_container {
    background: transparent;
}

.content.homepage .stay_connected_container .container_scaled-down {
    padding-left: unset;
    padding-right: unset;
}

.content.homepage .stay_connected_container .container {
    width: unset;
}

.content.homepage .stay_connected {
    padding-left: unset;
    padding-right: unset;
}

.content.homepage .stay_connected h2 {
    border-bottom: none;
    padding-bottom: none;
}

.content.journal-home.partner-journal.jamsef .stay_connected_container {
    background: #293F80;
    color: #FFFFFF;
}

.content.journal-home.partner-journal.jamsef .stay_connected #connect-ealerts.button_primary {
    background-color: #FFCD34;
    color: #293F80;
}

.content.journal-home.partner-journal.jamsef .stay_connected h2 {
    color: #FFCD34;
}

.content.journal-home.partner-journal.jamsef .stay_connected a {
    color: #FFFFFF;
}

.content.journal-home.partner-journal.jamsef .stay_connected .connect-item .connect-social .connect-social-item .icon img.blue {
    display: none;
}

.content.journal-home.partner-journal.jamsef .stay_connected .connect-item .connect-social .connect-social-item .icon img.yellow {
    display: inline;
}

@media (max-width:767px) {
    .stay_connected {
        width: 330px
    }
}

@media (min-width:768px) {
    .stay_connected {
        flex-flow: row nowrap;
        padding-left: 2.25em;
        padding-right: 2.25em;
        padding-bottom: 0;
        gap: 0 calc(50% - 310px)
    }

    .stay_connected .connect-item~.connect-item {
        width: unset;
        flex-flow: column nowrap;
        gap: 5px 0
    }

    .stay_connected .connect-item .connect-header {
        width: 320px
    }

    .stay_connected .connect-item .connect-social h3 {
        margin: 17px 0 4px 0
    }

    .stay_connected .connect-item .connect-app h3 {
        margin: 17px 0 8px 0
    }

    .stay_connected .connect-item .connect-social,
    .stay_connected .connect-item .connect-app {
        width: 300px
    }

    .stay_connected .connect-item {
        flex: none
    }

    .stay_connected .connect-item .connect-social {
        gap: 0 32px
    }

    .stay_connected .connect-item .connect-social .connect-social-item {
        flex: none
    }

    .stay_connected .connect-item .connect-app {
        gap: 0 16px
    }
}

@media (min-width:1026px) {

    .stay_connected,
    .stay_connected .connect-item~.connect-item {
        width: unset;
        flex-flow: row nowrap;
        gap: 0 calc(50% - 370px)
    }

    .stay_connected .connect-item~.connect-item {
        flex: 2;
        justify-content: space-between
    }

    .stay_connected .connect-item .connect-social h3 {
        margin: 17px 0 25px 0
    }

    .stay_connected .connect-item .connect-app h3 {
        margin: 17px 0 32px 0
    }

    .stay_connected .connect-item .connect-social {
        flex: none;
        width: 250px;
        gap: 0 16px
    }

    .stay_connected .connect-item .connect-app {
        flex: none;
        width: 170px
    }

    .stay_connected .connect-item .connect-app .connect-app-item {
        flex: 1 100%
    }

    .stay_connected .connect-item .connect-app .connect-app-item .app-store {
        width: 150px
    }

    .content.homepage .stay_connected {
        flex-flow: row nowrap;
        padding-bottom: 0;
        gap: 0 calc(50% - 310px)
    }

    .content.homepage .stay_connected .connect-item~.connect-item {
        flex-flow: column nowrap;
        gap: 5px 0
    }

    .content.homepage .stay_connected .connect-item .connect-header {
        width: 320px
    }

    .content.homepage .stay_connected .connect-item .connect-social h3 {
        margin: 17px 0 4px 0
    }

    .content.homepage .stay_connected .connect-item .connect-app h3 {
        margin: 17px 0 8px 0
    }

    .content.homepage .stay_connected .connect-item~.connect-item {
        width: unset
    }

    .content.homepage .stay_connected .connect-item .connect-social,
    .content.homepage .stay_connected .connect-item .connect-app {
        width: 300px
    }

    .content.homepage .stay_connected .connect-item {
        flex: none
    }

    .content.homepage .stay_connected .connect-item .connect-social {
        gap: 0 32px
    }

    .content.homepage .stay_connected .connect-item .connect-social .connect-social-item {
        flex: none
    }

    .content.homepage .stay_connected .connect-item .connect-app {
        gap: 0 16px
    }

    .content.homepage .stay_connected .connect-item .connect-app .connect-app-item {
        flex: none
    }

    .content.homepage .stay_connected .connect-item .connect-app .connect-app-item .app-store {
        width: 133px
    }
}

@media (min-width:1368px) {

    .stay_connected,
    .stay_connected .connect-item~.connect-item {
        gap: 0 calc(50% - 460px)
    }

    .stay_connected .connect-item .connect-social,
    .stay_connected .connect-item .connect-app {
        flex: none;
        width: 300px
    }

    .stay_connected .connect-item .connect-social {
        flex: none;
        gap: 0 32px
    }

    .stay_connected .connect-item .connect-app .connect-app-item,
    .content.homepage .stay_connected .connect-item .connect-app .connect-app-item {
        flex: none
    }

    .stay_connected .connect-item .connect-app .connect-app-item .app-store,
    .content.homepage .stay_connected .connect-item .connect-app .connect-app-item .app-store {
        width: 133px
    }

    .content.homepage .stay_connected,
    .content.homepage .stay_connected .connect-item~.connect-item {
        width: unset;
        flex-flow: row nowrap;
        gap: 0 calc(50% - 460px)
    }

    .content.homepage .stay_connected .connect-item~.connect-item {
        flex: 2;
        justify-content: space-between
    }

    .content.homepage .stay_connected .connect-item .connect-social h3 {
        margin: 17px 0 25px 0
    }

    .content.homepage .stay_connected .connect-item .connect-app h3 {
        margin: 17px 0 32px 0
    }

    .content.homepage .stay_connected .connect-item .connect-social,
    .content.homepage .stay_connected .connect-item .connect-app {
        flex: none;
        width: 300px
    }

    .content.homepage .stay_connected .connect-item .connect-social {
        flex: none;
        gap: 0 32px
    }

    .content.homepage .stay_connected .connect-item .connect-app {
        flex: none
    }
}

.acs-focus {
    outline: 0;
}

:focus {
    outline: 2px dotted #0039a6;
    outline-offset: 2px;
}

.jhHeader:focus,
.promo-header:focus {
    outline-color: #ffffff;
}

.jhHeader_coverWrap a:focus {
    display: inline-block;
    outline-offset: 0;
}

#main-nav-list a:focus,
.header_mainmenu:focus {
    outline-color: #fdc82f;
    outline-offset: -2px;
}

.header_topbar:focus {
    outline-offset: 0;
    outline-color: #fdc82f;
}

.hero-image a:focus {
    outline-color: #ffffff;
}

button.vjs-share-control.vjs-button:focus,
button.vjs-big-play-button:focus {
    outline-color: #ffffff;
    outline-offset: 0;
}

.trend-elem__title-link:focus {
    display: inline-block;
}

.quick-search_all-field:focus,
.quick-search_citation:focus,
.quick-search_volume-input:focus,
.quick-search_page-input:focus {
    border: 2px dotted #0039a6 !important;
}

#dfp-journal-hp-leaderboard iframe a:focus {
    border: 2px dotted #0039a6 !important;
}

.cenge_wrap .no-image a:focus,
.axial_feed .no-image a:focus {
    outline-color: #ffffff;
}

.connect-apps a:focus {
    display: inline-block;
}

footer:focus {
    outline-color: #ffffff;
}

.megamenu__list a:focus,
#megamenuCloseBtn:focus {
    outline-color: #ffffff;
    outline-offset: 0;
}

.facet__list--applied i.icon-tools_close:focus {
    outline-color: #fff;
}

.contribAuthorLink:focus {
    outline-color: #fff;
}

.slideShow:focus,
.slideShow:focus {
    outline: 2px dotted #0039a6 !important;
}

#remoteaccess-header:focus {
    outline-color: #ffffff;
    outline-offset: 0;
}

#gdpr-message-content:focus {
    outline-color: #ffffff;
}

.content.pubs-custom.curation .collection-title {
    display: inline-block;
    margin-right: 7px;
}

.content.pubs-custom.curation .collection-description {
    display: inline-block;
    font-style: italic
}

.content.pubs-custom.curation .container_scaled-down {
    padding: 0;
}

.content.pubs-custom.curation .curation-doi-slider {
    margin-top: 0 !important;
    padding-top: 40px;
}