@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
@font-face {
    font-family: "typicons";
    src: url("https://asset.jmir.pub/assets/static/fonts/typicons.eot");
    src:
        url("https://asset.jmir.pub/assets/static/fonts/typicons.eot?#iefix") format("embedded-opentype"),
        url("https://asset.jmir.pub/assets/static/fonts/typicons.woff") format("woff"),
        url("https://asset.jmir.pub/assets/static/fonts/typicons.svg#typicons") format("svg");
    font-weight: normal;
    font-style: normal;
}
.bg--image-cover {
    background: url("") no-repeat center center;
    background-size: cover;
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 2px;
    position: relative;
}
.bg--image-cover:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.hide--temporary {
    display: none;
}
.hide {
    display: none !important;
}
.overflow--scroll {
    overflow: scroll !important;
}
.centered-grid-items {
    text-align: center;
}
.underline {
    border-bottom: 1px solid;
    padding-bottom: 6px;
    margin-bottom: 6px;
}
.shadow--box {
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.shadow--box--inset {
    box-shadow: 2px 2px 3px 1px #666;
}
.shadow--text {
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 0.2);
}
.margin--none {
    margin: 0;
}
.margin-t--small,
.margin-r--small,
.margin-b--small,
.margin-l-small {
    margin-bottom: 4px;
}
.margin-t--medium,
.margin-r--medium,
.margin-b--medium,
.margin-l-medium {
    margin-bottom: 6px;
}
.margin-t--large,
.margin-r--large,
.margin-b--large,
.margin-l-large {
    margin-bottom: 8px;
}
.margin-t--xl,
.margin-r--xl,
.margin-b--xl,
.margin-l-xl {
    margin-bottom: 12px;
}
.padding--none {
    padding: 0;
}
.display--block {
    display: block;
}
.display--inline-block {
    display: inline-block;
}
.display--inline {
    display: inline;
}
.display--none {
    display: none;
}
.display--hidden {
    visibility: hidden !important;
    display: none !important;
}
.list__style--plain {
    list-style-type: none;
}
.main-color__text {
    color: #666;
}
.main-color__bg {
    background: #666;
}
.alt-color__text {
    color: #333;
}
.alt-color__bg {
    background: #333;
}
.stand-out-action-color__text {
    color: #5cb85c;
}
.stand-out-action-color__bg {
    background: #5cb85c;
}
.default-color__text {
    color: #666;
}
.default-color__bg {
    background: #666;
}
.info-color__text {
    color: #d8d8d8;
}
.info-color__bg {
    background: #d8d8d8;
}
.success-color__text {
    color: #88c425;
}
.success-color__bg {
    background: #88c425;
}
.error-color__text {
    color: #e7465a;
}
.error-color__bg {
    background: #e7465a;
}
.warning-color__text {
    color: #f5aa1a;
}
.warning-color__bg {
    background: #f5aa1a;
}
.gradient--radial-bw {
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
}
.touch a:hover {
    border-bottom: none !important;
    text-decoration: none !important;
}
.touch .recent-article-card-nav-wrapper {
    top: 0px !important;
}
.spinner {
    margin: 100px auto;
    width: 64px;
    height: 64px;
    position: relative;
}
.cube1,
.cube2 {
    background-color: #666;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: cubemove 1.8s infinite ease-in-out;
    animation: cubemove 1.8s infinite ease-in-out;
}
.cube2 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
    25% {
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        -webkit-transform: rotate(-360deg);
    }
}
@keyframes cubemove {
    25% {
        transform: translateX(42px) rotate(-90deg) scale(0.5);
        -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
    }
    50% {
        transform: translateX(42px) translateY(42px) rotate(-179deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
    }
    50.1% {
        transform: translateX(42px) translateY(42px) rotate(-180deg);
        -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
    }
    75% {
        transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
        -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg);
    }
}
.grid:after,
.grid--max-none:after,
.nest:after,
.card:after {
    content: "";
    display: table;
    clear: both;
}
.srt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.centered,
.grid,
.grid--max-none,
.nest {
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.float--right {
    float: right;
}
.float--left {
    float: left;
}
.position--absolute {
    position: absolute;
}
.position--relative {
    position: relative;
}
.info {
    margin-bottom: 12px;
}
.info--short {
    line-height: 1;
    border-left: 3px solid;
    padding: 8px 12px;
    background: #f1f1f1;
    display: inline-block;
}
.info--long {
    line-height: 1;
    border-left: 3px solid;
    padding: 4px 8px;
    background: #f1f1f1;
}
.info--block {
    border-radius: 0px;
    padding: 12px 24px;
    background: #f1f1f1;
    line-height: 1.5;
    border-left: 6px solid;
}
.sg {
    margin: 12px auto;
}
.margin--b--xxxl {
    margin-bottom: 36px;
}
.margin--b--xxl {
    margin-bottom: 24px;
}
.margin--b--xl {
    margin-bottom: 12px;
}
.margin--b--l {
    margin-bottom: 8px;
}
.margin--b--m {
    margin-bottom: 6px;
}
.margin--b--s {
    margin-bottom: 4px;
}
.margin--t--xxxl {
    margin-top: 36px;
}
.margin--t--xxl {
    margin-top: 24px;
}
.margin--t--xl {
    margin-top: 12px;
}
.margin--t--l {
    margin-top: 8px;
}
.margin--t--m {
    margin-top: 6px;
}
.margin--t--s {
    margin-top: 4px;
}
.margin--r--xxxl {
    margin-right: 36px;
}
.margin--r--xxl {
    margin-right: 24px;
}
.margin--r--xl {
    margin-right: 12px;
}
.margin--r--l {
    margin-right: 8px;
}
.margin--r--m {
    margin-right: 6px;
}
.margin--r--s {
    margin-right: 4px;
}
.margin--l--xxxl {
    margin-left: 36px;
}
.margin--l--xxl {
    margin-left: 24px;
}
.margin--l--xl {
    margin-left: 12px;
}
.margin--l--l {
    margin-left: 8px;
}
.margin--l--m {
    margin-left: 6px;
}
.margin--l--s {
    margin-left: 4px;
}
.vertical-align--top {
    vertical-align: top;
}
.text-transform--upper {
    text-transform: uppercase;
}
.text-transform--init {
    text-transform: initial;
}
.font--normal {
    font-style: normal;
}
.font--italic {
    font-style: italic;
}
.font--oblique {
    font-style: oblique;
}
.font--asterisk {
    font-size: 12px;
    margin: 0;
    margin-bottom: 6px;
}
.has--error {
    color: #e7465a;
    border-color: #e7465a;
}
.indent {
    padding-left: 6px;
}
.overlay {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.77);
    z-index: 2;
    display: block;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.overlay.is--visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.overlay--gradient {
    background-image: radial-gradient(circle at top right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.2));
}
main.is--peripheral:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.75);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.left {
    width: 240px;
    float: left;
}
.right {
    width: auto;
    overflow: hidden;
}
.scale--up {
    transition: all 250ms ease-out;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.scale--up:hover {
    transition: all 250ms ease-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    box-sizing: inherit;
}
html {
    min-height: 100%;
    height: 100%;
}
body {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    background: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #505050;
    font-weight: 400;
    position: relative;
    min-height: 100%;
    margin: 0;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    text-align: left;
    color: #505050;
    margin: 0;
    margin: initial;
    line-height: 1.5;
}
@media screen and (max-width: 959px) {
    h1 {
        font-size: 24px;
    }
}
@media screen and (max-width: 959px) {
    h2 {
        font-size: 18px;
    }
}
@media screen and (min-width: 501px) and (max-width: 959px) {
    h3 {
        font-size: 22px;
    }
}
@media screen and (max-width: 500px) {
    h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 959px) {
    h4 {
        font-size: 14px;
    }
}
@media screen and (max-width: 959px) {
    h5 {
        font-size: 14px;
    }
}
@media screen and (max-width: 959px) {
    h6 {
        font-size: 14px;
    }
}
h1,
.h1 {
    font-size: 32px;
    line-height: 45px;
}
h2,
.h2 {
    font-size: 24px;
    line-height: 35px;
}
h3,
.h3 {
    font-size: 20px;
    line-height: 30px;
}
h4,
.h4 {
    font-size: 18px;
    line-height: 22px;
}
h5,
.h5 {
    font-size: 14px;
    line-height: 21px;
}
h6,
.h6 {
    font-size: 13px;
    line-height: 18px;
}
.section-h2 {
    color: #666;
    font-size: 18px;
    margin: 20px 0px 0px 0px;
}
@media screen and (min-width: 700px) {
    .section-h2 {
        font-size: 28px;
        margin: 40px 0px 40px 0px;
        transition: all 0.4s ease;
    }
}
i {
    font-style: italic !important;
}
b,
strong {
    font-weight: bold;
}
em {
    font-weight: bold;
    font-style: italic;
}
p {
    margin-bottom: 12px;
}
p a,
p .link {
    font-family: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    margin: 0 !important;
    text-decoration: underline;
}
.link {
    text-decoration: underline;
}
a {
    text-decoration: underline;
    color: #666;
}
mark {
    background: #cff09e;
    color: #4a4a4a;
    padding: 2px 4px;
}
.link--small {
    font-size: 11px;
}
.link--small:hover {
    text-decoration: underline;
}
ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
dl {
    margin: 0;
}
.dl {
    padding: 6px;
    border: 1px solid #999;
    border-radius: 1px;
}
dt {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0;
    margin-top: 6px;
    font-weight: 700;
    margin-right: 0 !important;
}
dd {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
button {
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 2px;
    font-size: 14px;
    color: #555;
    font-weight: 600;
}
a.is--btn {
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    background: #e1e1e1;
    border-radius: 2px;
    font-weight: 600;
}
table {
    max-width: 100%;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
}
table thead tr {
    border-bottom: 1px solid #e1e1e1;
}
table thead th {
    padding: 6px 12px;
    text-align: left;
    font-weight: bold;
}
table tfoot {
    text-align: right;
    border-top: 1px solid #e1e1e1;
}
table tfoot th {
    font-size: 12px;
    padding: 2px 12px;
}
table tbody tr:nth-child(even) {
    background: #f1f1f1;
}
table tbody tr:nth-child(odd) {
    background: #fff;
}
table td {
    padding: 6px 12px;
    text-align: left;
}
caption {
    border: 1px solid #e1e1e1;
    text-align: left;
    padding: 12px;
}
.table--plain {
    border: none;
}
.table--plain tbody tr:nth-child(even) {
    background: initial;
}
.table--plain thead tr {
    border-bottom: 1px solid #e1e1e1;
}
.table--plain tfoot {
    text-align: right;
}
.table--plain tfoot th {
    font-size: 12px;
    padding: 2px 12px;
    border-top: 1px solid #e1e1e1;
}
.table--plain caption {
    border: none;
    border-bottom: 1px solid #e1e1e1;
}
.table--hover tbody tr:hover {
    background: #e1e1e1;
}
.table--hover tbody tr:nth-child(even):hover {
    background: #e1e1e1;
}
.table--striped tbody tr:nth-child(even) {
    background: #f1f1f1;
}
.table--striped--hover tbody tr:hover {
    background: #e1e1e1;
}
.box--content {
    background: #fff;
    padding: 6px;
    border-radius: 1px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 12px;
}
.ion {
    color: #666;
}
.ion--disabled {
    color: #c0c0c0;
}
.grid {
    width: 100%;
}
[class*="grid__col--"] > .grid {
    width: 100%;
}
@media (min-width: 1100px) {
    .grid {
        max-width: 1200px;
    }
}
@media screen and (max-width: 768px) {
    .grid {
        padding: 0px 12px;
    }
}
.grid--max-none {
    width: 100%;
}
[class*="grid__col--"] > .grid--max-none {
    width: 100%;
}
.nest {
    width: 100%;
}
@media (min-width: 769px) {
    .grid__col--1 {
        width: 6.5873015873%;
    }
    .grid__col--2 {
        width: 15.0793650794%;
    }
    .grid__col--3 {
        width: 23.5714285714%;
    }
    .grid__col--4 {
        width: 32.0634920635%;
    }
    .grid__col--5 {
        width: 40.5555555556%;
    }
    .grid__col--6 {
        width: 49.0476190476%;
    }
    .grid__col--7 {
        width: 57.5396825397%;
    }
    .grid__col--8 {
        width: 66.0317460317%;
    }
    .grid__col--9 {
        width: 74.5238095238%;
    }
    .grid__col--10 {
        width: 83.0158730159%;
    }
    .grid__col--11 {
        width: 91.5079365079%;
    }
    .grid__col--12 {
        width: 100%;
    }
}
@media (min-width: 1px) and (max-width: 768px) {
    [class^="grid__col--"] {
        margin-top: 0.75em;
        margin-bottom: 0.75em;
    }
}
@media (min-width: 769px) {
    [class^="grid__col--"] {
        float: left;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
    }
    [class^="grid__col--"] + [class^="grid__col--"] {
        margin-left: 1.9047619048%;
    }
    [class^="grid__col--"]:last-of-type {
        float: right;
    }
}
.nest__col--1 {
    width: 6.5873015873%;
}
.nest__col--2 {
    width: 15.0793650794%;
}
.nest__col--3 {
    width: 23.5714285714%;
}
.nest__col--4 {
    width: 32.0634920635%;
}
.nest__col--5 {
    width: 40.5555555556%;
}
.nest__col--6 {
    width: 49.0476190476%;
}
.nest__col--7 {
    width: 57.5396825397%;
}
.nest__col--8 {
    width: 66.0317460317%;
}
.nest__col--9 {
    width: 74.5238095238%;
}
.nest__col--10 {
    width: 83.0158730159%;
}
.nest__col--11 {
    width: 91.5079365079%;
}
.nest__col--12 {
    width: 100%;
}
[class^="nest__col--"] {
    float: left;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}
[class^="nest__col--"] + [class^="nest__col--"] {
    margin-left: 1.9047619048%;
}
[class^="nest__col--"]:last-of-type {
    float: right;
}
.width--100 {
    width: 100%;
}
.width--75 {
    width: 75%;
}
.width--50 {
    width: 50%;
}
.width--25 {
    width: 20%;
}
.width--80 {
    width: 80%;
}
.width--60 {
    width: 60%;
}
.width--40 {
    width: 40%;
}
.width--20 {
    width: 20%;
}
.no-headerSideBar .main {
    width: initial !important;
    float: none;
    padding: 0px;
    transition: all 400ms ease-out;
}
.no-headerSideBar .main__inner.is--wide {
    max-width: 100%;
}
.main.main--no-headerSideBar {
    width: initial !important;
    float: none !important;
    padding: 0px !important;
}
.main {
    width: 80%;
    float: right;
    padding: 0px 0px 72px 60px;
    margin-left: 22px;
}
@media screen and (max-width: 499px) {
    .main {
        padding: 0px 0px 72px 0px;
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .main {
        padding: 0px 0px 72px 44px;
        width: 100%;
        float: none;
        margin-left: 0px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
    .main {
        padding: 0px 0px 72px 0px;
        width: 100%;
        float: none;
        margin-left: 30px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .main {
        width: 75%;
    }
}
.main__inner.is--wide {
    max-width: 100%;
}
.main__inner {
    background: white;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 200px;
    min-height: 1200px;
}
@media screen and (max-width: 960px) {
    .main__inner {
        width: 100%;
        padding: 12px;
    }
}
.page--content {
    width: 90%;
    margin: 0px auto 24px auto;
    background: none;
    border-radius: 1px;
}
@media screen and (max-width: 600px) {
    .page--content {
        width: 100%;
        border-radius: 0px !important;
    }
}
@media screen and (min-width: 768px) {
    .page--content {
        width: 85%;
    }
}
@media screen and (min-width: 961px) {
    .page--content {
        width: 80%;
    }
}
@media screen and (min-width: 1480px) {
    .page--content {
        width: 75%;
    }
}
@media screen and (min-width: 1800px) {
    .page--content {
        width: 70%;
    }
}
.page--content.user {
    position: relative;
}
.background--alt .page--content {
    width: 100%;
    margin: 0px auto 24px auto;
    background: none;
    border-radius: 1px;
}
.hero__nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.header--fixed-top {
    position: fixed;
    z-index: 900;
    top: 0;
    width: 100%;
    height: 56px;
    transition: all 0.4s ease;
    background: #666;
}
@media screen and (min-width: 700px) {
    .header--fixed-top {
        height: 100px;
    }
}
.header--fixed-top .logo {
    transition: all 0.2s ease;
}
.header--fixed-top .logo.sticky {
    transition: all 0.2s ease;
}
.header--fixed-top.sticky {
    height: 56px;
    transition: all 0.4s ease;
}
@media screen and (min-width: 960px) {
    .header--fixed-top.sticky {
        height: 56px;
        transition: all 0.4s ease;
    }
}
.page-heading {
    transition: all 0.4s ease;
}
.page-heading.sticky {
    transition: all 0.4s ease;
}
.h1--title-small {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    letter-spacing: -2px;
    text-indent: 24px;
    padding-top: 1px;
    transition: all 0.4s ease;
    position: relative;
}
.h1--title-small span {
    font-size: 32px;
    opacity: 1;
    transition: all 0.4s ease;
}
.h1--title-small.sticky {
    font-size: 32px;
    line-height: 32px;
    padding-top: 0px;
    text-indent: 12px;
    letter-spacing: -4px;
    transition: all 0.4s ease;
}
.h1--title-small.sticky span {
    font-size: 0px;
    opacity: 0;
    transition: all 0.4s ease;
}
.nav--fixed {
    position: fixed;
    transition: all 0.4s ease;
    top: 0px;
    bottom: 0px;
    width: 25%;
    min-width: 300px;
    z-index: 10;
    overflow: scroll;
    background: url("https://asset.jmir.pub/assets/static/images/footer_lodyas.png");
    padding-top: 72px;
}
.nav--fixed--right {
    right: 0%;
}
.nav--fixed--left {
    left: 0%;
}
.nav--fixed--right.is--hidden {
    right: -100%;
}
.nav--fixed--left.is--hidden {
    left: -100%;
}
.nav.sticky {
    transition: all 0.4s ease;
}
.drop-down-menu-multi {
    transition: all 0.2s ease;
    position: relative;
    padding: 12px;
}
.drop-down-menu {
    display: inline-block;
    vertical-align: top;
    margin-right: 24px;
    position: relative;
    top: 4px;
    cursor: pointer;
    padding-bottom: 3px;
}
.drop-down-menu__list {
    background: white;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
    padding: 10px 6px;
    margin-top: 0px;
    max-height: 300px;
    min-width: 300px;
    overflow: scroll;
    position: absolute;
    transition: all 0.4s ease;
}
.drop-down-menu__list.is--hidden {
    max-height: 0px;
    padding: 0px;
    margin-top: 0px;
    transition: none;
}
.drop-down-menu__link {
    display: block;
    background: #f9f9f9;
    padding: 4px;
    transition: all 0.2s ease;
}
.drop-down-menu__link:hover {
    background: #e8e8e8;
    transition: all 0.2s ease;
}
.list--drop-down.hero {
    min-width: 300px;
    margin: 110px auto 24px auto;
    background: #fff;
    padding: 12px;
    border-radius: 1px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}
.nav--horizontal {
    width: 100%;
    background: white;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.nav--horizontal.fixed--top {
    position: absolute;
    transition: all 300ms ease;
    z-index: 5;
    top: 100px;
    background: white;
    padding: 12px;
    color: #4a4a4a;
}
.nav--horizontal.fixed--top:before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 700px) {
    .nav--horizontal.fixed--top:before {
        content: "";
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        top: 0px;
        background: transparent;
    }
}
.nav--horizontal.sticky {
    top: -260px;
    transition: all 300ms ease;
}
.list--block__item {
    width: 100%;
    height: 44px;
    line-height: 44px;
}
.list--block__link {
    color: white;
    display: block;
    text-indent: 6px;
    transition: all 300ms ease;
    border-left: 0px solid #666;
    font-weight: 700;
}
.list--block__link:hover {
    text-indent: 12px;
    transition: all 300ms ease;
    border-left: 6px solid #666;
}
.header__side.is--visible {
    margin-left: 60px;
    min-width: 276px;
    opacity: 1;
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 600px) {
    .header__side.is--visible {
        margin-left: 44px;
    }
}
@media screen and (min-width: 601px) and (max-width: 1023px) {
    .header__side.is--visible {
        margin-left: 60px;
    }
}
@media screen and (min-width: 1024px) {
    .header__side.is--visible-choice {
        margin-left: 60px;
    }
}
.header__side {
    width: 20%;
    background: #666;
    background: #82837e;
    background: #8a8780;
    background: linear-gradient(to bottom, #444 0%, #999 100%);
    position: fixed;
    top: 0px;
    bottom: 0px;
    box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 88px;
    overflow: auto;
    z-index: 333;
    margin-left: 60px;
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 1023px) {
    .header__side {
        margin-left: -100%;
        opacity: 0;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .header__side {
        width: 25%;
    }
}
@media screen and (min-width: 1024px) {
    .header__side {
        margin-left: -100%;
    }
}
.header__side h1 {
    margin-top: 12px;
    font-size: 22px;
    border-bottom: 1px solid #e1e1e1;
    color: #fff;
}
.header__side ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.header__side a {
    text-decoration: none;
}
.container--logo {
    margin: -2px auto 0px auto;
    width: 90%;
}
.logo {
    width: 100%;
}
.heading--page__container {
    width: 90%;
    margin: 0 auto !important;
    padding: 12px 0px 0px 0px;
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .heading--page__container {
        border-radius: 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .heading--page__container {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    .heading--page__container {
        width: 100%;
        border-radius: 0px !important;
    }
}
@media screen and (min-width: 768px) {
    .heading--page__container {
        width: 85%;
    }
}
@media screen and (min-width: 961px) {
    .heading--page__container {
        width: 80%;
    }
}
@media screen and (min-width: 1480px) {
    .heading--page__container {
        width: 75%;
    }
}
@media screen and (min-width: 1800px) {
    .heading--page__container {
        width: 70%;
    }
}
.header .toolbar__search.is--visible {
    top: 60px;
    left: 0px;
}
.header {
    margin: 0;
    height: 60px;
    width: 100%;
    top: 0;
    left: 0;
    background: #444;
    position: fixed;
    z-index: 2222;
    transition: all 300ms ease-in-out;
    border-bottom: 2px solid #247cb3;
}
.header__journal-info {
    background: #444;
    background: rgba(68, 68, 68, 0.9);
    position: fixed;
    top: 60px;
    bottom: 0;
    padding: 12px;
    overflow: scroll;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 250ms ease-in-out;
}
.header__journal-info__content {
    background: #fff;
    padding: 12px;
    border-radius: 1px;
}
.header__journal-info.is--visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 250ms ease-in-out;
}
.header__journal-title {
    top: 0px;
    transition: all 400ms ease-in-out;
    color: white;
    text-indent: 12px;
    font-size: 15px;
    position: relative;
    line-height: 60px;
    margin: 0;
    display: inline-block;
}
.header__journal-title__container {
    border: 1px solid #666;
    padding: 4px 8px;
    border-radius: 2px;
}
.header__journal-title.is--fixed {
    top: 0px !important;
    transition: all 400ms ease-in-out;
}
.header__journal-title.sticky {
    top: -100px;
    transition: all 400ms ease-in-out;
}
.logo {
    width: 32px;
    position: relative;
    top: 11px;
}
.header.is--fixed {
    top: 0px !important;
}
.header.sticky {
    top: -66px;
    transition: all 300ms ease-in-out;
}
.keep-flow {
    speak: none;
    margin: 0;
    height: 60px;
    width: 100%;
    background: none;
    display: block;
}
.hero {
    background: url("https://images.unsplash.com/photo-1462659664124-b661043e5e19?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=2a13ae0c55028d967b562ab1b6b26368")
        no-repeat center center;
    background-size: cover;
    height: 100%;
    width: 100%;
    border-bottom: 4px solid white;
}
.hero::after {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 0px;
    display: none;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
    z-index: 1;
}
.hero h2 {
    text-align: center;
    font-size: 42px;
    color: #f1f1f1;
    padding: 24px 24px 24px 24px;
    width: 88%;
    margin: 0;
    text-align: left;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 768px) {
    .hero h2 {
        font-size: 24px;
        width: 100%;
        padding: 12px;
    }
}
.logo-and-heading__container {
    width: 66%;
    float: left;
}
@media screen and (max-width: 768px) {
    .logo-and-heading__container {
        width: 80%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .logo-and-heading__container {
        width: 50%;
    }
}
.hero--user {
    width: 100%;
    height: 340px;
    background: url("https://images.unsplash.com/photo-1457369804613-52c61a468e7d?ixlib=rb-0.3.5&q=80&fm=jpg&crop=entropy&s=aff2bf56593d08c8fdda8de3eced4910")
        no-repeat center center;
    background-size: cover;
    position: absolute;
}
@media screen and (max-width: 599px) {
    .title__journal-backend {
        display: inline-block;
        width: 90%;
        vertical-align: top;
        position: relative;
        top: -5px;
    }
}
.menu--drop-down__sub-menu {
    max-height: 32px;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    position: relative;
    border-left: 0px solid #247cb3;
    line-height: 1.5;
}
.menu--drop-down__item {
    margin-bottom: 6px;
}
.menu--drop-down__link {
    display: block;
    padding: 8px 28px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
    color: #fff;
    position: relative;
    text-indent: 0px;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}
.menu--drop-down__link:hover {
    text-indent: 4px;
    transition: all 250ms ease-in-out;
}
@media screen and (min-width: 1281px) {
    .menu--drop-down__link {
        font-size: 16px;
        text-transform: initial;
    }
}
.menu--drop-down__sub-menu.is--expanded {
    max-height: 1000px;
    transition: all 250ms ease-in-out;
}
.menu--drop-down__sub-menu.is--expanded::after {
    content: "\f126";
    color: #247cb3;
    color: #fff;
    transition: all 250ms ease-in-out;
}
.menu--drop-down__sub-menu::after {
    content: "\f123";
    position: absolute;
    display: block;
    color: #444444;
    color: #fff;
    width: 24px;
    height: 24px;
    z-index: 888;
    top: 9px;
    right: 0px;
    font-family: "Ionicons";
    speak: none;
    font-size: 10px;
    transition: all 250ms ease-in-out;
}
.checkmark {
    margin-right: 6px;
    font-size: 12px;
    position: absolute;
    top: 7px;
    left: 12px;
}
@media screen and (min-width: 1281px) {
    .checkmark {
        margin-right: 6px;
        font-size: 18px;
        position: absolute;
        top: 7px;
        left: 9px;
    }
}
.checkmark.is--incomplete {
    color: #c1c1c1;
    opacity: 0.3;
}
.checkmark.is--complete {
    color: #88c425;
    opacity: 1;
}
.breadcrumbs {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
    padding-bottom: 6px;
}
.breadcrumbs__item {
    margin-right: 12px;
    display: inline-block;
}
.breadcrumbs__item::before {
    color: #999;
    top: 2px;
    left: -10px;
    position: relative;
}
.breadcrumbs__item a {
    text-decoration: none;
}
.breadcrumbs__item a:hover {
    text-decoration: underline;
}
.breadcrumbs__link {
    position: relative;
    text-decoration: none;
}
.breadcrumbs__icon {
    position: absolute;
    top: 0px;
    right: -12px;
    color: #444;
    line-height: initial;
}
.main-nav__container {
    width: 34%;
    float: right;
}
@media screen and (max-width: 768px) {
    .main-nav__container {
        width: 20%;
    }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
    .main-nav__container {
        width: 44%;
    }
}
@media screen and (max-width: 768px) {
    .nav.is--visible {
        position: fixed;
        top: 60px;
        left: 0;
        background: #444;
        width: 100%;
        min-width: 320px;
        max-width: 460px;
        height: 100%;
        transition: all 250ms ease-out;
    }
}
@media screen and (max-width: 768px) {
    .nav {
        position: fixed;
        top: 60px;
        left: -100%;
        background: #444;
        width: 320px;
        height: 100%;
        transition: all 250ms ease-in;
    }
}
.nav ul {
    margin: 0;
    text-align: right;
    padding: 0px;
    padding-right: 12px;
}
@media screen and (max-width: 768px) {
    .nav ul {
        text-align: left;
        padding: 0;
    }
}
.nav li {
    display: inline-block;
    padding-left: 12px;
}
@media screen and (max-width: 768px) {
    .nav li {
        display: block;
        padding-left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .nav li:first-child {
        padding-top: 0px;
        border-top: 1px solid #555;
    }
}
@media screen and (max-width: 768px) {
    .nav li:last-child {
        padding-top: 0px;
        border-bottom: 1px solid #555;
    }
}
.nav a {
    display: block;
    text-decoration: none;
    color: white;
    height: 60px;
    line-height: 60px;
    margin: 0;
    font-size: 14px;
}
@media screen and (max-width: 768px) {
    .nav a {
        height: 44px;
        line-height: 44px;
        margin: 0;
        font-size: 16px;
        background: #444;
        padding-left: 12px;
        position: relative;
    }
}
.nav--switcher--list .list {
    display: inline-block;
}
.nav--switcher--list.is--visible {
    height: 100%;
    left: 0%;
    border-right: 2px solid #247cb4;
    transition: all 300ms ease-in-out;
}
.nav--switcher--list {
    position: fixed;
    top: 58px;
    left: -188%;
    height: 100%;
    background: #555;
    overflow: scroll;
    transition: all 300ms ease-in-out;
}
.nav--switcher--list__list {
    margin: 0;
    padding: 0;
    padding-bottom: 240px;
}
.nav--switcher--list__item {
    list-style-type: none;
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    background: none;
}
.nav--switcher--list__item:nth-child(1) {
    border-color: #247cb3;
}
.nav--switcher--list__item:nth-child(2) {
    border-color: #9499a9;
}
.nav--switcher--list__item:nth-child(3) {
    border-color: #ec1c22;
}
.nav--switcher--list__item:nth-child(4) {
    border-color: #4a1ac9;
}
.nav--switcher--list__item:nth-child(5) {
    border-color: #f97c31;
}
.nav--switcher--list__item:nth-child(6) {
    border-color: #3f7e4a;
}
.nav--switcher--list__item:nth-child(7) {
    border-color: #b9ab91;
}
.nav--switcher--list__item:nth-child(8) {
    border-color: #f2f6dc;
}
.nav--switcher--list__item:nth-child(9) {
    border-color: #04dab3;
}
.nav--switcher--list__item:nth-child(10) {
    border-color: #0ea8f9;
}
.nav--switcher--list__item:nth-child(11) {
    border-color: #794593;
}
.nav--switcher--list__item:nth-child(12) {
    border-color: #8cf3b8;
}
.nav--switcher--list__item:nth-child(13) {
    border-color: #868d91;
}
.nav--switcher--list__item:nth-child(14) {
    border-color: #2f64f5;
}
.nav--switcher--list__item:nth-child(15) {
    border-color: #8d7658;
}
.nav--switcher--list__item:nth-child(16) {
    border-color: #1456c1;
}
.nav--switcher--list__item:nth-child(17) {
    border-color: #acca97;
}
.nav--switcher--list__item:nth-child(18) {
    border-color: #5bcad7;
}
.nav--switcher--list__item:nth-child(19) {
    border-color: #271c5a;
}
.nav--switcher--list__item:nth-child(20) {
    border-color: #106697;
}
.nav--switcher--list__link {
    color: white;
    text-decoration: none;
    display: block;
    padding-left: 12px;
    font-size: 16px;
    padding-right: 12px;
}
.nav--switcher--list__link:hover {
    color: yellow;
}
.nav--switcher--grid.is--visible {
    top: 60px;
    left: 0px;
    right: 0px;
    height: 100%;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 300ms ease-in-out;
    opacity: 1;
}
.nav--switcher--grid {
    position: fixed;
    top: 60px;
    left: 0px;
    right: 0px;
    height: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 300ms ease-in-out;
    opacity: 0;
    background: #555;
    background: rgba(85, 85, 85, 0.97);
    overflow: scroll;
    z-index: -1;
}
.nav--switcher--grid__list {
    margin: 0;
    padding: 0;
    padding: 12px 12px 72px 12px;
    position: relative;
}
.nav--switcher--grid__item {
    list-style-type: none;
    text-align: left;
    padding-bottom: 6px;
    padding-top: 6px;
    border-left: 4px solid;
    display: inline-block;
    padding: 12px;
    height: 188px;
    width: 90%;
    position: relative;
    margin: 12px;
    background: rgba(0, 0, 0, 0.2);
    vertical-align: top;
    border-radius: 4px;
    border-bottom-left-radius: 1px;
    border-top-left-radius: 1px;
}
@media screen and (min-width: 481px) {
    .nav--switcher--grid__item {
        width: 43%;
    }
}
@media screen and (min-width: 651px) {
    .nav--switcher--grid__item {
        width: 28%;
    }
}
@media screen and (min-width: 850px) {
    .nav--switcher--grid__item {
        width: 21%;
    }
}
@media screen and (min-width: 978px) {
    .nav--switcher--grid__item {
        width: 16%;
    }
}
@media screen and (min-width: 1100px) {
    .nav--switcher--grid__item {
        width: 17%;
    }
}
@media screen and (min-width: 1280px) {
    .nav--switcher--grid__item {
        width: 14%;
    }
}
@media screen and (min-width: 1460px) {
    .nav--switcher--grid__item {
        width: 12%;
    }
}
@media screen and (min-width: 1750px) {
    .nav--switcher--grid__item {
        width: 10%;
    }
}
.nav--switcher--grid__item:nth-child(1) {
    border-color: #247cb3;
}
.nav--switcher--grid__item:nth-child(2) {
    border-color: #9499a9;
}
.nav--switcher--grid__item:nth-child(3) {
    border-color: #ec1c22;
}
.nav--switcher--grid__item:nth-child(4) {
    border-color: #4a1ac9;
}
.nav--switcher--grid__item:nth-child(5) {
    border-color: #f97c31;
}
.nav--switcher--grid__item:nth-child(6) {
    border-color: #3f7e4a;
}
.nav--switcher--grid__item:nth-child(7) {
    border-color: #b9ab91;
}
.nav--switcher--grid__item:nth-child(8) {
    border-color: #f2f6dc;
}
.nav--switcher--grid__item:nth-child(9) {
    border-color: #04dab3;
}
.nav--switcher--grid__item:nth-child(10) {
    border-color: #0ea8f9;
}
.nav--switcher--grid__item:nth-child(11) {
    border-color: #794593;
}
.nav--switcher--grid__item:nth-child(12) {
    border-color: #8cf3b8;
}
.nav--switcher--grid__item:nth-child(13) {
    border-color: #868d91;
}
.nav--switcher--grid__item:nth-child(14) {
    border-color: #2f64f5;
}
.nav--switcher--grid__item:nth-child(15) {
    border-color: #8d7658;
}
.nav--switcher--grid__item:nth-child(16) {
    border-color: #1456c1;
}
.nav--switcher--grid__item:nth-child(17) {
    border-color: #acca97;
}
.nav--switcher--grid__item:nth-child(18) {
    border-color: #5bcad7;
}
.nav--switcher--grid__item:nth-child(19) {
    border-color: #271c5a;
}
.nav--switcher--grid__item:nth-child(20) {
    border-color: #106697;
}
.nav--switcher--grid__link {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
}
.nav--switcher--grid__link:hover {
    color: #247cb3;
}
.nav--quick-links {
    position: fixed;
    bottom: 88px;
    right: -100%;
    transition: all 400ms ease-in-out;
}
.nav--quick-links__list {
    margin: 0;
    text-align: right;
    padding-right: 12px;
}
.nav--quick-links__item {
    display: block;
    margin-bottom: 12px;
}
.nav--quick-links__link {
    display: inline-block;
    text-decoration: none;
    color: white;
    background: #ff4e3a;
    padding: 0px 12px 0px 12px;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    margin: 0;
    font-size: 14px;
}
.nav--quick-links.is--visible {
    bottom: 88px;
    right: 12px;
    transition: all 400ms ease-in-out;
}
.nav--switcher--list__item .cover__sub-heading {
    color: #fff;
    text-indent: 12px;
}
.nav--switcher--list__item .cover__link {
    border: none;
    color: #f1f1f1;
    background: #666;
}
.tab__list {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
}
.tab__list li {
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 4px 8px;
    margin-left: 6px;
    background: #e1e1e1;
    color: #444;
}
.tab__list a {
    color: #444;
}
.tab__list .current {
    background: #fff;
}
.tab__list .current a {
    color: #247cb3;
}
@media screen and (max-width: 499px) {
    .toolbar--fixed-left.is--visible {
        -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        transition: all 250ms ease-in-out;
    }
}
.toolbar--fixed-left {
    position: fixed;
    width: 60px;
    top: 0;
    bottom: 0;
    background: #444;
    background: #555;
    border-left: 2px solid #666;
    z-index: 33333;
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 600px) {
    .toolbar--fixed-left {
        width: 44px;
    }
}
@media screen and (max-width: 499px) {
    .toolbar--fixed-left {
        -webkit-transform: translateX(-66px);
        -ms-transform: translateX(-66px);
        transform: translateX(-66px);
        opacity: 0;
    }
}
.toolbar__item {
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    opacity: 1;
    margin: 6px auto;
}
.toolbar__link {
    color: #fff;
    font-size: 32px;
    display: block;
    width: 100%;
    padding-left: 8px;
    position: relative;
    transition: all 250ms ease-in-out;
    cursor: pointer;
}
.toolbar__logo {
    width: 75%;
    margin: 0 auto;
    display: block;
    padding-top: 6px;
}
.toolbar__avatar--img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.toolbar__item.menu {
    position: absolute;
    bottom: 60px;
    left: 9px;
}
@media screen and (max-width: 600px) {
    .toolbar__item.menu {
        left: 1px;
    }
}
.toolbar__item.header--sidebar {
    position: absolute;
    bottom: 100px;
    left: 9px;
}
@media screen and (max-width: 600px) {
    .toolbar__item.header--sidebar {
        left: 2px;
    }
}
@media screen and (max-width: 499px) {
    .toolbar__item.header--sidebar {
        display: none;
    }
}
.toolbar__item.profile {
    height: 58px;
    width: 58px;
    position: absolute;
    bottom: 0px;
    margin: 0 !important;
}
@media screen and (max-width: 600px) {
    .toolbar__item.profile {
        height: 42px;
        width: 42px;
    }
}
.toolbar__item.profile a {
    display: block;
    width: 58px;
    height: 58px;
    position: relative;
}
@media screen and (max-width: 600px) {
    .toolbar__item.profile a {
        height: 42px;
        width: 42px;
    }
}
.toolbar__item.profile span {
    position: absolute;
}
.toolbar__item.logo {
    opacity: 1 !important;
    margin-bottom: 24px;
}
.toolbar__link.is--on {
    color: #14a3ff;
    transition: all 250ms ease-in-out;
}
.toolbar__sub-menu.is--visible {
    left: 44px;
    transition: all 500ms ease-in-out;
    opacity: 1;
    pointer-events: initial;
}
@media screen and (min-width: 601px) {
    .toolbar__sub-menu.is--visible {
        left: 60px;
    }
}
.toolbar__sub-menu {
    position: fixed;
    background-image: linear-gradient(to bottom, #333 0%, #444 100%);
    height: 100%;
    top: 0;
    bottom: 0;
    left: -400px;
    padding: 12px 24px 24px 24px;
    width: 25%;
    min-width: 276px;
    overflow: scroll;
    transition: all 300ms ease-in-out;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
@media screen and (min-width: 1280px) {
    .toolbar__sub-menu {
        width: 20%;
    }
}
.toolbar__sub-menu h1,
.toolbar__sub-menu h2,
.toolbar__sub-menu h3,
.toolbar__sub-menu h4,
.toolbar__sub-menu h5,
.toolbar__sub-menu h6 {
    color: white;
}
.toolbar__sub-menu h1,
.toolbar__sub-menu h2,
.toolbar__sub-menu h3 {
    border-bottom: 1px solid #888;
    padding-bottom: 12px;
}
.toolbar__sub-menu h3 {
    font-size: 24px;
    max-width: 85%;
}
.toolbar__sub-menu .link {
    height: 44px;
    color: white;
    display: block;
    width: 100% !important;
    text-decoration: none;
}
.toolbar__search {
    position: fixed;
    left: 44px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background: #4a4a4a;
    padding: 12px 32px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform: translateX(-330);
    -ms-transform: translateX(-330);
    transform: translateX(-330);
    opacity: 0;
    transition: all 250ms ease-in-out;
}
@media screen and (min-width: 601px) {
    .toolbar__search {
        left: 60px;
    }
}
.toolbar__search.is--visible {
    position: fixed;
    left: 44px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    min-width: 276px;
    background: #4a4a4a;
    padding: 12px 36px;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition: all 250ms ease-in-out;
}
@media screen and (min-width: 601px) {
    .toolbar__search.is--visible {
        left: 60px;
    }
}
.toolbar__search ::-webkit-input-placeholder {
    color: #d1d1d1;
    text-indent: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.toolbar__search :-moz-placeholder {
    color: #d1d1d1;
    text-indent: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.toolbar__search ::-moz-placeholder {
    color: #d1d1d1;
    text-indent: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.toolbar__search :-ms-input-placeholder {
    color: #d1d1d1;
    text-indent: 0px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 24px;
    line-height: 24px;
}
.toolbar__search h3 {
    color: #d1d1d1;
    font-size: 32px;
    margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
    .toolbar__search h3 {
        font-size: 12px;
    }
}
.toolbar__search__form {
    border: none;
    padding: 0;
    position: relative;
}
.toolbar__search__form .link {
    color: #d1d1d1;
}
.toolbar__search__input {
    border: none !important;
    background: none;
    padding: 6px 0px;
    border-bottom: 1px solid #666 !important;
}
.btn--toolbar--search {
    background: none;
    font-size: 44px;
    color: #14a3ff;
    position: absolute;
    top: -8px;
    right: 0px;
    height: 44px;
    line-height: 44px;
}
@media screen and (max-width: 600px) {
    .btn--toolbar--search {
        font-size: 32px;
        top: 0px;
    }
}
.sidebar--fixed {
    position: fixed;
    width: 40%;
    min-width: 320px;
    padding: 24px 24px;
    background: #fff;
    overflow: scroll;
    z-index: 3333;
}
@media screen and (max-width: 700px) {
    .sidebar--fixed {
        padding: 12px 12px;
        width: 100%;
    }
}
@media screen and (min-width: 701px) and (max-width: 959px) {
    .sidebar--fixed {
        padding: 12px 12px;
        width: 80%;
    }
}
.sidebar--fixed--right {
    right: -110%;
    top: 0;
    bottom: 0;
    box-shadow: -2px 0px 4px 4px rgba(0, 0, 0, 0.5);
    transition: all 250ms ease-in-out;
}
.sidebar--fixed--right.is--visible {
    right: 0;
    transition: all 250ms ease-in-out;
}
.footer {
    position: absolute;
    bottom: 0px;
    background: #e9e9e9;
    padding: 6px;
    margin-left: 60px;
    left: 0;
    right: 0;
    height: 58px;
    z-index: 888;
    display: block;
}
@media screen and (max-width: 399px) {
    .footer {
        margin-left: 0px;
        height: 88px;
    }
}
@media screen and (min-width: 400px) and (max-width: 499px) {
    .footer {
        margin-left: 0px;
        height: 42px;
    }
}
@media screen and (min-width: 500px) and (max-width: 600px) {
    .footer {
        margin-left: 44px;
        height: 42px;
    }
}
.footer__icon {
    margin-left: 12px;
    font-size: 28px;
    position: relative;
    top: 12px;
}
@media screen and (max-width: 600px) {
    .footer__icon {
        top: 6px;
        font-size: 22px;
    }
}
.footer__icon__container {
    float: none;
    text-align: center;
    margin-bottom: 8px;
    margin-top: 4px;
}
@media screen and (min-width: 400px) {
    .footer__icon__container {
        float: left;
        margin-bottom: 0px;
        margin-top: 0px;
    }
}
.footer--big {
    background: #444;
    background: url("https://asset.jmir.pub/assets/static/images/footer_lodyas.png") repeat;
    border-top: 2px solid #247cb3;
    background-size: 25%;
    position: absolute;
    width: 100%;
    padding: 0px 0px 24px 0px;
    font-size: 12px;
}
.footer--big__social-links {
    margin: 24px;
}
.footer--big__social-links__list {
    text-align: center;
    padding: 0;
}
.footer--big__social-links__list a {
    color: white;
    font-size: 32px;
    margin: 0 12px;
}
.footer--big__3rd-party-links {
    background: rgba(255, 255, 255, 0.88);
    padding: 2px;
    text-align: center;
}
.footer--big__3rd-party-links__list {
    margin: 0;
    padding: 6px;
}
.footer__journal-title {
    background: rgba(0, 0, 0, 0.2);
    color: white;
    text-align: center;
    padding: 6px;
    margin-bottom: 12px;
}
.footer__journal-title__heading {
    margin: 0;
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-family: "Roboto Mono", "Roboto", sans-serif;
}
.link--copyright {
    font-size: 12px;
    line-height: 48px;
    height: 48px;
    display: block;
}
@media screen and (max-width: 600px) {
    .link--copyright {
        line-height: 32px;
        height: 32px;
    }
}
.footer.is--fixed {
    position: fixed;
}
.btn-hero-submit {
    background: #333 !important;
    color: white !important;
    padding: 0px 20px !important;
    border-radius: 2px !important;
    margin-top: 5px !important;
    line-height: 40px !important;
}
.btn--increment {
    display: inline-block;
    padding: 0px 5px;
    font-family: "Coda", sans-serif;
    color: white;
    font-size: 16px;
    background: #333;
    border-radius: 2px;
    margin-left: 3px;
}
.btn--submit {
    background: #666;
    color: white;
    padding: 16px;
    font-size: 16px;
    font-family: "Coda", sans-serif;
    height: auto !important;
}
.btn--more {
    background: #666;
    color: white;
    font-family: "Coda", sans-serif;
    display: inline-block;
    border-radius: 2px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-left: 10px;
}
.btn--with-icon {
    background: #666;
    color: white;
    font-family: "Coda", sans-serif;
    border-radius: 2px;
    padding: 0 5px;
    height: 32px;
    font-size: 14px;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.btn--with-icon span {
    padding: 0px;
}
.btn--zoom-in {
    transition: all 0.25s ease;
    position: absolute;
    bottom: 12px;
    right: 12px;
}
.btn--zoom-in:hover {
    transition: all 0.25s ease;
    color: #666;
    background: white;
}
.icon--info {
    background: none;
    color: #909090;
}
.btn-close-footnote {
    background: none;
    border-radius: 2px;
    padding: 2px 5px;
    border: 1px solid white;
}
.btn {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}
.btn--default {
    background-color: #666;
    color: #fff;
}
.btn--success {
    background-color: #4b6d14;
    color: #fff;
}
.btn--info {
    background-color: #d8d8d8;
    color: #555;
}
.btn--warning {
    background-color: #f5aa1a;
    color: #fff;
}
.btn--error {
    background-color: #e7465a;
    color: #fff;
}
.btn--#fff {
    background-color: #fff;
    color: #333;
}
.btn--disabled {
    background-color: #d8d8d8;
    color: #999;
}
[class^="btn__hero"],
[class^="btn__hero"].is--btn {
    font-size: 1em;
    padding: 12px 24px;
    border-radius: 2px;
}
[class^="btn__default"],
[class^="btn__default"].is--btn {
    font-size: 0.8125em;
    padding: 8px 16px;
    border-radius: 2px;
}
[class^="btn__small"],
[class^="btn__small"].is--btn {
    font-size: 0.6875em;
    padding: 0px 8px;
    border-radius: 2px;
}
.btn--menu {
    position: absolute;
    top: 12px;
    right: 12px;
    background: white;
    color: #666;
    box-shadow: none;
    z-index: 20;
}
@media screen and (min-width: 700px) {
    .btn--menu {
        transition: all 0.4s ease;
        top: 33px;
    }
}
.btn--menu.sticky {
    transition: all 0.4s ease;
    top: 10px;
}
.btn.btn--menu {
    box-shadow: 0px 1px 1px 0px transparent;
    font-size: 22px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: none;
    color: white;
}
.btn-group {
    transition: all 0.4s ease;
    top: initial;
    right: initial;
    width: 100%;
}
.btn-group__btn {
    width: 50%;
    background: white;
    color: #666;
}
@media screen and (min-width: 700px) {
    .btn-group {
        transition: all 0.4s ease;
        top: initial;
        right: initial;
        width: initial;
        position: relative;
        position: absolute;
        right: 12px;
        top: 12px;
    }
}
.tag {
    background: #f1f1f1;
    color: #505050;
    font-size: 10px;
    display: block;
    padding: 0px 0px 0px 4px;
    border-radius: 2px;
    display: inline-block;
    overflow: hidden;
}
.tag-label {
    float: left;
    font-weight: bold;
    color: #444;
    position: relative;
}
.tag .count {
    float: left;
    margin-top: 0px;
    height: 24px;
    overflow: hidden;
    position: relative;
    max-width: 8px;
    transition: max-width 0.3s;
}
.tag:hover .count {
    max-width: 50px;
}
.tag .count:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-right: 4px solid #666;
}
.tag .count:after {
    content: "";
    position: absolute;
    top: 0;
    right: -3px;
    width: 4px;
    height: 4px;
}
.tag .count-value {
    padding: 0 12px 0 6px;
    color: #666;
    font-weight: bold;
    height: 24px;
    position: relative;
    float: right;
}
.tag .count-value:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
}
.tag .count-value:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0;
    width: 100%;
}
.link {
    color: #666;
    text-decoration: underline;
    font-size: 14px;
}
.link--uppercase {
    text-transform: uppercase;
    font-size: 11px;
}
.btn--expand {
    position: relative;
    top: -2px;
    height: 24px;
    padding: 0;
    width: 24px;
    line-height: 24px;
}
.btn--expand.small {
    height: 12px;
    width: 12px;
    font-size: 8px;
    line-height: 12px;
    top: -1px;
}
.btn--expand.small.absolute {
    position: absolute;
    right: 7px;
    top: 8px;
}
.btn--menu-cirular.is--hidden {
    bottom: -88px;
    transition: bottom 250ms ease-out;
}
.btn--menu-cirular {
    position: fixed;
    bottom: 24px;
    right: 24px;
    border-radius: 50%;
    height: 66px;
    width: 66px;
    background: #666;
    z-index: 44444;
    color: white;
    font-size: 32px;
    box-shadow:
        0 0 4px rgba(0, 0, 0, 0.14),
        0 4px 8px rgba(0, 0, 0, 0.28);
    transition: bottom 250ms ease-out;
}
@media screen and (max-width: 499px) {
    .btn--menu-cirular {
        bottom: 12px;
        right: 12px;
    }
}
@media screen and (min-width: 500px) {
    .btn--menu-cirular {
        display: none;
    }
}
.button--hero.fixed {
    position: fixed;
    bottom: 0px;
    left: 60px;
    z-index: 2222;
    background: #88c425;
    width: 20%;
    height: 60px;
    border-radius: 0;
    font-size: 18px;
}
@media screen and (max-width: 1023px) {
    .button--hero.fixed {
        min-width: 276px;
    }
}
@media screen and (max-width: 600px) {
    .button--hero.fixed {
        left: 44px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .button--hero.fixed {
        width: 25%;
    }
}
.btn--close-adv-modal {
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 0;
    background: none;
    font-size: 24px;
}
@media screen and (min-width: 769px) {
    .btn--close-adv-modal {
        font-size: 32px;
        right: 6px;
    }
}
.btn--expand-content {
    font-size: 8px;
    position: relative;
    top: -2px;
    left: 0px;
    padding: 0px 8px;
    box-shadow: none;
}
.info .btn--expand-content {
    background: none;
    padding: 4px 6px;
    top: -3px;
    border: 1px solid #999;
}
.btn--menu.sticky {
    bottom: 24px;
    transition: all 400ms ease-in-out;
}
.btn--menu--hamburger.is--fixed {
    top: 0px !important;
    transition: all 400ms ease-in-out;
}
.btn--menu--hamburger.sticky {
    top: -66px;
    transition: all 400ms ease-in-out;
}
.btn--menu--hamburger {
    position: fixed;
    top: 0px;
    right: 72px;
    color: white;
    outline: none;
    background: none;
    border: none;
    font-size: 44px;
    height: 60px;
    transition: all 400ms ease-in-out;
}
@media screen and (min-width: 769px) {
    .btn--menu--hamburger {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .btn--menu--hamburger {
        right: 48px;
    }
}
.btn--nav--search {
    font-size: 28px !important;
    height: 60px;
    line-height: 60px;
}
@media screen and (max-width: 599px) {
    .btn--menu--hamburger,
    .btn--menu--search {
        font-size: 32px;
    }
}
.btn--menu--search.is--fixed {
    top: 0px !important;
    transition: all 400ms ease-in-out;
}
.btn--menu--search.sticky {
    top: -66px;
    transition: all 400ms ease-in-out;
}
.btn--menu--search {
    position: fixed;
    top: 0px;
    right: 12px;
    color: white;
    outline: none;
    background: none;
    border: none;
    font-size: 44px;
    height: 60px;
    transition: all 400ms ease-in-out;
}
@media screen and (min-width: 769px) {
    .btn--menu--search {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .btn--menu--hamburger,
    .btn--menu--search {
        font-size: 32px;
    }
}
.btn--menu {
    width: 60px;
    height: 60px;
    position: fixed;
    bottom: -66px;
    right: 24px;
    font-size: 24px;
    background: #444;
    color: white;
    border: none;
    border-radius: 50%;
    transition: all 200ms ease-in-out;
    outline: none;
    text-decoration: none;
}
.btn--close__search {
    position: fixed;
    top: 6px;
    right: 48px;
    background: none;
    color: white;
    border: none;
    font-size: 48px;
}
.link--row {
    font-size: 12px;
    text-decoration: none;
    padding-right: 12px;
}
.link--row.white {
    color: white;
}
.btn__text {
    display: none;
}
@media screen and (min-width: 600px) {
    .btn__text {
        display: initial;
    }
}
@media screen and (min-width: 600px) {
    .button-group__button::before,
    .button-group__button--absolute::before {
        display: none !important;
    }
}
.btn--help {
    position: relative;
    top: -2px;
    height: 24px;
    padding: 0;
    width: 24px;
    line-height: 24px;
}
.btn--help.left {
    margin-right: 6px;
}
.btn--help.right {
    margin-left: 6px;
}
.message--small .btn--help {
    background: none;
    top: 0px;
    color: #666;
}
.message--small--warning .btn--help {
    border: 1px solid #f5aa1a;
}
.message--small--error .btn--help {
    border: 1px solid #e7465a;
}
.message--small--success .btn--help {
    border: 1px solid #88c425;
}
.message--small--info .btn--help {
    border: 1px solid #d8d8d8;
}
.message--small--default .btn--help {
    border: 1px solid #666;
}
.btn--square {
    width: 44px;
    height: 44px;
    font-size: 18px;
}
.btn--square--small {
    width: 18px;
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    margin-left: 6px;
}
.btn--square--small::before {
    position: relative;
    top: -2px;
}
.facebook {
    background: #3b5998;
}
.linkedin {
    background: #287bbc;
}
.orcid-icon {
    background: url("https://asset.jmir.pub/assets/static/images/orcid_128x128.png") no-repeat center center;
    background-size: 18px 18px;
    background-color: #a5d127;
    vertical-align: top;
}
.orcid__user--icon {
    background: url("https://asset.jmir.pub/assets/static/images/orcid_128x128.png") no-repeat center center;
    background-size: 12px 12px;
    background-color: #a5d127;
    width: 12px;
    height: 12px;
    display: inline-block;
    padding: 6px;
    border-radius: 2px;
    position: relative;
    top: 1px;
}
.icon--error::before {
    color: #e7465a;
}
.icon--warning::before {
    color: #f5aa1a;
}
.icon--info::before {
    color: #d8d8d8;
}
.icon--success::before {
    color: #88c425;
}
.icon--default::before {
    color: #666;
}
.btn-group--reveal {
    position: relative;
}
.btn--share {
    height: 32px;
    padding: 0px 12px;
    border-radius: 2px;
    background: #666;
    color: white;
    position: absolute;
    z-index: 100;
}
.btn--share__option {
    height: 28px;
    width: 28px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0);
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0);
    border-radius: 50%;
    position: absolute;
    -webkit-transform: translate(6px, 3px) rotate(0deg);
    -ms-transform: translate(6px, 3px) rotate(0deg);
    transform: translate(6px, 3px) rotate(0deg);
    z-index: 90;
    transition: all 250ms ease-out;
    opacity: 0;
}
.btn--share__option.is--visible {
    color: rgba(255, 255, 255, 0);
    opacity: 1;
    text-shadow: 1px 1px 0px #fff;
    transition: all 400ms ease-out;
}
.btn--share__option.is--visible.f {
    -webkit-transform: translate(88px, 3px) rotate(360deg);
    -ms-transform: translate(88px, 3px) rotate(360deg);
    transform: translate(88px, 3px) rotate(360deg);
}
.btn--share__option.is--visible.t {
    -webkit-transform: translate(126px, 3px) rotate(360deg);
    -ms-transform: translate(126px, 3px) rotate(360deg);
    transform: translate(126px, 3px) rotate(360deg);
}
.btn--share__option.is--visible.l {
    -webkit-transform: translate(164px, 3px) rotate(360deg);
    -ms-transform: translate(164px, 3px) rotate(360deg);
    transform: translate(164px, 3px) rotate(360deg);
}
.f {
    background: #3b5998;
}
.t {
    background: #00aced;
}
.l {
    background: #007bb6;
}
.is--required {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: action-required 0.8s linear infinite;
    animation: action-required 0.8s linear infinite;
    background: #e7465a;
    color: #fff;
    position: relative;
}
.is--required:before {
    content: "\f109";
    color: #e7465a;
    font-size: 18px;
    font-family: "ionicons";
    position: absolute;
    left: -24px;
}
.signup-li.show,
.signup-li-alt.show {
    display: block;
}
.signup-li {
    position: fixed;
    bottom: 0px;
    right: -222%;
    width: 100%;
    margin: 0px;
    transition: all 0.3s ease;
    display: none;
}
@media screen and (min-width: 769px) {
    .signup-li {
        position: fixed;
        bottom: 15%;
        right: 0px;
        width: 35%;
        max-width: 320px;
        margin: 0px;
        transition: all 0.4s ease;
    }
}
.signup-li form {
    background: #5cb85c;
    padding: 20px 20px 10px 20px;
    border-top: #5cb85c;
    border-bottom: #5cb85c;
    border-left: #5cb85c;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.signup-li form label {
    font-size: 0px !important;
}
.signup-li h4 {
    color: white;
    font-size: 18px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.signup-li button {
    position: absolute;
    top: 6px;
    right: 5px;
    border-radius: 2px;
    background: none;
    color: white;
    font-size: 28px;
}
.signup-li label {
    font-size: 0px;
}
.signup-li input[type="email"] {
    width: 100%;
    height: 34px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding: 0px;
    display: block;
    text-indent: 5px;
}
.signup-li input[type="submit"] {
    height: 32px;
    background: #00b2fc;
    background: #666;
    color: white;
    font-size: 14px;
    font-family: "Roboto-Light", sans-serif;
    display: block;
    float: right;
    margin: 10px 0px;
    width: 33%;
}
.signup-li-alt {
    position: fixed;
    display: none;
    z-index: 666;
    right: 0;
    left: 0;
    top: 25%;
    margin-right: auto;
    margin-left: auto;
    min-height: 10em;
    width: 33%;
    max-width: 600px;
    min-width: 300px;
}
.signup-li-alt form {
    background: #5cb85c;
    padding: 20px 20px 10px 20px;
    box-shadow: 1px 2px 2px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}
.signup-li-alt form label {
    font-size: 0px !important;
}
.signup-li-alt form h4 {
    color: white;
    font-size: 20px;
    font-weight: 300;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-top: -26px;
}
.signup-li-alt form button {
    position: absolute;
    top: 0px;
    right: 9px;
    border-radius: 2px;
    background: none;
    color: white;
    font-size: 32px;
}
.signup-li-alt form input[type="email"] {
    width: 100%;
    height: 34px;
    margin-right: 0px;
    margin-top: 0px;
    padding-left: 0px;
    padding: 0px;
    display: block;
    text-indent: 5px;
}
.signup-li-alt form input[type="submit"] {
    height: 32px;
    background: #00b2fc;
    background: #666;
    color: white;
    font-size: 14px;
    font-family: "Roboto-Light", sans-serif;
    display: block;
    float: right;
    margin: 10px 0px;
    width: 33%;
}
.journal-list {
    margin-left: 60px;
}
.journal-list label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
}
@media screen and (max-width: 740px) {
    .journal-list {
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 740px) {
    .overflow--scroll {
        max-height: 200px;
        overflow: scroll;
    }
}
.mobile-note {
    display: none;
}
@media screen and (max-width: 740px) {
    .mobile-note {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
.signup__error--text {
    color: white;
    font-size: 12px;
    font-weight: 400;
    border: 1px solid white;
    border-radius: 2px;
    margin-bottom: 5px;
}
.signup__error--text-is--hidden {
    display: none;
}
.signup__error--text-is--visible {
    display: block;
}
.add-journal-notification {
    margin-left: 0px !important;
    margin-right: 5px;
}
.signup-li-social {
    margin-left: 60px;
}
@media screen and (max-width: 740px) {
    .signup-li-social {
        margin-left: 5%;
    }
}
.popup__form-buttons {
    margin-right: 60px;
    text-align: right;
}
@media screen and (max-width: 740px) {
    .popup__form-buttons {
        margin-right: 5%;
        margin-top: 10px;
    }
}
.choose-journals {
    width: 320px;
    min-height: 410px;
    max-height: 440px;
    overflow: auto;
    position: fixed;
    margin-left: -160px;
    background: white;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    z-index: 999;
}
.choose-journals h3 {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}
.choose-journals p {
    text-align: center;
    color: #888888;
}
.choose-journals form {
    width: 95%;
    margin: 10px auto;
}
.choose-journals label {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
}
.choose-journals input[type="submit"] {
    background-color: #5cb85c;
    color: white;
    font-family: "Coda", sans-serif;
    font-size: 14px;
    height: 32px;
    margin-top: 10px;
    margin-right: 14px;
    float: right;
}
.choose-journals input[type="button"] {
    background-color: #333;
    color: white;
    font-family: "Coda", sans-serif;
    font-size: 14px;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 2px;
    cursor: pointer;
    float: right;
    margin-top: 10px;
}
.choose-journals.show {
    transition: all 0.4s;
    bottom: 0;
    left: 50%;
}
@media screen and (min-width: 600px) {
    .choose-journals.show {
        bottom: 30%;
        padding: 20px;
    }
}
.choose-journals.hide {
    transition: all 0.4s;
    top: -100%;
}
.card2__grid-item {
    display: inline-block;
    margin: 20px 1%;
    width: 300px;
    height: 460px;
    text-align: left;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 660px) {
    .card2__grid-item {
        margin: 24px 5px 24px 5px;
    }
}
@media screen and (min-width: 960px) {
    .card2__grid-item {
        margin: 24px 20px 24px 20px;
    }
}
@media screen and (min-width: 1281px) {
    .card2__grid-item {
        margin: 24px 5px 24px 5px;
    }
}
.card2 {
    height: 100%;
}
.card2__img-wrap {
    position: relative;
}
.img--bw {
    -webkit-filter: url("../js/filters.svg#grayscale");
    filter: url("../js/filters.svg#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1);
}
.img--bw:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.img--bw {
    -webkit-filter: url("../js/filters.svg#grayscale");
    filter: url("../js/filters.svg#grayscale");
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(1);
}
.img--bw:hover {
    filter: none;
    -webkit-filter: grayscale(0);
}
.view-authors-wrapper,
.view-abstract-wrapper {
    transition: all 0.4s;
    top: 400%;
    bottom: 0px;
}
.view-authors-wrapper.show,
.view-abstract-wrapper.show {
    transition: all 0.4s;
    top: -424px;
}
.view-authors-wrapper.keepShow,
.view-abstract-wrapper.keepShow {
    transition: all 0.4s;
    top: -424px;
}
.btn-view-authors,
.btn-view-abstract {
    z-index: 9;
    color: #888888;
    height: 30px;
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    background-image: linear-gradient(to right, #e3e3e3 50%, #f0f0f0 100%);
}
.btn-view-authors {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.btn-view-abstract {
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.card__container {
    background: none;
    padding: 2%;
    vertical-align: top;
    overflow: hidden;
}
.card--article-01 {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.card--article-01::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7));
    transition: all 250ms ease-in-out;
}
.card--article-01__content {
    position: absolute;
    bottom: 0px;
    color: white !important;
    z-index: 20;
    padding: 12px;
}
.card--article-01__content a {
    color: white;
    text-decoration: underline;
}
.card--article-01__btn-menu {
    background: none !important;
    font-size: 32px;
    position: absolute;
    top: 12px;
    right: 12px;
    box-shadow: none;
    z-index: 10;
}
.card--article-01:hover::after {
    background-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 700px) {
    .width--50.display--inline-block.card__container {
        width: 100%;
    }
}
.card--article-01 .authors {
    background: white;
    position: absolute;
    height: 100%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow: scroll;
    z-index: 30;
    transition: all 250ms ease-in-out;
}
.card--article-01 .authors.is--hidden {
    bottom: -130%;
    transition: all 250ms ease-in-out;
}
.card1__grid-item {
    display: inline-block;
    margin: 20px 1%;
    width: 46.9%;
    min-width: 300px;
    height: auto;
    background: white;
    text-align: left;
    vertical-align: top;
}
.addthis-extra {
    margin-top: 10px;
}
.open-peer-review-card-abstract-wrapper {
    height: 130px;
    overflow: hidden;
    background: white;
    padding: 12px 0px;
}
@media screen and (max-width: 800px) {
    .open-peer-review-card-abstract-wrapper {
        padding: 0px 0px;
    }
}
.open-peer-review-card-abstract-wrapper p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}
@media screen and (max-width: 1170px) {
    .open-peer-review-card-abstract-wrapper p {
        font-size: 14px;
        line-height: 21px;
    }
}
.open-peer-review-card-abstract-wrapper-background-open {
    width: 96%;
    margin: 0 auto;
    height: 130px;
    overflow: auto;
    background: white;
}
.open-peer-review-card-abstract-wrapper-background-open .overflow--scroll {
    height: auto;
}
.open-peer-review-background {
    position: absolute;
    top: 100%;
    left: 0%;
    padding: 5%;
    background: white;
    width: 100%;
    transition: all 0.4s;
}
.open-peer-review-background p {
    padding: 24px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
.open-peer-review-background-open {
    position: absolute;
    top: 0%;
    left: 0%;
    padding: 5%;
    background: white;
    width: 100%;
    transition: all 0.4s;
}
.open-peer-review-background-open p {
    padding: 24px 0px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}
.btn-close-peer-review-background {
    position: absolute;
    right: 5%;
    top: 16px;
}
.card1 {
    padding: 2%;
}
.card1__title {
    padding-bottom: 12px;
}
@media screen and (max-width: 800px) {
    .card1__title {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 6px;
    }
}
.card1__article-text {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 100;
}
@media screen and (min-width: 800px) {
    .card1__article-text {
        font-size: 18px !important;
        line-height: 28px !important;
        font-weight: 100;
    }
}
.card1.overflow--scroll {
    max-height: 888px;
}
.card1.big {
    padding: 5%;
    width: 80%;
    margin: 0 auto;
}
.card1.big .card1__title {
    font-size: 24px;
    line-height: 36px;
}
.text-box {
    background: white;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}
.text-box--padding {
    padding: 20px 2%;
}
.text-box--padding-big {
    padding: 20px 5%;
}
.owl- .slider--figures__link {
    display: block;
}
@media screen and (max-width: 499px) {
    .abstract__text--teaser {
        max-height: 92px;
        overflow: hidden;
    }
}
.abstract__text--full {
    background: white;
    position: fixed;
    z-index: 50000;
    padding: 48px 48px 60px 48px;
    min-width: 320px;
    width: 60%;
    max-width: 1000px;
    border-radius: 1px;
    box-shadow: -48px 48px 48px 0px rgba(0, 0, 0, 0.1);
    top: 12px;
    bottom: 0px;
    overflow: scroll;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 150ms ease-in-out;
}
.abstract__text--full.is--visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 768px) {
    .abstract__text--full.is--visible {
        width: 100%;
        left: 0;
        top: 0;
        border-radius: 0px;
    }
}
.abstract__text--teaser {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.tab-group {
    border-bottom: 1px solid #e1e1e1;
}
.tab {
    color: red;
    display: inline-block;
}
.tab--active {
    color: green;
}
.altmetric-embed img {
    width: auto;
}
#_altmetric_popover_el {
    z-index: 11 !important;
}
#_altmetric_popover_el * {
    z-index: 11 !important;
    box-shadow: 0px 0px 0px 0px transparent !important;
}
.addthis_toolbox a:hover {
    border-bottom: none;
    text-decoration: none;
}
.addthis-float {
    float: none;
    margin-bottom: 12px;
}
@media screen and (min-width: 700px) {
    .addthis-float {
        float: right;
        margin-bottom: 0px;
    }
}
.addthis-extra a {
    display: inline-block !important;
}
.addthis-extra span {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
.Token a {
    text-decoration: none !important;
}
.rd-container {
    display: none;
    border: 1px solid #999;
    border-radius: 2px;
    background-color: #fff;
    padding: 16px;
    text-align: center;
    box-shadow: 4px 4px 4px 1px rgba(0, 0, 0, 0.2);
    color: #666;
}
.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
    cursor: pointer;
    background-color: #247cb3;
    color: #fff;
    border-radius: 2px;
}
.rd-day-head {
    color: #247cb3;
    padding: 0px 2px;
}
.rd-day-body {
    padding: 0px 2px;
}
.rd-back,
.rd-next {
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    color: #247cb3;
    padding: 0;
    margin: 0;
}
.rd-days {
    border: none !important;
}
.rd-day-disabled {
    color: #999 !important;
}
.rd-day-body {
    color: #247cb3;
}
.rd-day-next-month,
.rd-day-prev-month {
    color: #c1c1c1;
}
.rd-container-attachment {
    z-index: 22222;
}
.list--drag {
    list-style-type: none;
    padding: 0;
}
.author-metadata-form.is--expanded {
    max-height: 4000px;
}
.author-metadata-form {
    position: relative;
    max-height: 60px;
    background: #f1f1f1;
    padding: 6px;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 2px;
}
.author-metadata-form__avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    background: #222;
}
.author-metadata-form__label {
    position: absolute;
    left: 66px;
    font-size: 18px;
    line-height: 48px;
}
@media only screen and (max-width: 649px) {
    .author-metadata-form__label {
        font-size: 12px;
        max-width: 85%;
    }
}
@media only screen and (max-width: 649px) {
    .author-metadata-form__label.is--long {
        line-height: 24px;
    }
}
.author-metadata-form__expand {
    position: absolute;
    right: 44px;
    top: 18px;
    width: 24px;
    height: 24px;
    line-height: 1;
}
.author-metadata-form__delete {
    position: absolute;
    right: 12px;
    top: 18px;
    width: 24px;
    height: 24px;
    line-height: 1;
}
.sortable-ghost {
    opacity: 0.3;
}
.icon--calendar__container::before {
    position: absolute;
    top: 16px;
    left: 6px;
    color: #444;
}
.payment-table * {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-weight: 100;
}
.payment-table {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    background: white;
    width: 100%;
    padding: 70px 5%;
    margin: 20px auto;
    min-width: 300px;
    overflow: scroll;
}
.payment-table select {
    width: 100%;
}
.payment-table__row {
    border-bottom: 1px solid #d4d4d4;
}
.payment-table__form {
    min-width: 100%;
}
.payment-table__table {
    min-width: 100%;
}
.payment-table__header tr {
    border-bottom: 1px solid #d4d4d4;
}
.payment-table__column-heading {
    font-size: 18px;
    color: #4a4a4a;
    font-family: "Fjalla One", sans-serif;
    white-space: nowrap;
    padding: 10px 10px;
    font-weight: normal;
}
.payment-table__column-heading--last {
    text-align: right;
}
.payment-table__column-heading--new-section {
    padding: 40px 0px 0px 0px;
}
.payment-table__row--total {
    border-bottom: none;
}
.payment-table__table-cell {
    font-family: "Roboto-Light", sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #4a4a4a;
    padding: 20px 0px;
    max-width: 500px;
}
.payment-table__table-cell input[type="text"] {
    border: 1px solid #666;
    height: 32px;
    margin-left: 10px;
    text-align: center;
}
.payment-table__table-cell input[type="submit"] {
    height: 32px;
    padding: 0px 15px;
}
.payment-table__table-cell--heading {
    width: auto;
    display: inline-block;
}
.payment-table__table-cell--last {
    text-align: right;
    white-space: nowrap;
}
.payment-table__table-cell--discount {
    color: red !important;
}
.payment-table__table-cell--total {
    font-weight: bold;
}
.payment-table__table-cell--align-center {
    text-align: center;
}
.payment-table__table-cell--product-description {
    min-width: 270px;
}
.payment-table__img--product {
    display: inline-block;
    width: 66px;
}
.promo-code--is-visible {
    display: block;
}
.promo-code--is-hidden {
    display: none;
}
.promo-code__submit-btn {
    background: #666;
    color: white;
}
.promo-code__name--is-hidden {
    display: none;
}
.promo-code__name--is-visible {
    display: block;
}
.payment-options {
    margin-top: 120px;
}
.payment-options h3 {
    font-size: 24px;
}
.payment-options span {
    margin-right: 10px;
}
.address {
    width: 75%;
    margin: 0 auto;
}
.popup * {
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    font-weight: initial;
}
.popup {
    position: fixed;
    z-index: 20000;
    background: rgba(68, 68, 68, 0.8);
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    margin-left: 0;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    padding: 12px 6px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    transition: all 250ms ease-in-out;
}
@media screen and (min-width: 768px) {
    .popup {
        padding: 96px;
    }
}
.popup--is-hidden {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 200ms ease-in-out;
}
.popup--is-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    transition: all 250ms ease-in-out;
}
.popup__content {
    margin: auto;
    padding: 6px 12px;
    background: #fff;
    height: 100%;
    border-radius: 2px;
    position: relative;
}
@media screen and (min-width: 1025px) {
    .popup__content {
        width: 66%;
        padding: 24px;
    }
}
.popup__heading {
    font-size: 18px !important;
    padding: 12px 0px 0px 0px;
    font-weight: 400;
}
@media screen and (min-width: 769px) {
    .popup__heading {
        padding: 12px 0px 0px 0px;
        font-size: 18px;
    }
}
.popup__sub-heading {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    padding-left: 60px;
}
.popup__text {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    padding: 0px 0px 20px 0px;
}
@media screen and (max-width: 740px) {
    .popup__text {
        font-size: 14px;
        line-height: 21px;
    }
}
.popup .btn--with-icon {
    width: 80px;
    display: block;
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
}
.popup .btn--with-icon span {
    margin-right: 0px;
}
.popup.is--scaled {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    transition: all 250ms ease-in-out;
}
.cite-popup-wrapper {
    width: 300px;
    min-height: 200px;
    max-height: 300px;
    overflow: auto;
    position: fixed;
    margin-left: -150px;
    background: white;
    box-shadow: 0px 1px 10px 4px rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    z-index: 999;
}
.cite-popup-wrapper button {
    background: #666;
    color: white;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 13px;
    top: 10px;
    border-radius: 2px;
}
.cite-popup-wrapper span {
    font-size: 14px;
    color: white;
}
.cite-popup-wrapper .align-left {
    text-align: left;
    padding: 10px;
    font-size: 14px;
}
.cite-popup-wrapper textarea {
    width: 278px;
    min-height: 180px;
    margin: 10px;
    border: 1px solid #666;
    border-radius: 1px;
    resize: none;
    padding: 0px;
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper textarea {
        width: 468px;
        margin: 15px;
    }
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper {
        width: 500px;
        margin-left: -250px;
        box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
    }
}
.cite-popup-wrapper h3 {
    margin: 10px 0px 0px 10px;
    font-size: 18px;
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper h3 {
        margin: 15px 0px 0px 15px;
    }
}
.cite-popup-wrapper p {
    text-align: center;
    margin: 0px 0px 10px 0px;
    font-size: 12px;
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper p {
        margin: 0px 0px 15px 0px;
    }
}
.cite-popup-wrapper.show {
    top: 10%;
    left: 50%;
    transition: all 0.4s;
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper.show {
        top: 25%;
    }
}
.cite-popup-wrapper.hide {
    top: -100%;
    left: 50%;
    transition: all 0.4s;
}
@media screen and (min-width: 600px) {
    .cite-popup-wrapper.hide {
        top: -100%;
    }
}
.book,
.book .book-cover,
.book::after,
.book::before {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    display: table-cell;
    vertical-align: middle;
}
.list-inline > li {
    display: inline-block;
    margin-left: 2em;
}
.list-inline > li:first-child {
    margin-left: 0;
}
.book {
    cursor: pointer;
    display: block;
    width: 270px;
    height: 390px;
    position: relative;
    background: #fff;
    z-index: 1;
    box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, 0.1),
        0 5px 10px 0 rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: box-shadow 0.3s linear;
}
.book .book-cover {
    width: inherit;
    height: inherit;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    transition: all 0.45s ease;
    background-image: linear-gradient(90deg, #f1f1f1 2%, #fff 7%);
}
.book:hover {
    box-shadow:
        0 2px 4px 0 rgba(0, 0, 0, 0.2),
        0 5px 10px 0 rgba(0, 0, 0, 0.4);
}
.book:hover .book-cover {
    -webkit-transform: rotateY(-25deg);
    transform: rotateY(-25deg);
    box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
.book::after,
.book::before {
    content: "";
    display: block;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: -1;
    top: 0;
    background: #fff;
    border: 1px solid #d9d9d9;
}
.book::before {
    left: -3px;
}
.book::after {
    content: "Nam sit amet dignissim ipsum, vel vestibulum dolor. Morbi ex purus, faucibus eget molestie ut, luctus et leo. Donec sem neque, fermentum non massa eu, ultrices aliquet ipsum. Nam purus odio, tristique ac laoreet eleifend, ornare eget eros. Phasellus rhoncus venenatis purus. Nam pharetra convallis accumsan. Nulla hendrerit turpis et sagittis congue. Pellentesque finibus euismod diam, vitae gravida risus congue nec. Suspendisse pellentesque consectetur sapien, vitae molestie risus feugiat sit amet. In id nunc elit. Fusce at luctus urna. Quisque pellentesque, enim nec iaculis mattis, magna risus consequat elit, id vehicula turpis nibh id neque. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum. Nam sit amet dignissim ipsum, vel vestibulum dolor. Morbi ex purus, faucibus eget molestie ut, luctus et leo. Donec sem neque, fermentum non massa eu, ultrices aliquet ipsum. Nam purus odio, tristique ac laoreet eleifend, ornare eget eros. Phasellus rhoncus venenatis purus. Nam pharetra convallis accumsan. Nulla hendrerit turpis et sagittis congue. Pellentesque finibus euismod diam, vitae gravida risus congue nec. Suspendisse pellentesque consectetur sapien, vitae molestie risus feugiat sit amet. In id nunc elit. Fusce at luctus urna. Quisque pellentesque, enim nec iaculis mattis, magna risus consequat elit, id vehicula turpis nibh id neque. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum. Nam sit amet dignissim ipsum, vel vestibulum dolor. Morbi ex purus, faucibus eget molestie ut, luctus et leo. Donec sem neque, fermentum non massa eu, ultrices aliquet ipsum. Nam purus odio, tristique ac laoreet eleifend, ornare eget eros. Phasellus rhoncus venenatis purus. Nam pharetra convallis accumsan. Nulla hendrerit turpis et sagittis congue. Pellentesque finibus euismod diam, vitae gravida risus congue nec. Suspendisse pellentesque consectetur sapien, vitae molestie risus feugiat sit amet. In id nunc elit. Fusce at luctus urna. Quisque pellentesque, enim nec iaculis mattis, magna risus consequat elit, id vehicula turpis nibh id neque. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum. Phasellus sed tristique ligula. Mauris ac condimentum mi. Donec eu viverra augue. Vestibulum quis eros a sapien ullamcorper venenatis quis non ipsum.";
    left: -16px;
    font-size: 7px;
    line-height: 11px;
    text-align: justify;
    padding: 5px;
}
.cover__sub-heading {
    margin: 0;
    color: #e1e1e1;
    display: inline-block;
}
.cover__link {
    border: 1px solid #999;
    color: #fff;
    padding: 2px 4px;
    font-size: 10px;
    text-decoration: none;
    border-radius: 2px;
}
.cover__call-to-action {
    position: absolute;
    bottom: 8px;
    left: 12px;
}
@media screen and (max-width: 1023px) {
    .journal__name {
        display: none;
    }
}
.list__links--multiple-columns {
    text-align: center;
    padding: 0;
    margin: 0;
}
.sub-list {
    display: inline-block;
    vertical-align: top;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding: 12px 24px;
}
.sub-list a {
    color: #d0d0d0;
    text-decoration: none;
    font-size: 12px;
}
.search-wrapper {
    margin: 110px auto 50px auto;
}
@media screen and (min-width: 960px) {
    .search-wrapper {
        margin: 210px auto 50px auto;
    }
}
.search-wrapper h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0px;
}
@media screen and (min-width: 700px) {
    .search-wrapper h2 {
        font-size: 32px;
        line-height: 46px;
    }
}
.search-wrapper h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px 0px;
}
@media screen and (min-width: 700px) {
    .search-wrapper h3 {
        font-size: 22px;
        line-height: 30px;
    }
}
.search-wrapper p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
.search-wrapper a {
    font-family: "Coda", sans-serif;
    color: #666;
    text-decoration: none;
}
.search-wrapper a:hover {
    border-bottom: 1px solid #666;
}
.search-wrapper table {
    background: white;
    border: 1px solid #666;
}
.search-wrapper th {
    text-align: left;
    background: #666;
    color: white;
    font-family: "Fjalla One", sans-serif;
    font-size: 18px;
    padding: 10px;
}
.search-wrapper tr:nth-child(even),
.search-wrapper .search-tr-initial-row {
    background: #f1f1f1;
}
.search-wrapper td {
    padding: 10px;
}
.search-wrapper input[type="text"] {
    background: white;
    border: 1px solid #666;
    width: 98%;
    min-width: 100px;
    padding: 0px 1%;
    height: 36px;
}
.search-wrapper select {
    margin-top: 5px;
}
.search-wrapper button {
    font-family: "Coda", sans-serif;
}
.search-wrapper .btn-primary {
    background: #5cb85c;
    border-radius: 2px;
    color: white;
    float: right;
    font-size: 18px;
    padding: 10px 20px;
    margin: 10px 0px 30px 0px;
}
.search-wrapper .addRow,
.search-wrapper .deleteRow {
    height: 38px;
    padding: 0px 10px;
    line-height: 38px;
    font-size: 14px;
    color: white;
    border-radius: 2px;
}
.search-wrapper .addRow {
    background: #666;
    margin-bottom: 5px;
}
.search-wrapper .deleteRow {
    background: #333;
}
.search-wrapper .pull-right {
    margin: 20px 0px;
}
.search-wrapper .pull-right button {
    background: #666;
    border-radius: 2px;
    color: white;
    font-size: 14px;
}
.search-wrapper .pull-right button span {
    margin: 0px 5px;
}
.tocArticle .title {
    font-size: 16px;
    line-height: 22px;
}
.tocArticle .image-wrapper {
    display: none;
}
@media screen and (min-width: 600px) {
    .tocArticle .image-wrapper {
        display: block;
    }
}
.btn-show-beta-search-info {
    background: #666;
    color: white;
    padding: 10px 0px;
    margin: 0px auto 20px auto;
    font-size: 14px;
    width: 100%;
    transition: all 0.4s;
}
@media screen and (min-width: 960px) {
    .btn-show-beta-search-info {
        display: none;
    }
}
.btn-show-beta-search-info:hover {
    background: #333;
    transition: all 0.4s;
}
.btn-close-search-info {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #666;
    padding: 3px 5px;
    color: white;
    font-size: 14px;
}
@media screen and (min-width: 960px) {
    .btn-close-search-info {
        display: none;
    }
}
.search--header {
    position: fixed;
    top: 56px;
    left: 0px;
    right: 0px;
}
@media screen and (min-width: 700px) {
    .search--header {
        position: absolute;
        top: 28px;
        left: 248px;
        right: 185px;
        transition: all 300ms ease;
    }
}
.search--header__input--text {
    width: 100%;
    height: 44px !important;
    border-radius: 0px !important;
    border: none;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
    text-indent: 42px;
}
@media screen and (min-width: 700px) {
    .search--header__input--text {
        border-radius: 2px !important;
        opacity: 1;
        transition: all 300ms ease;
    }
}
.search--header__input--text:focus {
    opacity: 1;
    transition: all 300ms ease;
}
.search--header__submit {
    position: relative;
    top: -52px;
    left: 4px;
    font-size: 24px;
    background: none;
    color: #666;
    box-shadow: 0px 0px 0px 0px transparent;
}
@media screen and (min-width: 700px) {
    .search--header.sticky {
        position: absolute;
        top: 6px;
        left: 248px;
        right: 185px;
        transition: all 300ms ease;
    }
}
@media screen and (min-width: 700px) {
    .search--header__input--text.sticky {
        transition: all 300ms ease;
        background: rgba(255, 255, 255, 0.15);
        color: white;
    }
    .search--header__input--text.sticky::-webkit-input-placeholder {
        color: white;
    }
    .search--header__input--text.sticky:focus {
        background: #fff;
        color: initial;
    }
}
input.search--header__input--text {
    border: none;
}
.search--nav.is--visible {
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: auto;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 200ms ease-in-out;
}
.search--nav {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: auto;
    width: 100%;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.search--nav__form {
    height: 100%;
    background: #444;
    position: relative;
}
.search--nav__form label {
    display: block;
    padding-top: 24px;
    padding-left: 36px;
    font-size: 24px;
    color: #999;
}
.search--nav__form input {
    outline: none;
    border: none;
    height: 30%;
    font-size: 48px;
    padding: 12px;
    width: 100%;
    background: #444;
    color: white;
    text-indent: 24px;
    transition: all 200ms ease-in-out;
}
.search--nav__form input:focus {
    transition: all 200ms ease-in-out;
}
.toolbar__search ::-webkit-input-placeholder {
    font-size: 32px;
    line-height: 0;
    padding: 12px 0px;
    font-family: "Roboto Mono";
    color: #999;
}
@media screen and (max-width: 400px) {
    .toolbar__search ::-webkit-input-placeholder {
        font-size: 24px;
    }
}
.page-heading--no-wrapper {
    font-size: 22px;
    line-height: 30px;
    margin: 210px 0px 40px 0px;
    text-align: center;
}
.text--big {
    font-size: 16px;
    line-height: 24px;
    padding: 24px 0px;
}
.heading--task.is--complete {
    color: #88c425;
    border-color: #88c425;
}
.heading--task.has--error {
    color: #e7465a;
    border-color: #e7465a;
}
.heading--task.bg {
    background: #fff;
    border-color: #666;
    border-radius: 2px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.heading--task.edit {
    padding: 4px 24px;
}
.heading--task {
    border-left: 4px solid #999;
    padding: 4px 6px;
    position: relative;
}
.heading--task.primary {
    background: #f1f1f1;
    border-radius: 2px;
}
.heading--border {
    border: 1px solid #e1e1e1;
    padding: 4px;
}
.red-text {
    color: red;
}
.text--small {
    font-size: 11px;
    line-height: 18px;
}
.help__title {
    max-width: 180px;
    font-weight: 800;
    color: #333;
    font-style: initial;
    text-shadow: none;
}
.help__content {
    color: #707070;
    font-style: initial;
    text-shadow: none;
}
.card {
    background: white;
}
.card--mini {
    display: inline-block;
    min-width: 100px;
    text-align: center;
    border-radius: 2px;
}
.card--mini__graphic {
    padding: 12px;
    min-height: 66px;
    display: table;
    min-width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.card--mini__description {
    margin: 0px;
    vertical-align: middle;
    display: table-cell;
    color: white;
}
.card--mini__title {
    margin: 0px;
    padding: 6px;
}
.article-card--plain {
    padding-bottom: 12px;
    margin-bottom: 48px;
}
.list--inline-block__item {
    display: inline-block;
    margin-right: 4px;
}
.list--plain {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.item--button-group {
    border: 1px solid #e1e1e1;
    padding: 2px;
}
.button-group__text {
    margin: 0;
    font-size: 13px;
    line-height: 44px;
}
.button-group__button {
    width: 100%;
    height: 44px;
}
@media screen and (max-width: 599px) {
    .button-group__button {
        font-size: 0px;
    }
    .button-group__button::before {
        font-size: 24px;
        position: relative;
        top: 4px;
    }
}
.button-group__button--absolute {
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    padding-left: 12px;
    padding-right: 12px;
    width: 15.07937%;
}
@media screen and (max-width: 599px) {
    .button-group__button--absolute {
        font-size: 0px;
    }
    .button-group__button--absolute::before {
        font-size: 24px;
        position: relative;
        top: 4px;
    }
}
#reviewer-status .download-manuscript {
    width: initial;
    height: initial;
    background: #247cb3;
    padding: 10px 20px;
    border-radius: initial;
}
#reviewer-status .download-manuscript.disable {
    opacity: 0.5;
}
#reviewer-status .fa {
    font-style: normal !important;
    position: relative;
    top: 1px;
    right: 8px;
}
#reviewer-action .grey-dropdown {
    background: #f1f1f1;
    border: 1px solid #d8d8d8;
    padding: 10px;
    color: #666;
    font-weight: 600;
    font-size: 14px;
    line-height: 0;
}
#reviewer-action .dropdown-container {
    margin-bottom: 8px;
}
#reviewer-action .margin--t--xl {
    margin-top: 0;
}
#reviewer-action .btn-extend {
    background: #88c425;
    border-radius: 0;
    color: #fff;
    padding: 8px 30px;
}
#reviewer-action .fa.fa-calendar {
    position: absolute;
    top: 9px;
    left: 8px;
    color: #287fb2;
    font-style: normal !important;
}
#reviewer-action .item--button-group {
    padding: 0;
    width: 40%;
}
#reviewer-action #inputTwo {
    cursor: pointer;
}
#reviewer-action .radio-inline {
    display: inline-block;
}
#reviewer-action .margin--b--xl {
    margin-bottom: 6px;
}
#reviewer-action .button-group__text {
    padding-left: 5px;
    line-height: 0;
}
#reviewer-action ::-webkit-input-placeholder {
    color: #a7a7a7;
    opacity: 1;
}
#reviewer-action :-ms-input-placeholder {
    color: #a7a7a7;
    opacity: 1;
}
#reviewer-action ::placeholder {
    color: #a7a7a7;
    opacity: 1;
}
#reviewer-action :-ms-input-placeholder {
    color: #a7a7a7;
}
#reviewer-action ::-ms-input-placeholder {
    color: #a7a7a7;
}
.supplementary-file-text {
    font-style: italic;
    font-size: 13px;
    margin: 0;
}
.item--button-group ::-webkit-input-placeholder {
    margin: 0;
    font-size: 13px;
    line-height: 44px;
    color: #444;
}
.item--button-group :-moz-placeholder {
    margin: 0;
    font-size: 13px;
    line-height: 44px;
    color: #444;
}
.item--button-group ::-moz-placeholder {
    margin: 0;
    font-size: 13px;
    line-height: 44px;
    color: #444;
}
.item--button-group :-ms-input-placeholder {
    margin: 0;
    font-size: 13px;
    line-height: 44px;
    color: #444;
}
.input--text--alt {
    border: none !important;
    border-radius: 0px;
    background: #f1f1f1;
}
.parent--link:before {
    color: #fff;
    font-size: 24px;
    display: block;
    padding: 8px;
}
.parent--link__text {
    display: initial;
    position: absolute;
    left: 56px;
    z-index: 2;
    top: 0px;
}
@media screen and (min-width: 768px) {
    .parent--link__text {
        display: none;
    }
}
.parent--li {
    top: 0px;
}
@media screen and (max-width: 768px) {
    .parent--li {
        position: initial;
        top: initial;
        border-bottom: 1px solid #555;
    }
}
.list--drop-down {
    position: absolute;
    width: 320px;
    background: #444;
    display: inline-block;
    top: 58px;
    right: -100%;
    opacity: 0;
    padding: 0 !important;
    margin: 0 !important;
    list-style-type: none;
    text-align: center !important;
    max-height: 0px;
    overflow: hidden;
    transition: all 100ms ease-in-out;
    z-index: 500;
}
@media screen and (max-width: 768px) {
    .list--drop-down {
        position: initial;
        display: block;
        width: 100%;
        opacity: 1;
    }
}
@media screen and (min-width: 769px) {
    .list--drop-down {
        border-left: 2px solid #247cb3;
        border-bottom: 2px solid #247cb3;
    }
}
.list--drop-down__item {
    padding: 0px 12px !important;
    margin: 0 !important;
    display: block !important;
    font-size: 12px;
    text-align: left;
    border-bottom: 1px solid #666;
}
.list--drop-down__item:last-child {
    border-bottom: none;
}
.list--drop-down.is--visible {
    max-height: 400px;
    overflow: scroll;
    right: 0%;
    opacity: 1;
    transition: all 250ms ease-in-out;
}
.tab__list {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 12px;
}
.tab__list li {
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 4px 8px;
    margin-left: 6px;
    background: #e1e1e1;
    color: #444;
}
.tab__list a {
    color: #444;
}
.tab__list .current {
    background: #fff;
}
.tab__list .current a {
    color: #666;
}
.tab__list.small li {
    padding: 2px 4px;
}
.tab__list.small a {
    font-size: 12px;
}
.dl--inline__term {
    display: inline-block;
    font-size: 12px;
}
.dl--inline__description {
    display: inline-block;
    vertical-align: text-top;
    font-size: 13px;
}
input[type="text"].has--error {
    border-color: #e7465a;
}
select {
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition:
        border-color ease-in-out 0.15s,
        box-shadow ease-in-out 0.15s;
    margin-left: 0px;
    margin-bottom: 6px;
    margin-top: 6px;
}
select:focus {
    border: 1px solid #888;
    color: #444;
}
select.small {
    height: 24px;
}
selet.big {
    height: 44px;
}
form {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 12px;
}
@media screen and (max-width: 600px) {
    form {
        padding: 2px;
    }
}
fieldset {
    border: none;
    padding: 0px;
    margin: 0px;
    margin-bottom: 12px;
}
.fieldset--bg {
    background: #f9f9f9;
    padding: 12px;
    border: 2px solid #e1e1e1;
    border-radius: 2px;
}
input {
    margin-bottom: 0px;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"],
input[type="week"] {
    text-decoration: none;
    outline: none;
    border: none;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    height: 34px;
    padding: 0px 6px;
    font-size: 14px;
    color: #444;
    display: block;
    width: 100%;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus {
    border: 1px solid #888;
    color: #444;
}
input.big {
    height: 44px;
}
input[type="submit"],
input[type="button"] {
    border: none;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
}
input[type="checkbox"] {
    height: auto;
}
label {
    font-weight: 500;
    font-size: 12px;
    display: block;
}
label.heading--task {
    margin-bottom: 6px;
    font-weight: 500;
    color: #444;
}
.label--optional {
    color: #999;
}
textarea {
    display: block;
    width: 100%;
    margin: 4px auto;
    border: 1px solid #999;
    border-radius: 2px;
    font-size: 14px;
    color: #4a4a4a;
    outline: none;
}
textarea:focus {
    border: 1px solid #888;
    color: #444;
}
.box.heading--page__container {
    padding-bottom: 0px;
}
.box {
    padding: 24px;
}
.box--border {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 12px;
    margin-bottom: 12px;
}
@media screen and (max-width: 600px) {
    .box--border {
        padding: 2px;
    }
}
.box--border--thick {
    border: 3px solid #e9e9e9;
    padding: 12px;
    border-radius: 2px;
    margin-bottom: 12px;
}
.box--help {
    background: #fff;
    box-shadow: 0px 4px 8px 4px rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 12px;
    width: 240px;
    border: 3px solid #e1e1e1;
    position: absolute;
    -webkit-transform: translateX(-3333px);
    -ms-transform: translateX(-3333px);
    transform: translateX(-3333px);
    opacity: 0;
    z-index: 1000;
}
.box--white {
    padding: 12px;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
}
.box--help.is--visible {
    -webkit-transform: translateX(12px);
    -ms-transform: translateX(12px);
    transform: translateX(12px);
    opacity: 1;
}
.expandable {
    max-height: 0px;
    overflow: hidden;
    speak: none;
    transition: opacity 500ms ease-out;
    opacity: 0;
}
.expandable.is--expanded {
    max-height: 10000px;
    overflow: initial;
    speak: initial;
    transition: opacity 500ms ease-out;
    opacity: 1;
}
#reviewer-action .expandable.is--expanded {
    border: 1px solid #d8d8d8;
    border-top-style: none;
    padding: 15px;
    border-top-style: none;
}
#reviewer-action .arrow-up,
#reviewer-action .arrow-down {
    display: inline-block;
    padding: 5px;
    background: #d8d8d8;
    margin-right: 5px;
}
.expandable.border {
    border-bottom: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
    padding: 4px;
}
.expandable.border.is--expanded {
    margin-bottom: 12px;
}
.box--border.expandable {
    margin: 0;
    padding: 0;
}
.box--border.expandable.is--expanded {
    margin-bottom: 12px;
    padding: 12px;
}
.background--alt {
    background: #f1f1f1;
}
.card--user {
    width: 240px;
    height: 360px;
    background: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
    vertical-align: top;
    margin-right: 12px;
}
.card--user__avatar {
    width: 100%;
    height: 180px;
    background-size: cover;
}
.card--user--stats {
    height: 360px;
    background: #fff;
    vertical-align: top;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1);
}
.karma__icon {
    display: inline-block;
    width: 44px;
    height: 32px;
    position: relative;
    top: 4px;
    padding: 4px;
    border-radius: 2px;
    cursor: pointer;
    right: 0px;
    cursor: pointer;
}
.karma__icon img {
    width: 100%;
}
.karma__icon i {
    position: absolute;
    color: #fff;
    left: 14px;
    font-weight: 700;
    top: 8px;
    font-size: 11px;
}
.karma--small {
    border-radius: 50%;
    border: 2px solid #e1e1e1;
    font-size: 24px;
    width: 88px;
    height: 88px;
    text-align: center;
    line-height: 88px;
    position: relative;
    display: inline-block;
    background: #fff;
    left: -48px;
    top: -52px;
}
.karma--big {
    font-size: 48px;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 160px;
    display: inline-block;
}
.stat {
    background: #444;
    color: #fff;
    padding: 12px 8px;
    border-radius: 4px;
    opacity: 0.88;
}
.stat__value {
    font-size: 28px;
    text-align: center;
}
.karma--bg {
    background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/39856/karma-icon-2015-012-22-v1.2.png) no-repeat;
    background-position: 100% 100%;
}
.legend span {
    display: inline-block;
}
.leaderboard {
    margin-bottom: 24px;
}
.leaderboard__card {
    display: block;
    position: relative;
    height: 88px;
    background-image: linear-gradient(-180deg, #ece9e6 0%, #f1f1f1 100%);
    background: none;
    border-bottom: 1px solid #e9e9e9;
    width: 100%;
    margin-bottom: 4px;
    border-radius: 4px;
}
.leaderboard__card:hover {
    background-image: linear-gradient(-180deg, #f9f9f9 0%, #f1f1f1 100%);
}
.leaderboard__card::before {
    content: "\f349";
    font-family: "ionicons";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 88px;
    opacity: 0.05;
    line-height: 1;
    right: 0%;
    margin-right: 0px;
    color: #247cb3;
}
.leaderboard__user-avatar {
    width: 48px;
    height: 48px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #247cb3;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 16px;
}
.leaderboard__user-details {
    position: absolute;
    left: 80px;
    height: 60px;
    max-width: 180px;
    top: 0;
}
.leaderboard__user-fname {
    position: relative;
    top: 12px;
    font-weight: 600;
    font-size: 12px;
    width: 180px;
    display: block;
}
.leaderboard__user-lname {
    position: relative;
    top: 4px;
    font-weight: 900;
    font-size: 15px;
    width: 180px;
    display: block;
}
.leaderboard__btn {
    font-size: 10px;
    height: 18px;
    line-height: 11px;
    position: absolute;
    bottom: -12px;
    left: 0px;
    display: block;
}
.leaderboard__user-donut {
    position: absolute;
    height: 100px;
    width: 80px;
    top: 6px;
    left: 0px;
}
.leaderboard__points {
    position: absolute;
    bottom: 6px;
    right: 2px;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 450px) {
    .leaderboard__points {
        float: right;
        line-height: 88px;
        color: #777;
        margin-right: 12px;
        position: initial;
        bottom: initial;
        right: initial;
    }
}
.leaderboard__points__span {
    font-size: 12px;
    color: #999;
    position: absolute;
    bottom: 4px;
    right: 4px;
    height: 12px;
    font-weight: 900;
}
.leaderboard__card.gold {
    border-radius: 0px;
}
.leaderboard__card.gold::before {
    content: "\f356";
    font-family: "ionicons";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 88px;
    opacity: 0.1;
    line-height: 1;
    right: 0%;
    margin-right: 0px;
    color: #ffd700;
}
.leaderboard__user-fname.gold {
    position: relative;
    top: 12px;
    font-weight: 600;
    font-size: 12px;
    width: 180px;
    display: block;
    font-weight: 900;
}
.leaderboard__card.silver {
    border-radius: 0px;
}
.leaderboard__card.silver::before {
    content: "\f356";
    font-family: "ionicons";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 88px;
    opacity: 0.3;
    line-height: 1;
    right: 0%;
    margin-right: 0px;
    color: #d2d2d2;
}
.leaderboard__user-fname.silver {
    position: relative;
    top: 12px;
    font-weight: 600;
    font-size: 12px;
    width: 180px;
    display: block;
    font-weight: 900;
}
.leaderboard__card.bronze {
    border-radius: 0px;
}
.leaderboard__card.bronze::before {
    content: "\f356";
    font-family: "ionicons";
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 88px;
    opacity: 0.1;
    line-height: 1;
    right: 0%;
    margin-right: 0px;
    color: #cd7f32;
}
.leaderboard__user-fname.bronze {
    position: relative;
    top: 12px;
    font-weight: 600;
    font-size: 12px;
    width: 180px;
    display: block;
    font-weight: 900;
}
.leaderboard__row--highlight {
    background: none;
    box-shadow: inset 15px 0 0 -8px #666;
    color: #666;
    font-weight: bold;
}
.leaderboard__row--highlight-border-t-b {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
}
.leaderboard__row--highlight-border-t-b-r {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    border-right: 1px solid #666;
}
.leaderboard__card.small {
    height: 44px;
    background-image: linear-gradient(-180deg, #ece9e6 0%, #e1e1e1 100%);
    border-radius: 0px;
    margin-bottom: 1px;
}
.leaderboard__card.small::before {
    display: none;
}
.leaderboard__card.small:nth-child(even) {
    height: 44px;
    background-image: linear-gradient(-180deg, #f1f1f1 0%, #e6e6e6 100%);
    border-radius: 0px;
    margin-bottom: 1px;
}
.leaderboard__user-details.small {
    position: initial;
    margin-left: 12px;
    height: 44px;
    width: 220px;
}
.leaderboard__points.small {
    font-size: 14px;
    bottom: 9px;
    color: #888;
    margin-right: 12px;
}
@media screen and (min-width: 450px) {
    .leaderboard__points.small {
        float: none !important;
        line-height: 44px;
        color: #777;
        position: absolute;
        bottom: 0px;
        right: 12px;
    }
}
.leaderboard__user-fname.small {
    top: initial;
    line-height: 44px;
    width: 220px;
}
.leaderboard__btn.small {
    display: inline-block;
    position: relative;
    bottom: 2px;
    left: 4px;
}
.karma-details__card {
    border-radius: 4px;
    position: relative;
    background: #d9d9d9;
    height: 60px;
    margin-bottom: 24px;
}
.karma-details__title {
    position: absolute;
    top: -18px;
}
.karma-details__percentage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 4px;
}
.karma-details__percentage-value {
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    display: block;
    width: 200px;
    line-height: 60px;
    position: absolute;
    left: 12px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.karma-details__percentage-value span {
    font-size: 12px;
    font-weight: 900;
    color: #fff;
}
.karma-details__points {
    position: absolute;
    right: 12px;
    color: #fff;
    line-height: 60px;
    font-weight: 900;
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.karma-details__points span {
    font-size: 14px;
    font-weight: 900;
    color: #fff;
}
.karma-details__rank-points.is--visible {
    bottom: 0%;
    transition: all 250ms ease-in-out;
}
.karma-details__rank-points {
    position: fixed;
    bottom: -100%;
    right: 0;
    height: 44px;
    line-height: 44px;
    background: #e2e2e2;
    color: #4d5d71;
    text-align: center;
    font-weight: 900;
    width: 40%;
    min-width: 320px;
    transition: all 250ms ease-in-out;
}
@media screen and (max-width: 700px) {
    .karma-details__rank-points {
        width: 100%;
    }
}
@media screen and (min-width: 701px) and (max-width: 959px) {
    .karma-details__rank-points {
        width: 80%;
    }
}
.btn-karma-pie {
    font-size: 20px;
    background: none;
    color: #666;
}
.btn-karma-pie--disabled {
    color: #d8d8d8;
    font-size: 20px;
    background: none;
}
.loading--circle {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 -25px 0;
    border-bottom: 6px solid rgba(0, 0, 0, 0.1);
    border-left: 6px solid rgba(0, 0, 0, 0.1);
    border-right: 6px solid rgba(0, 0, 0, 0.1);
    border-top: 6px solid rgba(0, 0, 0, 0.4);
    border-radius: 100%;
    height: 20px;
    width: 20px;
    -webkit-animation: rotate 0.6s infinite linear;
    animation: rotate 0.6s infinite linear;
}
@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.loading__animation--rotate-pulse {
    width: 12px;
    height: 12px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.loading__animation--rotate-pulse:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #247cb3;
    -webkit-animation: rotate-and-pulse 0.35s linear infinite;
    animation: rotate-and-pulse 0.35s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}
@-webkit-keyframes rotate-and-pulse {
    25% {
        -webkit-transform: translateY(2px) rotate(22.5deg);
        transform: translateY(2px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(4px) scale(0.8, 0.7) rotate(45deg);
        transform: translateY(4px) scale(0.8, 0.7) rotate(45deg);
    }
    75% {
        -webkit-transform: translateY(2px) rotate(67.5deg);
        transform: translateY(2px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@keyframes rotate-and-pulse {
    25% {
        -webkit-transform: translateY(2px) rotate(22.5deg);
        transform: translateY(2px) rotate(22.5deg);
    }
    50% {
        -webkit-transform: translateY(4px) scale(0.8, 0.7) rotate(45deg);
        transform: translateY(4px) scale(0.8, 0.7) rotate(45deg);
    }
    75% {
        -webkit-transform: translateY(2px) rotate(67.5deg);
        transform: translateY(2px) rotate(67.5deg);
    }
    100% {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}
@-webkit-keyframes action-required {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        background: #e7465a;
        color: #fff;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #e7465a;
        color: #fff;
    }
}
@keyframes action-required {
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
        background: #e7465a;
        color: #fff;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        background: #e7465a;
        color: #fff;
    }
}
.notification--fixed-bottom.is--hidden {
    -webkit-transform: scale(1) translateY(200px);
    -ms-transform: scale(1) translateY(200px);
    transform: scale(1) translateY(200px);
    transition: all 250ms ease-in-out;
    opacity: 0;
}
.notification--error {
    background: #e7465a;
    color: #fff;
}
.notification--error button {
    color: #fff;
}
.notification--success {
    background: #88c425;
    color: #fff;
}
.notification--success button {
    color: #fff;
}
.notification--warning {
    background: #f5aa1a;
    color: #fff;
}
.notification--warning button {
    color: #fff;
}
.notification--info {
    background: #d8d8d8;
    color: #444;
}
.notification--info button {
    color: #444;
}
.notification--default {
    background: #666;
    color: #fff;
}
.notification--default button {
    color: #fff;
}
.notification--fixed-bottom {
    width: 500px;
    height: auto;
    max-height: 300px;
    bottom: 10px;
    left: 70px;
    position: fixed;
    z-index: 55600;
    padding: 12px 12px;
    line-height: 60px;
    border-radius: 2px;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    transition: all 250ms ease-in-out;
    opacity: 1;
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.notification--fixed-bottom p {
    line-height: 1.5;
    margin: 0;
    max-width: 90%;
    font-weight: 600;
}
.notification--fixed-bottom button {
    background: none;
    font-size: 26px;
    position: absolute;
    top: 0px;
    right: 6px;
    line-height: 44px;
}
@media screen and (max-width: 768px) {
    .notification--fixed-bottom {
        width: 100%;
        height: auto;
        max-height: 260px;
        overflow: scroll;
        padding: 12px 12px;
        bottom: 0px;
        left: 0;
        border-radius: 0px;
    }
    .notification--fixed-bottom p {
        line-height: 1.5;
        font-size: 14px;
        text-align: left;
        max-width: 90%;
    }
    .notification--fixed-bottom button {
        top: -14px;
        right: 2px;
    }
}
.message--inline {
    padding: 6px;
    background: #f1f1f1;
    color: #666;
    border-radius: 1px;
}
.message--inline--warning {
    border-left: 8px solid #f5aa1a;
}
.message--inline--error {
    border-left: 8px solid #e7465a;
}
.message--inline--info {
    border-left: 8px solid #d8d8d8;
}
.message--inline--success {
    border-left: 8px solid #88c425;
}
.message--inline--default {
    border-left: 8px solid #666;
}
.message .btn--close-adv-modal {
    position: absolute;
    right: -6px;
    top: -12px;
    font-size: 32px;
}
.message.is--visible {
    bottom: 0px;
    left: 0px;
}
.message {
    position: fixed;
    background: #fff;
    border: 6px solid;
    bottom: -333px;
    left: 0px;
    width: 100%;
    max-height: 300px;
    padding: 12px;
    z-index: 55555;
}
.message--default {
    border-color: #666;
    background: #f1f1f1;
}
.message--info {
    border-color: #d8d8d8;
    background: #f1f1f1;
}
.message--warning {
    border-color: #f5aa1a;
    background: #f1f1f1;
}
.message--success {
    border-color: #88c425;
    background: #f1f1f1;
}
.message--error {
    border-color: #e7465a;
    background: #f1f1f1;
}
.message--small.is--hidden {
    display: none;
}
.message--small {
    padding: 6px;
    background: #f1f1f1;
    color: #666;
    border: none;
    border-radius: 3px;
}
.message--small--default {
    border: 1px solid #666;
}
.message--small--info {
    border: 1px solid #d8d8d8;
    color: #444;
}
.message--small--warning {
    border: 1px solid #f5aa1a;
}
.message--small--success {
    border: 1px solid #88c425;
}
.message--small--error {
    border: 1px solid #e7465a;
}
.table--data {
    font-size: 14px;
    line-height: 1.4;
}
.table th:nth-last-child(1),
.table td:nth-last-child(1) {
    text-align: right;
}
.caption--as-heading {
    border: none;
    padding-left: 0px;
}
.thead--border--top {
    border: 1px solid #e1e1e1;
}
.list--inline-block li {
    display: inline-block;
    padding: 0px 4px 0px 0px;
}
.button {
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    font-family: "Robotot", sans-serif;
    border-radius: 2px;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0);
}
.button--info {
    background: #d8d8d8;
    color: #ffffff;
}
.button--error {
    background: #e7465a;
    color: #fff;
}
.button--success {
    background: #88c425;
    color: white;
}
.button--warning {
    background: #f5aa1a;
}
.button--default {
    background: #666;
    color: white;
}
.button--white {
    background: #ffffff;
    color: #666;
}
.button--hero {
    padding: 12px 24px;
    font-size: 16px;
}
.button--normal {
    padding: 6px 12px;
    font-size: 14px;
}
.button--small {
    padding: 2px 4px;
    font-size: 12px;
}
.img--with-border {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    border: 4px solid white;
}
.icon--orcid {
    background: url("https://asset.jmir.pub/assets/static/images/Orcid-ID-Logo-Colour.png") no-repeat;
    width: 24px;
    height: 16px;
    background-size: 16px;
    background-position: center;
    display: inline-block;
    position: relative;
    top: 2px;
    text-decoration: none;
}
.icon--orcid:hover {
    border-bottom: none !important;
}
.notify-box.is--collapsed {
    overflow: hidden;
    max-height: 68px;
    transition: all 0.1s ease-in-out;
}
.notify-box.is--expanded {
    overflow: hidden;
    max-height: 8888px;
    transition: all 1s ease-in-out;
}
.notify-box.is--collapsed.default h3 {
    color: #ffffff;
}
.notify-box__content.info h3 {
    color: #4e4e4e;
}
.notify-box__content.error h3 {
    background: #ffffff;
}
.notify-box__content.default h3 {
    color: #ffffff;
}
.notify-box__content.success h3 {
    color: #ffffff;
}
.notify-box__content.warning h3 {
    color: #ffffff;
}
.notify-box__content.white h3 {
    color: #4e4e4e;
}
.notify-box:last-of-type {
    margin-bottom: 0px;
}
.notify-box {
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    border-radius: 2px;
    position: relative;
}
.notify-box p,
.notify-box label,
.notify-box li,
.notify-box dt,
.notify-box dd {
    color: #4a4a4a;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
}
.notify-box label {
    margin-bottom: 4px;
    font-size: 16px;
}
.notify-box li:last-child {
    margin-bottom: 0px;
}
.notify-box--info {
    background: #d8d8d8;
}
.notify-box--error {
    background: #e7465a;
}
.notify-box--success {
    background: #88c425;
}
.notify-box--warning {
    background: #f5aa1a;
}
.notify-box--default {
    background: #666;
    color: white;
}
.notify-box--white {
    background: #ffffff;
    color: #666;
}
.notify-box .button--info {
    background: #d8d8d8;
    background: #a5a5a5;
}
.notify-box .button--error {
    background: #e7465a;
}
.notify-box .button--success {
    background: #88c425;
}
.notify-box .button--warning {
    background: #f5aa1a;
    background: #f9ce7c;
    color: #666666;
}
.notify-box .button--default {
    background: #666;
}
.notify-box .button--white {
    background: #ffffff;
}
.notify-box__content {
    padding: 24px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    border-radius: 2px;
    background: white;
    transition: all 1s ease-in-out;
}
.notify-box__content h3 {
    position: relative;
    padding-bottom: 12px;
    width: 80%;
    font-size: 18px;
}
.notify-box__content h3 span {
    margin-right: 6px;
    font-size: 24px;
}
.notify-box__btn {
    position: absolute;
    transition: all 0.4s ease-in-out;
}
.notify-box__btn.expand {
    top: 20px;
    right: 20px;
    transition: all 0.2s ease-in-out;
}
.notify-box__btn.expand span:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}
.notify-box__btn.collapse {
    top: 24px;
    right: 24px;
    transition: all 0.2s ease-in-out;
    border-bottom-right-radius: 0px;
}
.notify-box__btn.collapse span:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.4s ease-in-out;
    font-size: 18px;
}
.notify-box__content.is--collapsed {
    box-shadow: 0px 1px 2px 0px transparent;
    transition: all 0.4s ease-in;
}
.notify-box__content.is--collapsed h3 {
    width: 80%;
    top: -24px !important;
    transition: all 0.2s ease-in-out;
}
.notify-box__content.is--collapsed.default {
    background: #666;
}
.notify-box__content.is--collapsed.info {
    background: #d8d8d8;
}
.notify-box__content.is--collapsed.success {
    background: #88c425;
}
.notify-box__content.is--collapsed.error {
    background: #e7465a;
}
.notify-box__content.is--collapsed.warning {
    background: #f5aa1a;
}
.notify-box__content.is--collapsed.white {
    background: #ffffff;
}
.notify-box__content.is--expanded.white {
    background: #f1f1f1;
    box-shadow: 0px 1px 2px 0px transparent;
}
.notify-box__content.is--expanded {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.33);
    transition: all 0.6s ease-in-out;
}
.notify-box__content.is--expanded h3 {
    width: 80%;
    color: #4a4a4a;
    top: 0px;
    transition: all 0.2s ease-in-out;
}
.input__info {
    font-size: 14px !important;
    font-style: italic;
}
.text--italics {
    font-size: 14px !important;
    line-height: 1.3;
    font-style: italic;
}
.form fieldset {
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 1px;
    padding: 24px;
    margin-bottom: 12px;
}
.form input[type="text"],
.form input[type="email"] {
    font-size: 16px;
    font-style: italics;
    color: #888888;
    padding: 0px 6px;
}
.form ::-webkit-input-placeholder {
    font-style: italics;
}
.form :-moz-placeholder {
    font-style: italics;
}
.form ::-moz-placeholder {
    font-style: italics;
}
.form :-ms-input-placeholder {
    font-style: italics;
}
#step--1.is--hidden,
#step--1__nav.is--hidden,
#step--2__nav.is--hidden,
#step--3__nav.is--hidden,
.js--btn-submit.is--hidden {
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}
#step--1__nav.is--hidden,
#step--1.is--hidden {
    max-height: 0px;
}
#step--2.is--hidden,
#step--3.is--hidden {
    max-height: 0px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: opacity 250ms ease-in-out;
}
#step--2,
#step--3 {
    max-height: 999999px;
    opacity: 1;
    transition: opacity 250ms ease-in-out;
}
.js--btn-submit,
#step--1,
#step--2__nav,
#step--3__nav {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: opacity 250ms ease-in-out;
}
#review--pre-accept.is--hidden,
#review--decided.is--hidden {
    max-height: 0px;
    overflow: hidden;
    transition: all 250ms ease-in-out;
    padding: 0;
    border: none;
}
#review--pre-accept,
#review--decided {
    max-height: 3000px;
    transition: all 250ms ease-in-out;
}
#review__article.is--hidden {
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    box-shadow: none;
}
#review__article {
    max-height: 8888px;
}
.js--interest.is--hidden {
    display: none;
}
.validateOrcid.is--hidden {
    display: none;
}
.deactive {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #ddd;
    opacity: 0.75;
}
.breadcrumb--big__list li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    background: #999;
    padding: 4px 8px;
    color: #f1f1f1;
    border-radius: 2px;
}
.breadcrumb--big__list li a {
    color: #fff;
}
.breadcrumb--big__list .current {
    background: #247cb3;
}
.message--small .box--white {
    margin: 0 auto;
}
.crumbs {
    padding: 12px 0px;
}
.breadcrumb-visual {
    display: inline-block;
    background: none;
    border-radius: 2px;
}
.breadcrumb-visual__item.active {
    background: #247cb3;
    color: #fff;
}
.breadcrumb-visual__item.active::after {
    border-color: transparent transparent transparent #247cb3;
}
.breadcrumb-visual__item.previous {
    background: #2A5B7E;
    color: #fff;
}
.breadcrumb-visual__item.previous::after {
    border-color: transparent transparent transparent #2A5B7E;
}
.breadcrumb-visual__item {
    background: #757575;
    color: #ffffff;
    display: inline-block;
    padding: 2px 4px;
    padding-left: 32px;
    padding-right: 12px;
    border-radius: 2px;
    position: relative;
    font-size: 14px;
}
.breadcrumb-visual__item::after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 100%;
    margin-left: -1px;
    border-style: solid;
    border-width: 14px 0 14px 20px;
    border-color: transparent transparent transparent #757575;
    z-index: 1;
}
.breadcrumb-visual__item::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    right: -24px;
    border-style: solid;
    border-width: 14px 0 14px 21px;
    border-color: transparent transparent transparent #fff;
    z-index: 1;
}
.breadcrumb-visual__item:first-child {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.profile__item {
    height: 34px;
    position: relative;
    margin-bottom: 4px;
}
.profile__item label {
    position: relative;
    top: -20px;
    transition: all 300ms ease;
    left: 4px;
    font-size: 10px;
    display: inline;
    font-weight: 800;
    color: #888;
}
.profile__item label.is--edit {
    left: 30px;
    transition: all 300ms ease;
}
.profile__item input {
    width: 95%;
    border: none;
    transition: all 0.25s ease;
    outline: none;
    position: absolute;
    left: 18px;
    top: -14px;
    background: none;
    font-weight: 600;
    color: #666;
    font-size: 12px;
    height: 34px;
    padding: 16px 6px 6px 6px;
}
.profile__item input.is--edit,
.profile__item textarea.is--edit {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    text-indent: 5px;
    transition: all 0.25s ease;
    box-shadow: inset 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.profile__item button.big {
    font-size: 24px;
    left: -16px;
}
.profile__item button {
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
    color: #999999;
    position: absolute;
    top: -8px;
    left: -7px;
    color: #247cb3;
}
.profile__item button.is--hidden {
    opacity: 0;
    left: -48px;
    transition: all 300ms ease;
}
.profile__item button.is--visible {
    opacity: 1;
    transition: all 300ms ease;
}
.profile__item span {
    position: absolute;
    top: -22px;
    right: 0px;
    color: greenyellow;
}
.profile__item.textarea {
    position: relative;
    margin-bottom: 4px;
    height: auto;
}
.profile__item.textarea textarea {
    border: none;
    height: initial;
    resize: none;
    font-size: 18px;
    line-height: 1.5;
    padding: 24px;
}
.profile__item.textarea textarea.is--edit {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    transition: all 0.25s ease;
    box-shadow: inset 1px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.profile__item.textarea button.big {
    font-size: 24px;
    left: -16px;
}
.profile__item.textarea button {
    width: 34px;
    height: 34px;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    border-radius: 2px;
    color: #999999;
    position: absolute;
    top: -1px;
    left: 0px;
    color: #247cb3;
}
.profile__item.textarea button.is--hidden {
    opacity: 0;
    left: -48px;
    transition: all 300ms ease;
}
.profile__item.textarea button.is--visible {
    opacity: 1;
    transition: all 300ms ease;
}
.profile__item.textarea span {
    position: absolute;
    top: -22px;
    right: 0px;
    color: greenyellow;
}
.cd-faq::after,
.cd-faq::before {
    box-sizing: border-box;
}
.cd-faq::after,
.cd-faq::before {
    content: "";
}
body::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(78, 83, 89, 0.8);
    visibility: hidden;
    opacity: 0;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0.3s;
}
body.cd-overlay::after {
    visibility: visible;
    opacity: 1;
    transition:
        opacity 0.3s 0s,
        visibility 0s 0s;
}
@media only screen and (min-width: 768px) {
    body::after {
        display: none;
    }
}
a {
    color: #247cb3;
}
.cd-faq {
    width: 90%;
    max-width: 1024px;
    margin: 2em auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.cd-faq:after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (min-width: 768px) {
    .cd-faq {
        position: relative;
        margin: 4em auto;
        box-shadow: none;
    }
}
.cd-faq-categories a {
    position: relative;
    display: block;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    padding: 0 28px 0 16px;
    background-color: #4e5359;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #555b61;
    text-overflow: ellipsis;
}
.cd-faq-categories a::before,
.cd-faq-categories a::after {
    position: absolute;
    top: 50%;
    right: 16px;
    display: inline-block;
    height: 1px;
    width: 10px;
    background-color: #7f868e;
}
.cd-faq-categories a::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.cd-faq-categories li:last-child a {
    border-bottom: none;
}
@media only screen and (min-width: 768px) {
    .cd-faq-categories {
        width: 20%;
        float: left;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    }
    .cd-faq-categories a {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 600;
        padding-left: 24px;
        padding: 0 24px;
        transition:
            background 0.2s,
            padding 0.2s;
    }
    .cd-faq-categories a::before,
    .cd-faq-categories a::after {
        display: none;
    }
    .no-touch .cd-faq-categories a:hover {
        background: #555b61;
    }
    .no-js .cd-faq-categories {
        width: 100%;
        margin-bottom: 2em;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-faq-categories {
        position: absolute;
        top: 0;
        left: 0;
        width: 200px;
        z-index: 2;
    }
    .cd-faq-categories a::before {
        display: block;
        top: 0;
        right: auto;
        left: 0;
        height: 100%;
        width: 3px;
        background-color: #247cb3;
        opacity: 0;
        transition: opacity 0.2s;
    }
    .cd-faq-categories .selected {
        background: #42464b !important;
    }
    .cd-faq-categories .selected::before {
        opacity: 1;
    }
    .cd-faq-categories.is-fixed {
        position: fixed;
    }
    .no-js .cd-faq-categories {
        position: relative;
    }
}
.cd-faq-items {
    position: fixed;
    height: 100%;
    width: 90%;
    top: 0;
    right: 0;
    background: #ffffff;
    padding: 0 5% 1em;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 5555;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0) translateX(100%);
    -ms-transform: translateZ(0) translateX(100%);
    transform: translateZ(0) translateX(100%);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.cd-faq-items.slide-in {
    -webkit-transform: translateZ(0) translateX(0%);
    -ms-transform: translateZ(0) translateX(0%);
    transform: translateZ(0) translateX(0%);
}
.no-js .cd-faq-items {
    position: static;
    height: auto;
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
@media only screen and (min-width: 768px) {
    .cd-faq-items {
        position: static;
        height: auto;
        width: 78%;
        float: right;
        overflow: visible;
        -webkit-transform: translateZ(0) translateX(0);
        -ms-transform: translateZ(0) translateX(0);
        transform: translateZ(0) translateX(0);
        padding: 0;
        background: transparent;
    }
}
@media only screen and (min-width: 1024px) {
    .cd-faq-items {
        float: none;
        width: 100%;
        padding-left: 220px;
    }
    .no-js .cd-faq-items {
        padding-left: 0;
    }
}
.cd-close-panel {
    position: fixed;
    top: 5px;
    right: -100%;
    display: block;
    padding: 2px 4px;
    white-space: nowrap;
    z-index: 5556;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: right 0.4s;
    color: #999;
    border: 1px solid #999;
    border-radius: 2px;
}
.cd-close-panel::before,
.cd-close-panel::after {
    position: absolute;
    top: 16px;
    left: 12px;
    display: inline-block;
    height: 3px;
    width: 18px;
    background: #6c7d8e;
}
.cd-close-panel::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-close-panel::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.cd-close-panel.move-left {
    right: 2%;
}
@media only screen and (min-width: 768px) {
    .cd-close-panel {
        display: none;
    }
}
.cd-faq-group {
    display: none;
}
.cd-faq-group.selected {
    display: block;
}
.cd-faq-group .cd-faq-title {
    background: transparent;
    box-shadow: none;
    margin: 1em 0;
}
.no-touch .cd-faq-group .cd-faq-title:hover {
    box-shadow: none;
}
.cd-faq-group .cd-faq-title h2 {
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    color: #bbbbc7;
}
.no-js .cd-faq-group {
    display: block;
}
@media only screen and (min-width: 768px) {
    .cd-faq-group {
        display: block;
    }
    .cd-faq-group > li {
        background: #ffffff;
        margin-bottom: 6px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
        transition: box-shadow 0.2s;
    }
    .no-touch .cd-faq-group > li:hover {
        box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
    }
    .cd-faq-group .cd-faq-title {
        margin: 2em 0 1em;
    }
    .cd-faq-group:first-child .cd-faq-title {
        margin-top: 0;
    }
}
.cd-faq-trigger {
    position: relative;
    display: block;
    margin: 1.6em 0 0.4em;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .cd-faq-trigger {
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: 300;
        margin: 0;
        padding: 24px 72px 24px 24px;
    }
    .cd-faq-trigger::before,
    .cd-faq-trigger::after {
        position: absolute;
        right: 24px;
        top: 50%;
        height: 2px;
        width: 13px;
        background: #247cb3;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-duration: 0.2s;
    }
    .cd-faq-trigger::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 32px;
    }
    .cd-faq-trigger::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::before {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .content-visible .cd-faq-trigger::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}
.cd-faq-content p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #6c7d8e;
}
@media only screen and (min-width: 768px) {
    .cd-faq-content {
        display: none;
        padding: 0 24px 30px;
    }
    .cd-faq-content p {
        line-height: 1.6;
    }
    .no-js .cd-faq-content {
        display: block;
    }
}
.icon--expand {
    position: absolute;
    right: 24px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 200ms ease-in-out;
}
.icon--expand.is--expanded {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 200ms ease-in-out;
}
.fa {
    font-style: normal !important;
}
.nav--article {
    position: fixed;
    left: 0px;
    top: 188px;
}
@media screen and (max-width: 600px) {
    .nav--article {
        top: initial;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }
}
.nav--article__list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.nav--article__item {
    display: inline-block;
    margin: 0;
    width: 20%;
}
@media screen and (min-width: 601px) {
    .nav--article__item {
        display: block;
    }
}
.nav--article__button {
    width: 100%;
    height: 44px;
    border: none;
    border-radius: 0px;
    font-size: 24px;
    transition: all 100ms ease;
}
@media screen and (min-width: 600px) {
    .nav--article__button {
        width: 44px;
    }
}
.nav--article__button:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.nav--article__button.sections {
    background: #e1e1e1;
    color: #666;
}
.nav--article__button.sections:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.nav--article__button.citation {
    background: #e1e1e1;
    color: #666;
}
.nav--article__button.citation:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.nav--article__button.metadata {
    background: #e1e1e1;
    color: #666;
}
.nav--article__button.metadata:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.nav--article__button.download {
    background: #e1e1e1;
    color: #666;
}
.nav--article__button.download:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.nav--article__button.share {
    background: #e1e1e1;
    color: #666;
}
.nav--article__button.share:hover {
    background: #247cb3;
    color: white;
    transition: all 100ms ease;
}
.article {
    width: 94%;
    width: 100%;
    margin: 0 auto;
}
.article__text {
    font-family: "Arimo", sans-serif;
    color: #404040;
    line-height: 1.5;
    font-size: 18px;
}
.main-color {
    color: #596890;
}
