﻿html {
	scroll-behavior: smooth;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;	
}

body {
	background: #f5f5f5;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	font-family: 'Montserrat';
}


/* -- LAYOUT -- */

#canvas {
	position: relative;
	width: 100vw;
	height: 100vh;
}

.panel {
	position: relative;
	background-color: #f5f5f5;
	vertical-align: top;
	display: inline-block;
	width: 100vw;
	height: 100%;
	overflow: hidden;
}
	
	.panelClear {
		background: none;
	}
	
	.panelWide {
		width: 200vw;
	}
	
	.bgHalf {
		background: url(../images/bg-abstract.jpg) no-repeat #f5f5f5;
		background-size: 50% 100%;
	}
	
	.bgFull {
		background: url(../images/bg-gradient.jpg) no-repeat top center #f5f5f5 !important;
        background-size: cover;
	}

	.bgAbstract {
		background: url(../images/bg-stripe.jpg) no-repeat #f5f5f5;
		background-size: contain;
		background-position: right top;
	}
	
	.bgBold {
		background: url(../images/bg-bold.jpg) no-repeat #f5f5f5;
		background-size: contain;
		background-position: right top;
	}
	
	.bgDark {
		background: url(../images/bg-dark.jpg?v=2) no-repeat #f5f5f5;
		background-size: contain;
		background-position: right top;
	}
	
	.bgPainting {
		background: url(../images/bg-painting.jpg) no-repeat #f5f5f5;
		background-size: contain;
		background-position: right top;
	}

#logo {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 150px;
  margin-top: -40px;
  transition: all 0.5s ease;
}

#navigation {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 150px;
  margin-top: -25px;
  transition: all 0.5s ease;
}

	#navigation .navigationWrap {
		width: 100%;
	}

	#navigation a {
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  text-transform: uppercase;
	  color: #7747ae;
	  margin-left: 40px;
	  letter-spacing: 4px;
	}
	
#tagline {
	position: absolute; 
	left: 0; 
	right: 0; 
	margin: 0 auto; 
	top: 50%; 
	margin-top: 100px; 
	width: 80%; 
	text-align: center;
}

	#tagline span {
		font-size: 20px; 
		line-height: 30px; 
		font-weight: bold;  
		text-transform: uppercase; 
		letter-spacing: 5px; 
		margin-top: 0px; 
		background: linear-gradient(45deg, #11a4cf, #ac52ae); 
		-webkit-background-clip: text; 
		background-clip: text; 
		color: transparent;
	}

#copyright {
    position: fixed;
    font-family: 'Work Sans';
    font-size: 11px;
    width: 100%;
    margin: 0 auto;
    left: 0%;
    transform: translateX(-0%);
    bottom: 0px;
    text-align: center;
    opacity: 0.7;
    padding: 20px 0px;
    z-index: 12000;
    letter-spacing: 1px;
}

    #copyright a {
        text-decoration: none;
        font-weight: bold;
    }


.panelInner {
    position: relative;
    width: 100%;
    margin: 0;
    position: absolute;
    left: 150px;
    margin-top: 100px;
}

	.panelInner.panelInner250 {
		/* margin-top: -210px; */
	}

	#curtainTeam .panelInner {
		/* margin-top: -250px; */
	}

    #curtainScience .panelInner {
       /* margin-top: -250px; */
    }

    #curtainTeam .panelInner, #curtainBoard .panelInner, #curtainAdvisors .panelInner, #curtainContact .panelInner {
        /* margin-top: -250px; */
    }


.heading {
	margin-left: 50px;
}
	
.columnTwoThirds {
	vertical-align: top;
	display: inline-block;
	margin: 0px 50px;
	width: 50%;
	max-width: 820px;
}


.columnTwoThirdsWide {
    vertical-align: top;
    display: inline-block;
    margin: 0px 0px;
    width: 60%;
}

.columnHalf {
	vertical-align: top;
	display: inline-block;
	margin: 0px 50px;
	width: 40%;
	max-width: 820px;
}


.columnHalfNarrow {
    vertical-align: top;
    display: inline-block;
    margin: 0px 50px;
    width: 32%;
    max-width: 820px;
}

	.curtainHalf .columnHalf {
		width: 35%;
	}


.columnThirdNarrow {
    vertical-align: top;
    display: inline-block;
    margin: 0px 50px;
    width: 15%;
    max-width: 420px;
}

.columnThird {
	vertical-align: top;
	display: inline-block;
	margin: 0px 50px;
	width: 22%;
	max-width: 420px;
}

.columnThirdWide {
    vertical-align: top;
    display: inline-block;
    margin: 0px 50px;
    width: 33%;
    max-width: 550px;
}

.columnFull {
    vertical-align: top;
    display: inline-block;
    margin: 0px 50px;
    width: 80%;
}

#curtainNavigation {
    bottom: 0px;
}



