/* -------------------------------------------- */
/* Brain Simulation Section */
/* Version: 25 */
/* -------------------------------------------- */
/* Created by @twotribes, Germany */
/* -------------------------------------------- */
/* StyleSheet Scope: ACTORS */
/* !-------------------------------------------- */

/* !-------------------------------------------- */
/* !ACTOR: Global navigation */
/* Expressions: (default = intro), inside */
/* !-------------------------------------------- */

/* --- Container layout */
#actor_navigation .cell {
    float: left;
    margin-top: 28px;
    text-transform: uppercase;
}

#actor_navigation .nav-main:after {
    content: "";
    display: block;
    clear: both;
}

/* --- Logo + homelink */
#actor_navigation .main-logo {
    width: 234px;
    height: 135px;
    margin-right: 24px;
}

#actor_navigation.expression-inside .main-logo {
    height: 57px;
    transition: transform ease 0.2s;
}

#actor_navigation.expression-inside .main-logo:hover {
    transform: scale(1.2);
    transition: transform ease 0.2s;
}

#actor_navigation .main-logo h1 {
    width: 100%;
    height: 100%;
}

#actor_navigation .main-logo .menu-action {
    background: transparent url("./img/logo_bsi.svg") 44px 0 no-repeat;
    text-indent: -1000em;
    overflow: hidden;
}

/* --- Main sections */
#actor_navigation .main-section {
    background: transparent center top no-repeat;
}

#actor_navigation.expression-inside .main-section {
    background-size: 34px;
}

/* Icons */
#actor_navigation .main-section.section-research {
    background-image: url("./img/iconsprite_menu_research.svg");
}
#actor_navigation .main-section.section-team {
    background-image: url("./img/iconsprite_menu_team.svg");
    margin-right: 20px;
}
#actor_navigation .main-section.section-news {
    background-image: url("./img/iconsprite_menu_news.svg");
}
#actor_navigation .main-section.section-events {
    background-image: url("./img/iconsprite_menu_events.svg");
}

#actor_navigation .main-section:hover, 
#actor_navigation .main-section.item-active {
    background-position: center -156px;
}

#actor_navigation.expression-inside .main-section:hover, 
#actor_navigation.expression-inside .main-section.item-active {
    background-position: center -93px;
}

/* Label & Link */
#actor_navigation .main-section .menu-action {
    padding: 78px 20px 0 20px;
}

#actor_navigation.expression-inside .main-section .menu-action {
    padding-top: 43px;
}

/* --- Jobs highlight */
#actor_navigation .main-jobs {
    padding: 0 60px 0 60px;
    position: relative;
}

#actor_navigation .main-jobs .jobs-sample {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 10px;
    width: auto;
    height: 57px;
    transform: translateX(-50%);
    white-space: nowrap;
}

#actor_navigation .main-jobs .jobs-sample .molecule {
    display: inline-block;
    position: relative;
    width: 57px;
    height: 57px;
    margin-left: -25px;
    border-radius: 50%;
    overflow: hidden;
}

#actor_navigation .main-jobs .jobs-sample .molecule:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("./img/back_vignette.svg") center no-repeat;
    background-size: 100%;
    opacity: 0.7;
}

#actor_navigation .main-jobs .jobs-sample .molecule:nth-child(2n):before {
    transform: rotateZ(30deg);
}

#actor_navigation .main-jobs .jobs-sample .molecule:nth-child(3n):before {
    transform: rotateZ(60deg);
}

#actor_navigation .main-jobs .jobs-sample .molecule:nth-child(5n):before {
    transform: rotateZ(120deg);
}

#actor_navigation .main-jobs .jobs-sample .molecule img {
    display: inline-block;
    width: 100%;
}

#actor_navigation .main-jobs .menu-action {
    padding-top: 78px;
    font-weight: 800;
}

/* Reduced version for inside pages */
#actor_navigation.expression-inside .main-jobs {
    background: transparent url("./img/back_jobs_highlight.svg") center top no-repeat;
    height: 34px;
}

#actor_navigation.expression-inside .main-jobs .menu-action {
    padding-top: 10px;
}

#actor_navigation.expression-inside .main-jobs .menu-action:hover {
    color: #fff;
}

/* --- External Twitter link */
#actor_navigation .main-external {
    background: transparent url("./img/iconsprite_menu_external.svg") center top no-repeat;
}

#actor_navigation .main-external:hover {
    background-position: center -156px;
}

#actor_navigation.expression-inside .main-external {
    background-size: 34px;
}

#actor_navigation.expression-inside .main-external:hover {
    background-position: center -93px;
}

#actor_navigation .main-external .menu-action {
    padding-top: 78px;
}

#actor_navigation .main-external .menu-action {
    padding-top: 43px;
    color: transparent;
}

/* !-------------------------------------------- */
/* !ACTOR: Subnavigation */
/* !-------------------------------------------- */

