﻿/*
    Purple: #BE2BBB
    Dark grey: #595454
    Grey: #A69F9F
    Light grey: #EEE7E7



*/


@font-face {
    font-family: "BMSHumanity";
    src: url("fonts/BMSHumanity-Regular.woff") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: "BMSHumanity";
    src: url("fonts/BMSHumanity-regular-latin.woff2") format('woff');
    font-weight: 400;
}

@font-face {
    font-family: 'BMSHumanity';
    font-style: normal;
    font-weight: 300;
    src: local('BMSHumanity'), local('BMSHumanity-Light'), url('fonts/bmsredesign/BMSHumanity-light-latin.woff2') format('woff2');
}

@font-face {
    font-family: 'BMSHumanity';
    font-style: normal;
    font-weight: 500;
    src: local('BMSHumanity Medium'), local('BMSHumanity-Medium'), url('fonts/BMSHumanity-medium-latin.woff2') format('woff2');
}

body {
    font-family: BMSHumanity, serif;
    font-weight: 400;
    margin: 0;
    color: #595454;
}

.__cf{
    clear: both;
}

.__strong {
    font-weight: bold;
}


.__upper {
    text-transform: uppercase;
}

/* Common */
h1 {
    color: #BE2BBB;
    margin-top: 0;    
    font-size: 1.8em;
    font-weight: 400;
}

h2 {
    color: #595454;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 800;
}

#__spotlight-top {
    width: 100%;
    min-height: 160px;
    padding-top: 20px;
    clear: both;
    border-bottom: solid 1px #EEE7E7;
}

#__spotlight-top-left {
    width: 40%;
    height: 70px;
    float: left;
    padding-left: 50px;
}

#__spotlight-top-left img {
    height: 70px;
    width: auto;
    max-width: 90%;
}

#__spotlight-top-right {
    width: 40%;
    height: 60px;
    float: right;
    text-align: right;
    padding-right: 50px;
    padding-top: 5px;
}

    #__spotlight-top-right img {
        height: 60px;
        width: auto;
        max-width: 90%;
    }

#__spotlight-top-burger-wrapper {
    min-height: 90px;
    background-color: #f1f1f1;
    position: relative;
    z-index: 200;
}

#__spotlight-burger-select-right {
    position: absolute;
    right: 0;
    font-size: 1.5em;
    padding: 10px 10px 0 0;
    cursor: pointer;
    background-color: #f1f1f1;
}

#__spotlight-burger-select-left {
    position: absolute;
    left: 0;
    font-size: 1.5em;
    padding: 10px 0 0 10px;
    cursor: pointer;
    background-color: #f1f1f1;
    cursor: pointer;
    z-index: 1000;
}

    #__spotlight-burger-select-left:hover {
        color: #BE2BBB;
    }

#__spotlight-burger-content-wrapper {
    position: relative;
    display: none;
    box-shadow: 0 20px 20px -2px RGBA(0,0,0,0.5);
}

/*#__spotlight-top-burger-wrapper:hover > #__spotlight-burger-content-wrapper {
    display: block;
}*/

#__spotlight-top-burger-wrapper:hover > #__spotlight-burger-select-right {
    color: #BE2BBB;
}

/*#__spotlight-top-burger-wrapper:hover #__spotlight-burger-content-wrapper {
    box-shadow: 0 20px 20px -2px RGBA(0,0,0,0.5);
}*/


#__spotlight-burger-left, #__spotlight-burger-right {
    position: absolute;
    width: 40px;
    font-size: 2em;
    z-index: 800;
    /*background-color: #f1f1f1;*/
    margin-top: 90px;
    text-align: center;
    cursor: pointer;
    outline: none;
}

#__spotlight-burger-left {
    left: 20px;
}

#__spotlight-burger-right {
    right: 20px;
}

#__spotlight-burger-center {
    overflow-x: hidden;
    padding: 50px 0 10px 0;
    margin: 0 70px 0 70px;
    z-index: 200;
}

#__spotlight-burger-center-inner {
    width: 20000px;
}

.__spotlight-burger-center-item-extra-right {
    margin-right: 30px;
}

.__spotlight-burger-center-item {
    width: 150px;
    height: 180px;
    text-align: center;
    float: left;
    font-weight: bold;
    cursor: pointer;
}

    .__spotlight-burger-center-item img {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        
        margin-bottom: 10px;
    }

.__spotlight-burger-center-item img {
    filter: grayscale(100%);
}

.__spotlight-burger-center-item:hover img {
    filter: unset;
}

.__spotlight-content-narrow {
    width: 90%;
    margin: 10px auto 10px auto;
    max-width: 1200px;
}

#__spotlight-footer {
    padding: 40px 50px 40px 50px;
    background-color: #EEE7E7;
    font-size: 1.1em;
}

@media only screen and (max-width: 920px) {
    #__spotlight-top-left, #__spotlight-top-right {
        width: unset;
        height: 60px;
        float: unset;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }

    #__spotlight-top {
        min-height: 215px;
    }
}

@media only screen and (max-width: 400px) {
    #__spotlight-top-left img {
        height: auto;
        width: 90%;
    }
    #__spotlight-top-right img {
        height: auto;
        width: 30%;
    }

    #__spotlight-top-left, #__spotlight-top-right {
        height: unset;
    }
}

    /* Common End */






    /* Main */
