/* Evolution Lab CSS */

.mobile-message {
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding-left: 10%;
    padding-right: 10%;
}

.mobile-message p {
    margin-top: 100px;
    margin-bottom: 80px;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Removes Mobile Highlight */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
    zoom: 1;
}

/* IE7 */
body, .lab {
    color: #c1c1c1;
}

body.activity {
    font-size: 16px;
    background-color: #050606;
}

/* fix for Webfonts (like Typekit) in Chrome 33,34 */
body {
    -webkit-animation-duration: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0.1s;
}

@-webkit-keyframes fontfix {
    from {
        opacity: 1;
    }
    to {
        opacity: 1;
    }
}


img {
    -webkit-user-drag: none;
}

#ng-app {
    /*position: relative;*/
    /*todo: check that removing position relative works with BAT and DT;*/
    /*min-height: 698px;*/
    /*same as rna & cyber*/
    background-color: #050606;
    min-width: 750px;
}

.loading-percent-top {
    padding-top: 324px;
}

.loading-percent {
    font-size: 24px;
    text-align: center;
    color: #67bfb3;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.loading-percent img {
    margin-top: 25px;
}

/* START Common elements */

ul.circle {
    list-style-type: disc;
    list-style-position: inside;
    margin-left: 16px;
}

/****** BUTTONS!!! ******/

button.button.review {
    margin-bottom: 10px;
}

button.button {
    min-width: 106px;
}

button.button:disabled {
    background-color: #5b5b5b;
    cursor: default;
}

button.button-blue:disabled {
    background-color: gray;
}

button.button-orange:disabled {
    background-color: #85751c;
    cursor: default;
}

.button {
    min-width: 108px;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin: 0;
}

.button-white {
    color: #d7375f !important;
    background-color: #fff;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(116, 30, 51, 0.25);
}

.button-white:hover {
    background-color: #d6fff9;
    text-decoration: none;
}

.button-white:active {
    color: #333 !important;
    background-color: #ffcc00;
    text-decoration: none;
}

.button_aqua {
    color: #fff !important;
    background-color: #67bfb3;
    font-weight: 400;
    text-shadow: 0px 1px 0px rgba(116, 30, 51, 0.25);
}

.button_aqua:hover {
    color: #d7375f !important;
    background-color: #d6fff9;
}

.button_aqua:active {
    color: #333 !important;
    background-color: #ffcc00;
    text-decoration: none;
}

/****** END BUTTONS!!! ******/
/* END Common elements */

/* START EVOLUTION */

/*full screen*/

.activity-shell {
    width: 100%;
}

.activity-shell {
    /*width: 1034px;*/
    margin: 0 auto;
}

.activity-content {
    margin-left: auto;
    /*override the 10px margin so we can have simple 100% width*/
}

.activity-flyout-container {
    min-height: 0;
}

/*rest of css*/

.evolution-header {
    height: 42px;
    width: 90%;
    left: 5%;
    top: 0;
    background: #63b5a9;
    background: #63b5a9 linear-gradient(180deg, #63b5a9, #67bfb3);
    /*Top-Bottom*/
    position: absolute;
    text-transform: uppercase;
    color: #333;
    font-size: 16px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.header-nav {
    width: 100%;
}

.header-nav div {
    padding-top: 9px;
    width: 44%;
    width: calc( 50% - 100px);
    float: right;
    text-align: center;
}

.header-nav div.image {
    padding-top: 0px;
}

.header-nav div.title {
    width: 45%;
    float: left;
}

.header-nav span.title, .header-nav ul {
    width: auto;
    display: inline-block;
    vertical-align: top;
}

.header-nav ul {
    margin-left: 1.3%;
}

.header-nav .home-button {
    padding-right: 13px;
    padding-left: 13px;
    border-left: 1px solid #56938a;
    width: 21px;
    height: 33px;
    text-indent: -9999em;
    position: relative;
    /*z-index: 9;*/
}

.header-nav .home-button .image {
    width: 21px;
    height: 21px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
    display: block;
    overflow: hidden;
}

.header-nav .home-button:hover .image {
    background-position: 0px -21px;
}

.progress-icons .bit {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-position: -316px 0px;
}

.progress-icons .bit:last-child {
    margin-right: 0px;
}

.progress-icons .bit.complete {
    background-position: -316px -25px;
}

.dt-header.evolution-header, #video-overlay {
    /*top: -42px;*/
    /*todo: fallout from redoing the homepage;*/
    top: 0;
}

.dt-header .header-nav div.title {
    width: 100%;
    float: none;
}

.deep-background {
    background: #1c1c1c;
    /*darker bg than the hex*/
    background: #0E1313;
    /*light on black combo*/
}

