body{
    font-family: "Roboto", "Raleway";
    -webkit-font-smoothing: antialiased;
    font-variant-ligatures: no-common-ligatures;
    font-variant-numeric: lining-nums;
    font-variant-numeric: oldstyle-nums;
}

p{
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
}
a:hover{
    cursor: pointer;
}

h2,h3,h4,th{
    font-weight: 400;
}
sup{
    line-height: 0;
    font-size: 0.6em;
}
span.keyletter{
    font-weight: 600;
}

ul#pump-list li::before{
    display: inline-block; 
    content: "\2022";
    color: rgb(98,160,184);
    width: 1em;
    font-size: 30px;
    vertical-align: middle;
}
ul#pump-list li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    padding: 5px 0px;
}

ul#pump-list{
    text-align: left;
    list-style-type: none;
}

/*Classes*/
.img-container{
    width: 100%;
    position: relative; 
    margin-top: 100px; 
    color: white;
}
.img-container.home{
    height: auto;
    
}

.team-container{
    display: flex;
    width: 100%;
    margin: 20px auto;
    
}

.team-container.bottom{
    width: 66.6%;
}

.team-member{
    flex: 33%;
    position: relative;
    text-align: center;
    transition: ease-in-out 200ms;
}

.team-member.bottom{
    flex: 50%;
}

.team-member.steve{
    width: 33%;
    position: relative;
    text-align: center;
    transition: ease-in-out 200ms;
}

.current{
    color: rgb(98,160,184) !important;
}


.title{
    padding: 15px 0px;
    font-size: 5vh;
    color: rgb(98,160,184);
    text-align: left;
    font-weight: 400;
}

.title.about{
    text-align: center;
    margin: 20px 0px;
}

.landing-container{
    margin: 40px 50px;
    text-align: left;
    max-width: 1200px;
}


span.keyword{
    color: rgb(98,160,184);
}

.content-container{
    padding: 40px 60px;
    margin: 30px 50px;
    border-radius: 4px;
    min-height: 360px;
    max-width: 1100px;
    height: auto;
    background-color: rgb(250,251,252);
    box-shadow: 0 1px 4px rgba(0,0,0,0.2),0 -1px 4px rgba(0,0,0,0.2);
}
.content-container.tab-page{
    margin-top: 0px;
}
.content-container.contact{
    display: flex;
    flex-direction: row-reverse;
}
.graphic-container{
    width: 100%;
    margin: 30px auto;
    text-align: center;
    
}
.graphic-container.science{
    display: flex;
    margin-bottom: 10px;
}

.bottom-organizer{
    position: absolute;
    width: 40%;
    bottom: 40px;
}
.bottom-organizer.left{
    left: 60px;
}
.bottom-organizer.right{
    right: 60px;
    text-align: right;
}
.graphic-text{
    padding-top: 20px;
    text-align: left;
    display: block;
}