#curtainNavigation #navigation {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 100px;
    margin-top: -30px;
    text-align: center;
}

    #curtainNavigation #navigation table {
        float: right;
        width: 80%;
        max-width: 750px;
    }

    #curtainNavigation #navigation a {
        margin-left: 0px;
        margin-right: 0px;
        font-size: 14px;
        transition: 0.5s all ease;
        color: #333;
    }

        #curtainNavigation #navigation a:hover {
            opacity: 0.7;
        }

        #curtainNavigation a.sub1 {
            font-size: 14px !important;
            opacity: 0.7;
        }

        #curtainNavigation a.sub2 {
            font-size: 10px !important;
            opacity: 0.5;
        }

            #curtainNavigation a.sub2:hover, #curtainNavigation a.sub1:hover {
                opacity: 1.0 !important;
            }

.lightbox {
	width: 100%; 
	margin-top: 100px;
	position: absolute; 
	z-index: 1000; 
	opacity: 0; 
	transition: 0.5s ease all; 
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15); 
	background: #fff;
	visibility: hidden;
}

.lightboxClose {
	float: right; 
	margin-top: 20px; 
	margin-right: 30px; 
	cursor: pointer; 
	z-index: 1001;
}


/* -- DIAGRAM -- */

#diagram {
    display: block;
    width: 6000px;
    min-width: 6000px;
    white-space: nowrap;
    top: 37%;
    /*background: url(../images/bg-gradient.jpg) top;*/
    background: linear-gradient(#7c77c9, #9a77c9);
    background-size: contain;
    box-shadow: 0px 0px 30px rgba(64,58,152,0.3);
    margin-top: 350px;
    padding: 20px 0px 0px 0px;
}

    #diagramCanvas {
        transition: 2s all ease;
    }

        #diagramCanvas.position1 {
            margin-left: 0px;
        }

        #diagramCanvas.position2 {
            margin-left: -130px;
        }

        #diagramCanvas.position3 {
            margin-left: -1200px;
        }

        #diagramCanvas.position4 {
            margin-left: -2300px;
        }

        #diagramCanvas.position5 {
            margin-left: -4700px;
        }

        #diagramCanvas.position6 {
            margin-left: -5500px;
        }

    #diagramSubtitle {
        min-height: 110px;
    }

    .diagramBlock {
        vertical-align: bottom;
        display: inline-block;
        margin-right: 20px;
        transition: 2s all ease;
        text-align: center;
        font-size: 13px;
    }

    .diagramBlockCaption {
        vertical-align: bottom;
        display: inline-block;
        margin-right: 20px;
        transition: 2s all ease;
        text-align: left;
        font-size: 13px;
        max-width: 460px;
        white-space: normal !important;
        margin-bottom: 30px;
        padding: 25px 15px;
        box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    }

    .diagramBlockArrow {
        vertical-align: bottom !important;
        display: inline-block;
        margin-right: 50px;
        padding-bottom: 120px;
        text-align: center;
    }

        .diagramBlockArrow .diagramBlockArrowImageMobile {
            display: none;
            text-align: center;
        }

    .diagramBlockSpacer {
        width: 150px;
    }

    .diagramVeryDim {
        opacity: 0.05;
    }

    .diagramDim {
        opacity: 0.2;
    }

    .diagramBright {
        opacity: 0.2;
    }

    #diagramArrow_3_Image {
        transition: 2s all ease;
    }

    #diagramBlock_4_Image {
        transition: 2s all ease;
    }

    #diagramX {
        position: absolute;
        text-shadow: 0px 0px 20px rgba(0,0,0,0.3);
        margin-left: 100px;
        margin-top: -50px;
        opacity: 0;
        transition: 1.2s all ease;
    }

#diagramTimeline {
    position: relative;
    width: 100vw;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 10px;
}

#diagramTimelineSlider {
    margin-top: 0px;
}

    #diagramTimelineSlider .timelineArrow {
        cursor: pointer;
    }

    #diagramTimelineSlider a {
        display: inline-block;
        width: 50px;
        height: 40px;
        padding-top: 13px;
        font-size: 20px;
        color: #fff;
        border: 1px solid rgba(255,255,255,0.2);
        text-decoration: none;
        margin: 10px 10px;
        transition: 1s all ease;
    }

        #diagramTimelineSlider a.active {
            border: 1px solid rgba(255,255,255,0.5);
            background-color: #6b75ba;
        }

#diagramTimelineSliderRange {
    -webkit-appearance: none;
    appearance: none;
    width: 400px;
    height: 1px;
    background: rgba(255,255,255,0.3);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin-top: 18px;
}

    #diagramTimelineSliderRange:hover {
        opacity: 1; /* Fully shown on mouse-over */
    }

    #diagramTimelineSliderRange::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        background: #fff;
        cursor: pointer;
    }


#diagramA {
    position: relative;
    transition: 0.5s all ease-in;
    display: block;
    margin: 0 auto;
    width: auto !important;
    max-height: 570px;
}