.anim-background {
    /*    background: linear-gradient(254deg, #414141, #5d7650, #2a687f, #806196);
        background-size: 800% 800%;
        -webkit-animation: AnimationName 40s ease infinite;
        -moz-animation: AnimationName 40s ease infinite;
        -o-animation: AnimationName 40s ease infinite;
        animation: AnimationName 40s ease infinite;*/
    background-color: rgba(69, 190, 174, 0.1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(69, 190, 174, 0.1) 0%, rgba(69, 190, 174, 0) 50%, rgba(28, 28, 28, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(69, 190, 174, 0.1)), color-stop(50%, rgba(69, 190, 174, 0)), color-stop(100%, rgba(28, 28, 28, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(69, 190, 174, 0.1) 0%, rgba(69, 190, 174, 0) 50%, rgba(28, 28, 28, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(69, 190, 174, 0.1) 0%, rgba(69, 190, 174, 0) 50%, rgba(28, 28, 28, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(69, 190, 174, 0.1) 0%, rgba(69, 190, 174, 0) 50%, rgba(28, 28, 28, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(69, 190, 174, 0.1) 0%, rgba(69, 190, 174, 0) 50%, rgba(28, 28, 28, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
    background-size: 120% 180%;
    background-position: 150% 10%;
}

.main-dt {
    margin-top: 42px;
}

.main-bat {
    background-color: #1c1c1c;
}

#GameCanvasWrap {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSJub25lIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE3MTcxNyIgc3Ryb2tlLXdpZHRoPSI0Ij48L3BhdGg+Cjwvc3ZnPg==");
}

.hex-pattern {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1NiIgaGVpZ2h0PSIxMDAiPgo8cmVjdCB3aWR0aD0iNTYiIGhlaWdodD0iMTAwIiBmaWxsPSIjMWMxYzFjIj48L3JlY3Q+CjxwYXRoIGQ9Ik0yOCA2NkwwIDUwTDAgMTZMMjggMEw1NiAxNkw1NiA1MEwyOCA2NkwyOCAxMDAiIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzE3MTcxNyIgc3Ryb2tlLXdpZHRoPSI0Ij48L3BhdGg+Cjwvc3ZnPg==");
    /*http://codepen.io/anon/pen/VYXdJP*/
}

@-webkit-keyframes AnimationName {
    0% {
        background-position: 7% 0%;
    }
    50% {
        background-position: 94% 100%;
    }
    100% {
        background-position: 7% 0%;
    }
}


@-moz-keyframes AnimationName {
    0% {
        background-position: 7% 0%;
    }
    50% {
        background-position: 94% 100%;
    }
    100% {
        background-position: 7% 0%;
    }
}


@-o-keyframes AnimationName {
    0% {
        background-position: 7% 0%;
    }
    50% {
        background-position: 94% 100%;
    }
    100% {
        background-position: 7% 0%;
    }
}


@keyframes AnimationName {
    0% {
        background-position: 7% 0%;
    }
    50% {
        background-position: 94% 100%;
    }
    100% {
        background-position: 7% 0%;
    }
}


#video-overlay.homepage-vid {
    top: 0;
}

#video-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.88);
    z-index: 10;
}

#video-sizer {
    position: absolute;
    left: 0;
    left: calc(50% - 540px);
    top: 10px;
    width: 1080px;
    height: 608px;
    border: 1px solid #67bfb3;
    border-radius: 1px;
}

.homepage-vid #video-sizer {
    border: none;
}

.flex-video {
    position: relative;
    padding-bottom: 68.5%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    width: 100%;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 56.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flyout {
    position: absolute;
    top: 42px;
    width: 90%;
    left: 5%;
    background-color: transparent;
}

.flyout .content {
    padding: 4.23%;
    /*55/1300*/
    background-color: #333;
    color: #64b8ac;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.flyout .content, .flyout-tab-hor-divider, .flyout-tab-hor {
    background-color: rgba(51, 51, 51, 0.96);
}

.flyout .content, .flyout-tab-hor-divider {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.flyout .case_setup, .flyout .puzzles {
    position: relative;
}

.flyout .case_setup {
    padding-bottom: 4.3%;
    /*55px;*/
    border-bottom: 6px solid #64b8ac;
}

.flyout .case_setup div {
    display: inline-block;
}

.flyout .mission-video-player {
    width: 39.24%;
    /*467/1190*/
    position: relative;
}

.flyout .mission-video-player img.poster {
    width: 100%;
}

.flyout .case-contents {
    margin-left: 3.53%;
    /*42/1190*/
    width: 53.78%;
    /* 640/1190*/
    vertical-align: top;
}

.flyout .content h1,
.flyout .content h2 {
    color: #fff;
}

.flyout .content h2 .title_locked {
    color: #575757;
}

.flyout .case-contents h1 {
    font-size: 42px;
    line-height: 45px;
    /*margin-top: 14px;*/
    margin-bottom: 12px;
}

.flyout .case-contents p {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 0;
}

.flyout .puzzles {
    width: 100%;
}

.flyout-tab-container {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -15px;
}

.flyout-tab-container.close {
    width: 92%;
    position: absolute;
    bottom: 4px;
    top: auto;
}

.flyout-tab-hor-divider {
    width: 100%;
    height: 6px;
    position: relative;
    top: -3px;
    z-index: 1;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.flyout-tab-hor {
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -21px 0px;
    width: 89px;
    height: 18px;
    text-indent: -9999em;
    position: relative;
    z-index: 2;
}

.flyout-tab-hor:hover {
    cursor: pointer;
    background-position: -21px -18px;
}

.close .flyout-tab-hor {
    background-position: -21px -36px;
}

.close .flyout-tab-hor:hover {
    background-position: -21px -54px;
}

.flyout-tab-hor.open, .flyout-tab-hor.open:hover {
    background-position: -21px -72px;
}

.puzzles li {
    position: relative;
    display: inline-block;
    background-color: black;
    width: 28.7%;
    margin: 4.6% 0.9% 0 0.9%;
    vertical-align: top;
    padding: 2.1% 1.7% 6% 1.7%;
    min-height: 123px;
    text-align: center;
}

.puzzles li:first-child {
    margin-left: 0;
}

.puzzles li:last-child {
    margin-right: 0;
    float: right;
}

.puzzles .active {
    background-color: black;
}

.puzzles h2 {
    font-size: 1.125em;
    margin-bottom: 0.45em;
}

.puzzles li p {
    font-size: 0.7778em;
    line-height: 1.4em;
}

.puzzles li .congrats {
    font-weight: bold;
}

.puzzles .puz-icon {
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -110px -240px;
    width: 46px;
    height: 40px;
    position: absolute;
    top: -27px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-indent: -9999em;
}

.puzzles .locked-1 {
    background-position: -110px 0px;
}

.puzzles .locked-2 {
    background-position: -110px -40px;
}

.puzzles .locked-3 {
    background-position: -110px -80px;
}

.puzzles .current-1 {
    background-position: -110px -120px;
}

.puzzles .current-2 {
    background-position: -110px -160px;
}

.puzzles .current-3 {
    background-position: -110px -200px;
}

.puzzles .button {
    position: absolute;
    width: 30%;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

label.debug {
    position: absolute;
    top: 10px;
    right: 55px;
    opacity: .5;
}

.overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    z-index: 1;
}

.congrats-overlay {
    position: absolute;
    top: 30%;
    right: 5%;
    width: 16%;
    min-height: 100px;
    background: #fff;
    color: #333;
    padding: 37px;
    border-radius: 19px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
}

.congrats-overlay.evoquiz {
    top: 20%;
    right: 2.5%;
    background: #fff;
}

.congrats-overlay.endcase {
    top: 10%;
    left: 0;
    right: 0;
    width: 690px;
    border-radius: 20px;
    background: #203b37;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding: 84px 115px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
}

.congrats-overlay.endcase p {
    margin-bottom: 20px;
}

.congrats-overlay.endcase p.title {
    line-height: 32px;
    margin-bottom: 40px;
    color: #66bcb0;
    font-size: 48px;
    font-weight: 100;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.75);
}

.congrats-overlay.endcase p.congrats {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: 100;
    padding: 0 55px;
    margin-bottom: 34px;
}

.case-complete {
    /*float: left;*/
}

.endcase-icon {
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -156px 0px;
    width: 113px;
    height: 125px;
    margin: 0 auto;
    text-indent: -9999em;
}

.endcase-icon-1 {
    background-position: -156px 0px;
}

.endcase-icon-2 {
    background-position: -156px -125px;
}

.endcase-icon-3 {
    background-position: -156px -250px;
}

.endcase-icon-4 {
    background-position: -156px -375px;
}

.endcase-icon-5 {
    background-position: -156px -500px;
}

.endcase-icon-6 {
    background-position: -156px -625px;
}

.endcase .progress-icons li:nth-child(2n) {
    margin-right: 85px;
}

.endcase .progress-labels li {
    margin-right: 45px;
}

.endcase .progress-icons li:last-child,
.endcase .progress-labels li:last-child {
    margin-right: 0;
}

.endcase .progress-labels li {
    display: inline-block;
    color: #3a6c65;
    font-size: 10px;
    text-transform: uppercase;
    margin-bottom: 0;
    line-height: normal;
}

.endcase ul,
.endcase .progress-icons li {
    margin-bottom: 0;
}

.endcase ul.progress-labels {
    margin-top: 0;
    margin-bottom: 40px;
}

.congrats-overlay ul {
    padding-left: 0px;
    list-style-type: none;
    margin: 20px 0;
}

.endcase ul.progress-icons {
    margin: 52px 0 -5px 0;
}

.congrats-overlay.endcase .button:last-child {
    margin-left: 59px;
}

.congrats-overlay #next-buttons p {
    color: #66bbaf;
}

.congrats-overlay #next-buttons p,
.congrats-overlay.tutorial p {
    margin-bottom: 30px;
}

.congrats-overlay label {
    line-height: 1.5em;
}

.congrats-overlay li {
    margin-bottom: 0.4em;
}

.congrats-overlay .quiz li.correct {
    background: #d0e9e6 url("../../images/evolution/bg-answer-check-evo.png") no-repeat left -2px;
}

/* *** CHOOSER CONTAINERS *** */

#home-container {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.centered {
    left: 0;
    right: 0;
    margin: 0 auto;
}

.full {
    width: 1457px;
    height: 440px;
}

#lab-tree-container {
    position: relative;
    z-index: 1;
    padding: 18px;
}

#interactive-tree {
    top: -280px;
    position: relative;
    pointer-events: none;
}

