#author-cover-page-modal .modal-body img {
    display: block;
    margin: 0 auto;
}

.icon-word-doc::before {
    content: "\f01a";
}

.icon-word-doc {
    font-size: 16px;
    text-decoration: none !important;
    margin-right:6px;
    display:none;
}


@media (min-width: 440px) {
    .author-cover-page-docx-link .icon-word-doc {
        display:inline-block;
    }
    .author-cover-page-docx-link {
        font-size: 15px;
    }
}
.peerj-guidelines-header-box-container {
    margin-bottom: 30px;
    background: #555;
}

.peerj-guidelines-header-box-container .cta .btn {
    display: block;
    border-radius: 0;
}

.peerj-guidelines-well .span7 {
    float: left;
    margin-left: 3%;
    width: 88%;
}

.peerj-guidelines-header-box {
    padding: 15px;
}

.peerj-guidelines-header-box h1 {
    font-size: 25px;
}

.peerj-guidelines-header-box h1 a {
    color: #fff;
}

.peerj-guidelines-header-box h1, .peerj-guidelines-header-box h2, .peerj-guidelines-header-box h3,
.peerj-guidelines-header-box p, .peerj-guidelines-header-box ul {
    margin-bottom: 10px;
    font-weight: 200;
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-font-smoothing: antialiased;
}

.peerj-guidelines-well h2 {
    margin-bottom: 15px;
}

.peerj-guidelines-well h3 {
    margin-bottom: 15px
}

.peerj-guidelines-section .row {
    margin:15px 0 10px 20px;
}

.peerj-guidelines-well .row {
    margin-bottom: 10px;
}

.peerj-guidelines-well .leadh2,
.peerj-guidelines-well p {
    color: #333;
    font-weight: 400;
}

.peerj-guidelines-row-indent {
    margin: 15px 0 10px 20px;
}

.peerj-guidelines-bullet-indent {
    margin: 10px 0 0 20px;
}

ul.peerj-guidelines-bullet-indent {
    font-size: 14px;
}

.peerj-guidelines-bullet-indent li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 7px;
}

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

.journal-nav-tabs > li a {
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}

.guidelines-nav-pills > li > a {
    color: gray;
    border-radius: 2px;
}

.guidelines-nav-pills > li.active > a,
.guidelines-nav-pills > li.active > a:hover {
    background-color: rgb(100, 100, 100)
}

.legacy-b2-wrap .about-bullet,
.about-bullet {
    font-size: 12px;
    line-height: 20px;
    color: #f1f1f1;
    background: #666;
    width: 20px;
    text-align: center;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    margin-top: 3px;
    float:left;
}

.about-bullet-background-blue {
    background: #00a6fc;
}

.about-bullet-color {
    color: #f1f1f1;
}

.nav-list > li > a,
.nav-list > li > ul > li > a {
    color: #888888;
}

.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #555555;
}

.literature-review-criteria-nav {
    margin-top: 6px;
}

.affix {
    top: 60px;
}

.affix-bottom {
    position: fixed;
    bottom: 150px;
}

.peerj-guidelines-well pre {
    background:#e9e9e9;
}

.updated-alert {
    width:100%;
    border-bottom:1px solid #cb4e01;
    color:#cb4e01;
    font-size:14px;
    font-weight:400;
    line-height:1em;
    padding-bottom:.4em;
    margin-bottom:20px;
    margin-top:4px;
}

/* Submitting section */

.submitting-row {
    margin: 29px 0 0 20px;
    padding-bottom: 12px;
}

.submission-nav-screengrab {
    margin:15px 0 37px;
}

.submission-steps {
    margin-top: 11px;
}

.submission-steps > div {
    display:block;
    padding:5px 0;
    font-size:17px;
    line-height:1.15em;
    clear: both;
    color:#484848;
    font-weight:500;
}

.submission-steps > div:last-child {
    font-weight:300;
}

.submission-steps > div span {
    display: inline-block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 13px 0 0;
    padding: 7px 12px;
    width: auto;
    float: left;
    background: #00c55b;
    color: #ffffff;
}