/* --- Sections */
/* Background */
#actor_subnavigation .subnav-section {
    text-transform: uppercase;
    margin-bottom: 5px;
    background: rgba(153,195,194,0.7) url("./img/back_subnav.svg") center 0 no-repeat;
    border-radius: 20px 0 0 20px;
    position: relative;
    transition: background-color ease 0.2s;
}

#actor_subnavigation .subnav-section:nth-of-type(1) {
    background-position: center -110px;
}
#actor_subnavigation .subnav-section:nth-of-type(2) {
    background-position: center -147px;
}
#actor_subnavigation .subnav-section:nth-of-type(3) {
    background-position: center -187px;
}
#actor_subnavigation .subnav-section:nth-of-type(4) {
    background-position: center -227px;
}
#actor_subnavigation .subnav-section:nth-of-type(5) {
    background-position: center -267px;
}

#actor_subnavigation .subnav-section:hover,
#actor_subnavigation .subnav-section.item-active {
    background-color: rgba(243,159,166,0.7);
    transition: background-color ease 0.2s;
}

/* Action buttons */
#actor_subnavigation .subnav-section .menu-action {
    padding: 10px 0 10px 44px;
}

#actor_subnavigation .subnav-section .menu-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 16px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-top: -5px;
    background: #fff;
}

#actor_subnavigation .subnav-section.item-active .menu-action:before {
    left: 13px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
}

/* --- Section detail links */
/* Show/hide list of links for active subsection */
#actor_subnavigation .section-detail {
    margin: 5px 0 5px 0;
    display: none;
}

#actor_subnavigation .section-detail.item-active {
    display: block;
}

/* Link entry */
#actor_subnavigation .detail-section {
    font-size: 14px;
    position: relative;
}

#actor_subnavigation .detail-section .link-action {
    padding: 5px 0 5px 44px;
    display: block;
}

/* Simple dot symbols */
#actor_subnavigation .detail-simple .detail-section .link-action:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 16px;
    height: 9px;
    width: 9px;
    border-radius: 50%;
    border: 2px solid #8fd6d9;
    transition: border-color ease 0.2s;
}

#actor_subnavigation .detail-simple .detail-section .link-action:hover:before, 
#actor_subnavigation .detail-simple .detail-section .link-action.item-active:before {
    border-color: #c51718;
    transition: border-color ease 0.2s;
}

/* Entry counters */
#actor_subnavigation .detail-counters .detail-section .link-action .detail-count {
    position: absolute;
    top: 2px;
    left: 8px;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: rgba(115,195,196,0.6);
    color: #fff;
    text-align: center;
    font-size: 11px;
    line-height: 24px;
    font-weight: 800;
    transition: background-color ease 0.2s;
}

#actor_subnavigation .detail-counters .detail-section .link-action:hover .detail-count, 
#actor_subnavigation .detail-counters .detail-section .link-action.item-active .detail-count {
    background: rgba(236,95,106,0.6);
    transition: background-color ease 0.2s;
}


/* !-------------------------------------------- */
/* !ACTOR: Homepage introduction */
/* !-------------------------------------------- */

/* --- Hero image with headline */
#actor_home_intro .intro-hero {
    position: relative;
    width: 700px;
/*     height: 415px; */
    background: #eee;
    border-radius: 0 15px 15px 0;
}

/* Headline */
#actor_home_intro .intro-hero h2 {
    position: absolute;
    left: 278px;
    bottom: 5px;
    right: 20px;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    padding: 3px 3px 6px 8px;
    background: rgba(0,105,104,0.8);
    border-radius: 8px 8px 0 0;
}

/* Featured image */
#actor_home_intro .intro-hero .hero-image {
    width: 100%;
    border-radius: 0 15px 15px 0;
    overflow: hidden;
}

#actor_home_intro .intro-hero .hero-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    border-radius: 0 15px 0 0;
    background: linear-gradient(rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);
}

#actor_home_intro .intro-hero .hero-image img {
    display: block;
    width: 100%;
}

/* Link to visualization */
#actor_home_intro .intro-hero .hero-link {
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 11px;
    font-weight: 800;
    line-height: 28px;
    color: #fff;
    text-transform: uppercase;
    padding-right: 40px;
}

#actor_home_intro .intro-hero .hero-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8) url("./img/icon_zoom.svg") center no-repeat;
    transition: transform ease 0.2s;
}

#actor_home_intro .intro-hero.hero-video .hero-link:before {
    background-image: url("./img/icon_play.svg");
}

#actor_home_intro .intro-hero .hero-link:hover:before {
    transform: scale(1.5);
    transition: transform ease 0.2s;
}

/* --- Sidekick image with affiliation */
#actor_home_intro .intro-sidekick {
    position: absolute;
    left: 45px;
    width: 150px;
    bottom: 270px;
}

#actor_home_intro .intro-sidekick .sidekick-image {
    height: 300px;
    margin-bottom: 20px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 0 10px #000;
}

#actor_home_intro .intro-sidekick .sidekick-image img {
    display: block;
    width: 100%;
}

#actor_home_intro .intro-sidekick .sidekick-affiliation {
    text-align: center;
    color: #006968;
    font-size: 11px;
    font-weight: 700;
}

