/*####################FONTS########################################*/
@font-face {
  font-family: "untitled-font-1";
  src:url("../fonts/untitled-font-1.eot");
  src:url("../fonts/untitled-font-1.eot?#iefix") format("embedded-opentype"),
    url("../fonts/untitled-font-1.woff") format("woff"),
    url("../fonts/untitled-font-1.ttf") format("truetype"),
    url("../fonts/untitled-font-1.svg#untitled-font-1") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-family: "Montserrat-light";
	src:url("../fonts/Montserrat-Light.otf");
	font-weight:normal;
	font-style:normal;	
}

@font-face{
	font-family: "Montserrat-Regular";
	src:url("../fonts/Montserrat-Regular.otf");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"Montserrat-Bold";
	src:url("../fonts/Montserrat-Bold.otf");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"Montserrat-SemiBold";
	src:url("../fonts/Montserrat-SemiBold.otf");
	font-weight:normal;
	font-style:normal;
}
@font-face{
	font-family:"Montserrat-Black";
	src:url("../fonts/Montserrat-Black.otf");
	font-weight:normal;
	font-style:normal;
}


/*####################END########################################*/
/*####################INPUT RANGE########################################*/
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 13.8px 0;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #fff;
  border: 0 solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #367ebd;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2a6495;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  border: 1px solid #000000;
  height: 36px;
  width: 16px;
  border-radius: 3px;
  background: #ffffff;
  cursor: pointer;
  height: 8.4px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #367ebd;
}
/*####################END INPUT RANGE########################################*/
/*####################LOADER########################################*/
.loader{
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    z-index:99999;
    background:rgba(0,0,0,.8);
    display:none;
}
#floatingBarsG{
    position:relative;
    width:147px;
    height:183px;
    margin:auto;
    top:50%;
    left:50%;
    margin-top:-91px;
    margin-left:-73px;
}
.blockG{
    position:absolute;
    background-color:rgb(0,0,0);
    width:21px;
    height:51px;
    border-radius:17px 17px 0 0;
        -o-border-radius:17px 17px 0 0;
        -ms-border-radius:17px 17px 0 0;
        -webkit-border-radius:17px 17px 0 0;
        -moz-border-radius:17px 17px 0 0;
    transform:scale(0.4);
        -o-transform:scale(0.4);
        -ms-transform:scale(0.4);
        -webkit-transform:scale(0.4);
        -moz-transform:scale(0.4);
    animation-name:fadeG;
        -o-animation-name:fadeG;
        -ms-animation-name:fadeG;
        -webkit-animation-name:fadeG;
        -moz-animation-name:fadeG;
    animation-duration:0.312s;
        -o-animation-duration:0.312s;
        -ms-animation-duration:0.312s;
        -webkit-animation-duration:0.312s;
        -moz-animation-duration:0.312s;
    animation-iteration-count:infinite;
        -o-animation-iteration-count:infinite;
        -ms-animation-iteration-count:infinite;
        -webkit-animation-iteration-count:infinite;
        -moz-animation-iteration-count:infinite;
    animation-direction:normal;
        -o-animation-direction:normal;
        -ms-animation-direction:normal;
        -webkit-animation-direction:normal;
        -moz-animation-direction:normal;
}

#rotateG_01{
    left:0;
    top:60px;
    animation-delay:0.1195s;
        -o-animation-delay:0.1195s;
        -ms-animation-delay:0.1195s;
        -webkit-animation-delay:0.1195s;
        -moz-animation-delay:0.1195s;
    transform:rotate(-90deg);
        -o-transform:rotate(-90deg);
        -ms-transform:rotate(-90deg);
        -webkit-transform:rotate(-90deg);
        -moz-transform:rotate(-90deg);
}

#rotateG_02{
    left:17px;
    top:21px;
    animation-delay:0.156s;
        -o-animation-delay:0.156s;
        -ms-animation-delay:0.156s;
        -webkit-animation-delay:0.156s;
        -moz-animation-delay:0.156s;
    transform:rotate(-45deg);
        -o-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        -webkit-transform:rotate(-45deg);
        -moz-transform:rotate(-45deg);
}

#rotateG_03{
    left:55px;
    top:6px;
    animation-delay:0.1925s;
        -o-animation-delay:0.1925s;
        -ms-animation-delay:0.1925s;
        -webkit-animation-delay:0.1925s;
        -moz-animation-delay:0.1925s;
    transform:rotate(0deg);
        -o-transform:rotate(0deg);
        -ms-transform:rotate(0deg);
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
}

#rotateG_04{
    right:17px;
    top:21px;
    animation-delay:0.229s;
        -o-animation-delay:0.229s;
        -ms-animation-delay:0.229s;
        -webkit-animation-delay:0.229s;
        -moz-animation-delay:0.229s;
    transform:rotate(45deg);
        -o-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
        -webkit-transform:rotate(45deg);
        -moz-transform:rotate(45deg);
}

#rotateG_05{
    right:0;
    top:60px;
    animation-delay:0.2755s;
        -o-animation-delay:0.2755s;
        -ms-animation-delay:0.2755s;
        -webkit-animation-delay:0.2755s;
        -moz-animation-delay:0.2755s;
    transform:rotate(90deg);
        -o-transform:rotate(90deg);
        -ms-transform:rotate(90deg);
        -webkit-transform:rotate(90deg);
        -moz-transform:rotate(90deg);
}

#rotateG_06{
    right:17px;
    bottom:15px;
    animation-delay:0.312s;
        -o-animation-delay:0.312s;
        -ms-animation-delay:0.312s;
        -webkit-animation-delay:0.312s;
        -moz-animation-delay:0.312s;
    transform:rotate(135deg);
        -o-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        -webkit-transform:rotate(135deg);
        -moz-transform:rotate(135deg);
}

#rotateG_07{
    bottom:0;
    left:55px;
    animation-delay:0.3485s;
        -o-animation-delay:0.3485s;
        -ms-animation-delay:0.3485s;
        -webkit-animation-delay:0.3485s;
        -moz-animation-delay:0.3485s;
    transform:rotate(180deg);
        -o-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
}

#rotateG_08{
    left:17px;
    bottom:15px;
    animation-delay:0.385s;
        -o-animation-delay:0.385s;
        -ms-animation-delay:0.385s;
        -webkit-animation-delay:0.385s;
        -moz-animation-delay:0.385s;
    transform:rotate(-135deg);
        -o-transform:rotate(-135deg);
        -ms-transform:rotate(-135deg);
        -webkit-transform:rotate(-135deg);
        -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
    0%{
        background-color:rgb(36,107,189);
    }

    100%{
        background-color:rgb(0,0,0);
    }
}

@-o-keyframes fadeG{
    0%{
        background-color:rgb(36,107,189);
    }

    100%{
        background-color:rgb(0,0,0);
    }
}

@-ms-keyframes fadeG{
    0%{
        background-color:rgb(36,107,189);
    }

    100%{
        background-color:rgb(0,0,0);
    }
}

@-webkit-keyframes fadeG{
    0%{
        background-color:rgb(36,107,189);
    }

    100%{
        background-color:rgb(0,0,0);
    }
}