.screengrab {
    width:100%;
    height:auto;
    background-size:100%;
    margin: 24px 0 16px 0;
}

@media (min-width:980px), (max-width:768px) {
    .submission-steps > div {
        line-height: 2.1em;
    }
    .submission-steps > div span {
        padding: 0 12px;
    }
}

/* Submitting section end */

.manuscript-check {
    font-size: 18px;
    margin-bottom: 11px;
    padding: 10px 20px;
}

@media (min-width: 530px) {
    .span7 {
        float: left;
        margin-left: 2.5%;
        width: 93%;
    }
}

/* submission route styles */

.submission-route-image-div {
    padding-bottom:20px;
    padding-top: 20px;
    text-align:center;
    height: 275px;
}

.submission-route-image-div img {
    width:190px;
}

.submission-route-col {
    margin-top: 15px;
    padding-right: 30px;
}

.submission-route-col li {
    line-height: 1.4em;
    margin-bottom: 10px;
}

.submission-route-col ul {
    margin-bottom: 15px;
}

@media (max-width: 980px) {
    .submission-route-container .row-fluid .span6 {
        width:100%;
    }

    .submission-route-image-div {
        height: auto;
    }
}

@media (min-width: 1200px) {

    .submission-route-container h2 {
        margin-bottom: 5px;
    }
    .submission-route-image-div {
        padding-top: 24px;
    }

    .submission-route-col {
        padding-right: 50px;
        margin-top: 15px;
    }
}

/* submission route styles end */

@media (min-width: 768px) {
    .peerj-guidelines-header-box-container .cta .btn {
        font-size: 15px;
    }

    .peerj-guidelines-header-box-container .cta i {
        display: none;
    }
}

@media (min-width: 979px) {
    .peerj-guidelines-header-box-container .cta .btn {
        font-size: 18px;
    }

    .peerj-guidelines-header-box-container .cta i {
        display: inline-block;
    }

    .peerj-guidelines-main-offset {
        margin-left: 75px;
    }

    .journal-nav-tabs > li {
        float: left;
    }

    .journal-nav-tabs > li a {
        border-radius: 2px 2px 0 0 !important;
        -webkit-border-radius: 2px 2px 0 0 !important;
    }
}

@media (max-width: 1100px) {
    .affix {
        display: none;
    }
}

@page {
    margin: 1.5cm;
}

@page :right {
    margin: 2.0cm;
}

.peerj-modal {
    font-size: 16px;
    font-weight: 300;
}

.modal-header-title h3 {
    font-weight: 400;
}

.peerj-modal .modal-footer .btn {
    border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -webkit-border-radius: 2px !important;
}

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

.peerj-modal .modal-header h3 {
    color: #0088c9;
    display: inline-block;
    font-weight: 400;
    margin:0;
}

.peerj-modal-body h5 {
    font-weight: 200;
    color: #888;
}

.peerj-modal-body-inner {
    margin-left: 15px;
}

.peerj-modal-body-inner .alert {
    margin: 20px 15px;
}

.peerj-modal-label label,
.peerj-modal-label .optional-text {
    font-size: 16px;
    /* font-weight: 300; */
    line-height: 23px;
    color: #999;
    margin-top: 6px;
}

.peerj-modal-label-select label {
    margin-top: 0px;
}

.institution-item-container label {
    font-weight: 500;
}

.toggle-group label {
    font-weight: 200;
}

.peerj-modal-body input {
    font-size: 16px;
}

.peerj-modal-body input[type="text"],
.peerj-modal-body input[type="email"],
.peerj-modal-body input[type="textarea"] {
    width: 100%
}

.peerj-modal-body textarea {
    line-height: 1.3;
    font-size: 20px;
    font-weight: 200;
}

#submit-server-message {
    color: red;
    font-weight: 200;
}

.peerj-modal form {
    margin: 0;
}

.peerj-modal-body {
    height: 250px;
    overflow-y: auto;
    padding: 0;
}

.peerj-modal-sidebar {
    display: none !important;
}

.peerj-modal-sidebar p {
    color: #999;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4em;
}