#actor_home_intro .intro-sidekick .sidekick-affiliation .link-action {
    display: block;
    padding-bottom: 70px;
    background: transparent url("./img/logo_charite.svg") center bottom no-repeat;
    background-size: 100%;
}

#actor_home_intro .intro-sidekick .sidekick-affiliation2 {
    margin-top: 20px;
    height: 40px;
    overflow: hidden;
    text-indent: -1000em;
    background: transparent url("./img/logo_bih_2021.svg") center top no-repeat;
    background-size: 100%;
}

#actor_home_intro .intro-sidekick .sidekick-affiliation2 .link-action {
    display: block;
    width: 100%;
    height: 100%;
}

/* --- Intro text */
#actor_home_intro .intro-text {
    position: relative;
    top: -5px;
    border-top: 9px solid rgba(197,23,24,0.5);
    padding-top: 20px;
    margin-left: 278px;
    margin-right: 20px;
    font-size: 14px;
}

/* !-------------------------------------------- */
/* !ACTOR: Homepage lists */
/* !-------------------------------------------- */

/* --- List container */
#actor_home_list .list-group {
    margin-bottom: 30px;
}

#actor_home_list .list-group .header-title {
    font-size: 18px;
}

#actor_home_list .list-group .header-action {
    font-weight: 800;
}

/* --- List entry */
#actor_home_list .list-group .cell {
    margin-bottom: 20px;
    padding-left: 20px;
    font-size: 14px;
}

#actor_home_list .list-group .cell-sidekick {
    padding-left: 100px;
    position: relative;
}

#actor_home_list .list-group .list-title {
    font-style: italic;
}

/* Blogposts & events */
#actor_home_list .group-blog .list-title, 
#actor_home_list .group-events .list-title {
    margin-bottom: 5px;
}

#actor_home_list .group-blog .list-date, 
#actor_home_list .group-events .list-loc {
    font-weight: 700;
    float: left;
    display: inline;
}

#actor_home_list .group-blog .list-date:after, 
#actor_home_list .group-events .list-loc:after {
    content: ": ";
    padding-right: 0.3em;
}

/* Production-only fix */
#actor_home_list .group-blog .list-date:after {
    margin-left: -0.25em;
}

#actor_home_list .group-blog .cell-sidekick {
    min-height: 70px;
}

#actor_home_list .group-events .cell-sidekick {
    min-height: 80px;
}

/* --- Vignettes & dates */
#actor_home_list .list-group .list-vignette {
    position: absolute;
    left: 20px;
    top: 6px;
    height: 64px;
    width: 64px;
    background: #eee;
    border: 2px solid rgba(0,105,104,0.5);
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
}

#actor_home_list .list-group .list-vignette img {
    display: inline-block;
    height: 100%;
}

#actor_home_list .list-group .substance-timestamp {
    position: absolute;
    left: 20px;
    top: 0;
}

/* !-------------------------------------------- */
/* !ACTOR: Research text */
/* !Expressions: (default)/-brain, -diagnosis, -fun, -tvb, -understanding */
/* !-------------------------------------------- */

/* --- Header graphics */
#actor_research .substance-header {
    background: transparent url("./img/back_header_research_simulation.jpg") center no-repeat;
    background-size: cover;
}

#actor_research.expression-diagnosis .substance-header {
    background-image: url("./img/back_header_research_diagnosing_4659.jpg");
}

#actor_research.expression-fun .substance-header {
    background-image: url("./img/back_header_research_fun_2138.jpg");
}

#actor_research.expression-tvb .substance-header {
    background-image: url("./img/back_header_research_tvb_8269.jpg");
}

#actor_research.expression-understanding .substance-header {
    background-image: url("./img/back_header_research_understand.jpg");
}

/* --- Text */
#actor_research > .substance-richtext {
    padding: 0 130px 0 254px;
}

#actor_research > .substance-richtext .substance-image.image-sidekick {
    left: -224px;
    width: 170px;
}

/* --- TVB Infobox */
#actor_research .research-infobox {
    margin: 30px 20px 30px 20px;
    background: #E3EFEE;
    border-radius: 12px;
    padding: 20px;
}

#actor_research.expression-tvb .research-infobox {
    background: #E3EFEE url("./img/back_tvb_grid.svg") center center no-repeat;
    background-color: rgba(213,205,192,0.6);
    background-size: 150%;
    font-size: 13px;
}

#actor_research.expression-tvb .research-infobox:after {
    content: "";
    display: block;
    clear: left;
}

#actor_research.expression-tvb .research-infobox .tvb-logo {
    float: left;
    width: 170px;
    height: 170px;
    margin-right: 44px;
    background: transparent url("./img/logo_tvb.svg") center top no-repeat;
    background-size: contain;
    text-indent: -1000em;
    overflow: hidden;
}

#actor_research.expression-tvb .research-infobox .substance-richtext *:last-child {
    margin-bottom: 0;
}