#__spotlight-main-intro {
    margin-top: -10px;
}
#__spotlight-main-intro {
    height: calc(100vh - 200px);
    position: relative;
}


#__spotlight-main-intro-title {
    width: 90%;
    max-width: 390px;
    margin-left: 5%;
    padding-top: 60px;
}

    #__spotlight-main-intro-title h1 {
        color: #595454;
        min-height: 252px;
    }

@media only screen and (max-width: 920px) {
    #__spotlight-main-intro {
        height: calc(100vh - 250px);
        position: relative;
    }
}

#__spotlight-main-intro-boudry {
    background-image: url('../images/boudry-grey.jpg');
    background-size: cover;
}

#__spotlight-main-intro-boudry:hover {
    background-image: url('../images/boudry.jpg');
}

#__spotlight-main-intro-summit {
    background-image: url('../images/summit-grey.jpg');
    background-size: cover;
}

    #__spotlight-main-intro-summit:hover {
        background-image: url('../images/summit.jpg');
    }



#__spotlight-main-intro-boudry {
    width: 50%;
    position: relative;
    float: left;    
}

#__spotlight-main-intro-summit {
    width: 50%;
    position: relative;
    float: right;
}

#__spotlight-main-intro-tour {
    width: 90%;
    margin: 10px auto 10px auto;
    max-width: 1200px;
}

@media only screen and (max-width: 1200px) {
    #__spotlight-main-intro-tour {
        width: unset;
        margin: 0 auto 10px auto;
    }
}

#__spotlight-main-intro-boudry, #__spotlight-main-intro-summit {
    min-height: 300px;
}

#__spotlight-main-intro-summit-inner, #__spotlight-main-intro-boudry-inner {
    background-color: RGBA(190,43,187,0.8);
    width: 90%;
    max-width: 250px;
    padding: 20px;
    color: #ffffff;
    font-size: 2.5em;
    text-align: center;
    cursor: pointer;
    position: absolute;
    bottom: 20%;
}


@media only screen and (max-width: 700px) {
    #__spotlight-main-intro-boudry, #__spotlight-main-intro-summit {
        width: unset;
        float: unset;
    }

    #__spotlight-main-intro {
        margin-top: 0;
    }
}


#__spotlight-main-intro-page-down {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

    #__spotlight-main-intro-page-down img {
        width: 60px;
        height: auto;
    }

@media only screen and (max-width: 350px) {
    #__spotlight-main-intro-page-down {
        display: none;
    }

    #__spotlight-main-intro {
        height: unset;
    }
}

.__spotlight-main-office {
    margin-top: 30px;
}

.__spotlight-main-people-wrapper {
    padding-top: 20px;
}

.__spotlight-main-people-item {
    float: left;
    height: 120px;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}

.__spotlight-main-people-item-image-holder {
    float: left;
    width: 110px;
    height: 110px;
    padding: 10px;
    margin-right: 20px;
}

.__spotlight-main-people-item-image-holder img {
    filter: grayscale(100%);
    width: 110px;
    height: 110px;
    border-radius: 55px;

}

.__spotlight-main-people-item-image-holder:hover {
    background-image: url(../images/spotlight-ring.png);
    background-repeat:no-repeat;
    background-size: cover;
}

    .__spotlight-main-people-item-image-holder:hover > img {
        filter: grayscale(0%);
    }

.__spotlight-main-people-item {
    font-size: 0.9em;
    cursor: pointer;
}

    .__spotlight-main-people-item h3 {
        margin: 0 0 10px 0;
        font-weight: 400;
        font-size: 1.1rem;
        padding-top: 15px;
    }

    .__spotlight-main-people-item > h3 > span {
        font-weight: 800;
    }


.__spotlight-main-person-study-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8em;
}

.__spotlight-main-person-study-item-multiple-myelona {
    background-color: #ffac25;
}

.__spotlight-main-person-study-item-lymphoma {
    background-color: #009fba;
}

.__spotlight-main-person-study-item-car-t {
    background-color: #a79e61;
}

.__spotlight-main-person-study-item-mds {
    background-color: #6761ba;
}

@media only screen and (max-width: 750px) {
    .__spotlight-main-people-item {
        float: unset;
        height: 120px;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 330px) {
    .__spotlight-main-people-item {
        text-align: center;
        height: unset;
        margin-right: 0;
    }

        .__spotlight-main-people-item img {
            float: unset;
            margin-right: unset;
        }
}




#__spotlight-meet-our-team-members {
    background-color: #f1f1f1;
    margin-bottom: -10px;
    margin-top: 60px;
    padding: 60px 0 60px 0;
}


#__spotlight-main-about-the-teams-outer {
    background-color: #BE2BBB;
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url('../images/boudry-pink.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

#__spotlight-main-about-the-teams h2 {
    color: #ffffff;
    margin-top: 0;
    font-size: 2.3em;
    font-weight: 400;
}
#__spotlight-main-overview-cols-wrapper{

}

#__spotlight-main-vision-purpose-wrapper {
    margin-top: 50px;
}

#__spotlight-main-vision, #__spotlight-main-purspose {
    font-weight: 800;
    font-size: 1.2em;
    text-align: center;
}

#__spotlight-main-vision h3, #__spotlight-main-purspose h3 {
    color: #BE2BBB;
    text-transform: uppercase;
    font-size: 1.5em;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}