#modal-server-message {
    color: #B6312F;
    font-weight: 200;
}

.peerj-input-help {
    font-size: 15px;
    color: #777;
}

.peerj-small-help {
    display: none;
    color: #999;
    font-weight: 200;
    font-size: 12px;
}

.close {
    line-height: 24px;
    font-size:23px;
    margin-top: 2px;
    display:none;
}

.peerj-tag-input-text {
    margin-top: 5px;
}

.peerj-tag-add-button{
    margin-top: 3px;
    padding: 5px 20px 5px 20px;
}
.tag {
    background-color: #3d7bbf;
    margin: 3px;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-weight:500;
}

.tag, .peerj-tags-help {
    /* These values are here to make explicit the tag styling
     * so that there is no judder when a tag is added or removed
     */
    display: inline-block;
    line-height: 25px;
    height: 2em;
    border-radius: 4px;
}

.tag a {
    color:#fff;
}

.peerj-tags-help {
    font-size: 15px;
}

.tagsinput input {
    font-size: 15px;
    height: 1.5em;
    width: 100% !important;
}

#peerj-cited-row {
    margin-top: 1em !important;
    margin-bottom: 1em !important;
}

.control-group {
    margin-bottom: 5px;
}

/*multi-step*/
.m-progress {
    margin-top: 40px;
    font-size: 15px;
    color: #0c3561;
    padding: 0 5px;
}

.m-progress-bar {
    min-height: 1em;
    background: #2a85e8;
    width: 5%;
}

@media (min-width: 768px) {
    .peerj-modal-body .span4 {
        display: inline-block;
    }

    .close {
        display:inline-block;
    }

    .peerj-modal-body-inner {
        margin-top: 20px;
        margin-left: 0;
    }

    .peerj-modal {
        width: 95% !important;
        left: 15px  !important;
        margin-left: 0 !important;
    }

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

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

    .peerj-modal-sidebar p,
    .peerj-modal-sidebar h5 {
        padding: 3px 5px;
    }

    .peerj-modal-label {
        text-align: right;
    }
}

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

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

.modal.fade {
    top: 10%;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.modal.fade.in {
    top: 10%;
}

.peerj-modal-body {
    height: auto;
}

.modal-logo {
    display:none;
}

.peerj-modal-sidebar {
    border-left: 1px solid #ddd;
    border-right: none;
    padding: 2em;
    box-sizing: border-box;
    color: #484848;
    position: relative;
    width:auto;
    height: auto;
    overflow: hidden;
}

.peerj-modal-body {
    padding: 0;
}

.preview-content {
    font-family: Georgia, serif;
    padding: 2em;
    height:auto;
}

.sidebar-heading {
    font-weight: 200;
    font-size: 130%;
    margin-bottom: 10px;
}

.sidebar-checklist {
    display: table;
    margin-top: 20px;
    margin-bottom: 20px;
}

.sidebar-check-item {
    display: block;
}

.sidebar-check-item > span {
    display: table-cell;
    padding-top: 5px;
    padding-bottom: 8px;
}

.sidebar-check-info {
    color: #777;
}

.sidebar-check {
    padding-right: 10px;
}

.sidebar-check-hidden {
    display: none !important;
}

@media (min-width: 980px) {
    .peerj-modal-sidebar {
        position: fixed;
        width: 302px;
        height:400px;
    }
}

@media (min-width: 767px) {
    .preview-content {
        height: 400px;
    }
}

@media (min-width: 768px) {
    .preview-modal {
        width: 780px;
        left: 36%
    }
}

#author-cover-page-modal .modal-body img {
    display: block;
    margin: 0 auto;
}

.icon-word-doc::before {
    content: "\f01a";
}

.icon-word-doc {
    font-size: 16px;
    text-decoration: none !important;
    margin-right:6px;
    display:none;
}


@media (min-width: 440px) {
    .author-cover-page-docx-link .icon-word-doc {
        display:inline-block;
    }
    .author-cover-page-docx-link {
        font-size: 15px;
    }
}
pre {
    word-break: keep-all;
}

.checks-content .span12 {
    margin-left:0;
}