.one {
    position: relative;
}

.two {
    background-color: #67bfb3;
    position: relative;
    /*todo: confirm that these three are necessary;*/
    bottom: 0;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#lab-chooser-container {
    background-color: #67bfb3;
    padding: 18px;
    color: #fff;
}

#novatree {
    /*position: absolute;*/
}

#title-ui-container {
    position: absolute;
    left: 0;
    top: 0;
    padding: 42px 0 0 45px;
    width: 500px;
}

#title-ui-container .title {
    color: #d7375f;
    font-size: 60px;
    line-height: 60px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 700;
}

#lab-ui {
    position: absolute;
    left: 225px;
    top: 207px;
}

.ui-controller {
    width: 50px;
    height: 54px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -637px 0px;
    text-indent: -9999em;
}

.ui-controller:hover {
    cursor: pointer;
}

.ui-controller.fractal-ui:hover {
    background-position: -637px -54px;
}

.ui-controller.share {
    background-position: -637px -108px;
    top: 48px;
    left: 27px;
    position: absolute;
}

.ui-controller.share:hover {
    background-position: -637px -162px;
}

.ui-controller.deeptree {
    position: absolute;
    top: 49px;
    left: -105px;
    width: 99px;
    height: 113px;
    background-position: -639px -216px;
}