.tabs-container{
    margin: 20px auto 0px;
    color: rgb(32,92,126);
    display: flex;
    width: 40%;
    font-size: 22px;
    line-height: 32px;
}
.left-tab{
    flex: 1;
    padding: 10px 30px;
    min-width: 130px;
    text-align: center;
    margin-right: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: -2px -2px 2px rgba(0,0,0,0.1), 2px -2px 2px rgba(0,0,0,0.1);
    background-color: rgb(250,251,252);
}
.right-tab{
    flex: 1;
    padding: 10px 30px;
    min-width: 130px;
    text-align: center;
    margin-left: 3px;
    color: rgb(189, 189, 189);
    background-color: rgb(226, 226, 226);
    border-bottom: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.left-tab:hover , .right-tab:hover{
    cursor: pointer;
    color: rgb(98,160,184) !important;
}
.team-overlay{
    opacity: 0;
    position: absolute;
    width: 80%;
    height: 100%;
    top: 50%;
    left: 50%;
    margin: -41% -40%;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
    transition: opacity .5s cubic-bezier(0.75, -0.25, 0.25, 0.75);
}

.team-image-container{
    width: 80%;
    margin: 0 auto;
    background-color: transparent;
}

.team-image-container:hover .team-overlay{
    opacity: 1;
}

.bio-popup{
    position: fixed;
    display: none;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    text-align: left;
}
.bio-popup-text{
    background-color: white;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0px 20%;
    padding: 20px 40px;
    max-height: 80%;
    border-radius: 8px;
}
.bio-popup-text > span{
    position: absolute;
    top: 0;
    right: 1%;
    font-size: 50px;
    color: rgb(32,92,126);
    transition: transform 0.3s;
    transform-origin: center center;
}
.bio-popup-text > span:hover{
    color: rgb(98,160,184);
    cursor: pointer;
    transform: rotate(90deg);
}
.bio-popup-text > h2{
    font-size: 25px;
    margin: 10px 0px;
}
.bio-popup-text > h3{
    font-size: 25px;
    margin: 5px 0px;
    color: rgb(98,160,184);
}

.bio-popup-text div > p{
    margin: 20px 0px;
    font-size: 17px;
    line-height: 22px;
}



.content-container.contact > div{
    padding: 2%;
}
.content-container.contact a{
    line-height: 30px;
    text-decoration: underline;
    color: rgb(98,160,184);
}

div#advisory .team-member{
    min-height: 200px;
    margin: 40px auto 0px;
}


.content-container.contact > div#small, .graphic-container.science div.small{
    flex: 35%;
}

.content-container.contact > div#large, .graphic-container.science div.large{
    flex: 65%;
}   
.graphic-container.science div{
    text-align: center;
}
div.large{
    padding: 0 5px 0 40px;
    position: relative;
}
div.large > ul{
    margin: 20px 0px;
}
div#small > div{
    margin: 20px 0px;
}
div#large > h2{
    margin-top: 20px;
    padding: 0px;
    padding-bottom: 10px;
}

.mechanisms-img{
    margin: 20px auto;
}

.fas.fa-bars{
    color: rgb(32,92,126);
    font-size: 28px;
}
.fas.fa-chevron-down{
    font-size: 15px;
    vertical-align: middle;
    display: inline-block;
    color: white;
    transition: all 0.4s linear;
}
.fas.fa-chevron-down.hidden{
    visibility: hidden;
}
.fas.fa-chevron-down:hover{
    cursor: pointer;
}
i.fas.fa-bars:hover{
    color: rgb(98,160,184);
    cursor: pointer;
}

#menu-dropdown{
    position: absolute;
    position: fixed;
    overflow: hidden;
    top: 0px;
    width: 100%;
    height: 0%;
    z-index: 1000;
    background-color: rgb(32,92,126);
    transition: height ease-in-out 0.4s ;
    font-size: 25px;
    background-image: linear-gradient(rgb(32,92,126), rgb(98,160,184));
}

#menu-dropdown a[href="javascript:void(0)"]{
    font-size: 50px;
    font-weight: 300;
    text-decoration: none;
    color: rgb(250,251,252);
    position: absolute;
    left: 2%;
    top: 2%;
    line-height: 35px;
    transition: all linear 0.2s 0.1s;
}
#menu-dropdown a[href="javascript:void(0)"]:hover{
    transform: rotate(90deg);
    font-weight: 300;
}

#menu-dropdown > ul{
    width: 60%;
    margin: 20% auto;
    text-align: center;
}

#menu-dropdown > ul > li{
    padding: 20px 0px;
    min-width: 180px;
}

#menu-dropdown li a{
    text-decoration: none;
    color: white;
}

#menu-dropdown > ul > li.dropdown > ul{
    height: 0px;
    margin: auto;
    overflow: hidden;
    padding: 5px 0px 0px;
    transition: height ease-in-out 0.4s;
}

#menu-dropdown > ul > li.dropdown > ul li{
    padding: 10px 0px;
}

#menu-dropdown a:hover{
    font-weight: 500;
}

.rotate{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}