#actor_research.expression-tvb .research-infobox .tvb-web {
    float: left;
    width: 190px;
    margin-right: 44px;
}

#actor_research.expression-tvb .research-infobox .tvb-event {
    float: left;
    width: 180px;
    margin-right: 44px;
}

#actor_research.expression-tvb .research-infobox .tvb-video {
    float: left;
    width: 180px;
}

/* !-------------------------------------------- */
/* !ACTOR: Publications */
/* !-------------------------------------------- */

/* --- Header */
#actor_publications .substance-header {
    background: transparent url("./img/back_header_research_publications_2973.jpg") center no-repeat;
    background-size: cover;
}

#actor_publications .substance-header .header-helper {
    position: absolute;
    width: 210px;
    height: 140px;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: transparent url("./img/logo_ncbi.svg") center 35px no-repeat;
}

#actor_publications .substance-header .header-action {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("./img/back_vignette.svg") center 30px no-repeat;
    background-size: 67px;
    padding: 105px 10px 0 10px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: background-size ease 0.2s, background-position ease 0.2s;
}

#actor_publications .substance-header .header-action:hover {
    background-size: 80px;
    background-position: center 22px;
    transition: background-size ease 0.2s, background-position ease 0.2s;
}

/* --- Item container */
#actor_publications .pub-item {
    margin: 0 24px 40px 0;
    position: relative;
}

/* --- Title + description */
#actor_publications .pub-title {
    font-size: 20px;
    padding: 0 0 8px 254px;
    border-bottom: 1px solid #f39fa6;
    margin-bottom: 10px;
}

#actor_publications .pub-author {
    padding-left: 254px;
    margin-bottom: 10px;
}

#actor_publications .pub-doi {
    padding-left: 254px;
}

#actor_publications .pub-doi .link-action {
    font-weight: 300;
}

/* --- Sidebox with date + journal */
#actor_publications .pub-sidebox {
    height: 1px;
}

#actor_publications .pub-sidebox .substance-timestamp {
    position: relative;
    top: -45px;
    margin-left: 50px;
    display: inline-block;
}

#actor_publications .pub-sidebox .pub-journal {
    position: relative;
    top: -34px;
    color: #444;
    width: 210px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-weight: 700;
}

/* !-------------------------------------------- */
/* !ACTOR: Publications */
/* !-------------------------------------------- */

/* --- Header */
#actor_funding .substance-header {
    background: transparent url("./img/back_header_research_funding_6581.jpg") center no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

/* --- Item container */
#actor_funding .funding-item {
    font-size: 14px;
    font-weight: 300;
    margin: 0 24px 60px 0;
    min-height: 170px;
    position: relative;
}

/* --- Title + period */
#actor_funding .funding-period {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    color: #c51718;
    padding-left: 254px;
}

#actor_funding .funding-period:after {
    content: ":";
}

#actor_funding .funding-program {
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    color: #c51718;
    padding: 0 0 8px 254px;
    border-bottom: 1px solid #8fd6d9;
    margin-bottom: 10px;
}

/* --- Sidebox with funder logo */
#actor_funding .funding-sidebox {
    height: 1px;
}

#actor_funding .funding-sidebox .sidebox-logo {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    border: 1px solid #8fd6d9;
    background: #fff;
    top: -95px;
    margin-left: 30px;
}

/* --- Role + funder link */
#actor_funding .funding-role {
    color: #c51718;
    color: #444;
    padding-left: 254px;
    margin-bottom: 10px;
}

#actor_funding .funding-source {
    font-weight: 300;
    padding-left: 254px;
    margin-bottom: 10px;
    margin-left: -18px;
}

/* --- Expandable partner institutions */
#actor_funding .funding-partners {
    padding-left: 254px;
}

#actor_funding .funding-partners .expander-action {
    margin-left: -18px;
}

#actor_funding .funding-partners .partner-list {
    font-size: 11px;
    margin-top: 10px;
    display: none;
}

#actor_funding .funding-partners.item-active .partner-list {
    display: block;
}

#actor_funding .funding-partners .partner-list * {
    font-weight: 700;
}

#actor_funding .funding-partners .partner-list li:before {
    width: 5px;
    height: 5px;
    left: 18px;
    top: 5px;
    border-width: 3px;
}

/* !-------------------------------------------- */
/* !ACTOR: Leader */
/* !-------------------------------------------- */

/* --- General containers */
#actor_leader .leader-profile {
    margin-bottom: 30px;
    height: 200px;
}

#actor_leader .leader-vita {
    float: left;
    margin-left: 20px;
    width: 404px;
}

#actor_leader .leader-data {
    float: right;
    margin-right: 20px;
    width: 404px;
    padding-top: 100px;
    background: transparent url("./img/logo_bsc_wide.svg") 20px 0 no-repeat;
    background-size: 360px;
}

/* --- Photo profile */
#actor_leader .leader-profile {
    height: 314px;
}

/* Vignette with image */
#actor_leader .leader-profile .profile-vignette {
    height: 314px;
    width: 482px;
    background: transparent url("./img/back_leader_vignette.svg") center no-repeat;
}