.ui-controller.deeptree:hover {
    background-position: -639px -329px;
}

.ui-controller.fractal-ui[disabled=disabled], .ui-controller.fractal-ui:disabled,
.ui-controller.fractal-ui[disabled=disabled]:hover, .ui-controller.fractal-ui:disabled:hover {
    opacity: 0.5;
    cursor: default;
    background-position: -637px 0px;
}

.callout {
    position: absolute;
    width: 166px;
    padding: 13px;
    border: 4px solid #d7375f;
    border-radius: 4px;
    background: #1c1c1c;
    color: #fff;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 10px;
    line-height: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.callout.deeptree {
    top: 164px;
    left: -157px;
}

.mission-1 .callout {
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.callout-tab {
    width: 28px;
    height: 19px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -639px -442px;
    position: absolute;
    top: -18px;
    left: 84px;
    /*200 - 28/2*/
}

/***** Tree interactive manipulation ui *****/

@keyframes open_panel {
    from {
        left: -320px;
        opacity: 0;
    }
    to {
        left: 45px;
        opacity: 1;
    }
}


.ui-panel {
    animation-name: open_panel;
    animation-duration: 0.75s;
    animation-timing-function: ease-out;
    animation-delay: initial;
    animation-iteration-count: initial;
    animation-direction: initial;
    animation-fill-mode: both;
    animation-play-state: initial;
    position: absolute;
    left: 45px;
    top: 16px;
    min-height: 388px;
    /* (433 - padding)  */
    width: 316px;
    /* (357 - padding)  */
    padding: 8px 0 19px 36px;
    z-index: 1;
    background-color: #1c1c1c;
    border: 4px solid #d7375f;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0);
    color: #45756f;
    font-size: 10px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
}

.ui-panel .tree-icon {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -599px 0px;
    text-indent: -9999em;
    margin-bottom: 45px;
}

.ui-panel .close-img,
.evo-video-container .close-img {
    width: 13px;
    height: 13px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -624px 0px;
    position: absolute;
    top: 8px;
    right: 8px;
    text-indent: -9999em;
}

.evo-video-container .close-container {
    position: absolute;
    top: -28px;
    right: -28px;
    height: 13px;
    width: 13px;
    padding: 4px;
    background-color: #666;
    border-radius: 2px;
}

.evo-video-container .close-img {
    position: relative;
    top: 0;
    left: 0;
}

.ui-panel .close-img:hover,
.evo-video-container .close-container:hover .close-img {
    background-position: -624px -13px;
    cursor: pointer;
}

.evo-video-container .close-container:hover {
    cursor: pointer;
}

.ui-panel section {
    margin-top: 5px;
}

.ui-panel section.continuous {
    margin-top: 18px;
}

.ui-panel .main-tree-controls-container li {
    clear: both;
}

.ui-label {
    display: inline-block;
    vertical-align: top;
    width: 23px;
    height: 23px;
    padding-right: 2px;
    margin-right: 5px;
    margin-top: 1px;
    margin-bottom: 19px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    text-indent: -9999em;
    border-right: 1px solid #344c49;
}

.ui-label:last-child {
    margin-bottom: 0;
}

.lbl-angle {
    background-position: -575px -25px;
}

.lbl-complexity {
    background-position: -575px -48px;
}

.lbl-size {
    background-position: -575px -71px;
}

.lbl-thickness {
    background-position: -575px -94px;
}

.lbl-red {
    background-position: -575px -117px;
}

.lbl-green {
    background-position: -575px -140px;
}

.lbl-blue {
    background-position: -575px -163px;
}

.lbl-continuous {
    background-position: -575px -186px;
}

.ui-sel {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -316px -50px;
}

.ui-sel:last-child {
    margin-right: 0;
}

.ui-sel.active {
    background-position: -316px -75px;
}

.ui-sel.active:hover {
    background-position: -316px -100px;
    cursor: pointer;
}

@keyframes glow_circle {
    0% {
        opacity: 0;
        box-shadow: inset 0px 0 2px #0ff;
    }
    80% {
        box-shadow: inset 0px 0 24px #0ff;
    }
    100% {
        opacity: 1;
        box-shadow: inset 0px 0 0px #0ff;
    }
}


.ui-sel.new, .ui-redraw.new, .ui-redraw-clear.new {
    border-radius: 12px;
    animation: glow_circle 1.75s 1.5s both;
}

.ui-redraw.new {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.ui-redraw-clear.new {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.ui-sel.new:hover {}

.ui-sel.active.on {
    background-position: -316px -125px;
    cursor: pointer;
}

.ui-sel.active.on:hover {
    background-position: -316px -125px;
    cursor: pointer;
    opacity: 0.8;
}

.colors-container {
    margin-bottom: -3px;
}

.colors-container .ui-label {
    margin-bottom: 0px;
}

.colors-container .ui-sel {
    width: 50px;
    height: 25px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -342px -200px;
}

.colors-container .color-progress-1 {
    background-position: -342px -225px;
}

.color-progress-2.red {
    background-position: -342px -250px;
}

.color-progress-2.green {
    background-position: -342px -275px;
}

.color-progress-2.blue {
    background-position: -342px -300px;
}

.color-slider {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

.color-slider input {
    width: 172px;
}

.color-slider input:disabled {
    opacity: 0.2;
}

.inputs {
    width: 300px;
    margin-left: 30px;
    text-align: left;
}

.ui-redraw {
    width: 234px;
    height: 25px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -342px 0px;
    display: inline-block;
}

.ui-redraw-clear {
    width: 69px;
    height: 25px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -507px -150px;
    display: inline-block;
}

.redraw-progress-1 {
    background-position: -342px -25px;
}

.redraw-progress-2 {
    background-position: -342px -50px;
}

.redraw-progress-3 {
    background-position: -342px -75px;
}

.redraw-progress-4 {
    background-position: -342px -100px;
}

.redraw-progress-5 {
    background-position: -342px -125px;
}

.redraw-progress-6 {
    background-position: -342px -150px;
    width: 165px;
    cursor: pointer;
}

.redraw-progress-6:hover {
    background-position: -342px -150px;
}

.redraw-progress-6.on, .ui-redraw-progress-6:hover {
    background-position: -342px -175px;
}

.ui-redraw-clear.on, .ui-redraw-clear-progress-6.on:hover {
    background-position: -507px -175px;
}

.redraw-progress-6:hover, .ui-redraw-clear-progress-6.on:hover {
    opacity: 0.8;
    cursor: pointer;
}

/***** Tree interactive manipulation ui END *****/

/***** Homescreen video *****/

.video-container {
    padding: 28px 24px;
    /*1.8% 1.6% 1.8% 1.6%;*/
    width: 734px;
    /*782-padding*/
    /*should be 726*/
    height: 384px;
    /*440-padding*/
    background: url("../../images/evolution/video-still-intro.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    /*background-size: cover;*/
    float: left;
}

.video-container.last_case {
    background: url("../../images/evolution/video-still-conclusion.jpg") no-repeat;
}

.video-container .title {
    padding: 1px 7px 2px 7px;
    background-color: #d7375f;
    background-color: rgba(215, 55, 95, 0.7);
    display: inline;
    line-height: 45px;
    font-size: 32px;
    color: #fff;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: bold;
}

.video-container .intro-para {
    clear: both;
    position: relative;
    margin-top: 30px;
    margin-bottom: 30px;
}

.video-container p {
    background-color: rgba(103, 191, 179, 0.4);
    display: inline;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 100;
}

.mission-video-player .play-button,
.video-container .play-button {
    width: 52px;
    height: 40px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -779px 0px;
    text-indent: -9999em;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.mission-video-player .play-button {
    position: absolute;
    top: 42%;
    top: calc(50% - 23px);
}

.mission-video-player:hover .play-button,
.mission-video-player .play-button:hover,
.video-container .play-button:hover {
    background-position: -779px -40px;
    cursor: pointer;
}

.mission-video-player:hover {
    cursor: pointer;
}

/***** Homescreen video END *****/

/***** Homescreen chooser *****/

.mission-list {
    float: right;
    width: 665px;
}

.mission-list > li {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 18px;
    width: 179px;
    height: 179px;
    vertical-align: top;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: normal;
    color: #fff;
}

.mission-list > li:nth-child(3n+1) {
    margin-left: 0;
}

.mission-list li.locked {
    color: #67bfb3;
}

.mission-list .lock-icon {
    width: 32px;
    height: 32px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -746px 0px;
    text-indent: -9999em;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mission-list li .mission-label {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
}

.mission-list .progress-icons {
    margin-top: 18px;
}

.mission-list li .title {
    font-weight: 100;
    font-size: 18px;
    line-height: 23px;
    margin-top: 10px;
}

.mission-list .button-container {
    position: absolute;
    top: 123px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
}

.mission-list .progress-icons .bit {
    margin-right: 0px;
    background-position: -832px 0;
}

.mission-list .progress-icons .bit.complete {
    background-position: -832px -25px;
}

.mission-list .progress-icons.fresh .bit {
    background-position: -832px -50px;
}

.mission-list .mission-1 {
    background-image: url("../../images/evolution/mission-01.jpg");
}

.mission-list .mission-2 {
    background-image: url("../../images/evolution/mission-02.jpg");
}

.mission-list .mission-3 {
    background-image: url("../../images/evolution/mission-03.jpg");
}

.mission-list .mission-4 {
    background-image: url("../../images/evolution/mission-04.jpg");
}

.mission-list .mission-5 {
    background-image: url("../../images/evolution/mission-05.jpg");
}

.mission-list .mission-6 {
    background-image: url("../../images/evolution/mission-06.jpg");
}

.mission-list .locked {
    background: #508c84;
    background-image: none;
}

/***** Homescreen chooser END *****/

#species-compare-key {
    position: absolute;
    top: 60px;
    left: 75%;
}

#species-compare-key:hover {
    cursor: move;
}

#species-viewer-underlayer {
    width: 100%;
    height: 100vh;
    top: 0;
    position: absolute;
}

.species-overlay {
    position: absolute;
    left: 5%;
    top: 110px;
    background-color: white;
    /*min-height: 630px;*/
    width: 82.76%;
    padding: 3.62%;
    color: #333;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    z-index: 3;
}

.species-overlay .title-container {
    background-color: rgba(155, 155, 155, 0);
    float: left;
    width: 24.8%;
    clear: both;
}

.species-overlay button {
    position: absolute;
    top: 0;
    right: 0;
}

.species-overlay .active {
    /*font-weight: 900;
    color: white;*/
}

.nav-speciesviewer img.species {
    width: 71%;
    float: left;
    max-width: 930px;
    padding-left: 3.22%;
}

#nav-speciesviewer-buttons {
    position: absolute;
    margin-top: -75px;
    margin-top: calc( -3.62% - 37px );
    margin-bottom: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

#nav-speciesviewer-buttons .dots img {
    width: 100%;
    height: 100%;
}

#nav-speciesviewer-buttons .dots img.closed {
    width: 60px;
    height: 60px;
}

#nav-speciesviewer-buttons .dots {
    position: relative;
    display: inline-block;
    background-color: white;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    /*border: 1px solid green;*/
}

#nav-speciesviewer-buttons .dot {
    width: 55px;
    height: 55px;
    display: inline-block;
    padding-left: 14px;
    padding-right: 13px;
    padding-top: 5px;
    /*margin-left: -1px;*/
    position: relative;
}

#nav-speciesviewer-buttons .dot img {
    opacity: 0.2;
}