@-moz-keyframes fadeG{
    0%{
        background-color:rgb(36,107,189);
    }

    100%{
        background-color:rgb(0,0,0);
    }
}
/*####################ENDS LOADER########################################*/
/*####################MENU########################################*/
[data-icon]{
    font-size:40px;
    height: 40px;
    background:#1A5163;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position:absolute;
    cursor:pointer;
    border:4px solid #fff;
    padding:5px;
}
[data-icon]:before {
    color:#fff;
    font-family: "untitled-font-1" !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    display:block;
    line-height: 44px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-title{
    display:block;
    text-align: center;
    line-height: 40px;
    font-size: 1.6vw;
    color:#fff;
}
[data-icon="h"]{
    position: absolute;
    z-index: 999;
    left: 10px;
    top: 7px;
    font-size: 48px;
    height: 48px;
    border: 0;
    background: transparent;
}
[data-icon="g"]{
    position: absolute;
    z-index: 999;
    right: 10px;
    top: 7px;
    font-size: 48px;
    height: 48px;
    border: 0;
    background: transparent;
}
.nav{
    position: fixed;
    z-index: 99;
    height: 13vw;
    width: 13vw;
    right: 60px;
    bottom: 5%;
}
.nav .btn{
    width:5.3vw;
    height: 5.3vw;
    position: relative;
    cursor:pointer;
    top:50%;
    margin-top:-30px;
}
.nav .btn.left{
    background-image:url('../images/icons/Arrow_Left.svg');
    background-repeat: no-repeat;
    float:right;
}
.nav .btn.right{
    background-image:url('../images/icons/Arrow_Right.svg');
    background-repeat: no-repeat;
    float:right;
    margin-left:-2px;
}
.welcome-screen .nav{
    display:none;
}
.welcome-screen .help-on.nav{
    display:block;
}
[data-icon="a"]{
    top:50%;
    margin-top:-29px;
    right:0;
}
[data-icon="b"]{
    right:50%;
    margin-right:-29px;
    top:0;
}
[data-icon="c"]{
    right:50%;
    margin-right:-29px;
    bottom:0;
}
[data-icon="d"]{
    top:50%;
    margin-top:-29px;
    left:0;
}
[data-icon="e"],
[data-icon="f"]{
    top:50%;
    margin-top:-29px;
    right:50%;
    margin-right:-29px;
}
.top-menu{
    width:100%;
    height:40px;
    position:fixed;
    z-index: 110;
    top:0;
    left:0;
    background:rgba(101,49,146,.9);
}
.top-menu .btn{
    position:absolute;
    width:25px;
    height:25px;
    top:50%;
    margin-top:-18px;
    background-repeat:no-repeat;
    z-index: 2;
    cursor:pointer;
    padding:5px;
    background-size: 25px 25px;
    background-position: center center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border:1px solid transparent;
}
.top-menu .btn:hover{
    border:1px solid #fff;
}
.top-menu .btn.active{
    border:1px solid transparent;
}
.top-menu .btn.menu{
    left:10px;
    background-image:url(../images/icons/icon_menu_white.svg);
}
.welcome-screen .btn.menu{
    display:none;
}
.tutorial{
	/*overflow-y:auto;*/
	display:none; 
	width:90%; 
	height:80%;
	max-height:80%;
	max-width:900px; 
	margin-top:10%; 
	margin-left:auto; 
	margin-right:auto;
}
#intro_video_wrapper{
	display:block;
	width:100%; 
	margin:auto; 
	margin-top:-5%;	
	height:80vh;
}
.top-menu .btn.resources{
    right:10px;
    background-image:url(../images/icons/icon_download_white3.svg);
}
.top-menu .btn.az{
    width: 45px;
    height: 30px;
    margin-top: -20px;
    background-size: 45px 30px;
    right: 120px;
    background-image:url(../images/icons/icon_AtoZ_white.svg);
    /*opacity:.5;*/
    cursor:default;
    border:0;
}
.top-menu .btn.help{
    right:70px;
    background-image:url(../images/icons/icon_question_white.svg);
}
.welcome-screen .top-menu .btn.az,
.welcome-screen .top-menu .btn.help{
    display:none;
}
/*####################END MENU########################################*/
.help-screen{
    display:none;
    position: fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: 110;
    cursor: pointer;
    background: url(../images/helpScreen2.png);
    background-size: 100% 100%;
}
.help-screen > div{
    position:absolute;
}
.help-screen > div > img{
    max-width: 100%;
    max-height: 100%;
}
.welcome-screen .welcome{
    display:block;
}
.welcome {
    display:none;
    position: relative;
    top:0;
    left:0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #222;
    font-family:'Montserrat-Regular';
}