#actor_leader .leader-profile .profile-vignette .vignette-portrait {
    height: 314px;
    width: 314px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

#actor_leader .leader-profile .profile-vignette .vignette-portrait img {
    position: relative;
    height: 314px;
    z-index: -1;
}

/* Name & degree */
#actor_leader .leader-profile .profile-vignette .person-id {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    position: absolute;
    left: 333px;
    top: 130px;
}

#actor_leader .leader-profile .profile-vignette .person-degree {
    font-size: 16px;
}

/* Quote */
#actor_leader .leader-profile .profile-quote {
    height: 246px;
    width: 508px;
    background: transparent url("./img/back_leader_quote.svg") center no-repeat;
    position: absolute;
    top: 18px;
    right: -20px;
    z-index: -1;
}

#actor_leader .leader-profile .profile-quote p {
    font-size: 22px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    text-shadow: 0 0 5px #fff;
    color: #c51718;
    width: 312px;
    margin: 63px 0 0 97px;
}

/* --- Vita & contact info */
#actor_leader .leader-vita .vita-contact {
    margin: 30px -20px 0 -20px;
    background: #E3EFEE;
    border-radius: 12px;
    padding: 20px;
}

#actor_leader .leader-vita .vita-contact .contact-item {
    position: relative;
    padding-left: 55px;
    height: 40px;
    line-height: 40px;
}

#actor_leader .leader-vita .vita-contact .contact-item .link-action {
    display: block;
    width: 100%;
    height: 100%;
}

/* Link icons */
#actor_leader .leader-vita .vita-contact .contact-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff url("./img/iconsprite_links.svg") center -1px no-repeat;
}

#actor_leader .leader-vita .vita-contact .item-twitter:before {
    background-position: center -40px;
}

#actor_leader .leader-vita .vita-contact .item-charite:before {
    background-position: center -80px;
}

#actor_leader .leader-vita .vita-contact .item-wiki:before {
    background-position: center -120px;
}

#actor_leader .leader-vita .vita-contact .item-researchgate:before {
    background-position: center -160px;
}

#actor_leader .leader-vita .vita-contact .item-frontiers:before {
    background-position: center -200px;
}

#actor_leader .leader-vita .vita-contact .item-scholar:before {
    background-position: center -240px;
}

#actor_leader .leader-vita .vita-contact .item-vita:before {
    background: #fff url("./img/icon_page_download.svg") center -1px no-repeat;
}

#actor_leader .leader-vita .vita-contact .contact-item + .contact-item {
    margin-top: 10px;
}

/* --- Awards & Projects */
#actor_leader .leader-data .substance-richtext {
    font-size: 13px;
    margin-left: 20px;
    margin-right: 20px;
}

#actor_leader .leader-data .data-awards {
    margin-bottom: 50px;
}

/* !-------------------------------------------- */
/* !ACTOR: Imprint */
/* !-------------------------------------------- */

#actor_imprint {
    font-size: 13px;
}

#actor_imprint .substance-header {
    margin-left: -20px;
}

#actor_imprint .substance-header + .imprint-org.org-publisher {
    padding-top: 90px;
    background: transparent url("./img/logo_bsc_wide.svg") 0 0 no-repeat;
    background-size: 296px;
}

#actor_imprint h2 {
    margin-top: 1.2em;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    color: #c51718;
    margin-bottom: 0.3em;
}

#actor_imprint .org-part {
    margin-bottom: 0.9em;
}

#actor_imprint .imprint-map iframe {
   width: 100%;
   height: 400px;
   border: none;
}

#actor_imprint .imprint-credits {
    margin-top: 30px;
}

#actor_imprint .imprint-credits .cell {
    margin-bottom: 0.9em;
}

/* !-------------------------------------------- */
/* !ACTOR: Privacy policy */
/* !-------------------------------------------- */

#actor_privacy {
    font-size: 13px;
}

#actor_privacy .substance-header {
    margin-left: -20px;
}

#actor_privacy h3 {
    font-size: 16px;
}

/* !-------------------------------------------- */
/* !ACTOR: Staff lists */
/* !-------------------------------------------- */

/* --- Group blocks */
#actor_staff .staff-group {
    margin-bottom: 30px;
}

#actor_staff .staff-group:after {
    content: "";
    display: block;
    clear: both;
}

#actor_staff .staff-group .substance-header {
    margin-bottom: 30px;
}

/* --- Matrix cells with labels */
#actor_staff .group-matrix .cell {
    width: 210px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px 0 20px;
    margin: 0 24px 30px 0;
    display: inline-block;
    vertical-align: top;
}

#actor_staff .group-matrix .cell:nth-child(4n) {
    margin-right: 0;
}

#actor_staff .group-matrix .person-name {
    color: #c51718;
    margin-bottom: 8px;
}

#actor_staff .group-matrix .person-entity, 
#actor_staff .group-matrix .person-department, 
#actor_staff .group-matrix .person-location, 
#actor_staff .group-matrix .person-degree, 
#actor_staff .group-matrix .person-role {
    font-size: 11px;
}