#nav-speciesviewer-buttons .dot:first-child {
    padding-left: 25px;
}

#nav-speciesviewer-buttons .dot:nth-last-child(2) {
    padding-right: 26px;
    padding-left: 25px;
}

#nav-speciesviewer-buttons .dot:hover {
    cursor: pointer;
}

#nav-speciesviewer-buttons .dot.active img {
    opacity: 1;
}

#nav-speciesviewer-buttons .dot.close {
    width: 65px;
    height: 65px;
    overflow: hidden;
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0;
    margin-left: -10px;
    vertical-align: top;
    padding-top: 0;
}

#nav-speciesviewer-buttons .dot.close .close-img {
    width: 65px;
    height: 65px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -401px -210px;
    margin-top: 0px;
    margin-left: 0px;
    overflow: hidden;
}

#nav-speciesviewer-buttons .dot.close .close-img:hover {
    background-position: -401px -275px;
}

#nav-speciesviewer-buttons .tooltip {
    background-color: #336699;
    color: white;
    position: absolute;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 15px;
    padding: 2px 6px;
    bottom: 56px;
    z-index: 10;
}

#nav-speciesviewer-buttons .tooltip-deco {
    clear: both;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 14px 0 0px;
    border-color: #336699 transparent transparent transparent;
    margin-left: 18px;
    position: absolute;
    bottom: 44px;
}