#diagramB {
    position: relative;
    transition: 0.5s all ease-in;
    display: none;
}


/* -- ELEMENTS -- */

#spark {
    width: 50px;
    height: 6px;
    background-color: #ac52a7;
    margin-bottom: 40px;
}

    #spark.blue {
        width: 50px;
        height: 6px;
        background-color: #129fcd;
        margin-bottom: 40px;
    }


    #spark.teal {
        width: 50px;
        height: 6px;
        background-color: #03c9d0;
        margin-bottom: 40px;
    }


    #spark.pink {
        width: 50px;
        height: 6px;
        background-color: #d0508e;
        margin-bottom: 40px;
    }
    
    #spark.white {
        width: 50px;
        height: 6px;
        background-color: #fff;
        margin-bottom: 40px;
    }

    #spark.gray {
        width: 50px;
        height: 6px;
        background-color: #333;
        margin-bottom: 40px;
    }

#mark {
	position: absolute;
	right: -40px;
	top: 50%;
	margin-top: -300px;
	opacity: 0.7;
}

#block {
	position: absolute;
    transition: all 3.9s ease;
    top: 0px;
    right: -1000px;
}


	#block.open {
		right: -950px;
	}

#brick
{
	display: block;
	margin-bottom: 10px;
}

	#brick #icon {
		display: inline-table;
		width: 70px;
		margin-right: 10px;
		vertical-align: middle;
	}
	
		#brick #icon img {
			width: 90%;
		}

    #brick #caption {
        display: inline-table;
        width: 250px;
        vertical-align: middle;
        font-family: 'Montserrat';
        font-size: 15px;
        font-weight: bold;
        letter-spacing: 2px;
        color: #315c6d;
        margin: 15px 0px;
    }
	
		#brick #captionWide {
			display: inline-table;
			vertical-align: middle;
			font-family: 'Montserrat';
			font-size: 15px;
			font-weight: bold;
			letter-spacing: 2px;
			color: #315c6d;
			margin: 15px 0px;
		}
	
		#brick #caption a, #brick #captionWide a  {
			color: #b24ea3;
			text-decoration: none;
			border-bottom: 1px dashed #b24ea3;
		}

#pipeline {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
}

    #pipeline .trHeading td {
        background: linear-gradient(rgba(230,230,230,0.0),rgba(230,230,230,0.8));
        padding: 7px 0px;
        font-weight: bold;
        height: auto;
        border-bottom: 1px dashed #ccc;
    }

    #pipeline td {
        min-height: 34px;
    }

        #pipeline td.pipelineLegend {
            padding-top: 5px;
            padding-bottom: 5px;
        }

        #pipeline td.pipelineDetail {
            padding-top: 5px;
            padding-bottom: 5px;
            padding-right: 10px;
        }

        #pipeline td.pipelineSeparator {
            height: auto;
        }

        #pipeline td.pipelineSubheading {
            height: 25px !important;
            vertical-align: bottom;
        }

        #pipeline .pipelinePaddingLeft {
            padding-left: 15px;
        }

        #pipeline .pipelinePaddingRight {
            padding-right: 15px !important;
        }

    #pipeline tr.pipelineBorderBottom td {
        border-bottom: 1px dashed #ccc;
    }

    #pipeline a {
        color: #000 !important;
        text-decoration: none !important;
        border-bottom: 1px dashed #999;
    }

