.toc .toc-superheading-row {
    margin-bottom: 20px;
}

.toc .toc-superheading {
    background: #607D8B;
    text-align: center;
    padding: 5px 12px;
    margin-right: 15px;
    color: #fff;
    font-weight: 200 !important;
    display: inline-block;
}

.toc h1 {
    color: #607D8B;
    font-weight: 400;
    margin-bottom: 25px;
}

.toc-superheading h2 {
    font-size: 19px;
    line-height: 15px;
    font-weight: 200;
}

.toc-superheading-gotocurrent {
    display: inline-block;
}

/** filters */
.toc-filters {
    border-top: 1px solid #ddd;
    padding-top: 7px;
}

.toc-save-options li > a {
    text-align: left;
}

.toc .dropdown-menu li form {
    margin: 0;
    width: 100%;
}

.toc .dropdown-menu li input {
    margin: 0;
    display: block;
    padding: 3px 20px 3px 18px;
    clear: both;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    color: #252525;
    white-space: nowrap;
    text-align: left;
    width: 100%;
}

.toc .dropdown-menu li input:hover,
.toc .dropdown-menu li input:focus
{
    color: #fff;
    text-decoration: none;
    background-color: #226bbf;
    background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
    background-image: -webkit-linear-gradient(top, #08c, #0077b3);
    background-image: -o-linear-gradient(top, #0088cc, #0077b3);
    background-image: linear-gradient(to bottom, #08c, #0077b3);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.toc-filter-remove,
.toc-filter-remove:visited,
.toc-filter-remove:focus {
    display: inline-block;
    cursor: pointer;
    background: #AED581;
    color: #4b0b0b;
    padding: 0 4px;
    margin: 0 3px 4px 0;
    font-size: 11px;
}

.toc-filter-remove:hover {
    background: #eee;
    color: #444;
    text-decoration: none;

}

/** results */

.toc .articles {
    padding-top: 30px;
}

.toc .article {
    margin-bottom: 35px;
    padding: 5px 0;
    position: relative;
}

.toc .article .title {
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.toc .article .article-publication-date {
    font-size: 12px;
    color: #888;
}

.toc .subjects-navigation {
    margin: 0;
}

.toc .subject-item a, .toc .subject-item a:visited {
    height: 20px;
    padding: 3px 6px;
    line-height: 27px;
    font-size: 12px;
    margin: 0 3px 6px 0;
}

.article-identifiers {
    margin-top: 5px;
}

.article-identifiers a {
    margin-right: 12px;
}

/*Sidebar*/
.toc-sidebar h3 {
    padding-left: 10px;
}

.toc-featured-container {
    padding: 5px;
    border: 1px solid #eee;
    margin-bottom: 45px;
}

.section-follower-count {
    font-size: 16px;
}

#content-alert-button-label {
    font-size: 18px;
}

.toc-featured-meta {
    padding: 0 10px;
}

.toc-featured-meta .icon-camera {
    color: #717171;}

.toc-featured-container h3 {
    font-weight: 400;
    padding-left: 0;
}

.toc-featured-container .toc-featured-date {
    color: #aaa;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.toc-featured-meta p {
    font-size: 13px;
}

/*Sidebar aggregations*/
.toc-archive-filter {
    padding-left: 10px;
    margin-bottom: 10px;
}

.toc-dates {
    margin-bottom: 40px;
}

.toc-dates .toc-agg-heading {
    background: #ECEFF1;
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
}

.toc-dates .toc-agg-heading:hover {
    background: #90caf9;
}

.toc-year.toc-navlist {
    border-top: 1px dotted #B0BEC5;
}

.toc-year .toc-months {
    display: none;
}

.toc-year.toc-year-active .toc-months {
    display: block;
}

.toc .toc-navlist li a {
    padding: 3px 10px;
    line-height: 1.5;
    color: #888;
}

.toc-navlist .badge {
    float: right;
    background: #eee;
    color: #717171;    text-shadow: none;
}

.toc-subjects .toc-rss {
    display: none;
}

@media (min-width: 768px) {
    .toc-noimage-push {
        margin-top: 108px;
    }

    .toc-save-options {
        text-align: right;
    }
}

@media (min-width: 810px) {
    .toc-subjects li {
        position: relative;
    }

    .toc-subjects .toc-rss {
        display: block;
        position: absolute;
        top: 1px;
        right: -25px;
    }

    .toc-rss a {
        color: #ffa500 !important;
    }
}
.subject-article {
    display: block;
    color: inherit;
   /* : 1px solid transparent; */
    line-height: 1.2;
    margin: 5px 0 15px 0;
    padding: 18px;
    background: rgba(249, 249, 249, 0.35);
    position: relative;
}

a.subject-article {
    color: #226bbf !important;
    text-decoration: none !important;
}

a.subject-user {
    text-decoration: none !important;
}


.subject-article:not(:last-of-type) {
    margin-bottom: 23px;
}

.subject-article:hover {
    text-decoration: none;
    /* border-left-color: #4c79bd; */
    background: #e7f5ff;
}

.subject-article-date {
    font-weight: 200;
    color: #717171;}

.subject-article-preprint {
    color: #DD8B26;
    margin-left: 10px;
}

.subject-article-authors {
    margin: 0 0 14px;
    line-height: 1.46em;
}

.subject-article-author {
    font-size: 14px;
}

.subject-publications.section .subject-article-author {
    font-size: 16px;
}

.subject-article:hover .subject-article-authors {
    color: #424242;
}

.subject-article-counters {
    color: #4872b3;
    font-size:15px;
    font-weight:300;
}

.subject-article-image {
    max-height: 200px;
    overflow-y: hidden;
}

.subject-article-image img {
    width: 100%
}

.subject-article-full .subject-article-counters {
    margin-top: 18px;
}

.subject-article:hover .subject-article-image {
    border-color: #4c79bd;
}

.subject-article-title,
.subject-collection-title {
    font-size: 1.7em;
    font-weight: 400;
    line-height: 1.3em;
    margin-bottom: 12px;
    font-family: Georgia, "Times New Roman", Times, serif;
}

.subject-article-full .subject-article-title {
    margin-top: 4px;
    line-height: 1.23em;
    width: 90%;    
    color: #226bbf;
}

.subject-article.subject-preprint:hover {
    /* border-left: 1px solid #dd8b26; */
    background: #FFE8D6;
}

.subject-article.subject-preprint:hover .subject-article-title {
    color: #c86e00;
}

.subject-article .preprint-label {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FFA500;
    padding: 3px 5px;
    color: #FFF;
    font-size: 12px;
    font-weight: 200;
}

.article-item-interest-container {
    position: relative;
    margin-top: 12px;
    padding: 14px 18px 17px;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 12%;
    background-position-x: 1%;
    background-position-y: 1%;
    background-image: url('https://s3.amazonaws.com/static.peerj.com/sections/quotation-mark.svg');
    background-color: #3460a1;
}

.article-item-interest-container img {
    width: 45px;
}

.editor-comment,
.subject-article-title {
    letter-spacing: 0.02em;
    user-select: all;
}

.subject-experts .subject-user:nth-of-type(even) {
    background-color: #eee;
}

.subject-experts .subject-user-image,
.subject-experts .subject-user-info,
.subject-experts .subject-user-score,
.subject-experts .subject-user-bio,
.subject-experts .subject-user-checkbox {
    padding: 10px 5px;
}

.subject-experts .subject-user-bio,
.subject-experts .subject-user-image {
    vertical-align: middle;
}

.subject-experts .subject-user-info {
    padding-right: 0;
}

.subject-experts .subject-user:hover {
    text-decoration: none;
}

.subject-experts .subject-user:hover .subject-user-image img {
    border-color: transparent;
}

.subject-experts .subject-user-image:hover img {
    border-color: #4c79bd !important;
}

.subject-experts .subject-user-score {
    padding: 0 10px;
}

.subject-experts .subject-user-bio > div {
    max-width: 60em;
    max-height: 120px;
    overflow-y: auto;
    line-height: 1.2;
}

.subject-experts .subject-user a {
    text-decoration: none;
}

.subject-experts .subject-user-category {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 2px;
    margin: 5px 5px 0 0;
    background-color: rgb(239, 210, 158);
    font-size: 90%;
}

.subject-experts .subject-user-matched-category {
    background-color: rgb(97, 202, 97);
}


.subjects-intro {
    margin-bottom: 40px;
    color: #666;
    font-size: 120%;
}

.subjects-intro .subject-heading {
    color: #4c79bd;
    font-weight: 200;
}

.subject-groups .subject-section-heading {
    margin-bottom: 15px;
}

.subject-groups .subject {
    margin: 3px 10px 3px 0;
    background-color: #13262F;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 200;
    padding: 7px 10px;
    margin: 0;
}

.subject:focus {
    outline: hidden !important;
    border: 2px solid yellow !important;
}

.subject-groups .subject:hover {
    background-color: #2172B5;
}

.nav.subjects-nav-tabs {
    margin-bottom: 0;
}

.label-subject {
    text-transform: uppercase;
    font-weight: 200;
}

.label-subject-article {
    color: #4c79bd;
}

.label-subject-preprint {
    color: #DD8B26;
}

.body-subject .ui-autocomplete {
    max-width: 60em;
}

.subject-search {
    position: relative;
    white-space: nowrap;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.subject-search input.search-query,
.subject-search-button {
    color: #444;
    border: none;
}

.subject-search-button {
    padding: 4px 12px; /* reset */
}

/* Search box, button, subjects button shared height */
.subject-search .btn.subject-search-button,
.subject-search .search-query {
    height: 45px;
}

/* Search box textbox */
.subject-search .search-query {
    color: #a6a6a6;
    font-weight: 200;
    letter-spacing: .01em;
    line-height: 1.2em;
    display: block;

    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    box-shadow: inset -7px 0 10px -5px hsla(0, 0%, 0%, .09);
    border-right: 1px solid #ccc;
    background: #f3f3f3;
}

/* Search button */
.subject-search .btn.subject-search-button {
    width: 66px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

/* Search icon */
.btn.subject-search-button .icon-search {
    font-size: 23px !important;
    color: #b0b0b0;
    background: none !important;
}

/* Search icon */
.btn.subject-search-button:hover,
.btn.subject-search-button:hover .icon-search {
    color: rgba(118, 112, 106, 1) !important; /* KEY BROWN */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.subject-search .btn.subject-search-button:hover {
    background-color: #d4d4d4 !important;
}

/* Removing search text box glow on focus */
.subject-search textarea:focus, .subject-search input[type="text"]:focus, .subject-search .uneditable-input:focus {
    box-shadow: none;
}

/* Search textbox on:focus */
.subject-search .search-query:focus {
    color: #474747 !important;
    background: #f2f2f2 !important;
    box-shadow: inset -8px 0 10px -5px hsla(0, 0%, 0%, .04) !important;
}

/* Search button on:focus */
.subject-search .search-query:focus + .btn.subject-search-button {
    background: #ececec !important;
}

/* Search button icon on:focus */
.subject-search .search-query:focus + .btn.subject-search-button .icon-search {
    color: rgba(118, 112, 106, 1) !important; /* KEY BROWN */
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.subject-search .btn.subject-search-button,
.subject-search .search-query {
    height: 40px;
}

/* Search box textbox */

.subject-search .input-append {
    width: 85%;
    position: relative;
    margin: 0 1%;
    float: left;
}

.subject-search .search-query {
    font-size: 15px;
    width: 100% !important;
    padding: 0 0 0 12px;
}

.subject-search .btn.subject-search-button {
    width: 15%;
}

.btn.subject-search-button .icon-search {
    font-size: 20px !important;
}

.btn.subject-search-button {
    padding: 0;
    margin: 0;
}

/* search results */
.ui-menu-item .search-highlight {
    font-weight: bold !important;
    background: none;
}

@media (min-width: 479px) {
    .btn.subject-search-button .icon-search {
        font-size: 22px !important;
    }

    .subject-search .btn.subject-search-button,
    .subject-search .search-query,
    .subject-search {
        height: 40px;
    }

    .subject-search .input-append {
        width: 59%;
        position: relative;
        float: none;
    }

    .subject-search .search-query {
        font-size: 15px;
        width: 100%;
        padding: 0 0 0 12px;
    }

    .subject-search .btn.subject-search-button {
        width: 15%;
    }
}

@media (min-width: 768px) {
    /* Search box textbox */
    .subject-search .search-query {
        font-size: 20px;
        width: 315px;
        padding: 0 0 0 17px;
    }

    .subject-search .btn.subject-search-button,
    .subject-search .search-query {
        height: 50px;
    }

    /* Search button */
    .subject-search .btn.subject-search-button {
        width: 44px;
    }

    .subject-search .input-append {
        margin: 0;
    }
}

@media (min-width: 980px) {
    .btn.subject-search-button .icon-search {
        font-size: 23px !important;
    }

    /* Search box textbox */
    .subject-search .search-query {
        font-size: 17px;
        padding: 0 0 0 17px;
        height: 55px;
    }

    .subject-search .input-append {
        width: 45%;
    }

    .subject-search .btn.subject-search-button,
    .subject-search .search-query {
        height: 40px;
    }
}

@media (min-width: 1200px) {
    .btn.subject-search-button .icon-search {
        font-size: 20px !important;
    }

    .subject-search .input-append {
        width: 33.3%;
    }
}

@media (max-width: 479px) {
    .home-main {
        top: 0;
    }
}

@media (max-width: 768px) {
    .ajax-search-item-right {
        width: 80% !important;
        margin-left: 11% !important;
    }
}

.body-subject #nav-pad {
    height: 20px;
}

.subject-heading {
    font-size: 31px;
    margin: 16px 0 13px 2px;
}

.subject-heading .subject-name {
    color: #4c79bd;
    font-weight: 200;
}

.subject-heading .subject-at {
    color: #aaa;
    font-weight: 100;
}

.subject-section-heading {
    font-size: 23px;
    font-weight: 400;
    color: #4c79bd;
    border-bottom: 1px solid #006EA3;
    padding-bottom: 3px;
    margin: 40px 0 30px;
}

.subject-section-heading.commentary-heading {
    margin-bottom: 10px;
}

.subject-section-heading a {
    color: inherit;
}

.subject-container {
    background-position: right -20px;
    background-repeat: no-repeat;
    padding-top: 28px;
    margin-top: -33px;
}

.body-subject.theme--dark .subject-container {
    background: none !important;
}

.subject-breadcrumb {
    background: none;
    font-size: 21px;
    font-weight: 200;
    color: #4c79bd;
    padding: 20px 0;
    margin-top: 40px;
}

.subject-publications {
    margin-bottom: 40px;
}

.subject-publications .span6 {
    margin-bottom: 45px;
}

.subject-more {
    padding-top: 10px;
    margin: 20px 0;
    display: table;
    width: 100%;
}

.subject-more-feed,
.subject-more-search {
    display: table-cell;
}

.subject-more-search {
    text-align: right;
}

.subject-more a:hover {
    text-decoration: none;
}

.subject-preprints-more {
    border-top: 1px solid #df8b26;
}

.subject-articles-more {
    color: #4c79bd;
    border-top: 1px solid #4c79bd;
}

.subject-more a {
    color: #4c79bd;
}

.subject-preprints-more a {
    color: #DD8B26;
}

.subject-view-all {
    display: block;
    text-align: right;
    color: #4c79bd;
    margin-top: 10px;
}

.icon-all:before {
    content: "";
    padding-left: 6px;
    font-size: 18px;
    vertical-align: top;
    line-height: 1em;
}

.icon-rss:before {
    font-size: 14px;
    line-height: 1em;
    padding-right: 2px
}

.back-link {
    vertical-align: top;
    padding-bottom: 6px;
    font-size: 15px;
    font-weight: 200;
    color: #85a0b3;
    line-height: 1em;
    display: inline-block;
}

/*.icon-back:before {*/
    /*font-size: 23px;*/
    /*content: "";*/
    /*color: #85a0b3;*/
    /*margin-right: 8px;*/
    /*display: inline-block;*/
    /*margin-top: -6px;*/
    /*text-decoration: none !important;*/
/*}*/

.subject-image-credit {
    color: #4c79bd;
}

@media (max-width: 479px) {
    .subject-heading {
        margin: -20px 0 20px;
    }

    .subject-section-heading {
        margin: 10px 0 20px;
    }
}

@media (min-width: 768px) {
    .subject-publications .span6 {
        margin-bottom: 0
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .subject-section-heading {
        font-size: 20px;
        padding-bottom: 1px;
    }
}

@media (max-width: 899px) {
    .subject-heading {
        margin-top: 0;
    }
}

@media (min-width: 979px) {
    .subject-container {
        padding-top: 50px;
        margin-top: 0;
    }
}

.subject-users {
    display: table;
    width: 100%;
    margin-top: -5px;
}

.subject-user-position {
    font-size: 15px;
    margin-bottom: 1px;
    line-height: 1.3em;
}

.subject-user {
    display: table-row;
    color: inherit;
}

.subject-user-image,
.subject-user-info,
.subject-user-score,
.subject-user-bio,
.subject-user-checkbox {
    display: table-cell;
    padding: 5px 0;
    vertical-align: middle;
}

.subject-user-image {
    vertical-align: top;
}

.subject-user-info {
    padding-right: 15px;
    color: #252525;
}

.subject-users-sidebar {
    padding-left: 0;
}

.subject-user:hover {
    text-decoration: none;
    background: #E7F5FF;
}

.subject-user-image {
    min-width: 122px;
    min-height: 116px;
    width: 125px;
}

.subject-user-image img {
    border: 10px solid #F3F6FD;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin-right: 10px;
}

.subject-user:hover .subject-user-image img {
    border-color: transparent;
}

.subject-user-name {
    font-size: 145%;
    margin: -1px 0 4px;
    line-height: 1.2em;
}

.subject-user-checkbox {
    padding-right: 10px;
}

.subject-user-institution {
    font-size: 14px;
    color: #717171;    line-height: 1.3em;
}

.subject-user-score > div {
    border-radius: 50%;
    color: #8294c3;
    font-size: 2em;
    font-weight: bold;
}

@media (min-width: 768px) {
    .subject-users-sidebar {
        padding-left: 20px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .subject-user-image img {
        width: 60px;
        height: 60px;
    }

    .subject-user-image {
        width: 90px;
        min-width: 90px;
    }

    .subject-user-name {
        font-size: 16px !important;
    }

    .subject-user-position {
        font-size: 14px !important;
    }

    .subject-user-institution {
        font-size: 12px !important;
    }
}

@media (min-width: 979px) {
    .subject-users-sidebar {
        padding-left: 35px;
    }
}

.section-page h1,
.section-commentary-title
{
    font-size:36px;
    line-height: 1;
    color:#5a5a5a;
    font-weight: 400;
}

.section-commentary-title {
    font-size: 26px;
    margin-top: 10px;
}

.section-commentary-header {
    margin-bottom: 15px;
}

.section-commentary-header > h1 {
    font-family: Georgia,"Times New Roman",Times,serif;
}

.header-strong {
    font-weight: bold;
}

.section-commentary-share-container {
    margin: 25px 0;
    padding-left: 19px
}

.section-commentary-share-container a {
    text-decoration: none;
    margin-right: 12px;
}

.section-commentary-stat-label {
    padding: 3px 5px;
    background: #607D8B;
    color: #FFF;
    border-radius: 2px;
}

.label-alltime {
    background: #B0BEC5;
}
.section-commentary-sparkline {
    height: 150px;
}

.section-commentary-sparkline-no-data {
    color: #fff;
    background-color: #5a5a5a;
    border-radius: 2px;
    margin: 20px 0;
    padding: 8px 0;
    border-color: #fff;
    text-align: center;
}

.commentary-analytics-view-btn {
    margin: 15px 0;
    text-align: center;
}

.commentary-analytics-view-btn a {
    text-decoration: none;
    padding:11px 19px;
    color: #424242;
    font-weight: bold;
    background: #b0bec6;
    border-radius:2px;
}

.commentary-analytics-view-btn a:hover {
    background: #9e9e9e;
}

.section-index-introduction p.lead {
    font-weight: 400;
    color: #444;
}

.section-sidebar-subjects .section-subjects-title {
    padding-bottom:0.25rem;
    margin-bottom:0.75rem;
    border-bottom:1px solid #eee;
}
.section-sidebar-subjects .section-subject,
.section-header-subjects .section-subject {
    background: #327ca3;
    color: white;
    padding:0.4rem 0.9rem 0.38rem;
    border-radius: 4px;
    display: inline-block;
    text-decoration: none;
}
.section-header-subjects .section-subject {
    background: #ececec;
    color: #949494;
    font-size: 14px;
    margin-top: 3px;
}
.section-sidebar-subjects .section-subject:hover {
    background: #26617f;
    text-decoration: none;
    cursor: pointer;
}
.section-sidebar-subjects .subjects-view-all {
    color: #26617f;
    cursor: pointer;
    text-align: left;
    padding: 3px 0 0 2px;
}

.section-sidebar-editors img {
    margin-right: -5px;
}

.commentary-latest-item {
    padding: 15px 18px;
    background: #E3F2FD;
    display: inline-block;
    margin: 10px 0;
}

.commentary-index-item {
    margin-bottom: 45px;
}

/* Commentary CTA */

.commentary-cta {
    padding: 15px 18px 11px;
    background: #e2f0ff;
    overflow: hidden;
    display: block;
}

.commentary-cta > .icon-plus-sign {
    font-size: 80px;
    margin-right: 16px;
}

.commentary-cta-right {
    padding-top: 7px;
    /* width: 85%; */
    width: calc(100% - 100px);
}

.commentary-cta-title {
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 5px;
}

/* SECTION PAGE REFRESH */

.hero-unit {
    padding: 3rem 0 5rem 0;
    margin-bottom: 0;
    background-size: cover;
    background-position: center;
}

.header-text {
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    overflow-wrap: break-word;
    white-space: normal;
    color: rgba(0, 0, 0, .87);
    background-repeat: no-repeat;
    box-sizing: inherit;
    padding: 0;
    display: flex !important;
    flex-direction: column !important;
}

.header-title-small {
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    overflow-wrap: break-word;
    white-space: normal;
    padding: 1rem 20px 1rem 1.3rem !important;
    box-sizing: inherit;
    margin: 0 0 -32px !important;
    color: #bdbdbd !important;
    caret-color: #bdbdbd !important;
    background: rgb(255, 255, 255);
    width: max-content;
}

.header-title-small > * {
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    overflow-wrap: break-word;
    white-space: normal;
    font-family: inherit;
    line-height: 20px;
    text-rendering: optimizelegibility;
    background-repeat: no-repeat;
    box-sizing: inherit;
    padding: 0;
    margin: 0 0 16px;
    font-size: 1.285rem;
    font-weight: 400;
    text-transform: uppercase !important;
}

.header-title-large {
    -webkit-text-size-adjust: 100%;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    font-size: 16px !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    overflow-wrap: break-word;
    white-space: normal;
    color: rgba(0, 0, 0, .87);
    padding: 1rem 1rem 1rem 1.3rem !important;
    box-sizing: inherit;
    margin: 0 !important;
    background: rgb(255, 255, 255);
    width: max-content;
}


.header-title-large > * {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    overflow-wrap: break-word;
    white-space: normal;
    font-family: inherit;
    color: inherit;
    text-rendering: optimizelegibility;
    background-repeat: no-repeat;
    box-sizing: inherit;
    padding: 0;
    margin: 0 0 0 !important;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 500 !important;
}

.article-item-interest-container img {
    margin-top: -3px;
    margin-right: 3px;
}


.subject-publications.section .subject-article {
    padding: 18px 18px 24px;
}

.subject-publications.section .subject-article-full {
    box-sizing: border-box;
}

.subject-publications.section .subject-article-date {
    font-size: 16px;
    font-weight: 400;
}

.section-intro-text {
    font-size: 19px;
    margin-top: 20px;
    line-height: 1.3;
}

.section-index-name {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.view-more {
    float: right;
    font-size: .75rem;
    text-decoration: none !important;
    color: #858585 !important;
}

.view-more:hover {
    color: inherit !important;
}

.open-calls img {
    width: 100%
}

.thumbnails {
    display: flex;
    flex-wrap: wrap;
}

.thumbnails > li {
    min-height: 150px;
}

.thumbnails > li a {
    text-decoration: none;
}

/** on profile edit */
.user-subject-item, .user-subject-item-edit {
    float: left;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 18px 5px;
    border-radius: 2px;
    margin: 5px;
    width: 195px;
    text-align: center;
    background: #30A5ED;
    color: #FFF;
    font-weight: 200;
    font-size: 15px;
}

.user-subject-item-edit {
    background: #F1F1F1;
    color: #999;
    cursor: pointer;
    border: 3px dashed #ddd;
    padding: 15px 2px;
}

.user-subject-item-edit:hover {
    box-shadow: inset 2px 5px 20px #ddd;
}

.user-subject-item .subject-primary-selected {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 17px;
}

/** start modal dialog */
#subject-server-message {
    color: red;
    font-weight: 200;
}

.subjects-modal form {
    margin: 0;
}

.subjects-modal .input-subject-search {
    float: right;
    margin-right: 10px;
    height: 15px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 200;
}

.subjects-modal .input-subject-search i {
    font-size: 12px;
    position: relative;
    top: -4px;
}

.subjects-modal .input-subject-search input {
    height: 16px;
}

.subjects-modal .modal-header {
    display: none;
    border-bottom: 1px solid #ddd;
    background: #F5F5F5;
}

.subject-modal-title .modal-icon {
    font-size: 19px;
    margin-right: 2px;
}

.subjects-modal .modal-header h3 {
    color: #0088C9;
    text-align: left;
    font-weight: 400;
}

.subjects-modal-body {
    height: 250px;
    overflow-y: auto;
}

.subjects-modal-sidebar {
    display: none !important;
    font-size: 15px;
}

.subject-primary-selected {
    color: orange !important;
}

/* Table */
.subject-primary {
    font-size: 16px;
    color: #CCC;
}

.subject-primary:hover {
    color: #C2AE7C;
    cursor: pointer;
}

.subject-list-row div {
    margin-right: 3px;
    display: inline-block;
}

.subject-list-row div.subject-item-type {
    margin-right: 0;
}

.subject-list-row:hover {
    background: #DFF0FC;
}

.subject-checkbox {
    vertical-align: super;
}

td.subject-item-type {
    color: #aaa;
    font-size: 12px;
    vertical-align: middle;
}

.subject-item-new {
    color: #fff;
    background: #2196F3;
    padding: 2px 4px;
    font-size: 12px;
    border-radius: 2px;
}

.subject-item-description {
    color: #888;
    font-size: 12px;
    padding-left: 22px;
}

@media (min-width: 540px) {
    .subjects-modal .modal-header {
        display: block;
    }
}

@media (min-width: 768px) {
    .subjects-modal {
        width: 95% !important;
        left: 15px  !important;
        margin-left: 0px !important;
    }

    .subjects-modal-sidebar {
        display: block !important;
        background: #F5F5F5;
        border-right: 1px solid #ddd;
        padding: 15px;
        height: 255px;
        overflow-y: auto;
    }

    .subjects-modal-sidebar h5 {
        font-weight: 400;
        color: #888;
    }

    .subjects-modal-sidebar #no-primary-selected {
        color: #F7871C;
    }

    .subjects-modal-sidebar #no-primary-selected .icon-warning-sign {
        color: #727272;
    }

    .subjects-modal-sidebar #sidebar-primary-selection {
        display: none;
    }

    .subjects-modal-sidebar p, .subjects-modal-sidebar h5 {
        padding: 1px 3px;
    }

    .subjects-sidebar-filter p:hover, .subjects-sidebar-filter p.active {
        background: #e1e1e1;
        cursor: pointer;
    }
}

@media (min-width: 980px) {
    .subjects-modal {
        width: 960px !important;
        left: 50%  !important;
        margin-left: -480px !important;
    }
    .subjects-modal-body, .subjects-modal-sidebar  {
        height: 350px;
    }
}

@media (min-width: 1200px) {
    .subjects-modal-body, .subjects-modal-sidebar  {
        height: 400px;
    }
}