.welcome-wrap{
    position:absolute;
    width:100%;
    height:95%;
    top:0%;
    left:0;
    background-image:url(../images/blurry_building-min.png);
    background-size: 100% 100%;
}
.welcome-overlay{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.welcome-table{
    background:rgba(0,0,0,.6);
}
.welcome-screen .terms-wrap.help-on,
.terms-cell{
    font-size: 30px;
    font-size: 1.5vw;
    font-size: 15px;
    font-size: 1.2vw;
    color:#fff;
    background-color: #000;
    font-family: "Montserrat-Light";
}
.terms-cell .code{
    display:none;
}
.welcome-screen .terms-wrap{
    height:5%;
}
.welcome-screen .terms-cell .code{
    display:inline-block;
}
.welcome-screen .terms-cell{
    font-size: 15px;
    font-size: 1.2vw;
}
.terms-wrap,
.welcome-screen .terms-wrap.help-on{
    background:rgba(255,255,255,.9);
    width:100%;
    height:5%;
    position:absolute;
    bottom:0px;
    margin:0;
    left:0;
    z-index: 110;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.terms-table,
.welcome-table{
    display:table;
    width:100%;
    height:100%;
    position: relative;
}
.terms-cell,
.welcome-cell{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}
.strip{
    position:absolute;
    width:100%;
    height:7px;
    left:0;
    bottom:0;
    background-image:url(../images/strip-min.png);
    background-repeat:no-repeat;
    background-size:cover;
    z-index: 1;
}
.welcome-svg{
    width:75%;
    margin: -8vh auto -8vh;
}
.welcome-svg img{
    width:100%;
    height:auto;
    display:block;
}
.welcome-name{
    font-size: 300%;
    text-shadow: 2px 2px #000;
}
.welcome-company{
    font-size: 200%;
    text-shadow: 2px 2px #000;
}
.welcome-tag{
    color: #CECECE;
    text-shadow: 2px 2px #000;
    font-family: "Montserrat-SemiBold";
}
.welcome-begin, .welcome-tutorial, .welcome-start, .welcome-skip, .welcome-review {
    display:inline-block;
    padding: 1vw 1.5vw;
    background:#000;
    color:#fff;
    text-transform: uppercase;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    /*margin-top: 10vh;*/
    cursor:pointer;
    font-size: 1.6vw;
}
.welcome-begin{
	margin-left:-35px; margin-right:15px;
	display:none;
}
.welcome-start{
    /*margin-left:-60px;*/
	top: 500px;
    left: 41%;
    position: absolute;
}
.welcome-review{
    /*margin-left:-60px;*/
	top: 500px;
    left: 52%;
    position: absolute;
    cursor: none;
    background:#000;
    color: #BDB9B8;
}
.splash-buttons{
	display:none;
}
*{
	-webkit-user-select: none;       
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
body,
html {
    font-family: "Montserrat-Light";
    height: 100%;
    margin: 0;
    overflow: hidden;
    color:#fff;
    font-size: 30px;
    font-size: 2vw;
}
.viewport {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    height: 95%;
    background: #DCDCDC;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px
}
@media only screen 
and (min-device-height : 1364px) 
and (max-device-height : 1367px)
and (min-device-width : 1023px) 
and (max-device-width : 1025px)
and (orientation: landscape)
and (-webkit-min-device-pixel-ratio:2),
screen and (min-width:768px) 
and (max-width:1024px)
and (orientation: landscape){
    .viewport {
        -webkit-perspective: 3700px;
        -moz-perspective: 3700px;
        -ms-perspective: 3700px;
        perspective: 3700px
    }
}
.world {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.plane,
.obj {
    position: absolute;
    -webkit-transform-origin: 0 0 0;
    -webkit-backface-visibility: hidden;
    -moz-transform-origin: 0 0 0;
    -moz-backface-visibility: hidden;
    -ms-transform-origin: 0 0 0;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.plane-content img { animation-name: none;
animation-duration: 0s;}

.highlight .plane-content img {  animation: blink 1s;
    animation-iteration-count: infinite;}
.plane .plane-content{
    /* padding:20px; */
}
.notice {
    font: 12px/1.5 Tahoma, Arial;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    z-index: 50001
}
#update {
    bottom: 20px;
    left: 50%;
    width: 360px;
    margin-left: -180px;
    text-align: center;
    font-size: 120%;
    border-radius: 7px
}
#about {
    top: 0;
    width: 100%
}
#about p:first-child {
    float: left
}
#about p:last-child {
    float: right
}
#update a {
    display: block
}
a {
    color: #fc0
}
kbd {
    display: inline-block;
    padding: 0 5px;
    background: #eee;
    color: #000;
    border-radius: 4px;
    border: 1px solid #bbb;
    border-bottom: 3px solid #999;
    -webkit-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000
}
.asset_complete{
    cursor: pointer;
}
.highlight:not(.nohighlight):not(.asset_complete):not(.three-js-asset-cytokines):not(.three-js-asset-apc){
    cursor:pointer;
    background:transparent;
   /* -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;*/
    overflow:hidden;
    animation: loader 1.5s infinite linear;
    -webkit-animation: loader 1.5s infinite linear; /* Safari and Chrome */
}
/*.highlight:not(.nohighlight):not(.asset_complete).hover{
    box-shadow:0 0 20px 5px #00467f;    
    /*background:rgba(255,255,255,.2);*/
}*/
@-webkit-keyframes loader {
    0% {
        box-shadow:0;
    }
    50% {
        /*box-shadow:0 0 20px 5px #00467f;*/
        /* box-shadow:0 0 20px 5px #ffff00; */
    }
    100% {
        box-shadow:0;
    }
}
@keyframes loader {
    0% {
        box-shadow:0;
    }
    50% {
        /*box-shadow:0 0 20px 5px #00467f;*/
        /* box-shadow:0 0 20px 5px #ffff00; */
    }
    100% {
        box-shadow:0;
    }
}
.three-js-asset-apc{
    overflow: hidden;
}
.three-js-asset-apc canvas{
    margin-left: -107px;
    margin-top: -100px;
}
.three-js-asset-cytokines canvas{
    margin-left: -25px;
}
.plane.asset.three-js-asset-cytokines.highlight,
.plane.asset.three-js-asset-apc.highlight{
    cursor:pointer;
    background:transparent;
    overflow:hidden;
}
.plane.asset.three-js-asset-cytokines.highlight:not(.asset_complete):after,
.plane.asset.three-js-asset-apc.highlight:not(.asset_complete):after{
    content:'';
    position:absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    animation: loader 1.5s infinite linear;
    -webkit-animation: loader 1.5s infinite linear; /* Safari and Chrome */
}
.plane.asset.three-js-asset-apc.highlight:after{
    width: 80%;
    height: 100%;
    left: 10%;
    top: 2%;
}
.plane.asset.three-js-asset-cytokines.highlight:after{
    width: 80%;
    height: 84%;
    left: 11%;
    top: 12%;
}
.next.highlighted{
    animation: highlighter 1.5s infinite linear;
    -webkit-animation: highlighter 1.5s infinite linear; /* Safari and Chrome */
}
@-webkit-keyframes highlighter {
    0% {
        -webkit-filter: 0;
        filter: 0;
        border-left-color:#b5b4b9;
    }
    50% {
        -webkit-filter: drop-shadow( -2px 0px 10px #00f );
        filter: drop-shadow( -2px 0px 10px #00f );
        border-left-color:#6a6ad2;
    }
    100% {
        -webkit-filter: 0;
        filter: 0;
        border-left-color:#b5b4b9;
    }
}
@keyframes highlighter {
    0% {
        -webkit-filter: 0;
        filter: 0;
        border-left-color:#b5b4b9;
    }
    50% {
        -webkit-filter: drop-shadow( -2px 0px 10px #00f );
        filter: drop-shadow( -2px 0px 10px #00f );
        border-left-color:#6a6ad2;
    }
    100% {
        -webkit-filter: 0;
        filter: 0;
        border-left-color:#b5b4b9;
    }
}
/*
.highlight:before{
    content:'';
    position:absolute;
    top:-150%;
    left:150%;
    background:rgba(106,115,214,.5);
    width:50px;
    height:300%;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.75s linear;
    -moz-transition: all 0.75s linear;
    -ms-transition: all 0.75s linear;
    -o-transition: all 0.75s linear;
    transition: all 0.75s linear;
}
.highlight.hover:before{
    top:150%;
    left:-150%;
    
    -webkit-transition:all 0s;
    -moz-transition:all 0s;
    -ms-transition:all 0s;
    -o-transition:all 0s;
    transition:all 0s;
}
*/
.lightbox{
    position:fixed;
    width:100%;
    height:100%;
    z-index: 9999;
    display:none;
}
.overlay{
    position:absolute;
    height:100%;
    width:100%;
    background:rgba(0,0,0,.7);
}
.lightbox-content{
    position: absolute;
    width: 96%;
    height: 96%;
    top: 2%;
    left: 2%;
    /*
    background:#efefef;
    box-shadow:0 0 10px #000;
    border:1px solid #ccc;
    */
    padding:0;
    overflow: hidden;
}
.lightbox-content.height-auto{
    height:auto;
}
.lightbox-content.dark{
    background:rgba(0,0,0,.2);
}
.lightbox-content *{
    color:#49494A;
}
.lightbox-content.dark *{
    color:#fff;
}
.lightbox-content p{
    font-size:40px;
}
.lightbox-content h1{
    font-size:60px;
}

.fadein{
    display:none;
}
.num_1,
.num_3,
.num_9{
    position:absolute;
    font-size:50px;
    font-size: 370px;
    color: #f00;
}
.num_3{
    left:40%;
}
.num_9{
    left:75%;
}
video {
    width: 100%    !important;
    max-height:75%;
    height: auto;
    display: block;
    /*-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;*/
}
.slides{
    position: relative;
    width: 90%;
    left: 5%;
    height: 100%;
}
.slides-wrap .slides,
.room-2-objectives{
	display:none;
}
.lightbox .slides{
    display:block;
}
.slide{
	background:#efefef;
    width: 100%;
    height: 100%;
    position: absolute;
    left:150%;
    display: block;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;

}
.slide_0.slide{
    background:transparent;
}
.quickcard-slide,
.quickcard-slide .front,
.quickcard-slide .back{
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
}
.slide-padding{
    display:block;
    padding:0;
}
.quickcard-slide .slide-padding {
    display: block;
    width:100%;
    height:100%;
}
.quickcard-slide .front-wrap,
.quickcard-slide .back-wrap{
    padding: 40px;
    display: table;
    height: 100%;
    width: 100%;
    margin-left: -40px;
}
.quickcard-slide .front-wrap > *{
    padding:0 40px;
}
.quickcard-slide .back-wrap > *{
    padding:20px 40px 0;
}
.slide.before{
    left:-120%;
}
.slide.after{
    left:120%;
}
.current{
    left:0;
}
.lightbox-content .next,
.lightbox-content .prev{
    cursor: pointer;
    position: absolute;
    top:50%;
    /*
    margin-top: -37px;
    height: 75px;
    width: 30px;
    */
    margin-top:-5vh;
    width: 0;
    height: 0;
    z-index: 150;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /*background-size:100% 100%;
    background-repeat:no-repeat;*/
    /*display:none;*/
}
.close{
    display: none;
}
.close.available,
.open .close{
    display:block;
}
.slide .close{
    width:40px;
    height:40px;
    position:absolute;
    z-index: 10;
    right:20px;
    top:20px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-image:url(../images/icons/icon_close_circle_white.svg);
    background-size:100%;
    cursor: pointer;
    z-indez:120;
}
.slide.flipped .close,
.statement-slide .close,
.clue-slide .close,
.image-slide .close,
.slide_0 .close,
.dark.close,
.question-slide .close{
    background-image:url(../images/icons/pop-up_close.png);
}
.display-table{
    display:table;
    width:100%;
    height:100%;
}
.display-cell{
    display:table-cell;
    vertical-align: middle;
}
.prev.available,
.next.available{
	color:#12A75C;
    display:block;
}
.lightbox-content .next{
    /*right: -35px; */
    background:url('../images/icons/Btn_Next.png') no-repeat;
    /*right:-2.75vw; */
    height:53px;
    width: 33px;
    right: 5vw;
background-size: 105%;
    /* border-top: 5vh solid transparent;
    border-bottom: 5vh solid transparent;
    border-left: 1px solid #b9b5b4;  */ 
}
.lightbox-content .prev{
    /*left:-35px; */
   background:url('../images/icons/Btn_Previous.png') no-repeat;
    height:53px;
    width: 33px;
    left: 5vw;
background-size: 105%;
   /*  border-top: 5vh solid transparent;
    border-bottom: 5vh solid transparent;
    border-right: 2.5vw solid #b9b5b4; */
}
.flip{
    font-size: 50px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 40px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9999;
}
.slide.flipped .flip{
    color:#3D6794;
}
.quickcard,
.front,
.back{
	width:100%;
	height:100%;
}
.slide-padding{
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
}
.statement-slide .slide-padding,
.clue-slide .slide-padding{
    height:100%;
}
.quickcard {
    -webkit-transition: 0.5s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 0.5s;
    transform-style: preserve-3d;
    position: relative;
}
.quickcard .head{
    color: #fff;
    font-family: "Montserrat-Black";
    line-height: normal;
    font-size: 48px;
    font-size: 4vw;
    margin-bottom: 20px;
}
.quickcard .middle ul{
    margin:20px 0 0 9px;
}
.quickcard .middle,
.quickcard .middle li,
.quickcard .middle em{
    font-family: "Montserrat-Light";
    color: #fff;
    font-size: 28px;
    font-size: 4.5vh;
}
.quickcard .middle li{
    font-size: 28px;
    font-size: 4.2vh;
}
.quickcard strong{
    font-family: "Montserrat-Black";
}
.front, .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    transform-style: preserve-3d;
    transform: rotateY(0deg);
    position: absolute;
    top: 0;
    left: 0;
}
.front {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f78b9+0,005292+100 */
    background: #0f78b9; /* Old browsers */
    background: -moz-linear-gradient(top, #0f78b9 0%, #005292 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f78b9 0%,#005292 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f78b9 0%,#005292 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f78b9', endColorstr='#005292',GradientType=0 ); /* IE6-9 */
	z-index: 2;
	/* for firefox 31 */
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
}
.back {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefeff+0,e0e5eb+100 */
    background: #fefeff; /* Old browsers */
    background: -moz-linear-gradient(top, #fefeff 0%, #e0e5eb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefeff 0%,#e0e5eb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefeff 0%,#e0e5eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e0e5eb',GradientType=0 ); /* IE6-9 */
	-webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}
.back-font{
    font-family: "Montserrat-Light";
    text-align:center;
    font-size: 35px;
    font-size: 2.4vw; 
    padding: 0;
    display:table-cell;
    vertical-align: middle;
}
.back-font .back-font-wrap{
    width:100%;
    height:85%;
}
.back-font img{
    width: auto;
    max-height: 55vh;
    max-width: 85%;
    margin-top: 20px;
}
.quickcard.flipped{
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.feedback{
    color: #fff;
    text-align: center;
    margin-top: 1em;
	/*background: #4F81BD;*/
/*    border: 2px solid #385D8A;*/
    /*color: #fff;*/
    /*padding: 2%;*/
    /*position: absolute;*/
    /*display: table;*/
    /*width: 76%;*/
    /*height: 86%;*/
    /*top: 5%;*/
    /*left: 10%;*/
    /*-ms-transform: scale(0);*/
    /*-webkit-transform: scale(0);*/
    /*transform: scale(0);*/
    /*-webkit-transition: all 0.3s linear;*/
    /*-moz-transition: all 0.3s linear;*/
    /*-ms-transition: all 0.3s linear;*/
    /*-o-transition: all 0.3s linear;*/
    /*transition: all 0.3s linear; */
}
.feedback .activity-submit {
    color: #fff;
}
/*
.feedback.open{
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feedback-content{
	display:table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}
.feedback2{
	background: #4F81BD;
    border: 2px solid #385D8A;
    color: #fff;
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.feedback2.open{
	-ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.feedback-content2{
	display:block;
	color: #fff;
	text-align: center;
}
*/
.statement-slides,
.clue-slides{
    width:90%;
    left:5%;
}
.statement-slide,
.clue-slide{
     /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefeff+0,e0e5eb+100 */
    background: #fefeff; /* Old browsers */
    background: -moz-linear-gradient(top, #fefeff 0%, #e0e5eb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fefeff 0%,#e0e5eb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fefeff 0%,#e0e5eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefeff', endColorstr='#e0e5eb',GradientType=0 ); /* IE6-9 */
}
.statement-table,
.clue-table{
    height:100%;
    width:100%;
    position:relative;
    display:table;
}
.statement-cell,
.clue-cell{
    display:table-cell;
    width:50%;
    height:100%;
    vertical-align: middle;
}
.statement-cell,
.statement-cell *,
.clue-cell,
.clue-cell *{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.statement-cell.left,
.clue-cell.left{
    padding: 0 20px 0 20px;
    text-align: center;
    font-size: 20px;
    font-size: 3.5vh;
    position: relative;
}
.statement-cell.left:after,
.clue-cell.left:after{
    content: '';
    width: 2px;
    height: 50%;
    top: 25%;
    border-right: 2px dashed #A4A4A4;
    position: absolute;
    right:0;
}
.statement-cell.right,
.clue-cell.right{
    padding: 45px 45px 45px 30px;
}
.statement-img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.statement-img-wrap{
    float: none;
    position: relative;
    width: auto;
    height: auto;
    margin: 0 auto;
    max-width: 90%;
}
.statement-cell .head,
.clue-cell .head,
.question-slide-cell .head{
    color: #474748;
    font-family: "Montserrat-Black";
    line-height: normal;
    font-size: 48px;
    font-size: 4vw;
    margin-bottom: 20px;
}
.objective-title{
    color: #474748;
    line-height: normal;
    font-size: 48px;
    font-size: 4vw;
    margin-bottom: 20px;
    font-weight:bold;
}
.objective-subtitle {
    font-weight: bold;
}

.statement-cell .checkbox{
    position: absolute;
    width: 2vw;
    height: 2vw;
    background:#fff;
    border:1px solid #474748;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.statement-cell .checkbox.incorrect:after{
    content:'';
    width:2.5vw;
    height:2.5vw;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -10%;
    margin-left: -10%;
    background-image:url(../images/icons/icon_x_red.svg);
    background-size:100% 100%;
}
.statement-cell .checkbox.correct:after{
    content: '';
    width: 2.5vw;
    height: 2.5vw;
    position: absolute;
    top: 0;
    left: 1%;
    background-image: url(../images/icons/icon_check_cyan.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.statement-cell .gitract{
    top: -.5%;
    left: 32%;
}
.statement-cell .mouth{
    top: 25.5%;
    left: -3%;
}
.statement-cell .ulser{
    top: 25%;
    right: 5%;
}
.statement-cell .wall{
    top: 56%;
    left: 3%;
}
.statement-cell .colon{
    top: 73.5%;
    left: 0%;
}
.statement-cell .ileum{
    top: 93%;
    left: 5%;
}
.statement-cell .fistula{
    top: 94%;
    right: -5%;
}
.statement-cell .stricture{
    top: 69%;
    right: -8%;
}
.statement-cell .abscess{
    top: 48%;
    right: -6%;
}
.statement-cell .incorrect-msg1,
.statement-cell .incorrect-msg2,
.clue-cell .incorrect-msg1,
.clue-cell .incorrect-msg2{
    display:block;
    color:#E61A21;
    /*font-family: "Montserrat-Bold";*/
}
.statement-cell .incorrect-msg1 strong,
.statement-cell .incorrect-msg2 strong,
.clue-cell .incorrect-msg1 strong,
.clue-cell .incorrect-msg2 strong{
    color:#E61A21;
    margin: 10px 0;
    font-family: "Montserrat-Bold";
}
.question-cell strong{
    color:#E61A21;
    margin: 10px 0;
    font-family: "Montserrat-Bold";
    font-size:150%;
}
.statement-cell .correct-msg,
.clue-cell .correct-msg,
.correct-msg{
    display:block;
    color:#44B449;
    margin: 10px 0;
    text-align: center;
}
.correct-green{
    color:#44B449;
}
.slide .btn, .okay.btn{
    display:block;
    padding: 10px 0;
}
/*.slide .btn-child, .okay.btn .btn-child{*/
.btn-child, .okay.btn .btn-child{
    /*font-family: "Montserrat-Black";*/
    font-family: "Montserrat-SemiBold";
    background: rgba(101,49,146,.9);
    color:#fff !important;
    display:inline;
    padding:10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.try-again-btn{
    display:block;
    padding: 20px 0; 
}
.try-again-btn-child{
    font-family: "Montserrat-Black";
    background: #f00;
    color:#fff;
    display:inline;
    padding:10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.clue-lock-table{
    display:table;
    width:100%;
    margin:0 auto;
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: .6vw;
}
.clue-lock-row{
    display:table-row;
    width:100%;
    margin:0 auto;
}
.clue-lock-cell{
    display: table-cell;
    height: 35vh;
    vertical-align: middle;
    background-image: url(../images/lock-min.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top center;
    position: relative;
    cursor: pointer;
}
.clue-lock-key{
    position: absolute;
    width:100%;
    height:12vh;
    left:0;
    top:100%;
    background-image: url(../images/key-min.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    opacity:0;
    z-index: -1;
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
    .clue-lock-cell{
        height: 20vh;
    }
    .clue-lock-key {
        height: 8vh;
    }
}
.clue-lock-cell.correct{
    background-image: url(../images/unlock-min.png);
}
.clue-lock-cell.incorrect .clue-lock-key,
.clue-lock-cell.correct .clue-lock-key{
    opacity:1;
    top:80%;
}
.clue-lock-cell-text-wrap{
    text-align: center;
    position: absolute;
    height: 50%;
    bottom:0;
    width:100%;
    background-repeat: no-repeat;
    background-size: 0%;
    background-position: center;
    background-image:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.clue-lock-cell.correct .clue-lock-cell-text-wrap{
    background-size: 70% 70%;
    background-image: url(../images/icons/icon_check_cyan.svg);
}
.clue-lock-cell.incorrect .clue-lock-cell-text-wrap{
    background-size: 70% 70%;
    background-image: url(../images/icons/icon_x_red.svg);
}
.clue-lock-cell-text{
    display:table;
    width:100%;
    height:100%;
    vertical-align: middle;
}
.clue-lock-cell-text-inline{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
    font-size: 1.4vw;
}
.clue-lock-cell.correct .clue-lock-cell-text-inline,
.clue-lock-cell.incorrect .clue-lock-cell-text-inline{
    display:none;
}
.lightbox-content[name=room_2_asset_3]{
    width: 96%;
    height: 96%;
    top: 2%;
    left: 2%;
    padding:0;
}
.lightbox-content[name=room_2_asset_3] .close{
    right: 10px;
    top: 10px;
    background-image:url(../images/icons/icon_close_circle_blue.svg);
}
.drag-slide{
    display:table;
}
.drag-slide .slide-padding{
    padding: 20px;
    width: auto;
    display:table-cell;
    vertical-align: middle;
}
.drag-wrap{
    display:inline;
}
.drag-table{
    display:table;
    width:100%;
    height:100%;
    font-size: 2vh;
    table-layout: fixed;
    margin:0 auto;
    border-spacing: 5px;
}
.drag-row{
    display:table-row;
    width:100%;
}
.drag-cell{
    display:table-cell;
    vertical-align: top;
}
.drag-cell:first-child:nth-last-child(1) {
    width: 100%;
}
.drag-cell:first-child:nth-last-child(2),
.drag-cell:first-child:nth-last-child(2) ~ .drag-cell,
.clue-lock-cell:first-child:nth-last-child(2),
.clue-lock-cell:first-child:nth-last-child(2) ~ .clue-lock-cell {
    width: 50%;
}
.drag-cell:first-child:nth-last-child(3),
.drag-cell:first-child:nth-last-child(3) ~ .drag-cell,
.clue-lock-cell:first-child:nth-last-child(3),
.clue-lock-cell:first-child:nth-last-child(3) ~ .clue-lock-cell {
    width: 33.3333%;
}
.drag-cell:first-child:nth-last-child(4),
.drag-cell:first-child:nth-last-child(4) ~ .drag-cell {
    width: 25%;
}
.drag-cell:first-child:nth-last-child(5),
.drag-cell:first-child:nth-last-child(5) ~ .drag-cell {
    width: 20%;
}
.drag-headline{
    font-family: "Montserrat-Black";
    display: block;
    font-size: 2vw;
    text-align: center;
    margin: 10px 0 20px;
}
.drag-container{
    width:100%;
}
.drag-cell-img{
    width:100%;
    display:block;
}
.image-container-wrap .drag-cell-img{
    width:100% !important;
    height:100% !important;
}
.image-text-wrap{
    display:table;
}
.image-container{
    display:table-cell;
    vertical-align: top;
    position: relative;
}
.image-container-wrap{
    width: 15vh;
    height:15vh;
    background:#fff;
    border:1px dashed #898989;
}
.image-container .label{
    position: absolute;
    top: -14px;
    left: -14px;
    width: 28px;
    height: 28px;
    line-height: 30px;
    background: #fff;
    color: #000;
    font-family: "Montserrat-Bold";
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    border: 1px solid #898989;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
}
.image-text{
}
.continue-wrap{
    display:block;
    text-align:center;
}
.continue-wrap .continue-btn{
    margin: 2vh 0;
}
.objectives-table{
    display:table;
    width:100%;
    height:100%;
}
.objectives-cell-wrap{
    display:block;
}
.objectives-cell{
    display:table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.objectives-wrap{
    position: relative;
    background: #efefef;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.objectives-wrap{
    padding:5%;
}
.objective{
    position: relative;
    padding-left: 25px;
    margin: 10px;
    font-size:3.5vh;
    text-align:left;
}
.objective:before{
    position: absolute;
    content: '';
    top: .5vh;
    left: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 16px solid rgb(101, 49, 146);
}
.az-screen{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    z-index: 110;
}
.az-screen.open{
    display:block;
}
.az-content{
    position: absolute;
    height:96%;
    width:96%;
    top:2%;
    left:2%;
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.az-content img{
    max-width:100%;
    max-height: 100%;
}
.az-table{
    display:table;
    width:100%;
    height:100%;
    color:#00467F;
}
.az-row{
    display:table-row;
    width:100%;
    height:100%;
}
.az-cell{
    display:table-cell;
    vertical-align: top;
    width:50%;
    height:100%;
    color:#000;
}
.az-cell:first-child{
    background:#9A6AFF;
    color:#ffffff;
}
.az-cell:last-child{
    background:#fff;
    vertical-align: middle
}
.az-term-name-sound-wrap{
    font-size:0;
    position: relative;
    margin-bottom:40px;
}
.az-term-name-sound-wrap:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 1px;
    width: 90%;
    border-bottom: 1px solid #9A6AFF;
    z-index: 1;
}
.az-title{
    text-transform:uppercase;
    font-family: "Montserrat-Bold";
    font-size:36px;
    margin-bottom: 15px;
}
.az-term-name{
    font-family: "Montserrat-Bold";
    font-size:36px;
    width: auto;
    padding-right: 115px;
    vertical-align: middle;
}
.az-title-description-wrap,
.az-content-wrap{
    padding:40px;
}
.az-content-wrap{
    position: relative;
    right:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.az-title-description-wrap{
    height:40%;
}
/*.az-welcome.az-term-sound-wrap{*/
    /*display:none;*/
/*}*/
.az-term-sound-wrap{
    text-align:right;
    display: none;
    vertical-align: middle;
    position: absolute;
    width:100px;
    height:100px;
    right:0;
    top:50%;
    margin-top:-50px;
    z-index: 2;
}
.az-term-sound{
    display: inline-block;
    width:100px;
    height:100px;
    background-image:url(../images/icons/button_audio_blue.svg);
    cursor:pointer;
}
.az-menu-wrap{
    max-height: 60%;
    overflow: auto;
    background:#fff;
    color:#000;
}
.az-description{
    font-size: 22px;
}
.az-menu-list,
.az-menu-list ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.az-menu-list .alph ul{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.az-menu-list .alph.open ul{
    max-height:2000px;
}
.az-menu-list .alph.has:before,
.az-menu-list .alph.has:after{
    content: "";
    position: absolute;
    z-index: 1;
    background-color: #000;
    width: 3px;
    height: 9px;
    right: 15px;
    top: 10px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.az-menu-list .alph.has:before,
.az-menu-list .alph.has.open:after{
    -moz-transform: translate( -2px , 0 ) rotate( 45deg );
    -webkit-transform: translate( -2px , 0 ) rotate( 45deg );
    -o-transform: translate( -2px , 0 ) rotate( 45deg );
    -ms-transform: translate( -2px , 0 ) rotate( 45deg );
    transform: translate( -2px , 0 ) rotate( 45deg );
}
.az-menu-list .alph.has:after,
.az-menu-list .alph.has.open:before{
    -moz-transform: translate( 2px , 0 ) rotate( -45deg );
    -webkit-transform: translate( 2px , 0 ) rotate( -45deg );
    -o-transform: translate( 2px , 0 ) rotate( -45deg );
    -ms-transform: translate( 2px , 0 ) rotate( -45deg );
    transform: translate( 2px , 0 ) rotate( -45deg );
}  
.az-menu-list .alph.has.open:before{
    -moz-transform: translate( 2px , 0 ) rotate( 45deg );
    -webkit-transform: translate( 2px , 0 ) rotate( 45deg );
    -o-transform: translate( 2px , 0 ) rotate( 45deg );
    -ms-transform: translate( 2px , 0 ) rotate( 45deg );
    transform: translate( 2px , 0 ) rotate( 45deg );
}
.az-menu-list .alph.has.open:after{
    -moz-transform: translate( -2px , 0 ) rotate( -45deg );
    -webkit-transform: translate( -2px , 0 ) rotate( -45deg );
    -o-transform: translate( -2px , 0 ) rotate( -45deg );
    -ms-transform: translate( -2px , 0 ) rotate( -45deg );
    transform: translate( -2px , 0 ) rotate( -45deg );
}  
.az-menu-list li{
    border-top:1px solid #9A6AFF;
}
.az-menu-list li > .item{
    padding-left:30px;
    position: relative;
    z-index: 2;
    cursor:pointer;
}
.az-menu-list li li > .item{
    padding-left:60px;
    padding-top:3px;
    padding-bottom:3px;
    cursor:pointer;
}
.az-menu-list .alph{
    position: relative;
}
.az-content{
    position: relative;
}     
.az-content .close{
    width:40px;
    height:40px;
    position:absolute;
    z-index: 1;
    right:10px;
    top:10px;
    background-image:url(../images/icons/icon_close_circle_blue.svg);   
    cursor: pointer;
}  
.nav-circle-absolute{
    position: absolute;
    width:100%;
    height: 14px;
    bottom: 5px;
    left: 0;
    overflow: hidden;
}
.nav-circle-wrap{
    height: 100%;
    display: block;
    padding: 0 50px;
    text-align: center;
}
.nav-circle{
    background:#ffffff;
    border:1px solid #000000;
    width:10px;
    height:10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.nav-circle:first-child:nth-last-child(1) {
    display: none;
}
.nav-circle.active{
    background:#9A6AFF;
    border:1px solid #9A6AFF;
}
.breadcrumbs {
    position: absolute;
    bottom: -0.5vw;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 3;
    text-align: center;
}
.play-img-slide{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-image:url('../images/icons/button_audio_blue.svg');
    z-index: 9;
}
.play-img-slide.show{
    display:block;
} 
.image-slide.slide{
    display:table;
}
.image-slide-img{
    display:table-cell;
    vertical-align: middle;
}
.image-slide-img-table-wrap.open{
    opacity:1;
}
.image-slide-img-table-wrap{
    position:absolute;
    height: 100%;
    width: 100%;
    opacity:0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.image-slide-img-table{
    display:table;
    height: 100%;
    width: 100%;
}
.image-slide-img-cell{
    display:table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}
.image-slide-img-cell img{
    display:block;
    max-height: 90vh;
    width: 100%;
    margin: 0 auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.image-slide-img img{
    display:block;
    margin:0 auto;
    max-height: 95vh;
    width: auto;
    max-width: 100%;
}
.plane.asset.three-js-asset-cytokines,
.plane.asset.three-js-asset-apc{
    padding:25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.confirm-outer-wrap{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.confirm-outer-wrap.incorrect{
    color:#f00;
}
.confirm-inner-table,
.question-slide-table,
.bar-table{
    display:table;
    width:100%;
    height:100%;
    position: relative;
    z-index: 2;
}
.question-slide-table{
    z-index: 1;
}
.confirm-inner-cell,
.question-slide-cell,
.bar-cell{
    display:table-cell;
    width:100%;
    height:100%;
    vertical-align: middle;
}
.confirm-inner-cell{
    text-align: center;
}
.question-slide-cell{
    padding: 4vw;
    font-family: "Montserrat-Light";
    font-size: 28px;
    font-size: 4.5vh;
}
.question-slide-question,
.question-slide-answer-wrap{
    margin-bottom: 3vh;
}
/*.question-slide-answer{*/
    /*margin-bottom: 1vh;*/
    /*padding-left: 5vh;*/
    /*position: relative;*/
/*}*/
/*.question-slide-answer:before{*/
    /*content:'';*/
    /*height: 4vh;*/
    /*width: 4vh;*/
    /*position:absolute;*/
    /*top: 0;*/
    /*margin-top: .5vh;*/
    /*left:0;*/
    /*background-color: #fff;*/
    /*background-repeat:no-repeat;*/
    /*background-size:90% auto;*/
    /*background-position: center;*/
    /*border: 1px solid #898989;*/
    /*-webkit-border-radius: 50%;*/
    /*-moz-border-radius: 50%;*/
    /*border-radius: 50%;*/
    /*cursor:pointer;*/
/*}*/
/*.question-slide-answer.correct:before{*/
    /*background-image:url(../images/icons/icon_check_cyan.svg);*/
/*}*/
.question-slide-answer.incorrect:before{
    background-image:url(../images/icons/icon_x_red.svg);
}
.confirm-inner{
    font-size: 2.7vw;
    display:inline-block;
    max-width:50%;
    display: inline-block;
    max-width: 50%;
    padding: 30px;
    background: #fff;
    border: 1px solid #aaa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.confirm-inner .btn{
    margin:20px 10px 20px 10px;
    display: inline-block;
}
.confirm-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1;
    background:rgba(255,255,255,.8);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;     
}
.okay-overlay{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 1; 
}
.bar-chart-table{
    visibility: hidden;
    height: 0;
    float: left;
    display: inline;
}
.bar-chart-container{
    position:relative;
    height:100%;
}
.bar-chart-container-wrap{
    height:80%;
    margin: 0 auto
}
.loaded_content{
    display:none;
}
.apc-slide-table{
    display:table;
    width:100%;
    height: 100%;
}
.apc-slide-cell{
    display:table-cell;
    vertical-align: middle;
    padding: 0 20px;
}
.apc-slide .apc-slide-title{
    font-size: 70px;
    font-size: 3.4vw;
    text-align:center;
}
.apc-slide .apc-slide-question{
    font-size: 34px;
    font-size: 1.7vw;
    text-align:center;
    border-bottom: 2px dashed #A4A4A4;
    padding-bottom: 30px;
}
.apc-slide-image-wrap{
    position:relative;
    margin:15px 0;
    height: 45vh;
    overflow: hidden;
}
.apc-slide-image-table{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display:table;
}
.apc-slide-image-cell{
    display: table-cell;
    vertical-align: middle;
}
.apc-slide-image-table.before{
    left:-100%;
}
.apc-slide-image-table.after{
    left:100%;
}
.apc-slide-image-cell img{
    display:block;
    max-width: 90%;
    max-height: 45vh;
    margin: 0 auto;
}
.apc-slide-select-wrap{
    display: block;
    text-align: center;
}
.apc-slide-prev,
.apc-slide-next,
.apc-slide-select{
    display:inline-block;
    font-family: "Montserrat-Regular";
    text-transform: uppercase;
    background: #159AD6;
    color:#fff;
    padding:10px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin:0 5px;
    position:relative;
    font-size: 22px;
}
.apc-slide-next{
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.apc-slide-next:after{
    content:'';
    position: absolute;
    top:0;
    right:-22px;
    width: 0; 
    height: 0; 
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #159AD6;
}
.apc-slide-prev{
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.apc-slide-prev:before{
    content:'';
    position: absolute;
    top:0;
    left:-22px;
    width: 0; 
    height: 0; 
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent; 
    border-right: 22px solid #159AD6; 
}
.completed .apc-slide-prev,
.completed .apc-slide-next{
    display:none;
}
.apc-completed .apc-slide-prev,
.apc-completed .apc-slide-next{
    display:inline-block;
}
.apc-slide .incorrect-msg{
    display:block;
    color:#E61A21;
    /*font-family: "Montserrat-Bold";*/
    margin-bottom: 5px;
    font-size:120%;
}
.apc-slide .correct-msg{
    display:block;
    color:#44B449;
    margin-bottom: 5px;
    text-align: center;
    font-size:120%;
}
@media(max-width:1024px and max-height:768px){
    .terms-cell{
        font-size: 22px;
        color:#333;
    }
    .welcome-name{
        font-size: 300%;
        text-shadow: 2px 2px #000;
    }
    .welcome-company{
        font-size: 200%;
        text-shadow: 2px 2px #000;
    }
    .welcome-tag{
        color: #CECECE;
        text-shadow: 2px 2px #000;
        font-family: "Montserrat-SemiBold";
    }
    .quickcard-slide .front-wrap,
    .quickcard-slide .back-wrap{
        padding: 30px 50px;
    }
    .quickcard .head{
        font-size: 70px;
        font-size: 3.4vw;
        margin-bottom: 22px;
    }
    .quickcard .middle ul{
        margin:20px 0 0 -10px;
    }
    .quickcard .middle,
    .quickcard .middle li{
        font-size: 34px;
        font-size: 1.7vw;
    }
}
@media only screen 
  and (orientation: portrait){
    .image-container-wrap{
        width:15vw;
        height:15vw;
    }
    .drag-table{
        font-size:1.8vw;
    }
    .statement-cell.left,
    .clue-cell.left{
        font-size:3.5vw;
    }
}
@media screen and (min-aspect-ratio: 2/1) {
    .welcome-svg{
        width: 50%;
    }
    .statement-img-wrap,
    .clue-img-wrap{
        max-width: 65%;
    }
}


/*div#room_2_asset_3:after {*/
    /*content: ' ';*/
    /*left: 6%;*/
    /*bottom: -19px;*/
    /*transform: rotate(22deg);*/
    /*width: 0%;*/
    /*height: 127%;*/
    /*display: block;*/
    /*position: absolute;*/
    /*-webkit-animation: loader 1.5s infinite linear;*/
/*}*/




.base_slide, .left_slide, .right_slide {
    background: #ffffff;
    border-radius: 0px;
    position: absolute;
    height: 100%;
    left: 5%;
    width: 90%;
    display: block;
    padding-top:50px;
    display:block;
    text-align:center;
    /*transition: left 0.5s linear;*/
}

.left_slide {
    left: -95%;
}

.right_slide {
    left: 105%;
}

.close {
    width: 40px;
    height: 40px;
    position: absolute;
    z-index: 10;
    right: 1vh;
    top: 10px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    background-image: url(../images/icons/pop-up_close.png);
    background-size: 80%;
    background-repeat:no-repeat;
    cursor: pointer;
    z-index:120;
}

/* overlay */
.lobby_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:100;
	display:none;
	overflow:scroll;
}

.lobby_background{


}
.lobby_background img{
	width:100%;
}

.lobby_content{
	
	
}


.lobby_door_2_hotspot{
	position:absolute;
    top: 5vw;
    left: 47.6vw;
    width: 12.5vw;
    height: 33vw;
	color:#ffffff;
	cursor:pointer;
    z-index: 200;
    display:none;
}

.lobby_door_3_hotspot{
	position:absolute;
	top: 7vw;
    left: 76.5vw;
    width: 13.5vw;
    height: 27.5vw;
	color:#000000;	
	cursor:pointer;
    z-index: 200;
    display:none;
}

.lobby_reception_hotspot{
	position:absolute;
    top: 39vw;
    left: 4vw;
    width: 21vw;
    height: 9vw;
    color: #000000;
    border-radius: 10px;
	cursor:pointer;	
    z-index: 200;
}

.reception_overlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:100;
	display:none;
	overflow:scroll;
}

.reception_background{


}
.reception_background img{
	width:100%;
}

.reception_content{
	
	
}

.reception_asset_1_hotspot{
	position:absolute;
	top: 36vw;
    left: 31vw;
    width: 17vw;
    height: 6vw;
	color:#000000;
	cursor:pointer;
	z-index:200;
}

.reception_asset_2_hotspot{
	position:absolute;
    top: 3vw;
    left: 68vw;
    width: 20vw;
    height: 34vw;
	color:#000000;	
	cursor:pointer;
	z-index:200;
}

.reception_return_button{
	position:absolute;
    top: 3vw;
    left: 1vw;
    width: 10vw;
	color:#000000;	
	cursor:pointer;	
}

.lightbox_header{
	position: absolute;
	background-color:#9A6AFF;
	height:50px;
	left: 5%;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;   
    z-index:110;
}

.lobby_door_3_hotspot_glow {
    position:absolute;
	top: 5.2vw;
    left: 75vw;
    width: 17.5vw;
    height: 31.5vw;
	color:#000000;	
	cursor:pointer;
    background: url(../images/room0/glows/EXS_103_V2_examGlow.png) no-repeat;
    background-size: 94%;
    animation: blink 1s;
    animation-iteration-count: infinite;
    display:none;
}

.lobby_door_2_hotspot_glow{
	position:absolute;
    top: 3vw;
    left: 45.9vw;
    width: 15.6vw;
    height: 40vw;
	color:#ffffff;
	cursor:pointer;
    background: url(../images/room0/glows/EXS_103_V2_DocGlow.png) no-repeat;
    background-size: 103%;
    animation: blink 1s;
    animation-iteration-count: infinite;
    display:none;
}


.lobby_reception_hotspot_glow{
	position:absolute;
   top: 37.2vw;
    left: 2.7vw;
    width: 23.8vw;
    height: 12vw;
    color: #000000;
    border-radius: 10px;
	cursor:pointer;	
    background: url(../images/room0/glows/EXS_103_V2_receptGLow.png) no-repeat;
    background-size: 102%;
    animation: blink 1s;
    animation-iteration-count: infinite;
}

.reception_asset_1_hotspot_glow{
	position:absolute;
	top: 34.6vw;
    left: 30vw;
    width: 19vw;
    height: 10vw;
	color:#000000;
	cursor:pointer;
	background: url(../images/room1/glows/EXS_105_TeleGlow.png) no-repeat;
    background-size: 102%;
    animation: blink 2s;
    animation-iteration-count: infinite;
}

.reception_asset_2_hotspot_glow{
	position:absolute;
    top: 0vw;
    left: 64.5vw;
    width: 24.5vw;
    height: 75vw;
	color:#000000;	
	cursor:pointer;
	background: url(../images/room1/glows/EXS_105_CompGlow.png) no-repeat;
    background-size: 102%;
     animation: blink 2s;
    animation-iteration-count: infinite;
}

/* IPAD tweaks */

 @media only screen 
        and (min-device-width : 768px) 
        and (max-device-width : 1024px) 
        and (orientation : landscape) { 
        .lobby_reception_hotspot_glow{
            top: 37.4vw;
        }
    
    }
    
    @media only screen 
      and (min-width: 1024px) 
      and (max-height: 1366px) 
      and (orientation: landscape) 
      and (-webkit-min-device-pixel-ratio: 1.5) {
      
      .lobby_reception_hotspot_glow{
            top: 37.4vw;
        }

    }   
