:root {
  --col_accordian_chevron: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23de4d4f'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* card base */
#papers-1 .accordion-body { padding: 0; }
.papers .rows { border-top: 1px #eee solid; padding: 1rem; position: relative; }
.papers .rows:nth-child(1) { }
.papers .rows h6 { font-size: 1rem; font-weight: 600; color: #333; margin-top: 1rem; width: 75%; }
.papers .rows h8 { font-size: 0.86rem; line-height: normal; font-weight: 600; margin-bottom: 0.4rem; margin-top: 1rem; position: absolute; right: 1rem; }
.papers .rows .org { width: 70px; padding-top: 0.5rem; padding-bottom: 0.4rem; border-width: 0; border-style: dotted; border-radius: 1rem; text-align: center; }
.papers .rows .cisse { color: #fff; background: rgb(222 77 79 / 100%); border-color: #de4d4f; }
.papers .rows .ccerp { color: #000; background: rgb(255 198 41 / 100%); border-color: #ffc629; }
.papers .authors { font-size: 0.76rem; margin-top: 0.2rem; margin-bottom: 0.8rem; }
.papers .authors a { text-decoration: underline; color: inherit; font-weight: 400 !important; }
.papers .authors a:hover { text-decoration: underline; }
.papers .time { font-size: 0.76rem; line-height: normal; font-weight: 600; margin-top: 0.5rem; }
.papers .abstract { font-size: 0.8rem; line-height: 1.4rem; }
.papers .cta { margin-bottom: 1rem; }
@media only screen and (max-width: 429px) {
}
/* accordion base */
.accordion {  }
.accordion-item { border: unset; }
.accordion-body { padding: 1rem 0.8rem; }
.accordion-button { color: #555555; font-size: 0.86rem; font-weight: 900; line-height: 1.4rem; background: #fafafa; border-bottom: 1px solid #eeeeee; }
.accordion-button:not(.collapsed) { color: #555555; background: transparent; box-shadow: none; }
.accordion-button:not(.collapsed)::after { background-image: var(--col_accordian_chevron); }
.accordion-button::after { background-image: var(--col_accordian_chevron); }
.volunteers .rows { border-style: dotted !important; }
/* modal */
.modal-header h1 { margin-top: 0; font-weight: 600; }
.modal-body h4 { font-weight: 600; }
.modal-body h5 { font-size: 1rem; margin-top: 1rem; }
.modal-body h6 { font-size: 0.76rem; line-height: 1rem; font-weight: 600; letter-spacing: 0.1rem; text-transform: uppercase; margin-bottom: 1.5rem; }
.modal-body p, .modal-body li { font-size: 0.90rem; color: #000; }
.modal-body { padding: 0; }
.modal-body .card-body { padding: 1.5rem; }
.modal-body .card-body img { max-width: 200px; margin-bottom: 1.5rem; border-radius: 10%; }
.modal-body .card-body i { color: #000 !important; }
.modal-body .card-body .profile { padding: 0; margin-bottom: 1.5rem; }
.modal-body .card-body .profile li { display: inline; margin-right: 0.5rem; font-size: 0.86rem; font-weight: 600; white-space: nowrap; }
.modal-body .card-body .details li { display: block; }
.modal-body .card-body .profile a { color: #de4d4f; text-decoration: none; }
.modal-body .card-body .profile a:hover { color: inherit; text-decoration: none; }
.modal-body .card-body .fa-ul { margin-left: 1.2rem !important; }
.modal-body .card-body .fa-li { top: -2px !important; }
.modal-body .card-body .details .fa-li { top: 0 !important; }
.modal-body .card-title { font-weight: 700; font-size: 1.1rem; margin-top: 0; }
.modal-body .card-text { font-size: 0.90rem; }
.modal-body .card-text .keywords { text-transform: lowercase; font-size: 0.76rem; }
.modal-body .card-text .keywords span { font-weight: 600; }
.modal-footer .btn { font-weight: 500; font-size: 0.90rem; padding: 0.5rem 0.8rem; }
/* volunteers */
.volunteers { display: flex; flex-wrap: wrap; }
.volunteers .rows { width: 23%; border: 1px #eee solid; border-width: 0 0 1px 0; padding: 0 0 1rem 0; margin: 0.5rem; display: flex; flex-direction: column; align-content: flex-start; justify-content: center; }
.volunteers .rows h6 { font-size: 0.9rem; line-height: normal; font-weight: 500; color: #333; margin-bottom: 0.4rem; }
.volunteers .rows .org { font-size: 0.8rem; line-height: auto; margin: 0; opacity: 0.9; }
@media only screen and (max-width: 1199px) {
.volunteers .rows { width: 30%; }
}
@media only screen and (max-width: 767px) {
.volunteers .rows { width: 46%; }
}
@media only screen and (max-width: 590px) {
.volunteers .rows { width: 100%; }
}