#__spotlight-main-vision {
    float: left;
    width: 45%;
    background-color: #ffffff;
    padding: 20px;
    min-height: 190px;
}

#__spotlight-main-purspose {
    float: right;
    width: 45%;
    background-color: #ffffff;
    padding: 20px;
    min-height: 190px;
}

    /*#__spotlight-main-vision span, #__spotlight-main-purspose span {
        color: #BE2BBB;
    }*/


@media only screen and (max-width: 1100px) {
    #__spotlight-main-vision, #__spotlight-main-purspose {
        width: 43%;
        min-height: 250px;
    }
}



@media only screen and (max-width: 760px) {
    #__spotlight-main-vision, #__spotlight-main-purspose {
        min-height: unset;
        width: unset;
        margin-top: 20px;
        float: unset;
    }
}


#__spotlight-main-overview {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 20px;
    font-size: 1.1em;
}



    #__spotlight-main-overview h3 {
        color: #BE2BBB;
        font-size: 1.2em;
        margin-top: 0;
        margin-bottom: 10px;
    }

#__spotlight-main-overview-col1 {
    float: left;
    width: 47%;
}

#__spotlight-main-overview-col2 {
    float: right;
    width: 47%;
}

@media only screen and (max-width: 650px) {
    #__spotlight-main-overview-col1, #__spotlight-main-overview-col2 {
        float: unset;
        width: unset;
    }
}

#__spotlight-team-values {
    margin-top: 70px;
}

#__spotlight-team-values h2 {
    font-weight: 400;
    color: #BE2BBB;
    font-size: 1.6em;
}



#__spotlight-main-content {
    margin-top: 70px;
    margin-bottom: 70px;
}

    #__spotlight-main-content h1 {
        font-size: 2.3em;
    }

#__spotlight-main-content p {
    font-size: 1.2em;
}


#__spotlight-introduction-wrapper {
    /*background-color: #f1f1f1;*/
    margin-bottom: -10px;
    /*margin-top: 60px;*/
    padding: 60px 0 60px 0;
}




#__spotlight-introduction-inner h2{
    font-weight: 400;
    font-size: 2em;
}


#__spotlight-pano-wrapper{
    display: none;
    margin-bottom: 80px;
    min-height: 65vh;
}


#__spotlight-introduction-inner-item-wrapper {
    margin-top: 60px;
}

/*.__spotlight-highlight-person {
    float: left;
    width: 280px;
    height: 400px;
    padding: 0 30px 0 30px;
    text-align: center;
    cursor: pointer;
    max-width: 80%;
}*/

.__spotlight-featured-study-item-study {
    float: left;
    width: 350px;
    height: 350px;
    padding: 0 30px 0 30px;
    cursor: pointer;
    max-width: 80%;
    background-color: #f1f1f1;
    margin-right: 40px;
    margin-bottom: 20px;
    position: relative;
}

.__spotlight-featured-study-item-study-bottom {
    position: absolute;
    bottom: 20px;
}

.__spotlight-featured-study-item-person {
    float: left;
    width: 200px;
    height: 350px;
    padding: 0 30px 0 30px;
    cursor: pointer;
    max-width: 80%;
    margin-right: 20px;
    margin-bottom: 20px;
}

.__spotlight-featured-study-item-person {
    text-align: center;
}

.__spotlight-featured-study-item-person-image-wrapper {
    width: 160px;
    height: 160px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
}



.__spotlight-featured-study-item-person:hover > .__spotlight-featured-study-item-person-image-wrapper {
    background-image: url(../images/spotlight-ring.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.__spotlight-featured-study-item-person-image-base {
    width: 160px;
    height: 160px;
    border-radius: 50%;
}

/*.__spotlight-featured-study-item-person-image {
    filter: grayscale(100%);
}

.__spotlight-featured-study-item-person:hover > .__spotlight-featured-study-item-person-image {
    filter: grayscale(0%);
}*/

#__spotlight-introduction-inner-item-wrapper h2 {
    color: #BE2BBB;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 10px;
}

#__spotlight-featured-study-item-study h2 {
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 2em;
}

#__spotlight-featured-study-item-study h3 {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 2em;
}

/*.__spotlight-highlight-person-image {
    filter: grayscale(100%);
}

.__spotlight-highlight-person:hover > .__spotlight-highlight-person-image {
    filter: grayscale(0%);
}*/
#__spotlight-introduction-inner div.__spotlight-highlight-person h2 {
    color: #BE2BBB;
    font-size: 1.4em;
    font-weight: bold;
    margin-top: 10px;
}

.__spotlight-highlight-person p {
    margin: 0 20px 0 20px;
}


.__spotlight-team-values-item {
    width: 18%;
    margin: 10px;
    text-align: center;
    float: left;
    min-width: 110px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    cursor: pointer;
}

.__spotlight-team-values-item-selected {
    color: #BE2BBB;
}

    .__spotlight-team-values-item img {
        width: 100%;
        height: auto;
        max-width: 160px;
        margin-bottom: 10px;
    }


.__spotlight-team-value-item {
    color: #BE2BBB;
    font-size: 2em;
    display: none;
    margin: 60px 0 60px 0;
}