.nav-speciesviewer h2 {
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 900;
}

.nav-speciesviewer ul {
    border-top: 6px solid #d0eae6;
    border-bottom: 6px solid #d0eae6;
    padding-top: 12px;
    color: #0e4c44;
    font-size: 14px;
    line-height: 21px;
    font-style: italic;
}

.nav-speciesviewer li {
    margin-bottom: 6px;
}

.nav-speciesviewer li:last-child {
    margin-bottom: 13px;
}

.nav-speciesviewer p {}

.nav-speciesviewer p.credits {
    margin-top: 16px;
    font-family: arial, sans-serif;
    color: #999;
    font-size: 12px;
    line-height: 14px;
}

.nav-speciesviewer p.credits a {
    color: #000;
    text-decoration: none;
}

p.credits a:hover,
p.credits a:focus,
p.credits a:active {
    text-decoration: underline;
}

p.credits.puzzle-credit {
    position: absolute;
    bottom: 15px;
    color: #3f625d;
    width: 100%;
    text-align: center;
    pointer-events: none;
    font-size: 11px;
    line-height: 1px;
}

p.credits.puzzle-credit a {
    color: #3f625d;
    text-decoration: underline;
    /*text-decoration: none;*/
}

.pseudo-slide-prev, .pseudo-slide-next {
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: -101%;
}