.curtain {
    position: absolute;
    background: url(../images/bg-gradient.jpg) no-repeat #f5f5f5;
    /* background: linear-gradient(#5ec7d2, #0da1ce); */
    background-size: cover;
    width: 100%;
    height: 0%;
    z-index: 1000;
    overflow: hidden;
    color: #fff;
    transition: all 1.9s ease;
}

	.curtainHalf {
		width: 100%;
		background: url(../images/bg-gradient.jpg) no-repeat #f5f5f5;
		background-size: 50% 100% !important;
	}


	.curtainSolid {
		background: linear-gradient(#ac52a7, #7d77c9);
	}

    .curtainNavigation {
        background: url(../images/bg-gradient-gray.png) top no-repeat #ececec;
        background-size: cover;
        color: #333 !important;
    }

    .curtainTeam {
        background: url(../images/bg-gradient-gray.png) top no-repeat #ececec;
        background-size: cover;
        color: #333 !important;
    }

    .curtainScience {
        background: url(../images/bg-gradient-gray.png) top no-repeat #ececec;
        background-size: cover;
        color: #333 !important;
    }

    .curtainBoard {
        background: url(../images/bg-gradient-gray.png) top no-repeat #ececec;
        background-size: cover;
        color: #333 !important;
    }

	.curtain .curtainClose {
		position: absolute;
		cursor: pointer;
		right: 100px;
		top: 9%;
		font-size: 50px;
		z-index: 250000;
	}
	
		.curtain .curtainClose a {
			color: #fff;
			font-size: 50px;
			text-decoration: none;
			font-weight: bold;
		}
	

.lineBullet {
	margin-bottom: 20px;
	border-left: 4px solid #fff;
	padding-left: 20px;
}

	.condense .lineBullet {
		margin-bottom: 10px;
	}

.legend {
    font-size: 13px;
    float: right;
}

.iconRight {
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
}

.iconLarge {
	border-radius: 200px;
	width: 300px;
}

.bioBlock {
    position: absolute;
    display: inline-table;
    vertical-align: top;
    height: 100%;
    width: 33%;
    right: 0;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
    background: url(../images/bg-gradient-gray.png) top no-repeat;
    background-size: cover;
    padding: 40px 30px;
    z-index: 10000;
    transition: 1s all ease;
    margin-top: 0px;
}

    .bioBlock .bioBlockProfile {
        position: absolute;
        width: 60%;
        margin-top: 50px; /* EDIT */
        opacity: 0;
        transition: 1s all ease;
        margin-left: 30px;
    }

        .bioBlock .bioBlockProfile.active {
            opacity: 1;
        }

    .bioBlock .icon {
        display: inline-table;
        vertical-align: middle;
        width: 200px;
        text-align: left;
    }
	
		.bioBlock .icon img {
			width: 80%;
            max-width: 200px;
            border-radius: 100px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.3);
		}

    .bioBlock .caption {
        display: inline-block;
        vertical-align: middle;
        width: 180px;
        font-size: 25px;
        text-align: left;
        line-height: 32px;
        font-weight: bold;
        padding-top: 0px;
    }
	
		.bioBlock .caption span {
			font-style: italic;
			font-size: 15px;
            line-height: 20px;
		}

    .bioBlock .biography {
        margin-top: 30px;
    }

	
	#bioBlock_Page2 {
		display: none;	
	}
	
	.bioBlock_Page {
		display: inline-table;
		margin-left: -100px;
		transition: all 0.5s ease-out;
	}
	
		.bioBlock_Page.slideRight {
			margin-left: 0px;
		}

#branding {
    position: fixed;
    width: 100%;
    z-index: 10000;
    bottom: 20px;
    text-align: center;
    transition: all 0.7s ease;
    opacity: 0;
    font-size: 20px;
}

    #branding.active {
        bottom: 50px;
        opacity: 1;
    }

    #branding img {
        width: 150px;
        filter: grayscale(100%) brightness(0);
        opacity: 0.3;
        margin-left: 2px;
        margin-right: 20px;
    }

    #branding a {
    	display: inline-block;
    	font-family: 'Montserrat';
    	font-size: 11px;
    	font-weight: bold;
    	margin-left: 6px;
    	margin-right: 6px;
    	margin-top: 14px;
    	text-transform: uppercase;
    	letter-spacing: 1px;
        text-decoration: none;
        color: rgba(0,0,0,0.4);
        display: inline-block;
    }
    
    
	    #branding a.active {
		    color: #ac52a7;
	    }

        #branding a span {
            opacity: 0.3;
        }

#menutoggle {
	position: fixed;
	right: 00px;
	top: 50px;
	padding: 15px 20px;
	background: rgba(0,0,0,0.05);
	font-size: 30px;
	z-index: 10000;
	cursor: pointer;
	transition: 0.8s ease all;
}

	#menutoggle:hover {
		background: rgba(0,0,0,0.1);
	}

	#menutoggle a {
		color: rgba(0,0,0,0.7);
		text-decoration: none;
	}

#breadcrumb {
    position: fixed;
    /*width: 100%;*/
    left: 50%;
    transform: translateX(-50%);
    z-index: 10000;
    bottom: 80px;
    text-align: center;
}

	#breadcrumb .breadcrumbSquare {
		display: inline-block;
		width: 4px;
		height: 4px;
		margin: 0px 7px;
		background-color: #333;
		border-radius: 5px;
		opacity: 0.2;
	}

    #breadcrumb #squareMenu {
        background: none !important;
        text-decoration: none;
        color: #333;
        display: none;
    }
	
	#breadcrumb .breadcrumbSquare.active {
		background-color: #ac52a7;
		opacity: 1;
	}
	
	#breadcrumb .breadcrumbSquare:active {
		opacity: 1;
	}


/* -- FONT -- */

h1 {
	font-size: 21px;
	color: #ac52a7;
	text-transform:uppercase;	
	letter-spacing: 5px;
	margin-top: 0px;
}

	h1 a {
		color: #ac52a7!important;
	    text-decoration: none !important;
	    border-bottom: 1px dashed #999;
	}

h2 {
    font-family: 'Work Sans';
    font-size: 120px;
    line-height: 120px;
    font-weight: bold;
    margin: 0px;
}

	h2.marginLeft {
		margin-left: -10px;
	}


h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px;
}


h4 {
    font-size: 40px;
    line-height: 55px;
    font-weight: normal;
    letter-spacing: 2px;
    margin: 0px;
}