#actor_staff .group-matrix .person-entity, 
#actor_staff .group-matrix .person-department {
}

#actor_staff .group-matrix .person-location {
    color: #c51718;
    margin-top: 8px;
}

/* Name + Degree for external collaborators */
#actor_staff .group-external .group-matrix .person-id {
    display: block;
    color: #006968;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    transition: color ease 0.2s;
}

#actor_staff .group-external .group-matrix .person-id:hover {
    color: #c51718;
    transition: color ease 0.2s;
}

#actor_staff .group-external .group-matrix .person-name-last {
    font-size: 14px;
}

/* --- Vignettes */
#actor_staff .group-matrix .person-vignette {
    display: inline-block;
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    margin-bottom: 15px;
    overflow: hidden;
}

#actor_staff .group-matrix .person-vignette img {
    display: inline-block;
    width: 100%;
}

/* Border pattern for active staff */
#actor_staff .group-active .group-matrix .person-vignette:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url("./img/back_vignette.svg") center no-repeat;
    opacity: 0.7;
}

#actor_staff .group-active .cell:nth-child(2n) .person-vignette:before {
    transform: rotateZ(30deg);
}

#actor_staff .group-active .cell:nth-child(3n) .person-vignette:before {
    transform: rotateZ(60deg);
}

#actor_staff .group-active .cell:nth-child(5n) .person-vignette:before {
    transform: rotateZ(120deg);
}

/* Email button for active staff */
#actor_staff .group-active .group-matrix .person-vignette .person-mail {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    bottom: 7px;
    left: 50%;
    margin-left: -14px;
    overflow: hidden;
    text-indent: -1000em;
    transition: transform 0.2s ease;
}

#actor_staff .group-active .group-matrix .person-vignette .person-mail:hover {
    transform: scale(1.5);
    transition: transform 0.2s ease;
}

#actor_staff .group-active .group-matrix .person-vignette .person-mail:before {
    content: "@";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
    text-indent: 0;
    color: #006968;
    transition: color 0.2s ease;
}

#actor_staff .group-active .group-matrix .person-vignette .person-mail:hover:before {
    color: #c51718;
    transition: color 0.2s ease;
}

/* Border for external collaborators */
#actor_staff .group-external .group-matrix .person-vignette {
    border: 15px solid rgba(236,95,106,0.3);
}

/* --- Alumni */
#actor_staff .group-alumni .group-matrix .cell {
    border: 4px solid #99c3c2;
    height: 60px;
    border-radius: 30px;
    position: relative;
}

#actor_staff .group-alumni .group-matrix .person-name {
    font-weight: 700;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0 30px 0 30px;
    text-align: center;
    transform: translateY(-50%);
    color: #006968;
    transition: color 0.2s ease;
}

#actor_staff .group-alumni .group-matrix .person-name:hover {
    color: #c51718;
    transition: color 0.2s ease;
}

/* !-------------------------------------------- */
/* !ACTOR: Job openings */
/* !-------------------------------------------- */

/* --- Introduction */
#actor_jobs .jobs-intro {
    margin-bottom: 30px;
    padding: 0 278px 0 254px;
}

/* --- Job entry */
#actor_jobs .list-item {
    border-top: 1px solid #f39fa6;
    margin-bottom: 30px;
}

#actor_jobs .list-item:after {
    content: "";
    display: block;
    clear: left;
}

/* Containers */
#actor_jobs .list-item .job-title {
    float: left;
    width: 210px;
    padding: 10px 0 0 20px;
    margin-right: 44px;
}

#actor_jobs .list-item .job-descript {
    float: left;
    width: 404px;
    padding: 10px 0 0 0;
    margin: -5px 64px 0 0;
    border-top: 10px solid rgba(197,23,24,0.3);
}

#actor_jobs .list-item .job-data {
    float: left;
    width: 170px;
    padding: 10px 0 0 0;
    text-align: center;
}

/* Job title */
#actor_jobs .list-item .job-title {
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    color: #c51718;
}

/* Job description */
#actor_jobs .list-item .job-descript {
}

/* Job data */
#actor_jobs .list-item .job-data .data-scope {
    font-size: 14px;
    line-height: 24px;
    color: #c51718;
    border-radius: 12px;
    border: 1px solid #f39fa6;
    background: #fff;
    text-align: center;
    margin-top: -24px;
    margin-bottom: 20px;
}

#actor_jobs .list-item .job-data .data-id {
    color: #c51718;
    text-align: center;
}

#actor_jobs .list-item .job-data .data-id em {
    display: block;
    margin-bottom: 20px;
}

/* Email application button */
#actor_jobs .list-item .job-data .data-mail {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: #fff url("./img/back_vignette.svg") center no-repeat;
    background-size: 100%;
    transition: transform ease 0.2s;
}

#actor_jobs .list-item .job-data .data-mail:hover {
    transform: scale(1.2);
    transition: transform ease 0.2s;
}