.pseudo-slide-next {
    left: 100%;
    margin-left: 1%;
}

.btn-slider-prev-container, .btn-slider-next-container {
    padding: 27px 13px 27px 17px;
    background-color: #f0f0f0;
    cursor: pointer;
    float: left;
    margin-left: 1.5%;
    margin-top: 200px;
}

.btn-slider-prev-container {
    padding-right: 17px;
    padding-left: 13px;
    float: right;
    margin-right: 1.5%;
}

.btn-slider-prev, .btn-slider-next {
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 36px;
    background-position: -296px 0;
}

.btn-slider-next {
    /*left: 100%;
    margin-left: 30px;*/
}

.btn-slider-prev {
    background-position: -296px -72px;
}

.btn-slider-prev-container:hover .btn-slider-prev {
    background-position: -296px -108px;
}

.btn-slider-next-container:hover .btn-slider-next {
    background-position: -296px -36px;
}

#species-compare-key .btn-close {
    padding: 5px;
    width: 21px;
    height: 33px;
    text-indent: -9999em;
    position: absolute;
    right: -13px;
    top: -11px;
}

#species-compare-key .btn-close .image {
    width: 24px;
    height: 21px;
    background-image: url("../../images/evolution/mission-asset-sprite.png");
    background-repeat: no-repeat;
    background-position: -400px -340px;
    display: block;
    overflow: hidden;
}

#species-compare-key .btn-close:hover .image {
    background-position: -400px -361px;
    cursor: pointer;
}

#species-compare-key .btn-close:hover {
    cursor: pointer;
}

.flyout, .bat-header {
    min-width: 700px;
}

.credits.puzzle-credit {
    min-width: 760px;
}

/****** END EVOLUTION!!! ******/

/****** START DEEPTREE APP ******/

#GameCanvasWrap {
    position: relative;
}

/* Make this a positioned parent */
#GameCanvas {
    z-index: 0;
}

@font-face {
    font-family: customFont;
    src: url(../../lib/deeptree/resources/HelveticaNeueLTPro-LtEx.otf);
}


.customfont {
    font-family: customFont, arial, sans-serif;
    visibility: hidden;
    position: absolute;
}

/*todo: delete commented out part*/
/*@font-face {
    font-family: HelveticaNeueLTProLtEx;
    src: url(../../lib/deeptree/resources/HelveticaNeueLTPro-LtEx.otf);
}

.dt-font {
    font-family: HelveticaNeueLTProLtEx, sans-serif;
}*/

.nimbus-font {
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 40;
}

.gcinput[type=text] {
    position: absolute;
    border: 0px solid;
    margin: 0px;
    padding: 0px;
    outline: 0px solid white;
    /*
    outline: 0;
    outline-style: none;
    */
}

.gcinput[type=text]:focus {
    position: absolute;
    border: 0px solid;
    margin: 0px;
    padding: 0px;
    outline: 0px solid white;
    /*
    outline: 0;
    outline-style: none;
    */
}

/****** END DEEPTREE!!! ******/

/*BEGIN network css animation*/

/*Positioning the glow elements*/
#top-anim {
    height: 200%;
    width: 200%;
    position: absolute;
    left: -600px;
    top: -400px;
}

#left-anim {
    height: 200%;
    width: 200%;
    position: relative;
    left: -100px;
    top: -100px;
}

#right-anim {
    height: 200%;
    width: 200%;
    position: absolute;
    left: 530px;
    top: -140px;
}

#four-anim {
    height: 200%;
    width: 200%;
    position: absolute;
    left: 100px;
    top: -200px;
}

#five-anim {
    height: 200%;
    width: 200%;
    position: absolute;
    left: 600px;
    top: -400px;
}