/*ids*/
#fullpage-container{
    position: relative;
}
#menu{
    display: flex;
    top: 0px;
    width: 100%;
    height: 100px;
    z-index: 5;
    position: fixed;
    background-color: rgb(255,255,255,0.85);
    transition: height 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

#menu-contents{
    flex: 70%;
    text-align: right;
    margin: auto 0px;
    width: 100%;
}

#menu-logo{
    flex: 30%;
    margin: auto;
    padding-left: 40px;
    text-align: left;
    width: 100%;
}

#homebg{
    display: block;
    width: 100%;
    height: auto;
}
#homebg-mobile{
    display: none;
    width: 100%;
    height: auto;
}

#menu-contents-small{
    display: none;
    flex: 70%;
    text-align: right;
    margin: auto 3%;
    width: 100%
}

/*bottom*/
#bottom-info-container{
    bottom: 0px;
    padding: 0px 20px;
    background-color: rgb(32,92,126);
    height: 300px;
    position: relative;
}

#top-contain{
    display: flex;
    margin: 0px 20%;
    padding-top: 10px;
    line-height: 40px;
    text-align: center;
    
}

#about-container{
    text-align: center;
    margin: 50px 85px;
}

#drop-logo{
    max-width: 150px;
}

/*bottom*/

#col-left{
    flex: 40%;
    text-align: center;
}
#col-right{
    flex: 60%;
    margin: auto 0px;
}
#platform-graphic{
    display: flex;
}
.efflux-vert{
    flex: 1;
}

.efflux-vert p{
    margin: 0 20px;
}

.science-graphic-image{
    max-width: 300px;
    height: auto;
    margin: 20px auto;

}
.science-graphic-image.right{
    max-width: 324px;
}

#about{
    margin: 0px 50px 50px;
}
/*TABLE*/
table,th,td{
    padding: 10px;
    border: solid 2px rgb(250,251,252);
    border-collapse: collapse;
    vertical-align: middle;
    
}

table#pipe{
    min-width: 600px;
}

th{
    background-color: rgb(32,92,126);
    color: white;
    font-size: 20px;
}

#tumor th{
    background-color: rgb(75, 158, 158);
}

table tr:nth-child(odd){
    background-color: rgb(231, 234, 236);
}
table tr:nth-child(even){
    background-color: rgb(204, 210, 216);
}

.filler{
    background-color: rgb(32,92,126) !important;
}

td[rowspan="4"]{
    background-color: rgb(204, 210, 216);
}
td.bar{
    padding: 0px;
}

table#pump tr:not(:first-child){
    text-align: left;
}
table#pump td{
    padding: 12px;
}

td > span{
    display: block;
    position: relative;
    border-bottom-right-radius: 20px; 
    border-top-right-radius: 20px;
    border: solid 1px rgb(32,92,126);
    background-color: rgb(91, 120, 147);
}
td > span.vert{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 20px; 
    border-bottom-left-radius: 20px;
}
.graphic-container > table{
    width: 80%;
    margin: 0px auto;
    transition: ease-in-out 100ms;
}



div.bullets-container{
    text-align: center;
}


table#tumor{
    table-layout: fixed;
    margin: auto;
    width: 70%;
}
table#pump{
    margin: 40px auto;
    width: 70%;
}

table#tumor td{
    width: 33%;
}

#pump-table-description{
    text-align: left;
    width: 70%;
    margin: 0px auto;
}

table#pipe-mobile{
    width: 100%;
    max-height: 500px;
}

table#pipe-mobile td{
    font-size: 14px;
}
table#pipe-mobile th{
    font-size: 18px;
    padding: 12px 8px;
}
table#pipe-mobile tr td:nth-child(odd){
    background-color: rgb(231, 234, 236);
}
table#pipe-mobile tr td:nth-child(even){
    background-color: rgb(204, 210, 216);
}

.bar-vert{
    box-shadow: inset 0px 20px 1000px rgb(32,92,126);
}