.checks-content .right{
    padding:10px 0 0 0;
}

.checks-content .leadh2 {
    margin-bottom: 17px;
}

.checks-content .leadh2,
.checks-content p,
.checks-content a,
.checks-content span,
.checks-content h2 {
    font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}

.large-list {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 3px;
}

.large-list-intro {
    font-size: 16px;
    line-height: 1.3em;
    margin-bottom: 1px;
    margin-top: 20px;
}

.large-list-intro:nth-child(1) {
    margin-top:0;
}

.checks-modal .preview-content,
.checks-content {
    overflow:visible;
}

.peerj-modal-body,
.peerj-modal-sidebar {
    height:400px !important;
}

.checks-modal .preview-content {
    height: 400px;
    padding: 0;
    position: relative;
}

.checks-content {
    padding: 0 20px;
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.checks-content > div {
    border-bottom: 1px solid #d4d4d4;
    height: auto;
    padding-bottom: 20px;
    padding-top: 30px;
}


.checks-content h2 {
    color: #0077b5;
    font-size: 21px;
    font-weight: 400;
    margin:0 0 15px 0;
    line-height:1.3em;
}

.check-back-to-top {
    color: #484848;
    display: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    margin-right: 16px;
    vertical-align: middle;
    cursor: pointer;
    cursor: hand;
}

.check-back-to-top:hover,
.check-back-to-top:active {
    color:#2a85e8
}

.peerj-modal.last-item .check-back-to-top {
    display:inline-block;
}

.peerj-modal.last-item .check-close-button {
    display:none;
}

@media (min-width: 768px) {
    .checks-modal .preview-content,
    .checks-content {
        overflow:hidden;
    }

    .checks-content {
        padding:0;
    }

    .checks-content > div {
        padding-top: 20px;
        height:400px;
        border:none;
    }

    .checks-content .right{
        padding-top: 43px;
        padding-left: 30px;
    }

    .checks-content .right img {
        margin-left:-30px;
    }
}


/* Change padding to margin to make highlightable sections work */
.peerj-modal-sidebar {
    padding:0 !important;
}

ul.peerj-modal-navpanels {
    list-style: none;
    margin:0;
}

.peerj-modal-navpanels li {
    border-bottom:1px solid #e3e3e3;
    cursor: pointer;
    cursor: hand;
    font-weight:400;
    padding: 9px 20px;
    font-size: 14px;
}

.peerj-modal-navpanels li:hover {
    background:#cccccc;
    border-bottom:1px solid #f0f0f0;
}

.peerj-modal-navpanels li.active {
    background:#0077b5;
    border-bottom:1px solid #f0f0f0;
    border-top:1px solid #797979;
    color:#fff !important;
}

.peerj-modal-navpanels li:last-child {
    border-bottom:none;
}

.peerj-modal-navpanels i {
    margin-right:10px;
}


@media (min-width: 440px) {
    .modal-logo {
        display:block;
    }
}

@media (min-width: 768px) {
    .checks-modal {
        margin-left: -350px;
        width: 700px;
    }
}

@media (min-width: 980px) {
    .checks-modal {
        margin-left: -425px;
        width: 850px;
    }
}


/* IMAGE CHECK ONLY */

#copyright .span6 img {
    margin-left:0;
}

#titles-legends .right {
    padding-left: 20px;
}

#titles-legends .right img {
    margin-left: -18px;
    margin-top: -9px;
}

@media (min-width: 768px) {
    #copyright .span6,
    #general-formatting .span6,
    #copyright .span6,
    #style-and-quality .span6 {
        width: 46%;
    }

    #general-formatting .right {
        padding-left:20px;
    }

    #multipart-figures .right img {
        margin-top: -23px;
    }
}


/* MANUSCRIPT CHECK */

#cover-page .span6,
#base-formatting .span6,
#file-format .span6 {
    width: 46%;
}

#cover-page .span6.right {
    padding-top: 8px;
}

#cover-page .icon-zoom-in {
    color: #c5c5c5;
    font-size: 6em;
    margin-left: 15%;
    margin-top: 112px;
    position: absolute;
    text-decoration: none;
    z-index: 1;
    display:inline-block;
}