/*define the glow colors*/
.green {
    background-color: rgba(119, 215, 157, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(119, 215, 157, 1) 0%, rgba(122, 200, 195, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(119, 215, 157, 1)), color-stop(50%, rgba(122, 200, 195, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(119, 215, 157, 1) 0%, rgba(122, 200, 195, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(119, 215, 157, 1) 0%, rgba(122, 200, 195, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(119, 215, 157, 1) 0%, rgba(122, 200, 195, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(119, 215, 157, 1) 0%, rgba(122, 200, 195, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
}

.tan {
    background: -moz-radial-gradient(center, ellipse cover, rgba(222, 200, 147, 1) 0%, rgba(174, 193, 190, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(222, 200, 147, 1)), color-stop(50%, rgba(174, 193, 190, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(222, 200, 147, 1) 0%, rgba(174, 193, 190, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(222, 200, 147, 1) 0%, rgba(174, 193, 190, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(222, 200, 147, 1) 0%, rgba(174, 193, 190, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(222, 200, 147, 1) 0%, rgba(174, 193, 190, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
}

.purple {
    background-color: rgba(190, 124, 224, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(190, 124, 224, 1) 0%, rgba(158, 155, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(190, 124, 224, 1)), color-stop(50%, rgba(158, 155, 228, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(190, 124, 224, 1) 0%, rgba(158, 155, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(190, 124, 224, 1) 0%, rgba(158, 155, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(190, 124, 224, 1) 0%, rgba(158, 155, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(190, 124, 224, 1) 0%, rgba(158, 155, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
}

.red {
    background-color: rgba(224, 125, 124, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(224, 125, 124, 1) 0%, rgba(175, 155, 178, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(224, 125, 124, 1)), color-stop(50%, rgba(175, 155, 178, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(224, 125, 124, 1) 0%, rgba(175, 155, 178, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(224, 125, 124, 1) 0%, rgba(175, 155, 178, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(224, 125, 124, 1) 0%, rgba(175, 155, 178, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(224, 125, 124, 1) 0%, rgba(175, 155, 178, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
}

.blue {
    background-color: rgba(125, 204, 224, 1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(125, 204, 224, 1) 0%, rgba(125, 195, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(125, 204, 224, 1)), color-stop(50%, rgba(125, 195, 228, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(125, 204, 224, 1) 0%, rgba(125, 195, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(125, 204, 224, 1) 0%, rgba(125, 195, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(125, 204, 224, 1) 0%, rgba(125, 195, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* IE10+ */
    background: radial-gradient(ellipse at center, rgba(125, 204, 224, 1) 0%, rgba(125, 195, 228, 0) 50%, rgba(125, 185, 232, 0) 100%);
    /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100, finishopacity=0, style=2)";
}

/*define the glow durations*/
#top-anim {
    -webkit-animation-duration: 6.1s;
    -moz-animation-duration: 6.1s;
    -o-animation-duration: 6.1s;
    animation-duration: 6.1s;
}

#left-anim {
    -webkit-animation-duration: 15s;
    -moz-animation-duration: 15s;
    -o-animation-duration: 15s;
    animation-duration: 115s;
}

#right-anim {
    -webkit-animation-duration: 8.3s;
    -moz-animation-duration: 8.3s;
    -o-animation-duration: 8.3s;
    animation-duration: 8.3s;
}

#four-anim {
    -webkit-animation-duration: 20.2s;
    -moz-animation-duration: 20.2s;
    -o-animation-duration: 20.2s;
    animation-duration: 20.2s;
}

#five-anim {
    -webkit-animation-duration: 12.1s;
    -moz-animation-duration: 12.1s;
    -o-animation-duration: 12.1s;
    animation-duration: 12.1s;
}

#left-anim, #right-anim, #top-anim, #four-anim, #five-anim {
    -webkit-animation-name: glow;
    -moz-animation-name: glow;
    -o-animation-name: glow;
    animation-name: glow;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*define the glow opacities*/
@-webkit-keyframes glow {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}


@-moz-keyframes glow {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}


@-o-keyframes glow {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}


@keyframes glow {
    from {
        opacity: 0;
    }
    50% {
        opacity: 0.6;
    }
    to {
        opacity: 0;
    }
}


/*END network css animation*/

/* START RESPONSIVE SMALLER SIZES */

@media only screen and (max-width: 1200px) {
    .evo-video-container .close-container {
        right: 0;
    }
}

@media only screen and (max-width: 1100px) {
    /*** main header ***/
    .header-nav div {
        width: 44%;
    }
    /*** mission brief ***/
    .flyout .case-contents h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 6px;
    }
    .flyout .case-contents p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0;
    }
    .puzzles li {
        padding-bottom: 72px;
    }
    /*** overlays ***/
    .congrats-overlay.evoquiz {
        top: 15%;
        width: 25%;
    }
    .nav-speciesviewer img.species {
        margin-top: 30px;
    }
    /*deeptree video*/
    #video-sizer {
        width: 95%;
        left: 2.5%;
    }
}

@media only screen and (max-width: 700px) {
    /*** main header ***/
    .dt-header .header-nav .title {
        padding-top: 8px;
        width: 90%;
    }
    /*** species viewer ***/
    .species-overlay {
        top: 90px;
        min-height: 0px;
        font-size: 12px;
        line-height: 16px;
    }
    .species-overlay .title-container {
        width: 100%;
    }
    .nav-speciesviewer img.species {
        width: 100%;
        padding-left: 0%;
        padding: 10px 0 0 0;
        margin-top: 0;
    }
    #nav-speciesviewer-buttons {
        margin-top: -55px;
        margin-bottom: 5px;
    }
    #nav-speciesviewer-buttons .dot {
        width: 50px;
        height: 50px;
    }
    /*** mission brief ***/
    .flyout .case-contents h1 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 6px;
    }
    .flyout .case-contents p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 0;
    }
    .puzzles li {
        padding-bottom: 72px;
    }
    /*** overlays ***/
    .congrats-overlay.evoquiz {
        /*        top: 10%;
                width: 33%;*/
    }
}