#pipe-image{
    width: 80%;
    box-shadow: none;
}






/*Selectors*/
#menu-contents ul li{
    display: inline-block;
}
#menu-contents ul li ul{
    display: none;
    position: absolute;
    width: 257px;
    text-align: left;
    z-index: 6;
    top: 70px;
    background-color: white;
}
#menu-contents ul li ul li{
    display: block;
    margin: 15px;
    padding: 10px 5px;
    border-left: solid 2px rgb(32,92,126);
}
#menu-contents ul li a{
    font-size: 22px;
    margin: 10px 0px;
    padding: 20px 15px;
    text-decoration: none;
    color: rgb(32,92,126);
}

#menu-contents ul li a:hover{
    color: rgb(98,160,184);
}
#menu-contents ul li.dropdown:hover a{
    background-color: white;
}

#menu-contents ul li.dropdown:hover ul{
    display: block;
}
#menu-contents ul li.dropdown ul:hover{
    display: block;
}
#menu-contents ul li ul li a{
    margin-left: 0px;
}
#menu-contents ul li ul li:hover{
    border-left: solid 2px rgb(98,160,184);
}

.team-image-container > img{
    width: 100%;
    height: 100%;
    z-index: 0;
    border: transparent;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
}
.team-overlay .overlay-text{
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    color: white;
    font-size: 25px;
}
.team-overlay.advisory .overlay-text{
    color: black;}
.team-overlay .overlay-text div{
    margin: 30% 10%;
    text-align: center;
    position: relative;
}

.overlay-text p{
    border: solid 2px rgb(98,160,184);
    color: white;
    font-weight: 400;
    margin: 10px 15%;
}
.team-overlay.advisory .overlay-text p{
    color: black;
}
.overlay-text p:hover{
    background-color: rgba(0,0,0,0.7);
    cursor: pointer;
}
.team-overlay.advisory .overlay-text p:hover{
    background-color: rgba(0,0,0,0.25);
    color: rgb(250,251,252);
    border-color: transparent;
    cursor: pointer;
}
.overlay-text h2{
    margin: 6px 0px;
    font-size: 20px;
}
.overlay-text h3{
    margin: 6px 0px;
    font-size: 14px;
}

#menu-logo > a > img{
    max-width: 220px;
}

.no-image h2{
    margin: 6px 0px;
    font-size: 20px;
}
.no-image p{
    border: solid 2px rgb(98,160,184);
    color: black;
    font-weight: 400;
    margin: 15px 25%;
}
.no-image p:hover{
    background-color: rgba(0,0,0,0.3);
    color: white;
    border: transparent;
    cursor: pointer;
}



#platform-graphic > img{
    width: 200px;
    height: auto;
    margin: auto 0px;
}
#platform-graphic > img.small{
    width: 300px;
}
.graphic-container > img{
    width: 80%;
}
.bio-popup-text div{
    overflow-y: scroll;
}
.bio-popup-text div::-webkit-scrollbar {
  display: none;
}


.img-container > h1{
    position: absolute;
    text-align: center;
    text-shadow: 0px 1px rgba(0,0,0,0.3), 1px 0px rgba(0,0,0,0.3);
}
.img-container > #header{
    font-size: 45px;
    font-weight: 300;
    left: 0px;
    right: 0px;
    top: 60%;
    opacity: 0;
    transition: top 0.5s ease-in-out, opacity 0.8s ease-in-out;
}

.img-container.home > h1{
    font-size: 70px;
    font-weight: 300;
    left: 0px;
    top: 25%;
    animation: beyond 1s ease-in-out 0s 1 forwards ;
}

.img-container > p{
   position: absolute;
   color: white;
   font-size: 2vw;
   width: 100%;
   background-color: rgba(0,0,0,0.3);
   padding: 20px 0px;
   top: 100%;
   text-align: center;
   animation: beyond-paragraph 1s ease-in-out 0s 1 forwards ;
}