#actor_jobs .list-item .job-data .job-action {
    display: block;
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bolder;
    letter-spacing: 0.1em;
    color: #006968;
    padding: 30px 20px 0 20px;
    transition: color ease 0.2s;
}

#actor_jobs .list-item .job-data .job-action:hover {
    color: #c51718;
    transition: color ease 0.2s;
}

/* !-------------------------------------------- */
/* !ACTOR: Co-events */
/* !-------------------------------------------- */

#actor_co_events {
    background: #E3EFEE;
    border-radius: 12px 0 12px 12px;
    padding: 20px;
    font-size: 13px;
}

#actor_co_events .co-event-link {
    display: block;
    width: 100%;
    background: transparent center no-repeat;
    background-size: contain;
    overflow: hidden;
    text-indent: -1000em;
    height: 60px;
    margin-bottom: 20px;
    transition: opacity 0.3s ease;
}

#actor_co_events .co-event-link:hover {
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

#actor_co_events .co-event-link.link-bcw {
    background-image: url("./img_conference/logo_bcw@2x.jpg");
}

#actor_co_events .co-event-link.link-brainmodes {
    background-image: url("./img_conference/logo_brainmodes@2x.png");
    height: 130px;
}

/* !-------------------------------------------- */
/* !ACTOR: Event view (list + single view) */
/* !Expressions: (default), -single */
/* !-------------------------------------------- */

/* --- Header */
#actor_events .substance-header {
    background: transparent url("./img/back_header_events_2319.jpg") center no-repeat;
    background-size: cover;
}

#actor_events .substance-header .header-helper {
    position: absolute;
    width: 210px;
    height: 140px;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    background: transparent url("./img/icon_rss.svg") center 40px no-repeat;
}

#actor_events .substance-header .header-action {
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url("./img/back_vignette.svg") center 30px no-repeat;
    background-size: 67px;
    padding: 105px 20px 0 20px;
    font-weight: 800;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#actor_events .substance-header .header-action:hover {
    background-size: 80px;
    background-position: center 22px;
    transition: background-size ease 0.2s, background-position ease 0.2s;
}

/* --- Event entry (as list of entries or single event on its own page) */
#actor_events .event-item {
    margin: 0 24px 40px 0;
    position: relative;
}

#actor_events .event-item:after {
    content: "";
    display: block;
    clear: both;
}

/* Title */
#actor_events .event-title {
    font-size: 20px;
    padding: 0 0 8px 254px;
    border-bottom: 1px solid #8fd6d9;
    margin-bottom: 10px;
}

#actor_events .event-item.item-future .event-title {
    border-color: #f39fa6;
}

#actor_events .event-title .link-action {
    display: block;
}

#actor_events .event-item.item-future .event-title .link-action {
    font-weight: bolder;
}

/* Date block */
#actor_events .event-date {
    height: 1px;
    width: 254px;
}

#actor_events .event-date .substance-timestamp {
    position: relative;
    top: -36px;
    margin-left: 40px;
    display: inline-block;
}

#actor_events.expression-single .event-date .substance-timestamp {
    top: -10px;
}

#actor_events .event-date .substance-timestamp + .substance-timestamp:before {
    content: "";
    display: block;
    height: 15px;
    width: 3px;
    background: rgba(143,214,217,0.7);
    margin-left: 62px;
}

#actor_events .event-item.item-future .event-date .substance-timestamp + .substance-timestamp:before {
    background: rgba(243,159,166,0.7);
}

/* Location + content description */
#actor_events .event-loc {
    padding: 0 0 8px 254px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: #444;
    letter-spacing: 0.06em;
}

#actor_events .event-item.item-future .event-loc {
    color: #ec5f6a;
    font-weight: 800;
}

/* Image attachments */
#actor_events .event-item .event-attachment {
    padding: 0 0 0 254px;
    margin-bottom: 1.2em;
    float: left;
}

#actor_events.expression-single .event-item .event-attachment {
    padding-right: 130px;
    float: none;
}

#actor_events .event-item .event-attachment .substance-image {
    background: #fff;
    width: calc(100% + 64px);
    margin: 1.2em -32px 1.2em -32px;
}

#actor_events .event-item .event-attachment .substance-image .substance-richtext {
    margin-top: 0.7em;
    font-size: 13px;
}

#actor_events .event-item .event-attachment .substance-image .substance-richtext > *:last-child {
    margin-bottom: 0;
}

/* Image thumbnail in event lists */
#actor_events:not(.expression-single) .event-item .event-attachment .substance-image {
    margin: 0;
    width: 100px;
    height: 100px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: none;
}

#actor_events:not(.expression-single) .event-item .event-attachment .substance-image img {
    height: 100%;
    width: auto;
    max-width: none;
    display: inline-block;
}

/* Content description */
#actor_events .event-content {
    padding: 0 0 8px 254px;
    max-height: 64px;
}

#actor_events.expression-single .event-content {
    padding-right: 130px;
    max-height: none;
}