.__spotlight-team-value-item-selected{
    display: block;
}
.__spotlight-holding-team-values-item-image-not-selected {

}
.__spotlight-holding-team-values-item-image-selected {
    display: none;
}

.__spotlight-holding-team-values-item-image-show {
    display: unset;
}

.__spotlight-holding-team-values-item-image-hide {
    display: none;
}

#__spotlight-team-value-item-wrapper {
    min-height: 180px;
}

#__spotlight-main-studies h1 {
    color: #ffffff;
    font-weight: 400;
    max-width: 600px;
}

.__spotlight-main-content-purple-fade {
    background-color: #811c7f;
    background-image: linear-gradient(to bottom, #811c7f, #bc2bb9);
    padding-top: 30px;
    padding-bottom: 60px;
}

.__spotlight-main-study-column {
    width: 230px;
    float: left;
    min-height: 326px;
}

.__spotlight-main-study-item {
    margin-bottom: 20px;
    background-color: #ffffff;
    text-align: center;
    color: #595454;
    margin-right: 30px;
    cursor: pointer;
}

.__spotlight-main-study-item-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.7em;
}

.__spotlight-main-study-item h2 {
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.__spotlight-main-study-item-multiple-myeloma h2 {
    background-color: #ffac25;
}

.__spotlight-main-study-item-lymphoma h2 {
    background-color: #009fba;
}

.__spotlight-main-study-item-car-t h2 {
    background-color: #a79e61;
}

.__spotlight-main-study-item-mds h2 {
    background-color: #6761ba;
}

#__spotlight-main-study-item-mm034:hover, #__spotlight-main-study-item-mm015:hover {
    background-color: #ffe5bc;
}

#__spotlight-main-study-item-mcl005:hover {
    background-color: #c8d8db;
}


#__spotlight-main-study-item-liso-cel-car-t:hover, #__spotlight-main-study-item-ide-cel-car-t:hover {
    background-color: #d6d2bb;
}

#__spotlight-main-study-item-mds:hover {
    background-color: #9e99eb;
}


/* Main End */
/* Holding */
#__spotlight-holding-intro {
    height: calc(100vh - 112px);
    position: relative;
    background-color: #e5e5e5;
}

    #__spotlight-holding-intro h1 {
        font-weight: 400;
        font-size: 3em;
        color: #595454;
        padding: 30px 50px 10px 60px;
    }

#__spotlight-holding-intro-page-down {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

#__spotlight-holding-intro-content {
    position: relative;
    width: 90vw;
    margin: 0 auto 0 auto;
    text-align: center;
}

#__spotlight-holding-intro-content img {
    max-width: 100%;
    margin-top: 30px;
}

#__spotlight-holding-intro-page-down img, #__spotlight-main-intro-page-down img {
    width: 60px;
    height: auto;
    cursor: pointer;
}


.__spotlight-holding-office {
    margin-top: 30px;

}

.__spotlight-holding-people-wrapper {
    padding-top: 20px;
}
.__spotlight-holding-people-item {
    float: left;
    height: 120px;
    width: 48%;
    margin-right: 10px;
    margin-bottom: 20px;
    line-height: 20px;
}

    .__spotlight-holding-people-item img {
        filter: grayscale(100%);
        width: 110px;
        height: 110px;
        border-radius: 55px;
        margin-right: 20px;
        float: left;
    }

.__spotlight-holding-people-item {
    font-size: 0.9em;
}

    .__spotlight-holding-people-item h3 {
        margin: 0 0 0 0;
        font-weight: 400;
        font-size: 1.1rem;
        padding-top: 10px;
    }

    .__spotlight-holding-people-item > h3 > span {
        font-weight: 800;
    }


@media only screen and (max-width: 750px) {
    .__spotlight-holding-people-item {
        float: unset;
        height: 120px;
        width: 100%;
        margin-right: 0;
    }
}

@media only screen and (max-width: 330px) {
    .__spotlight-holding-people-item {
        text-align: center;
        height: unset;
        margin-right: 0;
    }

    .__spotlight-holding-people-item img {
        float: unset;
        margin-right: unset;
    }
}

#__spotlight-holding-intro-content {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 0 auto;
}

.__spotlight-holding-intro-content-card {
    text-align: left;
    width: 43%;
    min-height: 120px;
    position: absolute;
    backface-visibility: hidden;
}




    .__spotlight-holding-intro-content-card span {
        color: #BE2BBB;
        font-weight: bold;
    }

    .__spotlight-holding-intro-content-card image {
        max-width: 100%;
        max-height: 100%;
    }

#__spotlight-holding-intro-content-bottom-1, #__spotlight-holding-intro-content-bottom-2, #__spotlight-holding-intro-content-bottom-3, #__spotlight-holding-intro-content-bottom-4, #__spotlight-holding-intro-content-bottom-5, #__spotlight-holding-intro-content-bottom-6 {
    background-color: #ffffff;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
    padding: 20px;
    margin: 20px;
}



#__spotlight-holding-intro-content-1, #__spotlight-holding-intro-content-bottom-1 {
    top: 0;
    left: 0;
    font-size: 2.8em;
    text-transform: uppercase;
}

#__spotlight-holding-intro-content-2, #__spotlight-holding-intro-content-bottom-2 {
    top: 0;
    right: 0;
    font-size: 1.6em;
}