.highlight {
	font-size: 40px;
	font-family: 'Source Serif 4';
	font-weight: 300;
	line-height: 50px;
}

.highlightMedium {
    font-size: 25px;
    font-family: 'Source Serif 4';
    font-weight: 300;
    line-height: 35px;
}

    #diagram .highlightMedium {
        font-family: 'Work Sans';
        font-weight: 300;
        font-size: 20px;
        line-height: 33px;
    }


.highlightMediumLarge {
    font-size: 29px;
    font-family: 'Source Serif 4';
    font-weight: 300;
    line-height: 40px;
}

	.highlight a, .highlight a, .highlightMediumLarge a {
		font-weight: bold;
		color: #129fcd !important;
	    text-decoration: none !important;
	    border-bottom: 1px dashed #999;
	}

.content {
	font-family: 'Work Sans';
	font-size: 18px;
	line-height: 32px;
	margin-top: 10px;
}

    .contentSmall {
        font-size: 13px;
        line-height: 21px;
    }
	
	.contentMedium {
        font-size: 15px;
        line-height: 26px;
    }

.condense {
	font-family: 'Montserrat';
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
}

.bio {
}

    .bio .bioSquare {
        opacity: 0.7;
        transition: 0.4s all ease;
        cursor: pointer;
    }

        .bio .bioSquare:hover, .bio .bioSquare.active {
            opacity: 1;
        }


            .bio .bioSquare.active .bioThumb {
                opacity: 1;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
            }

    .bio .bioThumb {
        width: 110px;
        border-radius: 80px;
        border: 6px solid rgba(255,255,255,0);
        transition: 0.7s all ease;
    }

        .bio .bioThumb:hover {
            
        }

    .bio .bioName {
        font-weight: bold;
    }

    .bio .bioTitle {
        font-style: italic;
        font-size: 13px;
        line-height: 17px;
    }

.caption {
	font-family: 'Work Sans';
	font-size: 16px;
	line-height: 30px;
	margin-top: 10px;
    font-weight: bold;
}

.box {
    display: inline-block;
    border: 1px dashed #ccc;
    padding: 7px;
    text-decoration: none;
    font-family: Montserrat;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    min-width: 100px;
    text-align: center;
    color: #0da1ce;
    vertical-align: middle;
    transition: 0.5s all ease;
}

    .box:hover {
        border: 1px dashed #999;
        color: #999;
    }

	
	.box.boxWhite {
		color: #fff;
		font-weight: bold;
		border: 1px solid #fff;
	}


.toggle {
	display: inline-block;
	border: 1px solid #ac52a7;
	padding: 14px 7px;
	text-decoration: none;
	font-size: 22px;
	letter-spacing: 2px;
	min-width: 350px;
	text-align: center;
	text-transform: uppercase;
	color: #ac52a7;
	margin-bottom: 7px;
}

	.toggle.white {
		border: 1px solid rgba(255,255,255,0.2) !important;
	}

    .toggle.toggleMedium {
        font-size: 13px;
        letter-spacing: 2px;
        transition: all 0.5s ease-out;
        border: 1px solid #000;
        color: #000;
        margin-top: 10px;
    }

    .toggle.toggleSmall {
        font-size: 13px;
        letter-spacing: 2px;
        margin-left: -100px;
        opacity: 0;
        transition: all 0.5s ease-out;
    }
	
		.toggle.toggleSmall.slideRight {
			font-size: 13px;	
			letter-spacing: 2px;
			margin-left: 0px;
			opacity: 1;
		}

		.toggle.toggleSmall h2 {
			font-size: 80px;
			line-height: 100px;
		}

.toggleCurtain {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	background-color: #cccccc;
	font-size: 10px;
	padding: 3px 10px;
	color: #a05baf;
	opacity: 0.6;
}

	.toggleCurtain.active {
		opacity: 1;
		background-color: #fff;
	}

.blue {
	color: #129fcd !important;;
}

.white {
	color: #ffffff !important;
	background-color: #fffff !important;
}

.teal {
    color: #03c9d0 !important;
}

.teal2 {
    color: #31bdf8 !important;
}

.pink {
	color: #d0508e !important;
}

.orange {
	color: #cc893b !important;
}

.gray {
    color: #333 !important;
}

.purple {
    color: #ac52a7 !important;
}

.pop {
    color: #0da1ce !important;
    font-weight: bold;
}

    .curtain .pop {
        color: #fff !important;
        font-weight: bold;
    }

.keepTextTogether {
    white-space: nowrap;
}

.alignRight {
	text-align: right;
}

.alignCenter {
	text-align: center;
}

.hideMobileOnly {
    display: block;
}

.showMobileOnly {
    display: none;
}