.landing-container .landing-flex{
    display: flex;
    margin: 30px 0px;
    max-height: 500px;
}
.landing-flex p, .landing-flex img{
    flex: 1;
    margin: auto 30px;
}
.landing-flex img{
    max-width: 220px;
    height: auto;
}
.landing-flex a, .graphic-container p > a{
    display: block;
    background-color: rgb(98,160,184);
    color: white;
    text-decoration: none;
    width: 400px;
    text-align: center;
    border-radius: 3px;
    margin-top: 10px;
}

div#key{
    text-align: center;
}

#key div{
    margin-bottom: 10px;
}
#key div span{
    min-width: 86px;
}

#key img{
    max-width: 25px;
    height: auto;
    vertical-align: bottom;
}

/*bottom*/
#bottom-info-container > .bottom-organizer > img{
    max-width: 200px;
    height: auto;
}
#top-contain div{
    flex: 1;
}
#top-contain a:hover{
    color: rgb(98,160,184);
    cursor: pointer;
}
#top-contain  a,.bottom-organizer > a,.bottom-organizer > span{
    color: white;
    text-decoration: none;
    padding: 4px 10px;
    font-size: 18px;
}
.bottom-organizer > a{
    font-size: 20px;
}
.bottom-organizer > a:hover,#top-contain > a:hover{
    color: rgb(98,160,184);
}










@keyframes beyond-paragraph{
    0%{
        top: 100%;
    }
    100%{
        top: 70%;
    }
}
@media only screen and (min-width: 820px){
    @keyframes beyond{
        0%{
            left: 0px;
        }
        100%{
            left: 20%;
        }
    }
}
@media only screen and (max-width: 920px){
    .team-container{
        display: block;
    }
    .team-container.bottom{
        display: block;
        width: 100%;
        margin: 20px auto;
    }
    .team-member{
        max-width: 75%;
        margin: 20px auto;
    }
    div#advisory .team-member.empty{
        min-height: 0px;
    }
    .bio-popup-text{
        margin: 0 5%;
    }
    #top-contain{
        margin: 0 10%;
    }
}