#__spotlight-holding-intro-content-3, #__spotlight-holding-intro-content-bottom-3 {
    top: 200px;
    left: 0;
    font-size: 1.5em;
}

#__spotlight-holding-intro-content-4, #__spotlight-holding-intro-content-bottom-4 {
    top: 200px;
    right: 0;
    font-size: 1.6em;
}

#__spotlight-holding-intro-content-5, #__spotlight-holding-intro-content-bottom-5 {
    top: 410px;
    left: 0;
    font-size: 1.35em;
}

#__spotlight-holding-intro-content-6, #__spotlight-holding-intro-content-bottom-6 {
    top: 410px;
    right: 0;
    font-size: 1.5em;
}

#__spotlight-top.__spotlight-top-holding {
    min-height: 90px;
}





@media only screen and (max-width: 1040px) {
    .__spotlight-holding-intro-content-card {
        width: 42%;
    }

    #__spotlight-holding-intro h1 {
        margin-bottom: 0;
        font-size: 2em;
    }

    #__spotlight-holding-intro-content {
        margin-top: 0;
    }


    .__spotlight-holding-intro-content-card {
        min-height: 110px;
    }

    #__spotlight-holding-intro-content-bottom-1 {
        top: 0;
        left: 0;
        font-size: 2.3em;
    }

    #__spotlight-holding-intro-content-bottom-2 {
        top: 0;
        right: 0;
        font-size: 1.3em;
    }

    #__spotlight-holding-intro-content-bottom-3 {
        top: 180px;
        left: 0;
        font-size: 1.12em;
    }

    #__spotlight-holding-intro-content-bottom-4 {
        top: 180px;
        right: 0;
        font-size: 1.37em;
    }

    #__spotlight-holding-intro-content-bottom-5 {
        top: 360px;
        left: 0;
        font-size: 1.1em;
    }

    #__spotlight-holding-intro-content-bottom-6 {
        top: 360px;
        right: 0;
        font-size: 1.12em;
    }
    
    #__spotlight-holding-intro-content img {
        max-width: 90%;
    }
}

@media only screen and (max-width: 800px) {
    .__spotlight-holding-intro-content-card {
        width: 40%;
    }

    #__spotlight-holding-intro-content-bottom-1 {
        top: 0;
        left: 0;
        font-size: 2em;
    }

    #__spotlight-holding-intro-content-bottom-2 {
        top: 0;
        right: 0;
        font-size: 1.1em;
    }

    #__spotlight-holding-intro-content-bottom-3 {
        top: 210px;
        left: 0;
        font-size: 1.2em;
    }

    #__spotlight-holding-intro-content-bottom-4 {
        top: 210px;
        right: 0;
        font-size: 1.3em;
    }


    #__spotlight-holding-intro-content-bottom-5 {
        top: 420px;
        left: 0;
        font-size: 1.2em;
    }

    #__spotlight-holding-intro-content-bottom-6 {
        top: 420px;
        right: 0;
        font-size: 1.3em;
    }

    .__spotlight-holding-intro-content-card img {
        max-width: 90%;
        max-height: 60px;
    }
}

@media only screen and (max-width: 700px) {
    .__spotlight-holding-intro-content-card {
        width: 37%;
    }

    #__spotlight-holding-intro-content-logo {
        margin-top: 60px;
    }

    #__spotlight-holding-intro-content-bottom-2 {
        font-size: 1em;
    }
}

@media only screen and (max-width: 550px) {
    .__spotlight-holding-intro-content-card {
        width: 80%;
        max-width: 220px;
        margin-top: 0;
    }

    #__spotlight-holding-intro-content-bottom-1 {
        top: 40px;
        left: 0;
    }

    #__spotlight-holding-intro-content-bottom-2 {
        top: 20px;
        right: 0;
    }

    #__spotlight-holding-intro-content-bottom-3 {
        top: 0px;
        left: unset;
        right: 5px;
    }

    #__spotlight-holding-intro-content-bottom-4 {

        top: 30px;
        left: 10px;
    }


    #__spotlight-holding-intro-content-bottom-5 {
        top: 0px;
        left: unset;
        right: 5px;
    }

    #__spotlight-holding-intro-content-bottom-6 {
        top: 30px;
        left: 10px;
    }


    #__spotlight-holding-intro-content {
        margin-top: 0;
    }

    #__spotlight-holding-intro-content-logo {
        margin-top: 20px;
        max-width: 80%;
    }



        #__spotlight-holding-intro h1 {
            margin-bottom: 0;
            padding-bottom: 10px;
        }

    #__spotlight-holding-intro {
        height: calc(100vh - 152px);

    }

}



.__spotlight-holding-graphic-overlay-bottom-show {
    z-index: 1200;
    -webkit-transform: rotate3d(45,45,0,0deg);
    transform: rotate3d(45,45,0,0deg);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.__spotlight-holding-graphic-overlay-bottom-hide {
    z-index: 1200;
    -webkit-transform: rotate3d(45,45,0,-180deg);
    transform: rotate3d(45,45,0,-180deg);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}


.__spotlight-holding-graphic-overlay-show {
    z-index: 1300;
    -webkit-transform: rotate3d(45,45,0,-0deg);
    transform: rotate3d(45,45,0,-0deg);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}

.__spotlight-holding-graphic-overlay-hide {
    z-index: 1100;
    -webkit-transform: rotate3d(45,45,0,-180deg);
    transform: rotate3d(45,45,0,-180deg);
    -webkit-transition: all .9s ease-in-out;
    transition: all .9s ease-in-out;
}


#__spotlight-holding-intro-page-down{
    display: none;
}