@media screen and (max-width: 1780px) 
{
	.panelInner {
		position: relative;
		width: 100%;
	
		margin: 0;
		position: absolute;
		top: 10%;
		left: 50px;
		margin-top: 0px;
	}
	
		.panelInner.panelInner250 {
			margin-top: 0px;
		}

    #curtainTeam .panelInner, #curtainBoard .panelInner, #curtainAdvisors .panelInner {
        margin-top: 0px;
    }

        #curtainScience .panelInner {
            /* margin-top: 30px; */
        }

    #diagram {
        margin-top: 310px;
    }


	.bioBlock {
	
	}

        .bioBlock .bioBlockProfile {
            margin-top: 70px;
        }
	
		.bioBlock .icon {
			width: 200px;
		}
		
		.bioBlock .caption {
            width: 300px;
			max-width: 300px;
			padding-top: 10px;
		}

        .bioBlock .biography {
            display: block;
            font-size: 13px;
            line-height: 26px;
            margin-top: 30px;
        }

            .bioBlock .biography.showMobileOnly {
                display: none;
            }

    h2 {
        font-size: 90px;
        line-height: 90px;
    }

    .content {
        font-size: 13px;
        line-height: 26px;
    }

}

@media screen and (max-width: 1500px) 
{

	#logo {
	  margin: 0;
	  position: relative;
	  top: 40%;
	  left: auto;
	  margin: 0 auto !important;
	  text-align: center;
	  margin-top: -40px;
	}
	
	#navigation {
	  margin: 0;
	  position: relative;
	  top: 40%;
	  right: auto;
	  width: 100%;
	  margin-top: 25px;
	  text-align: center;
	}
	
		#navigation a {
			margin-left: 20px;
			margin-right: 20px;
		}

    #curtainNavigation #navigation {
        right: 0px;
    }

        #curtainNavigation #navigation table {
            float: none !important;
            width: 80%;
            max-width: 750px;
            margin: 0 auto;
            margin-top: 50px;
        }
		
	.curtainHalf .columnHalf {
		font-size: 14px !important;
		line-height: 17px;
	}
	
		.curtainHalf .heading {
			display: inline-block;
			width: 35%;
		}
		
	.columnHalf.marginTop250 {
		margin-top: -120px;
	}

	h1 {
		font-size: 15px;
	}
	
	.lineBullet {
		margin-bottom: 7px;
	}
	
	#spark, #spark.white {
		height: 4px !important;
	}
	
    .highlight {
        font-size: 30px;
        line-height: 40px;
    }


}

@media screen and (max-width: 1400px) {
    .content {
        font-size: 16px;
        line-height: 26px;
    }

    #pipeline {
        font-size: 12px;
        line-height: 17px;
    }

    #curtainScience .curtainClose {
        top: 0%;
        margin-top: 30px;
    }

}

@media screen and (max-width: 1050px) 
{

	
	.highlight {
		font-size: 40px;
		font-family: 'Source Serif 4';
		line-height: 52px;
	}
	
	.content {
		font-family: 'Work Sans';
		font-size: 18px;
		line-height: 32px;
		margin-top: 10px;
	}

	.curtain .curtainClose {
		position: absolute;
		cursor: pointer;
		right: 100px;
		top: 40px;
		font-size: 50px;
		z-index: 2000;
	}
	
	#block.open {
		right: -900px;
	}

    .bioBlock .caption {
        width: 100%;
        height: 50px;
    }
	
	.alignRight {
		text-align: center;
	}
	
	.toggle {
		min-width: 250px;
		font-size: 16px;
	}


}

@media screen and (max-height: 950px) {

    .bio {
    }

        .bio .bioSquare {
            opacity: 0.7;
            transition: 0.4s all ease;
            cursor: pointer;
        }

            .bio .bioSquare:hover, .bio .bioSquare.active {
                opacity: 1;
            }


                .bio .bioSquare.active .bioThumb {
                    opacity: 1;
                    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
                }

        .bio .bioThumb {
            width: 80px;
            border-radius: 80px;
            border: 6px solid rgba(255,255,255,0);
            transition: 0.7s all ease;
        }

            .bio .bioThumb:hover {
            }

        .bio .bioName {
            font-size: 16px;
            font-weight: bold;
        }

        .bio .bioTitle {
            font-style: italic;
            font-size: 12px;
            line-height: 17px;
        }
}