@media only screen and (max-width: 820px){
    /*All*/
    p{
        font-size: 16px;
        line-height: 22px;
    }
    .img-container > #header{
        font-size: 25px;
    }
    .content-container{
        margin: 20px 25px;
        padding: 15px 20px;
    }
    .title{
        text-align: center;
        font-size: 4vh;
        padding: 5px 0px;
    }
    .graphic-container img{
        margin-bottom: 10px;
    }
    #top-contain{
        margin: 0px 2%;
    }
    #bottom-info-container{
        padding: 0px 5px;
    }
    #bottom-info-container > .bottom-organizer > img{
        max-width: 100px;
        display: none;
    }
    .bottom-organizer{
        width: auto;
    }
    .bottom-organizer.left{
        left: 30px;
    }
    .bottom-organizer.right{
        right: 50%;
        margin-right: -50%;
        text-align: center;
        width: 100%;
        bottom: 30px;
    }
    #top-contain a{
        font-size: 16px;
        line-height: 25px;
        padding: 3px 6px;
    }
    .bottom-organizer > a, .bottom-organizer > span{
        display: block;
        font-size: 16px;
        padding: 4px 0px;
    }

    .tabs-container{
        width: 65%;
        font-size: 18px;
        line-height: 20px;
    }
    .left-tab, .right-tab{
        padding: 8px 10px;
        min-width: 100px;
    }
    #about-container{
        margin: 25px 30px;
    }
    #about-container p{
        font-size: 16px;
        line-height: 22px;
    }
    #bottom-info-container > div.bottom-organizer.right > a > i{
        font-size: 16px;
    }
    .graphic-container{
        margin: 15px auto;
    }
    /*Landing*/
    @keyframes beyond{
        0%{
            left: 0px;
        }
        100%{
            left: 10%;
        }
    }
    @keyframes beyond-paragraph{
        0%{
            top: 100%;
        }
        100%{
            top: 60%;
        }
    }
    #menu-logo > a > img{
        max-width: 170px;
    }
    #menu-logo{
        padding-left: 20px;
    }

    #menu-contents{
        display: none;
    }
    #menu-contents-small{
        display: block;
    }
    .landing-container .landing-flex{
       margin: 30px 0px;
       display: block;
       text-align: center;
       max-height: 1000px;

    }
    .landing-container{
        margin: 10px;
    }
    .landing-flex a, .graphic-container p > a{
        margin: 20px auto 0px;
        max-width: 75%;
        padding: 4px;
    }
    .landing-flex img{
        max-width: 180px;
    }
    .img-container.home > h1{
        font-size: 40px;
    }
    .img-container.home > p{
        font-size: 16px;
        padding: 3px 0px;
    }
    #homebg{
        display: none;
    }
    #homebg-mobile{
        display: block;
    }
    /*Company*/
    .bio-popup-text div p{
        font-size: 15px;
        line-height: 18px;
    }
    .bio-popup-text{
        padding: 10px 18px;
    }
    /*Science*/
    .graphic-container.science{
        display: block;
    }
    .efflux-vert{
        margin: 10px 0px 30px;
    }
    .efflux-vert p{
        margin: 0px;
    }
    .science-graphic-image{
        width: 80%;
    }
    div.small img{
        width: 60%;
    }
    div.large{
        padding: 0px;
        width: 60%;
        margin: 20px 20%;
    }
    ul#pump-list li{
        font-size: 16px;
        line-height: 22px;
    }
    div.small img.mechanisms-img{
        width: 26%;
        margin: 10px 37%;
    }
    div.large img.mechanisms-img{
        width: 80%;
        margin: 10px 10%;
    }
    p.graphic-text{
        margin: 5px 10px;
        padding-top: 0px;
    }

    /*Development*/
    .graphic-container > img{
        width: 100%;
    }
    #pump-table-description{
        width: 85%;
    }
    table#pump,table#tumor{
        width: 100%;
    }
    td{
        font-size: 16px;
        padding: 8px 5px;
    }
    #pipe-image{
        width: 100%;
        margin-bottom: 10px;
    }
    

    /*Contact*/
    .content-container.contact{
        display: block;
    }
    .content-container.contact #small{
        text-align: center;
    }
    div#large > h2{
        margin-top: 0px;
    }
}

@media only screen and (max-width: 400px){
    .img-container{
        margin-top: 80px;
    }
    #menu{
        height: 80px;
    }
    .img-container.home > h1{
        font-size: 28px;
        top: 20%;
    }
    #key div span{
        font-size: 16px;
    }
    div.small img{
        width: 100%;
    }
    div.large{
        padding: 0px;
        width: 90%;
        margin: 10px 5%;
    }
    div.small img.mechanisms-img{
        width: 50%;
        margin: 10px 25% 20px;
    }
    div.large img.mechanisms-img{
        width: 100%;
        margin: 10px 0px;
    }
    .landing-flex img{
        max-width: 150px;
    }
    .left-tab,.right-tab,.right-tab p{
        font-size: 16px;
    }
    ul#pump-list li::before{
        width: 0.5em;
    }
    #menu-contents-small{
        margin: auto 5%;
    }
}

/*Desktop*/
@media only screen and (min-width: 1250px){
    .content-container,.landing-container{
        margin: 30px auto;
    }
}
@media only screen and (min-width: 1400px){
    .title{
        font-size: min(4vh,45px);
        
    }
    p,ul#pump-list li,td{
        font-size: min(1.5vw,25px);
        line-height: min(2vw,42px);
    }
    th{
        font-size: 2vw;
        padding: 16px;
    }
    #top-contain a, .bottom-organizer > a, .bottom-organizer > span{
        font-size: min(1.5vw,25px);
    }
    .img-container > #header{
        font-size: 60px;
    }
    .img-container.home > h1{
        font-size: 6vw;
    }
    .no-image h2{
        font-size: 30px;
    }
}