#__spotlight-holding-content {
    display: none;
}

.__spotlight-holding-content-grey {
    padding-top: 60px;
    background-color: #e5e5e5;
}

.__spotlight-holding-content-white {
    background-color: #ffffff;
    padding-top: 60px;
}

.__spotlight-holding-content-purple-fade {
    background-color: #811c7f;
    background-image: linear-gradient(to bottom, #811c7f, #bc2bb9);
    padding-top: 30px;
    padding-bottom: 60px;
}

#__spotlight-holding-studies h1 {
    color: #ffffff;
    font-weight: 400;
    max-width: 600px;
}

#__spotlight-holding-team-values {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #BE2BBB;
}

#__spotlight-holding-team-values-wrapper {
    text-align: center;
}

    #__spotlight-holding-team-values-wrapper img{
        width: 95%;
        max-width: 1000px;
    }

    #__spotlight-holding-team-values h2 {
        margin-bottom: 40px;
        font-size: 2em;
        color: #ffffff;
        font-weight: 400;
    }
.__spotlight-holding-team-values-item {
    width: 18%;
    margin: 10px;
    text-align: center;
    float: left;
    min-width: 110px;
    text-transform: uppercase;
    color: #BE2BBB;
    font-weight: bold;
}

    .__spotlight-holding-team-values-item img {
        width: 100%;
        height: auto;
        max-width: 160px;
        margin-bottom: 10px;
    }


.__spotlight-holding-study-column {
    width: 230px;
    float: left;
    min-height: 326px;
}

.__spotlight-holding-study-item {
    margin-bottom: 20px;
    background-color: #ffffff;
    text-align: center;
    color: #595454;
    margin-right: 30px;
}

.__spotlight-holding-study-item-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 1.7em;
}

.__spotlight-holding-study-item h2 {
    text-align: center;
    font-size: 1.3em;
    color: #ffffff;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0;
}

.__spotlight-holding-study-item-multiple-myeloma h2 {
    background-color: #ffac25;
}

.__spotlight-holding-study-item-lymphoma h2 {
    background-color: #009fba;
}

.__spotlight-holding-study-item-car-t h2 {
    background-color: #a79e61;
}

.__spotlight-holding-study-item-mds h2 {
    background-color: #6761ba;
}

.__spotlight-holding-person-study-item {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.8em;
}

.__spotlight-holding-person-study-item-multiple-myelona {
    background-color: #ffac25;
}

.__spotlight-holding-person-study-item-lymphoma {
    background-color: #009fba;
}

.__spotlight-holding-person-study-item-car-t {
    background-color: #a79e61;
}

.__spotlight-holding-person-study-item-mds {
    background-color: #6761ba;
}