#actor_events:not(.expression-single) .event-attachment + .event-content {
    padding-left: 20px;
    margin-left: 30px;
    max-height: 105px;
}

/* --- Downloads */
#actor_events .event-document {
    margin: 20px 100px 20px 220px;
    background: #fff;
    border-radius: 12px;
    padding: 20px 32px 20px 32px;
    border: 3px solid #E3EFEE;
}

#actor_events .event-document li + li {
    margin-top: 10px;
}

/* --- Event subnavigation */
#actor_events .event-navigation {
    margin: 50px 130px 0 254px;
}

#actor_events .event-navigation .nav-item {
    float: left;
    width: 50%;
    text-align: center;
}

#actor_events.expression-single .event-navigation .nav-item {
    width: calc(100% / 3);
}

/* IE11 is pretty bad at math */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none), only screen and (max-width: 1199px) {
    #actor_events.expression-single .event-navigation .nav-item {
        width: calc((100% / 3) - 0.5px);
    }
}

/* !-------------------------------------------- */
/* !ACTOR: Visualization */
/* !Expressions: (default), -viewer */
/* !-------------------------------------------- */

/* --- Header */
#actor_visualization .substance-header {
    margin-bottom: 30px;
}

#actor_visualization.expression-viewer .substance-header {
    display: none;
}

/* --- Matrix element container */
#actor_visualization .visual-matrix {
    font-size: 0.1px;
    margin-left: 20px;
}

#actor_visualization.expression-viewer .visual-matrix {
    display: none;
}

#actor_visualization .visual-item {
    display: inline-block;
    width: 156px; /* 936px / 6 */
    height: 156px;
    border-radius: 50%;
    position: relative;
    margin-right: 30px;
    transition: transform 0.2s ease;
}

#actor_visualization .visual-item:hover {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

#actor_visualization .visual-item:nth-child(9n+6) {
margin-left: 93px;
}

#actor_visualization .visual-item:nth-child(9n+5) {
margin-right: 0;
}

/* Container border */
#actor_visualization .visual-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 166px;
    height: 166px;
    top: -5px;
    left: -5px;
    border-radius: 50%;
    border: 10px solid rgba(0,105,104,0.3);
    pointer-events: none;
    transition: border-color 0.2s ease;
}

#actor_visualization .visual-item.item-video:before {
    border-color: rgba(0,105,104,0.5);
}

#actor_visualization .visual-item:hover:before {
    border-color: rgba(197,23,24,0.5);
    transition: border-color 0.2s ease;
}

/* Pseudo-button to invoke viewer */
#actor_visualization .visual-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.8) center no-repeat;
    bottom: 10px;
    left: 50%;
    margin-left: -14px;
    z-index: 10;
    pointer-events: none;
}

#actor_visualization .visual-item.item-image:after {
    background-image: url("./img/icon_zoom.svg");
}

#actor_visualization .visual-item.item-video:after {
    background-image: url("./img/icon_play.svg");
}

/* Link with cropper */
#actor_visualization .visual-item a {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* --- Image thumbnail */
#actor_visualization .visual-item .substance-image {
    padding: 0;
    border: none;
    text-align: center;
    overflow: hidden;
}

#actor_visualization .visual-item .substance-image.image-landscape img {
    height: 156px;
    width: auto;
    max-width: none;
}

#actor_visualization .visual-item .substance-image.image-portrait img {
    height: auto;
    width: 156px;
}

/* --- Visual viewer */
/* Container */
#actor_visualization .visual-viewer {
    display: none;
    background: #fff;
    min-height: 500px;
    border: 3px solid rgba(153,195,194,0.5);
    border-radius: 0 15px 15px 15px;
}

#actor_visualization.expression-viewer .visual-viewer {
    display: block;
}

/* Content controls */
#actor_visualization .visual-viewer .viewer-control {
    padding: 0 10px 20px 10px;
    margin-top: -22px;
}

#actor_visualization .visual-viewer .viewer-control:after {
    content: "";
    display: block;
    clear: both;
}

#actor_visualization .visual-viewer .viewer-control .control-item {
    float: left;
    width: 25%;
    text-align: center;
}

#actor_visualization .visual-viewer .viewer-control .control-item.item-close {
    text-align: left;
}

#actor_visualization .visual-viewer .viewer-control .control-item.item-download {
    text-align: right;
}

#actor_visualization .visual-viewer .viewer-control .control-item .page-action:before {
    background-color: #fff;
}

/* Visual element */
#actor_visualization .visual-viewer .substance-image {
    padding: 0;
    border: none;
}

#actor_visualization .visual-viewer .substance-image img {
    display: block;
}

#actor_visualization .visual-viewer .substance-image.image-portrait {
    text-align: center;
}

#actor_visualization .visual-viewer .substance-image.image-portrait img {
    display: inline-block;
    max-height: 70vh;
}

/* Description */
#actor_visualization .visual-viewer .substance-richtext {
    padding: 10px 20px 10px 20px;
    font-size: 15px;
    background: rgba(213,205,192,0.2)
}