#cover-page .right:hover i {
    color: #0084c9;
}

#base-formatting .large-list {
    margin-bottom: 2px;
}

#base-formatting .right .leadh2 {
    margin-bottom: 21px;
}


#file-format .file-format-multiline {
    line-height: 0.8em;
    padding-top:7px;
}

#footy-formatting .right img,
#text-only .right img {
    margin-left:0;
}

#footy-formatting.guidelines img {
    width:230px;
}

#footy-formatting.guidelines .right,
#footy-formatting.guidelines .left {
    width:50%;
    padding:0;
    margin-left: 0;
}

@media (min-width: 768px) {
    #cover-page .icon-zoom-in {
        margin-left: 10%;
    }
}
/* Base */

.factsheet-container {
    width: 100%;
    float: left;
}

.factsheet-container.affix {
    width: inherit;
}

.factsheet {
    display: block;
    /* margin-top: 27px; */
    text-decoration: none !important;
}


.factsheet-title {
    color: #484848;
    font-size: 23px;
    font-weight: 400;
    text-align: center;
}

.factsheet-subline {
    color: #747474;
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin: 9px auto 15px;
    text-align: center;
}

.factsheet-image {
    display: block;
    margin: 25px auto;
    width: 138px;
    height: 173px;
}

.factsheet-hover {
    opacity: 0;
}

.factsheet:hover > div > .factsheet-hover {
    animation: fadein .5s ease forwards;
}

.factsheet:hover > .factsheet-title {
    color: #009947 !important;
}

@keyframes fadein {
    to {
        opacity: 1;
    }
}


/* SMALL VERSION */


.factsheet-container-editors-and-advisors.small {
    margin-top: 30px;
}

.factsheet-container.small .factsheet-image {
    float: left;
    height: 133px;
    width: 104px;
    margin-right: 15px;
    margin-top: 0;
}

.factsheet-container.small .factsheet-title,
.factsheet-container.small .factsheet-subline {
    text-align: left;
    float: left;
}

.factsheet-container.small .factsheet-title {
    font-size: 18px;
}

.factsheet-container.small .factsheet-subline {
    margin-top: 6px;
    width: 150px;
}






/* PAGE PLACEMENT TWEAKS */

/* Guidelines */

.factsheet-container-guidelines {
    border-top: 1px solid #e3e3e3;
    margin-top: 30px;
    padding-top: 10px;
}

.factsheet-container-faq {
    margin-top: 30px;
    padding-top: 10px;
}

.factsheet-container-guidelines.small {
    padding-top: 25px;
}

/* Editors and Advisors */

.factsheet-container-editors-and-advisors {
    /* fixes search results bing pushed down the page */
    margin-bottom: -100px;
}

.factsheet-container-editors-and-advisors.affix {
    margin-top: -50px;
}

.factsheet-container-editors-and-advisors.affix-top {
    position: absolute;
    width: inherit;
}

/* Subjects */

.factsheet-container-subjects {
    padding-top: 18px;
}

.factsheet-container-subjects.affix {
    margin-top: -150px;
}

/* Editors by subject */

.factsheet-container-editors-by-subjects {
    margin-bottom: -160px;
}

/* Benefits */

.factsheet-container-benefits.factsheet-container {
    padding-bottom: 30px;
    width: 162px;
}

.factsheet-container-benefits .factsheet-subline {
    width: 100%;
}

.benefits-fixednav-container {
    width: inherit;
}

@media (min-width: 1200px) {
    .factsheet-container-benefits.small .factsheet-subline {
        width: 130px;
    }
}



/* GENERAL MEDIA QUERIES */

@media (max-width: 1200px) {

    .factsheet-container.small .factsheet-image {
        float: none;
        margin: 0 auto 20px;
    }

    .factsheet-container.small .factsheet-title,
    .factsheet-container.small .factsheet-subline {
        float: none;
        text-align: center;
    }

}

@media (min-width: 1200px) {
    .factsheet-subline {
        width: 84%;
    }
}