@media only screen and (max-width: 510px) {

    .__spotlight-holding-study-column {
        margin-right: auto;
        margin-left: auto;
        float: unset;
        min-height: unset;
    }
}
    /* Holding End */
    /* Person Card */
    .__person-card {
        width: 90%;
        max-width: 800px;
        min-height: 450px;
        position: absolute;
        z-index: 2500;
        background-color: #ffffff;
        display: none;
        border: solid 1px RGBA(0,0,0,0.2);
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    }

    .__person-card-wrapper {
        clear: both;
    }

    .__person-card-left {
        float: left;
        height: 450px;
        background-color: #ffdcc6;
        width: 250px;
    }

    .__person-card-right {
        float: left;
        height: 450px;
        width: 550px;
        background-color: #ffffff;
    }

    .__person-card-right-close {
        background-color: #ffffff;
        text-align: right;
        cursor: pointer;
        height: 40px;
        line-height: 1.7em;
        padding-right: 5px;
        font-size: 1.4em;
        color: #cb5eca;
    }

    .__person-card-right-close1 {
        display: none;
    }

    .__person-card-right-content {
        height: 300px;
        overflow-y: scroll;
        background-color: #ffffff;
        padding-bottom: 30px;
    }

    .__person-card-right-content-text {
        padding-top: 20px;
    }


    .__person-card-right-content-inner {
        padding: 10px 0 10px 0;
    }

    .__person-card-right-bottom {
        height: 80px;
        padding-left: 20px;
        background-color: #feede2;
    }

    .__person-card-right-content-text {
        padding: 0 20px 0 20px;
    }



    .__person-card-right-bottom-text {
        float: left;
        text-transform: uppercase;
        font-size: 1em;
        font-weight: bold;
        padding-top: 30px;
        margin-right: 20px;
    }

    .__person-card-right-bottom-person-wrapper {
        float: left;
        width: 90px;
        height: 79px;
        text-align: center;
        font-size: 0.7em;
        overflow: hidden;
        font-weight: bold;
        cursor: pointer;
    }

    .__person-card-right-bottom-person-image {
        width: 40px;
        height: 40px;
        margin: 12px auto 5px auto;
    }

        .__person-card-right-bottom-person-image img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            filter: grayscale(100%);
        }

    .__person-card-face-wrapper {
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        position: relative
    }

    .__person-card-face-image {
        text-align: center;
        width: 90%;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        background-image: url(../images/spotlight-ring.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding: 15px;
    }

        .__person-card-face-image img {
            width: 100%;
            height: auto;
            border-radius: 50%;
        }

    .__person-card-face-location {
        position: absolute;
        bottom: 10px;
        right: 1px;
        height: 30px;
        width: 100px;
        border-radius: 15px;
        text-align: center;
        background-color: #fca97d;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 800;
        line-height: 30px;
    }

.__person-card-face-memorable {
    position: absolute;
    bottom: 10px;
    left: 1px;
    height: 60px;
    width: 60px;
}

    .__person-card-face-memorable img {
        height: 100%;
        width: 100%;
    }



.__person-card-study-item {
    float: left;
    padding: 2px 10px 2px 10px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.__person-card-study-item-multiple-myeloma {
    background-color: #ffac25;
}



.__person-card-study-item-lymphoma {
    background-color: #009fba;
}

.__person-card-study-item-car-t {
    background-color: #a79e61;
}

.__person-card-study-item-mds {
    background-color: #6761ba;
}




    .__person-card-skills-and-values {
        background-color: #fef6f0;
        padding: 20px 20px 30px 20px;
        margin: 20px 0 20px 0;
    }

    .__person-car-left-narrow {
    }

    .__person-car-left-narrow, .__person-car-left-grey {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .__person-car-left-narrow a {
            color: #000000;
            text-decoration: none;
            font-size: 0.8em;
        }

    .__person-car-left-grey {
        background-color: #61544c;
        color: #ffffff;
        font-size: 0.9em;
    }

        .__person-car-left-grey strong {
            text-transform: uppercase;
        }

    .__person-car-left-narrow h2 {
        font-size: 1em;
        font-weight: bold;
        margin-top: 0;
        margin-bottom: 10px;
    }

    .__person-car-left-narrow h3 {
        font-size: 1em;
        font-weight: 400;
        margin: 0;
    }

    .__person-card-right h2 {
        color: #cb5eca;
        font-size: 1.2em;
        margin-top: 20px;
    }

    .__person-card-right h3 {
        margin-bottom: 0px;
        font-size: 1.1em;
    }

    .__person-card-right p {
        margin: 0px;
    }

    .__person-card-right-content-time-wrapper {
        padding-bottom: 20px
    }

    .__person-card-right-content-time-item {
        width: 140px;
        float: left;
        margin-right: 20px;
        text-align: center;
        font-size: 0.7em;
        font-weight: bold;
        text-transform: uppercase;
    }

    .__person-card-right-content-time-inner-cirle {
        width: 100px;
        height: 88px;
        margin: 0 auto 10px auto;
        text-align: center;
        background-color: #fda97d;
        color: #ffffff;
        border-radius: 50px;
        font-size: 1em;
        font-weight: bold;
        text-transform: uppercase;
        padding-top: 12px;
    }

        .__person-card-right-content-time-inner-cirle span {
            font-size: 4em;
        }


    .__pc-skills-wrapper {
        padding-top: 20px;
    }

    .__pc_skills-item {
        height: 35px;
        background-color: #c2ffe4;
        border-radius: 23px;
        padding: 12px 30px 0 30px;
        margin-right: 20px;
        margin-bottom: 10px;
        float: left;
        font-weight: bold;
    }

    @media only screen and (max-width: 920px) {
        .__person-card {
            width: 96%;
            margin-left: auto;
            margin-right: auto;
        }

        .__person-card-left, .__person-card-right {
            float: unset;
            width: 100%;
        }

        .__person-card-left {
            padding-top: 10px;
        }

        .__person-card-right-close1 {
            display: block;
            background-color: #ffdcc6;
        }

        .__person-card-right-close2 {
            display: none;
        }

        .__person-card-right-content {
            height: 370px;
        }

        .__person-car-left-narrow, .__person-car-left-grey {
            text-align: center;
        }

        .__person-card-right-bottom-text {
            float: unset;
            clear: both;
            width: 100%;
            padding-top: 10px;
        }

        .__person-card-right-bottom {
            height: unset;
        }
    }


    /* Person Card End */






/* Study Card */
.__study-card {
    width: 90%;
    max-width: 900px;
    min-height: 500px;
    position: absolute;
    z-index: 2500;
    background-color: #ffffff;
    display: none;
    border: solid 1px RGBA(0,0,0,0.2);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
}

.__study-card-wrapper {
    clear: both;
}

.__study-card-left {
    float: left;
    height: 500px;
    
    width: 270px;
}



.__study-card-right {
    float: left;
    height: 500px;
    width: 629px;
    background-color: #ffffff;
}

.__study-card-right-close {
    background-color: #ffffff;
    text-align: right;
    cursor: pointer;
    height: 40px;
    line-height: 1.7em;
    padding-right: 5px;
    font-size: 1.4em;
    color: #cb5eca;
}

.__study-card-right-close1 {
    display: none;
}

.__study-card-right-content {
    height: 430px;
    overflow-y: scroll;
    background-color: #ffffff;
    padding-bottom: 30px;
}

.__study-card-right-content-text {
    padding-top: 20px;
}


.__study-card-right-content-inner {
    padding: 0 0 10px 0;
}

.__study-card-right-bottom {
    height: 80px;
    padding-left: 20px;
    background-color: #feede2;
}

.__study-card-right-content-text {
    padding: 0 20px 0 20px;
}



.__study-card-right-bottom-text {
    float: left;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
    padding-top: 30px;
    margin-right: 20px;
}

.__study-card-right-bottom-person-wrapper {
    float: left;
    width: 90px;
    height: 79px;
    text-align: center;
    font-size: 0.7em;
    overflow: hidden;
    font-weight: bold;
    cursor: pointer;
}

.__study-card-right-bottom-person-image {
    width: 40px;
    height: 40px;
    margin: 12px auto 5px auto;
}

    .__study-card-right-bottom-person-image img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        filter: grayscale(100%);
    }

.__study-card-face-wrapper {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

.__study-card-face-image {
    text-align: center;
    width: 90%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-image: url(../images/spotlight-ring.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px;
}

    .__study-card-face-image img {
        width: 100%;
        height: auto;
        border-radius: 50%;
    }

.__study-card-face-location {
    position: absolute;
    bottom: 10px;
    right: 1px;
    height: 30px;
    width: 100px;
    border-radius: 15px;
    text-align: center;
    background-color: #fca97d;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    line-height: 30px;
}

.__study-card-face-memorable {
    position: absolute;
    bottom: 10px;
    left: 1px;
    height: 60px;
    width: 60px;
}

    .__study-card-face-memorable img {
        height: 100%;
        width: 100%;
    }



.__study-card-study-item {
    float: left;
    padding: 2px 10px 2px 10px;
    text-align: center;
    color: #ffffff;
    margin-right: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}





.__study-card-skills-and-values {
    background-color: #fef6f0;
    padding: 20px 20px 30px 20px;
    margin: 20px 0 20px 0;
}

.__study-card-left-narrow {
}

.__study-card-left-narrow, .__study-card-left-grey {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .__study-card-left-narrow a {
        color: #000000;
        text-decoration: none;
        font-size: 0.8em;
    }

.__study-card-left-grey {
    background-color: #61544c;
    color: #ffffff;
    font-size: 0.9em;
}

    /*.__study-card-left-grey strong {
        text-transform: uppercase;
    }*/

.__study-card-left-narrow h2 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
    color: #ffffff;
}

.__study-card-left-narrow h3 {
    font-size: 1em;
    font-weight: 400;
    margin: 0;
}


.__study-card-left-top h1 {
    color: #ffffff;
    margin-top: 15px;
    font-size: 2em;
    margin-bottom: 0;
}

.__study-card-left-top h2 {
    font-size: 1.6em;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 10px;
    color: #595454;
}

.__study-card-right h2 {
    color: #cb5eca;
    font-size: 1.2em;
    margin-top: 20px;
}

.__study-card-right h3 {
    margin-bottom: 0px;
    font-size: 1em;
}

.__study-card-right p {
    margin: 0px;
}


.__study-card-left-mm {
    background-color: #ffac25;
}

.__study-card-left-lymphoma {
    background-color: #009fba;
}

.__study-card-left-cart-t {
    background-color: #a79e61;
}


.__study-card-left-mds {
    background-color: #6761ba;
}





    .__study-card-left-mds div.__study-card-left-narrow, .__study-card-left-mds div.__study-card-left-top h2 {
        color: #ffffff;
    }



.__study-card-right-mm h2 {
    color: #ffac25;
}

.__study-card-right-lymphoma h2 {
    color: #009fba;
}

.__study-card-right-car-t h2 {
    color: #a79e61;
}

.__study-card-right-mds h2 {
    color: #6761ba;
}


.__study-study-team-item {
    width: 180px;
    margin-left: 10px;
    float: left;
    text-align: center;
}
.__study-study-team-wrapper{
    padding-top: 20px;
}

.__study-study-team-item  {
    margin-bottom: 10px;
    min-height: 210px;
}
.__study-study-team-item img {
    width: 90%;
    border-radius: 50%;
}

.__study-study-team-item h4 {
    margin-top: 5px;;
    margin-bottom: 0;
}

.__study-study-team-item h5 {
    margin-top: 0;
    margin-bottom: 0;
}

.__study-study-team-item-clickable {
    cursor: pointer;
}

@media only screen and (max-width: 1020px) {
    .__study-card {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }


    .__study-card-left, .__study-card-right {
        float: unset;
        width: 100%;
    }

    .__study-card-left {
        padding-top: 10px;
        height: 420px;
    }

    .__study-card-right-close1 {
        display: block;
    }

    .__study-card-right-close2 {
        display: none;
    }

    .__study-card-right-content {
        height: 420px;
    }

    .__study-car-left-narrow, .__study-car-left-grey {
        text-align: center;
    }

    .__study-card-right-bottom-text {
        float: unset;
        clear: both;
        width: 100%;
        padding-top: 10px;
    }

    .__study-card-right-bottom {
        height: unset;
    }

    .__study-card-close-mm {
        background-color: #ffac25;
    }

    .__study-card-close-lymphoma {
        background-color: #009fba;
    }

    .__study-card-close-cart-t {
        background-color: #a79e61;
    }


    .__study-card-close-mds {
        background-color: #6761ba;
    }
}

@media only screen and (max-width: 530px) {


    .__spotlight-main-study-column {
        min-height: unset;
    }

 
}


/* Study Card End */