@media screen and (max-width: 1050px), screen and (max-height: 750px)
{

    html {
        scroll-behavior: smooth;
        -webkit-appearance: auto;
        -webkit-text-size-adjust: 100%;
    }

    ::-webkit-scrollbar {
        display: auto;
    }

    #branding {
        display: none;
    }
	
	#logo {
		position: absolute;
		top: 50%;
		width: 100%;
		left: 0px;
		text-align: center;
		margin-top: -85px !important;
	}

        #logo img {
            width: 70%;
            max-width: 500px;
        }

    #copyright {
        position: fixed;
        font-family: 'Work Sans';
        font-size: 11px;
        width: 100%;
        margin: 0 auto;
        left: 0%;
        transform: translateX(-0%);
        bottom: 0px;
        text-align: center;
        opacity: 1.0;
        z-index: 12000;
        background-color: #efefef;
        padding-top: 20px;
        padding-bottom: 20px;
    }

	
	#navigation {
		position: absolute;
		width: 100%;
		top: 50%;
		right: 0px;
		margin-top: -10px;
		text-align: center;
	}
	
		#navigation .navigationWrap {
			width: 80%;
			margin: 0 auto;
		}

        #navigation a {
            margin-left: 11px;
            margin-right: 11px;
            font-size: 16px;
            font-weight: normal;
            letter-spacing: 4px;
        }

    #curtainNavigation #logo {
    	display: none;
        top: 20% !important;
        margin-top: 200px;
    }

        #curtainNavigation #navigation {
            top: 10%;
        }

        #curtainNavigation #navigation a {
            font-size: 18px !important;
        }

            #curtainNavigation #navigation .sub1 {
                font-size: 16px !important;
            }

            #curtainNavigation #navigation .sub2 {
                font-size: 13px !important;
            }

            #curtainNavigation tr td {
                display: block;
                width: 100%;
            }

    #breadcrumb {
        position: fixed;
        width: 40px;
        z-index: 10000;
        bottom: auto;
        left: auto;
        transform: none;
        top: 35%;
        right: 20px !important;
        margin-top: -180px;
        text-align: right;
        display: none;
    }

        #breadcrumb .breadcrumbSquare {
            display: block;
            margin-bottom: 30px;
            width: 16px;
            height: 16px;
            border-radius: 10px;
        }

            #breadcrumb #squareMenu {
                display: block;
                margin-bottom: 40px;
                font-size: 19px;
                text-align: center;
                margin-right: 5px;
                color: #aaa;
            }



	.curtain .curtainClose {
		position: absolute;
		cursor: pointer;
		right: 70px;
		top: 70px !important;
		font-size: 50px;
		z-index: 2000;
	}

        #curtainNavigation.curtain .curtainClose {
            right: 70px;
        }


    #canvas {
		width: 100%;
		height: auto;
        overflow: visible;
	}
	
	#panelHome.panel {
		min-height: 100vh !important;
		height: 100vh !important;
        
	}

    .panel {
        position: relative;
        display: block;
        width: 100%;
        height: auto !important;
        min-height: 1700px;
        overflow-x: hidden;
        overflow-y: hidden;
        background: #f5f5f5;
    }

        #panelScience.panel {
            height: 2100px !important;
        }

        #panelTeam.panel {
            height: 1700px !important;
        }

    .panelInner {
        top: 0%;
        margin-top: 0px;
        padding-top: 80px;
    }

        .panelInner.panelInner250 {
            margin-top: 0px;
        }

    #diagram {
        width: 100%;
        min-width: auto;
        white-space: normal !important;
        padding-bottom: 80px;
        padding-top: 30px;
    }

    #diagramTimeline {
        display: none;
    }

    #diagramCanvas {
        width: 100%;
        overflow: visible;
        margin-top: 20px;
    }

        #diagramCanvas.position1 {
            margin-left: 0px;
        }

        #diagramCanvas.position2 {
            margin-left: -500px;
        }

        #diagramCanvas.position3 {
            margin-left: -1200px;
        }

        #diagramCanvas.position4 {
            margin-left: -2300px;
        }

        #diagramCanvas.position5 {
            margin-left: -4500px;
        }

        #diagramCanvas.position6 {
            margin-left: -5200px;
        }



    .diagramBlock {
        vertical-align: bottom;
        display: block;
        margin-right: 20px;
        transition: 2s all ease;
        text-align: center;
        font-size: 13px;
    }

    .diagramBlockCaption {
        vertical-align: bottom;
        display: block;
        margin: 0 auto;
        transition: 2s all ease;
        text-align: left;
        font-size: 13px;
        max-width: 460px;
        margin-top: 20px;
        margin-bottom: 15px;
        white-space: normal !important;
        text-align: center;
    }

    .diagramBlockArrow {
        position: relative;
        vertical-align: bottom !important;
        display: block;
        padding-bottom: 0px;
        text-align: center;
        margin: 50px auto !important;
        width: 100%;
    }

        .diagramBlockArrow .diagramBlockArrowImage {
            position: relative;
            display: none;
        }

        .diagramBlockArrow .diagramBlockArrowImageMobile {
            position: relative;
            display: inline-block;
        }

    .diagramVeryDim {
        opacity: 1;
    }

    .diagramDim {
        opacity: 1;
    }

    #diagramX {
        opacity: 1;
    }

    .bgHalf {
        background: none;
    }
	
	.curtainHalf {
		background-size: 100% 100% !important;
	}
	
		.curtainHalf .columnHalf {
			width: 70% !important;
			margin-bottom: 50px;
		}
	
	#mark {
		margin-top: 40px;
	}


    #brick #caption, #brick #captionWide {
        font-size: 16px;
        line-height: 30px;
        font-weight: bold;
        letter-spacing: 2px;
    }


    #block.open {
        right: -1000px;
    }

    .bioBlock .caption {
        width: 150px;
        height: 50px;
    }

    .bio .bioThumb {
        width: 110px;
        border-radius: 80px;
        border: 6px solid rgba(255,255,255,0);
        transition: 0.7s all ease;
    }

    .bio .bioName {
        font-size: 17px;
        line-height: 22px;
        font-weight: bold;
    }

    .bio .bioTitle {
        display: block;
        font-style: italic;
        font-size: 13px;
        line-height: 17px;
        margin-top: 4px;
    }

    .box {
        font-size: 20px;
        font-weight: bold;
    }
		
	    .box.boxWhite {

	    }

    #pipeline {
        font-size: 14px;
        line-height: 20px;
    }

        #pipeline td.pipelineLegend {
            padding-right: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
            white-space: nowrap;
            vertical-align: top;
        }

        #pipeline td.pipelineDetail {
            padding-right: 5px;
            padding-top: 10px;
            padding-bottom: 10px;
        }

        #pipeline td.pipelinePaddingLeft {
            padding-left: 15px;
        }

        #pipeline td.pipelineSubheading {
            padding-top: 5px;
        }

    #diagramA {
        display: none;
        width: 70%;
    }

    #diagramB {
        display: block;
        width: 85%;
        max-width: 550px;
        margin: 0 auto;
        left: 0px;
        margin-top: 40px;
    }

    #curtainScience .panelInner {
        margin-top: 0px !important;
    }

        #curtainScience .highlight {
            font-size: 30px;
            line-height: 36px;
        }

    .columnTwoThirds {
        vertical-align: top;
        display: inline-block;
        margin: 0px 50px;
        width: 70%;
        max-width: 820px;
        margin-bottom: 20px;
    }


    .columnTwoThirdsWide {
        vertical-align: top;
        display: inline-block;
        margin: 0px 50px;
        width: 70%;
        margin-bottom: 20px;
    }

    .columnHalf {
        vertical-align: top;
        display: inline-block;
        margin: 0px 50px;
        width: 70%;
        max-width: 820px;
        margin-bottom: 20px;
    }

    .columnThirdNarrow {
        vertical-align: top;
        display: block;
        margin: 0px 50px;
        width: 70%;
        max-width: 820px;
        margin-bottom: 20px;
    }

    .columnThird {
        vertical-align: top;
        display: block;
        margin: 0px 50px;
        width: 80%;
        max-width: 520px;
        margin-bottom: 20px;
    }


        #panelApproach_PSP .columnThird, #panelApproach_ALS .columnThird, #panelApproach_AGS .columnThird {
            width: 70%;
        }

        .curtain .columnThird {
            width: 70% !important;
        }

    .columnThirdWide {
        vertical-align: top;
        display: block;
        margin: 0px 50px;
        width: 80%;
        max-width: 520px;
        margin-bottom: 20px;
    }

    .toggle.toggleSmall.slideRight {
        font-size: 11px;
        color: #fff !important;
        min-width: 300px;
        border: 1px solid rgba(255,255,255,0.2);
    }
	
	.bioBlock {
		width: 100%;
		margin-top: 880px;
	}

        .bioBlock .bioBlockProfile {
            margin-top: 50px;
            margin-left: 140px;
            margin-right: auto;
        }

            .bioBlock .bioBlockProfile .biography .box {
                font-size: 16px !important;
            }
	
		.bioBlock .icon {
			width: 200px;
            border-radius: 100px;
		}
		
		.bioBlock .caption {
			width: 300px;
			padding-top: 10px;
		}

            .bioBlock .caption span {
                line-height: 25px;
            }

        .bioBlock .biography {
            font-size: 22px;
            line-height: 37px;
        }

            .bioBlock .biography.showMobileOnly {
                display: block;
            }


    .toggle {
        font-size: 23px;
        min-width: 350px;
    }
           
    .content {
        font-size: 25px;
        line-height: 42px !important;
    }

    .highlightMedium {
        font-size: 32px;
        font-family: 'Source Serif 4';
        line-height: 48px;
    }

    .caption {
        font-size: 22px;
        line-height: 32px;
        margin-top: 15px;
        font-weight: bold;
    }
	
	.iconLarge {
		border-radius: 200px;
		width: 160px;
	}
	
	.marginTop250 {
		margin-top: 0px !important;
	}
	
	.alignRight {
		text-align: left;
	}
	
	.alignCenter {
		text-align: center;
	}

    .alignCenterMobileOnly {
        text-align: center;
    }

    .hideMobileOnly {
        display: none;
    }
    
     .hideMobileOnlyInline {
        display: none;
    }

    .showMobileOnly {
        display: block;
    }

}