/* RNA Lab CSS */

body, .lab {
    color: #c1c1c1;
}

body.activity {
    font-size: 16px;
}

.activity-flyout-container {
    z-index: 201;
}

#ng-app {
    position: absolute;
}

.loading-screen {
    position: relative;
    height: 698px;
    background: #0a1e39;
    background-image: url("../../images/rna/virtualab-logo.png");
    background-repeat: no-repeat;
    background-position: 337px 304px;
}

.loading-screen .spinner {
    display: block;
    position: absolute;
    top: 195px;
    left: 467px;
    height: 75px;
    width: 75px;
}

.nav-bar {
    height: 84px;
    width: 1009px;
    background: #0a1e39;
    background-image: url("../../images/rna/vlab-logo.png");
    background-position: 33px 12px;
    background-repeat: no-repeat;
}

.nav-items {
    float: left;
    margin: 0 0 0 527px;
    height: 84px;
    width: 482px;
}

.nav-items a {
    float: left;
    display: block;
    margin-top: 12px;
    text-indent: -99999px;
    direction: ltr;
    height: 68px;
    width: 110px;
    background-position: 0 0;
}

.nav-items a:hover {
    background-position: 0 -68px;
}

.nav-items .active {
    background-position: 0 -136px !important;
}

.nav-items a:active {
    background-position: 0 -136px !important;
}

.nav-items .locked {
    background-position: 0 -272px !important;
}

.nav-items .locked:active {
    background-position: 0 -272px !important;
}

.nav-items .disabled {
    background-position: 0 -204px !important;
}

.nav-items .disabled:hover {
    background-position: 0 -204px !important;
}

.nav-items .disabled:active {
    background-position: 0 -204px !important;
}

.nav-home {
    background-image: url("../../images/rna/home-sprite.png");
}

.nav-cell {
    margin-left: 10px;
    background-image: url("../../images/rna/cell-sprite.png");
}

.nav-vid {
    margin-left: 10px;
    background-image: url("../../images/rna/video-sprite.png");
}

.nav-wiki {
    margin-left: 10px;
    background-image: url("../../images/rna/wiki-sprite.png");
}

.video-unlocked {
    background: url("../../images/rna/video-unlocked-flag.png");
    height: 82px;
    width: 162px;
    position: absolute;
    top: 60px;
    left: 741px;
    z-index: 1;
}

#rna-main-activity {
    height: 614px;
    position: relative;
    background-color: white;
}

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

.button {
    min-width: 102px;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    border-radius: 4px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}

.button-blue {
    background-color: #4775a3;
    color: #ffe064 !important;
}

.button-blue:hover {
    background-color: #166dc3;
    text-decoration: none;
}

.button-blue:active {
    background-color: #70abe6;
    text-decoration: none;
}

.button-orange {
    color: #0a1e39 !important;
    background-color: #ffcc00;
}

.button-orange:hover {
    background-color: #fceaa3;
    text-decoration: none;
}

.button-orange:active {
    background-color: #fff;
    text-decoration: none;
}

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

/****** VLAB OVERLAYS ******/

.main-eterna-game,
.share-overlay,
.tutorial-complete,
.vlab-drag-overlay,
.orientation-overlay {
    position: absolute;
    width: 1009px;
    height: 776px;
    background-color: rgba(10, 30, 57, 0.85);
    z-index: 200;
}

.main-eterna-game {
    /* overflow: hidden;  */
    background-image: radial-gradient(circle, rgb(50, 69, 109) 0%, rgb(6, 26, 52) 75%);
    z-index: 10;
    position: absolute !important;
    height: 698px;
    height: 100vh;
}

#maingameiframe iframe,
#newmain iframe{
    width: 100%;
    height: 100%;
}

.overlay-body {
    position: relative;
    margin: 126px auto 0 auto;
    padding: 73px 106px 0 106px;
    width: 495px;
    height: 426px;
    background: black;
    border-radius: 10px;
    /* TODO: box-shadow */
}

.overlay-body .close {
    position: absolute;
    top: 14px;
    right: 14px;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background: url("../../images/rna/close-x-sprite.png");
    background-position: 0 0;
}

.overlay-body .close:hover {
    background-position: 0 -18px;
}

.overlay-body .close:active {
    background-position: 0 -36px;
}

.overlay-body h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
    color: #fc0;
}

.overlay-body .body {
    margin-top: 56px;
}

.overlay-body .body p {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 1em;
}

.share-overlay-body {
    padding: 0 !important;
    width: 707px;
    height: 501px;
    overflow: hidden;
}

.share-body {
    margin: 133px 0 0 55px;
}

.share-body img {
    float: left;
    height: 235px;
    width: 235px;
    margin-right: 6px;
}

.share-body .share-text {
    float: left;
    width: 356px;
    height: 235px;
    background: #0a1e39;
}

.share-text p {
    padding-top: 68px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.share-text .button {
    margin: 21px 0 0 117px;
    width: 122px;
}

.tutorial-overlay {
    height: 577px;
    width: 735px;
    margin-top: 102px;
    margin-left: 137px;
    background: url("../../images/rna/modal-background.png");
    position: relative;
}

.tutorial-badge {
    height: 160px;
    width: 160px;
    margin: -58px 0 0 288px;
    position: absolute;
    background: url("../../images/rna/tutorial-badge.png");
}

.tutorial-overlay-body {
    padding: 98px 90px 0 90px;
}

.tutorial-overlay-body h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
}

.tutorial-overlay-body h3 {
    font-family: "nimbus-sans-extended", sans-serif;
    text-align: center;
    color: #fc0;
    font-size: 22px;
    line-height: 32px;
    font-weight: normal;
    text-transform: none;
    padding-bottom: 1em;
}

.tutorial-overlay-body p {
    font-family: "nimbus-sans-extended", sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 1em;
}

.tutorial-overlay-body .button {
    margin: 85px 0 0 226px;
}

.complete-overlay {
    margin-top: 126px;
    margin-left: 151px;
    width: 707px;
    height: 499px;
    border-radius: 10px;
    background-color: #000;
    text-align: center;
}

.complete-overlay img {
    position: relative;
    display: block;
    height: 160px;
    width: 160px;
    margin: 0 auto;
    top: 14px;
}

.complete-overlay h1 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
    position: relative;
}

.complete-overlay h3 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    position: relative;
    margin-top: 26px;
}

.complete-overlay h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-size: 36px;
    font-weight: 300;
    color: #fc0;
    position: relative;
    margin-top: 10px;
}

.complete-overlay .button {
    position: relative;
    margin-top: 101px;
    text-transform: uppercase;
}

/****** END VLAB OVERLAYS ******/

/****** VLAB HOME ******/

.home-header {
    display: block;
    width: 100%;
    font-family: "nimbus-sans-extended", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 9px 0;
    color: #cc9900;
    margin-bottom: 7px;
    background: #fc0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(1, #FEE066));
    background-image: -o-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -moz-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -ms-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: linear-gradient(to bottom, #FFCC00 0%, #FEE066 100%);
}

.trial-bar {
    margin-top: 21px;
    height: 120px;
    border-bottom: solid 1px #ebebeb;
}

.trial-intro {
    width: 298px;
    height: 100px;
    float: left;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
}

.trial-intro-1 {
    background: url("../../images/rna/tut-unlocked.png");
}

.trial-intro-2 {
    background: url("../../images/rna/trial1-sprite.png");
}

.trial-intro-3 {
    background: url("../../images/rna/trial2-sprite.png");
}

.trial-intro-4 {
    background: url("../../images/rna/trial3-sprite.png");
}

.trial-bar .locked {
    background-position: 0px -100px;
    cursor: default;
}

.trial-badge {
    position: absolute;
    height: 83px;
    width: 83px;
    top: -21px;
    left: 9px;
}

.trial-badge-1 {
    background: url("../../images/rna/tut-badge.png");
}

.trial-badge-2 {
    background: url("../../images/rna/01-badge.png");
}

.trial-badge-3 {
    background: url("../../images/rna/02-badge.png");
}

.trial-badge-4 {
    background: url("../../images/rna/03-badge.png");
}

.trial-start-here {
    position: absolute;
    height: 53px;
    width: 110px;
    top: 25px;
    left: 167px;
    z-index: 10;
    background: url("../../images/rna/starthere-flag.png");
}

.trial-bar .nav-row {
    list-style-type: none;
    float: left;
}

.nav-row li {
    height: 100px;
    width: 100px;
    float: left;
    margin-right: 10px;
    position: relative;
    border-radius: 8px;
    background: #293e56;
}

.nav-row li.next {
    background: #0a1e39;
}

.nav-row li .next:hover {
    background-image: linear-gradient(#0a1e39, #657d90);
}

.nav-row li.next:hover {
    background-image: linear-gradient(#0a1e39, #657d90);
}

.nav-row .locked {
    background: #f0f0f0;
    background-image: url("../../images/rna/lock.png");
    background-repeat: no-repeat;
    background-position: 24px 24px;
}

.nav-row li img {
    display: block;
    height: 100px;
    width: 100px;
    border-radius: 8px;
}

.nav-row li .completed {
    cursor: pointer;
    opacity: 0.95;
}

.nav-row li .completed:hover {
    opacity: 1;
}

.nav-row li .next {
    cursor: pointer;
    -webkit-filter: drop-shadow(0 0 3.5px #fff);
    filter: drop-shadow(0 0 3.5px #fff);
}

.nav-row li .disabled {
    background: #ccc;
}

.first-puzzle,
.next-puzzle {
    position: absolute;
    width: 110px;
    height: 53px;
    top: -40px;
    right: -5px;
}

.next-puzzle {
    background: url("../../images/rna/nextpuzzle-flag.png");
}

.first-puzzle {
    background: url("../../images/rna/firstpuzzle-flag.png");
}

.replay {
    position: absolute;
    height: 123px;
    width: 270px;
    top: -110px;
    right: -85px;
    background: url("../../images/rna/rollover-background.png");
    z-index: 100;
}

.replay p {
    margin-top: 20px;
    text-align: center;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #336699;
}

.replay .play-again {
    margin: 12px 2px 0 26px;
}

.replay .more-info {
    min-width: 85px;
}

.eterna-link {
    background: url("../../images/rna/arrow-button.png");
    height: 34px;
    width: 39px;
    position: absolute;
    right: 0;
    margin-top: 33px;
    overflow: hidden;
}

.eternalinkactive {
    background: url("../../images/rna/hover-background.png") !important;
    height: 82px;
    width: 163px;
    margin-top: 9px;
}

.eternalinkactive .button {
    margin: 17px 0 0 22px;
}

.eternalinkactive p {
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    /*text-align: center;*/
    margin-left: 23px;
    color: #369;
}

/****** END VLAB HOME ******/

/****** VLAB WIKI SCREEN ******/

.wiki-wrapper {
    height: 614px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}

.wiki-spacer {
    height: 31px;
}

.wiki-header {
    display: block;
    width: 909px;
    margin: 0 0 0 49px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 9px 0;
    color: #cc9900;
    background: #fc0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(1, #FEE066));
    background-image: -o-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -moz-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -ms-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: linear-gradient(to bottom, #FFCC00 0%, #FEE066 100%);
}

.entry-list {
    margin: 34px 0 0 49px;
    height: 207px;
}

.add-space {
    margin-bottom: 60px;
}

.chapter-block {
    float: left;
    height: 188px;
    width: 420px;
    padding: 0 8px 19px 8px;
    background: #eaeff5;
}

.first-block {
    margin-right: 37px;
}

.part-title {
    height: 26px;
    /* 30-4 */
    width: 116px;
    /* 124-8 */
    background: url("../../images/rna/title-carrier.png");
    margin: 0 0 19px -8px;
    font-size: 14px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 0 0 8px;
}

.chapter-block ul li {
    font-family: arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #293e56;
}

.chapter-block ul li span {}

.chapter-block ul li a {
    color: #336699;
}

.chapter-block ul li a:active {
    color: #ffcc00;
}

.chapter-block ul li a:visited {
    color: #666;
}

.wiki-article {
    margin: 0 0 75px 0;
    clear: both;
    position: relative;
}

.wiki-rule {
    height: 1px;
    border-top: solid 1px #e5e5e5;
    margin-top: 23px;
}

.wiki-rule a {
    display: block;
    position: absolute;
    margin-top: -8px;
    height: 15px;
    width: 100px;
    right: 50px;
    background-color: white;
    background-image: url("../../images/rna/backtotop-sprite.png");
    background-position: -7px 0;
    padding: 0 5px 0 5px;
    cursor: pointer;
}

.wiki-rule a:hover {
    background-position: -7px -15px;
    text-decoration: none;
}

.wiki-main {
    margin: 33px 0 0 49px;
}

.wiki-main .images {
    width: 356px;
    float: left;
}

.wiki-main .images div {
    margin-bottom: 33px;
}

.wiki-main .images div img {}

.wiki-main .images div p {
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #607d9a;
}

.wiki-main .article {
    width: 500px;
    float: left;
    margin-left: 46px;
}

.wiki-main .article .title {
    overflow: hidden;
}

.wiki-main .article .title .thumbs {
    float: left;
}

.wiki-main .article .title .thumbs img {
    float: left;
    width: 75px;
    height: 75px;
    background: #3b4b61;
    border-radius: 6px;
    margin-right: 7px;
}

.wiki-main .article ul > li {
    margin-left: 20px;
    list-style: disc outside none;
}

.title-body {
    float: left;
    margin: 12px 0 0 4px;
}

.title-body h3 {
    font-family: arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    color: #333;
}

.title-body h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #336699;
}

.wiki-main .article .body {
    clear: both;
    margin-top: 19px;
    font-family: arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}

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

.hidden {
    visibility: hidden;
}

* html .clearfix {
    zoom: 1;
}

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

/* IE7 */

/****** END VLAB WIKI SCREEN ******/

/****** VLAB VIDEO SCREEN ******/

.video-header {
    display: block;
    width: 100%;
    font-family: "nimbus-sans-extended", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 14px 0 9px 0;
    color: #cc9900;
    background: #fc0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(1, #FEE066));
    background-image: -o-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -moz-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -ms-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: linear-gradient(to bottom, #FFCC00 0%, #FEE066 100%);
}

.video-area {
    float: left;
    width: 640px;
    padding: 49px;
}

.video-area h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 22px;
    color: #336699;
    padding-top: 20px;
}

.video-area p {
    padding-top: 7px;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.video-list {
    float: left;
    padding-top: 49px;
}

.video-list ul {}

.video-list ul li {
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.video-list ul li .vid-icon {
    /*height: 106px;
    width: 188px;*/
    height: 46px;
    width: 46px;
    position: absolute;
    top: 30px;
    left: 71px;
    z-index: 10;
    background: url("../../images/rna/vid-sm-sprite.png");
    background-position: 0px 0px;
}

.video-list ul li:hover .vid-icon {
    background-position: 0px -46px;
}

.video-list ul li .locked {
    background: url("../../images/rna/lock-icon.png") !important;
    cursor: default;
}

.video-list ul li img {}

.video-list ul li p {
    font-family: arial;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #336699;
    padding-bottom: 15px;
}

.video-list ul li .lockfade {
    opacity: 0.3;
    cursor: default;
}

/****** END VLAB VIDEO SCREEN ******/

/****** VLAB TRIAL INTRO SCREEN ******/

.intro-screen {
    height: 614px;
}

.tutintro {
    background: white url("../../images/rna/tutorial-intro-background.jpg");
}

.trial1intro {
    background: white url("../../images/rna/trial1-intro-background.jpg");
}

.trial2intro {
    background: white url("../../images/rna/trial2-intro-background.jpg");
}

.trial3intro {
    background: white url("../../images/rna/trial3-intro-background.jpg");
}

.end-screen {
    height: 526px;
}

.end-text,
.intro-text {
    float: left;
    margin: 64px 0 0 50px;
    width: 550px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #0a1e39;
}

.intro-screen .next-button {
    /*display: block;
    width: 129px;
    height: 34px;*/
    margin-top: 30px;
    /*background: url('../../images/rna/nextpuzzle-sprite.png');
    background-position: 0 0;*/
}

.intro-screen .next-button:hover {
    background-position: 0 -34px;
}

.intro-screen .next-button:active {
    background-position: 0 -68px;
}

.end-sidebar,
.intro-sidebar {
    float: left;
    margin: 94px 0 0 50px;
    width: 255px;
    height: 370px;
    transform: skew(0deg, -7deg);
    -ms-transform: skew(0deg, -7deg);
    -webkit-transform: skew(0deg, -7deg);
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #0a1e39;
    padding: 50px 29px 0 20px;
}

.intro-sidebar {
    width: 255px;
    padding: 50px 0px 0 0px;
    background: #ffce08;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #293E56), color-stop(1, #7F8B9A));
    background-image: -o-linear-gradient(bottom, #293E56 0%, #7F8B9A 100%);
    background-image: -moz-linear-gradient(bottom, #293E56 0%, #7F8B9A 100%);
    background-image: -webkit-linear-gradient(bottom, #293E56 0%, #7F8B9A 100%);
    background-image: -ms-linear-gradient(bottom, #293E56 0%, #7F8B9A 100%);
    background-image: linear-gradient(to bottom, #293E56 0%, #7F8B9A 100%);
}

.end-sidebar {
    width: 197px;
    height: 325px;
    padding: 50px 29px 0 29px;
    background-color: #293e56;
    text-align: center;
}

.deskew {
    transform: skew(0deg, 7deg);
    -ms-transform: skew(0deg, 7deg);
    -webkit-transform: skew(0deg, 7deg);
}

.deskew .intro-image {}

.deskew .badge {
    margin-top: -117px;
    /* to get to 13 from top */
}

.end-sidebar .deskew h2 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #fff;
}

.end-sidebar .deskew p {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #c0dce7;
}

.end-sidebar .deskew .button {
    margin-top: 45px;
}

.end-footer {
    padding-left: 50px;
    height: 88px;
    background-color: #efefef;
}

.end-footer div {
    float: left;
    width: 257px;
    /* 275-18 */
    height: 54px;
    padding-left: 18px;
    margin-top: 17px;
}

.end-footer .social,
.end-footer .first-more {
    width: 256px;
    border-left: solid 1px #91aac4;
}

.end-footer div p {
    color: #666;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}

.end-footer .social .twitter {
    float: left;
    display: block;
    width: 40px;
    height: 29px;
    background: url("../../images/rna/twitter-blue.png");
    margin-right: 18px;
}

.end-footer .social .fbook {
    float: left;
    display: block;
    width: 29px;
    height: 29px;
    background: url("../../images/rna/fbook-blue.png");
}

.end-footer .more a {
    font-family: arial;
    color: #336699;
    font-size: 13px;
    line-height: 18px;
    text-decoration: none;
    display: block;
}

.end-footer .more a:hover {
    text-decoration: underline;
}

.end-footer .more a:active {
    color: #ffcc00;
    text-decoration: underline;
}

.end-footer .more a:visited {
    color: #666;
}

/****** END VLAB TRIAL INTRO SCREEN ******/

#rna-drag {
    height: 614px;
    /*592px;*/
}

#trial-bar {
    height: 45px;
    width: 1009px;
    background: #fc0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFCC00), color-stop(1, #FEE066));
    background-image: -o-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -moz-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -webkit-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: -ms-linear-gradient(bottom, #FFCC00 0%, #FEE066 100%);
    background-image: linear-gradient(to bottom, #FFCC00 0%, #FEE066 100%);
}

#trial-bar ul {
    list-style-type: none;
    margin: 0 0 0 50px;
    height: 35px;
}

#trial-bar ul li {
    display: block;
    float: left;
    width: 117px;
    text-align: center;
    padding: 7px 0 5px 0;
    text-transform: uppercase;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 14px;
    margin: 10px 2px 0 0;
    background-color: #fff;
    color: #630;
    cursor: pointer;
}

#trial-bar ul .unselected {
    color: #cdb673;
    background-color: rgba(255, 255, 255, 0.5);
}

#trial-bar ul .unselected:hover {
    text-decoration: underline;
}

#trial-bar ul .locked {
    background-image: url("../../images/rna/tab-lock.png");
    background-position: 50px 9px;
    background-repeat: no-repeat;
    height: 23px;
    cursor: default;
    background-color: rgba(255, 255, 255, 0.5);
    text-indent: -99999px;
    direction: ltr;
}

#directions {
    width: 255px;
    padding: 50px 36px 0 50px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #0a1e39;
}

#directions .instructions,
#directions .explanation {
    margin-bottom: 20px;
}

.instructions {
    text-align: center;
    color: #336699;
    font-size: 17px;
    line-height: 24px;
    padding: 12px 14px 0 0;
}

#directions p {}

#directions .button {
    margin-top: 25px;
}

#nav-cell {
    position: absolute;
    bottom: 0px;
    left: 341px;
    height: 72px;
    width: 617px;
    background: #0a1e39;
    border-radius: 8px 8px 0 0;
}

#nav-cell .nav-text {
    float: left;
    width: 219px;
    padding-top: 24px;
    text-align: center;
    font-family: arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    color: #c0dce7;
}

#nav-cell .nav-cell-thumb {
    height: 45px;
    width: 60px;
    background-image: url("../../images/rna/anim-nav-sprite.png");
    background-position: 0 0;
    float: left;
    margin: 13px 5px 0 0;
    cursor: pointer;
}

#nav-cell .nav-cell-thumb:hover {
    background-position: 0 -45px;
}

#nav-cell .current {
    background-position: 0 -90px !important;
}

#nav-cell .locked {
    background-position: 0 -135px !important;
    cursor: default;
}

.cell-share {
    position: absolute;
    top: 459px;
    left: 834px;
    width: 103px;
}

.cell-share .share-text {
    height: 33px;
    width: 103px;
    background: url("../../images/rna/prompt.png");
}

.cell-share .share-fb {
    float: right;
    margin: 9px 0 0 0;
    height: 20px;
    width: 20px;
    background: url("../../images/rna/fbook-sprite.png");
    background-position: 0 0;
}

.cell-share .share-fb:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

.cell-share .share-twitter {
    display: block;
    float: right;
    margin: 9px 9px 0 0;
    height: 20px;
    width: 24px;
    background: url("../../images/rna/twitter-sprite.png");
    background-position: 0 0;
    text-decoration: none !important;
}

.cell-share .share-twitter:hover {
    background-position: 0 -20px;
    cursor: pointer;
}

/****** LEVEL DONE OVERLAY STUFF ******/

/*
 * cleared-text.png
 * fbook.png
 * next-sprite.png 79w X 34h (see next line)
 * nextpuzzle-sprite.png 129w X 34h (102/3, normal, hover, click)
 * puzzle-icon-fpo.png (this needs to be dynamic, not the placeholder)
 * share-bar.png
 * twitter.png
 */

.level-done-overlay {
    z-index: 11;
    width: 264px;
    /* 289 -25 */
    height: 698px;
    height: 100vh;
    margin-left: 721px;
    margin-top: 1px;
    padding-left: 25px;
    position: absolute;
    background: #000000;
    background: rgba(0, 0, 0, 0.7);
}

.which-level-done {
    margin-top: 32px;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
}

.which-level-done .trial-text {
    color: #bcd8e3;
}

.which-level-done .puzzle-text {
    color: #e8e8e8;
}

.cleared-text {
    display: block;
    height: 24px;
    width: 160px;
    margin-top: 34px;
    /* 102 - 32 - 36 */
    background: url("../../images/rna/cleared-text.png");
    text-indent: -99999px;
    direction: ltr;
}

.done-text {
    display: block;
    width: 230px;
    margin-top: 15px;
    /* 141 - 102 - 24 */
    font-size: 18px;
    line-height: 24px;
    font-family: arial, sans-serif;
    color: #bcd8e3;
}

.level-done-overlay .continue {
    margin-top: 30px;
    width: 264px;
    height: 100px;
    overflow: hidden;
}

.level-done-overlay .continue .img {
    display: block;
    height: 100px;
    width: 100px;
    margin: 0 28px 0 0;
    float: left;
    border-radius: 8px;
    background: #0a1e39;
}

.level-done-overlay .continue .img img {
    -webkit-filter: drop-shadow(0 0 3.5px #fff);
    filter: drop-shadow(0 0 3.5px #fff);
}

.level-done-overlay .continue .next {
    margin-top: 30px;
    width: 100px;
}

/****** END LEVEL DONE OVERLAY STUFF ******/

#btn-next {
    display: none;
}

object, embed {
    outline: 0;
}

.flash-alt {
    width: 1009px;
    height: 598px;
    text-align: center;
    margin-top: 40px;
}

.flash-alt p {
    margin-bottom: 20px;
}

/****************************************************/
/***********  CELL DRAG AND DROP *************      */
/****************************************************/

.part-container {
    background-color: #f3f8fb;
    border-radius: 0 0 8px 8px;
    height: 492px;
    width: 617px;
    left: 341px;
    top: 45px;
    overflow: hidden;
    position: absolute;
}

/***********  initial positions (these should be absolute, but relative to their container)      */

#cell-rna-2-1,
#cell-rna-2-2,
#cell-rna-2-3,
#cell-rna-2-4,
#cell-rna-2-5,
#cell-rna-2-6,
#cell-rna-3-1,
#cell-rna-3-2,
#cell-rna-3-3,
#cell-rna-3-4,
#cell-rna-3-5,
#cell-rna-3-6,
#cell-rna-4-1,
#cell-rna-4-2,
#cell-rna-4-3,
#cell-rna-4-4,
#cell-rna-4-5,
#cell-rna-4-6 {
    left: 276px;
    top: 70px;
}

#cell-rna-2-1 {
    left: 140px;
    top: 324px;
}

#cell-rna-2-2 {
    left: 250px;
    top: 351px;
}

#cell-rna-2-3 {
    left: 100px;
    top: 220px;
}

/***********  cell animation styles       */

.drag-box {
    text-align: center;
    position: absolute;
    left: 118px;
    top: 215px;
}

.drag-box.rna {
    width: 70px;
    height: 70px;
    background-color: transparent;
    border: none;
    padding: 0;
    z-index: 21;
}

.pickup.block {
    opacity: 0;
    position: absolute;
    left: 53px;
    top: 0;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
}

.user-rna {
    background: #293e56 no-repeat;
    background-size: contain;
    -ms-behavior: url(../../lib/backgroundsize-poly/backgroundsize.min.htc);
    width: 100px;
    height: 100px;
    border: none;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    z-index: 21;
}

.cell-rna {
    background: transparent no-repeat;
    background-size: contain;
    -ms-behavior: url(../../lib/backgroundsize-poly/backgroundsize.min.htc);
    width: 70px;
    height: 70px;
    border: none;
    padding: 0;
    position: absolute;
    z-index: 20;
    opacity: 1;
}

.drag-box .cell-rna {
    opacity: 0;
}

.cell-rna-2-2,
.cell-rna-2-4,
.cell-rna-2-4-container,
.cell-rna-2-5,
.cell-rna-2-5-container,
.cell-rna-3-1 {
    width: 140px;
    height: 70px;
}

.cell-rna-3-1,
.cell-rna-3-1-left,
.cell-rna-3-1-right {
    width: 70px;
    height: 70px;
}

.cell-rna-3-3, .cell-rna-3-3-rna {
    width: 90px;
    height: 90px;
}

.cell-rna-3-3-membrane {
    width: 110px;
    height: 110px;
    left: -18px;
    top: -10px;
}

#cell-rna-3-4 .cell-rna {
    opacity: 0;
    /*opacity: 1;*/
}

.cell-rna-3-5 {
    width: 70px;
    height: 35px;
}

.cell-rna-4-4, .cell-rna-4-4-body, .cell-rna-4-4-wreckingball, .cell-rna-4-4-wreckingball-mod {
    width: 95px;
    height: 95px;
}

.cell-rna-2-4-container .base {
    background-image: url("../../images/rna/tRNA_anim-2-4-base.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: inherit;
    height: inherit;
    position: absolute;
}

.cell-rna-2-4-container .tail {
    background-image: url("../../images/rna/tRNA_anim-2-4-tail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: inherit;
    height: inherit;
    position: absolute;
}

.cell-rna-2-4-container .gear-teeth {
    top: 29px;
    left: 37px;
}

.cell-rna-2-4-container .gear-color {
    top: 29px;
    left: 8px;
}

.cell-rna-2-5-container .base {
    background-image: url("../../images/rna/tRNA_anim-2-5-base.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: inherit;
    height: inherit;
    position: absolute;
}

.cell-rna-2-5-container .tail {
    background-image: url("../../images/rna/tRNA_anim-2-5-tail.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: inherit;
    height: inherit;
    position: absolute;
}

.cell-rna-2-5-container .gear-teeth {
    top: 6px;
    left: 39px;
    width: 20px;
    height: 20px;
}

.cell-rna-2-5-container .gear-color {
    top: 6px;
    left: 65px;
    width: 20px;
    height: 20px;
}

.gear-teeth {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-teeth.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
}

.gear-color {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-color.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
}

#cell-rna-3-3-rna-complex {
    top: 29px;
    left: 37px;
    position: absolute;
}

.cell-rna-4-1, .cell-rna-4-2 {
    width: 110px;
    height: 110px;
}

/*.user-rna-2-1 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-01.png')}
.user-rna-2-2 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-02.png')}
.user-rna-2-3 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-03.png')}
.user-rna-2-4 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-04.png')}
.user-rna-2-5 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-05.png')}
.user-rna-2-6 {background-image: url('/wgbh/nova/labs/media/rna/puzzles/02-06.png')}
.user-rna-3-1 {background-image: url('../../images/rna/tRNA_eterna-3-1.png')}
.user-rna-3-2 {background-image: url('../../images/rna/tRNA_eterna-3-2.png')}
.user-rna-3-3 {background-image: url('../../images/rna/tRNA_eterna-3-3.png')}
.user-rna-3-4 {background-image: url('../../images/rna/tRNA_eterna-3-4.png')}
.user-rna-3-5 {background-image: url('../../images/rna/tRNA_eterna-3-5.png')}
.user-rna-3-6 {background-image: url('../../images/rna/tRNA_eterna-3-6.png')}
.user-rna-4-1 {background-image: url('../../images/rna/tRNA_eterna-4-1.png')}
.user-rna-4-2 {background-image: url('../../images/rna/tRNA_eterna-4-2.png')}
.user-rna-4-3 {background-image: url('../../images/rna/tRNA_eterna-4-3.png')}
.user-rna-4-4 {background-image: url('../../images/rna/tRNA_eterna-4-4.png')}
.user-rna-4-5 {background-image: url('../../images/rna/tRNA_eterna-4-5.png')}
.user-rna-4-6 {background-image: url('../../images/rna/tRNA_eterna-4-6.png')}*/

.cell-rna-2-1 {
    background-image: url("../../images/rna/tRNA_anim-2-1.svg");
}

.cell-rna-2-2 {
    background-image: url("../../images/rna/tRNA_anim-2-2.svg");
}

.cell-rna-2-3 {
    background-image: url("../../images/rna/tRNA_anim-2-3.svg");
}

.cell-rna-2-4 {
    background-image: url("../../images/rna/tRNA_anim-2-4.svg");
}

.cell-rna-2-5 {
    background-image: url("../../images/rna/tRNA_anim-2-5.svg");
}

.cell-rna-2-6 {
    background-image: url("../../images/rna/tRNA_anim-2-6.svg");
}

.cell-rna-3-1 {
    background-image: url("../../images/rna/tRNA_anim-3-1.svg");
}

.cell-rna-3-2 {
    background-image: url("../../images/rna/tRNA_anim-3-2.svg");
}

.cell-rna-3-3 {
    background-image: url("../../images/rna/tRNA_anim-3-3.svg");
}

.cell-rna-3-4 {
    background-image: url("../../images/rna/tRNA_anim-3-4.svg");
}

.cell-rna-3-4-1 {
    background-image: url("../../images/rna/tRNA_anim-3-4-1.svg");
}

.cell-rna-3-4-2 {
    background-image: url("../../images/rna/tRNA_anim-3-4-2.svg");
}

.cell-rna-3-4-3 {
    background-image: url("../../images/rna/tRNA_anim-3-4-3.svg");
}

.cell-rna-3-4-4 {
    background-image: url("../../images/rna/tRNA_anim-3-4-4.svg");
}

.cell-rna-3-4-5 {
    background-image: url("../../images/rna/tRNA_anim-3-4-5.svg");
}

.cell-rna-3-4-6 {
    background-image: url("../../images/rna/tRNA_anim-3-4-6.svg");
}

.cell-rna-3-5 {
    background-image: url("../../images/rna/tRNA_anim-3-5.svg");
}

.cell-rna-3-6 {
    background-image: url("../../images/rna/tRNA_anim-3-6.svg");
}

.cell-rna-4-1 {
    background-image: url("../../images/rna/tRNA_anim-4-1.svg");
}

.cell-rna-4-2 {
    background-image: url("../../images/rna/tRNA_anim-4-2.svg");
}

.cell-rna-4-3 {
    background-image: url("../../images/rna/tRNA_anim-4-3.svg");
}

.cell-rna-4-4 {
    background-image: url("../../images/rna/tRNA_anim-4-4.svg");
}

.cell-rna-4-5 {
    background-image: url("../../images/rna/tRNA_anim-4-5.svg");
}

.cell-rna-4-5-body {
    background-image: url("../../images/rna/tRNA_anim-4-5-body.svg");
}

.cell-rna-4-5-tail {
    background-image: url("../../images/rna/tRNA_anim-4-5-tail.svg");
}

.cell-rna-4-6 {
    background-image: url("../../images/rna/tRNA_anim-4-6.svg");
}

.cell-rna-4-6-body {
    background-image: url("../../images/rna/tRNA_anim-4-6-body.svg");
}

.cell-rna-4-6-tail {
    background-image: url("../../images/rna/tRNA_anim-4-6-tail.svg");
}

.cell-rna-2-2-body {
    background-image: url("../../images/rna/tRNA_anim-2-2-body.svg");
}

.cell-rna-2-2-tail {
    opacity: 1;
    background-image: url("../../images/rna/tRNA_anim-2-2-tail.svg");
    width: 90px;
    height: 18px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    /* IE 9 */
    -webkit-transform: rotate(90deg);
    /* Safari and Chrome */
    position: absolute;
    left: -23px;
    top: -38px;
}

.cell-rna-3-1-left {
    background-image: url("../../images/rna/tRNA_anim-3-1-p1.svg");
}

.cell-rna-3-1-right {
    background-image: url("../../images/rna/tRNA_anim-3-1-p2.svg");
}

.cell-rna-3-3-rna {
    background-image: url("../../images/rna/tRNA_anim-3-3-rna.svg");
}

.cell-rna-3-3-membrane {
    background-image: url("../../images/rna/tRNA_anim-3-3-membrane.svg");
}

.cell-rna-4-4-body {
    background-image: url("../../images/rna/tRNA_anim-4-4-body.svg");
}

.cell-rna-4-6-tail {
    width: 33px;
    height: 33px;
}

.drag-box.ui-state-highlight {
    /*background-color: gray;*/
}

.show-hidden {
    display: block !important;
}

.drag-box.dragging {
    /*opacity: 0.5;*/
}

.cell, .wavy-cell, .cell-divide, .cell-divide-1 {
    width: 460px;
    height: 460px;
    position: absolute;
    z-index: 10;
    top: 16px;
    left: 76px;
    /*top: 45px;
    left: 450px;*/
}

.cell {
    background: transparent url("../../images/rna/cell-background.svg") no-repeat;
    background-size: contain;
}

.cell-sick {
    background: transparent url("../../images/rna/cell-background-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
}

.wavy-cell {
    background: transparent url("../../images/rna/wavy_cell.svg") no-repeat;
    background-size: contain;
}

.cell.ui-state-highlight {
    /*border:   2px solid gray;*/
}

.nucleus, .cell-rna-2-2, .ribosome-part1, .ribosome-part2,
.virus,
.cell {
    border: 2px solid transparent;
    /*-webkit-filter: drop-shadow( -5px -5px 5px #000 );
            filter: drop-shadow( -5px -5px 5px #000 ); */
}

/*.nucleus.ui-state-hover, .cell-rna-2-2.ui-state-hover, .ribosome-part1.ui-state-hover, .ribosome-part2.ui-state-hover, 
.virus.ui-state-hover,
.cell.ui-state-hover
{
    border: 2px solid white;
}*/
/*.nucleus.ui-state-active, .cell-rna-2-2.ui-state-active, .ribosome-part1.ui-state-active, .ribosome-part2.ui-state-active, 
.virus.ui-state-active,
.cell.ui-state-active
{
    border: 2px solid yellow;
}*/

#part-4 .cell {
    top: 16px;
    left: 76px;
}

#part-4 .ribosome {
    top: 135px;
    left: 230px;
}

#part-4 .nucleus {
    top: 315px;
    left: 315px;
}

#ribosome {
    position: absolute;
    left: 152px;
    top: 55px;
    z-index: 20;
}

.ribosome-part1 {
    width: 155px;
    height: 155px;
    position: absolute;
    background: transparent url("../../images/rna/ribosome-part1.svg") no-repeat;
    background-size: contain;
    z-index: 10;
}

.ribosome-part2 {
    width: 155px;
    height: 155px;
    position: absolute;
    background: transparent url("../../images/rna/ribosome-part2.svg") no-repeat;
    background-size: contain;
    z-index: 10;
}

.ribosome-part1.bw {
    background: transparent url("../../images/rna/ribosome-part1-bw.svg") no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 10;
}

.ribosome-part2.bw {
    background: transparent url("../../images/rna/ribosome-part2-bw.svg") no-repeat;
    background-size: contain;
    opacity: 0.5;
    z-index: 10;
}

.ribosome-part1.sick {
    background: transparent url("../../images/rna/ribosome-part1-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

.ribosome-part2.sick {
    background: transparent url("../../images/rna/ribosome-part2-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

#ribosome-4 .ribosome-part1-base {
    width: 138px;
    height: 138px;
    left: 312px;
    top: 149px;
    position: absolute;
    background: transparent url("../../images/rna/tRNA_anim-2-4-base.svg") no-repeat;
    background-size: contain;
    z-index: 10;
}

#ribosome-4 .ribosome-part2-base {
    width: 92px;
    height: 92px;
    left: 214px;
    top: 217px;
    position: absolute;
    background: transparent url("../../images/rna/tRNA_anim-2-5-base.svg") no-repeat;
    background-size: contain;
    z-index: 10;
}

#ribosome-4 .ribosome-part1-base.sick {
    background: transparent url("../../images/rna/tRNA_anim-2-4-base-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

#ribosome-4 .ribosome-part2-base.sick {
    background: transparent url("../../images/rna/tRNA_anim-2-5-base-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

#ribosome-4 .gear-teeth {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-teeth.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 10;
}

#ribosome-4 .gear-color {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-color.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 10;
}

#ribosome-4 .gear-teeth.sick {
    background: transparent url("../../images/rna/tRNA_gear-2-4-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

#ribosome-4 .gear-color.sick {
    background: transparent url("../../images/rna/tRNA_anim-2-4-gear-color-sick.svg") no-repeat;
    background-size: contain;
    opacity: 0;
    z-index: 10;
}

#ribosome-4 .gear-teeth-1 {
    left: 350px;
    top: 178px;
}

#ribosome-4 .gear-color-1 {
    left: 319px;
    top: 178px;
}

#ribosome-4 .gear-teeth-2 {
    left: 253px;
    top: 223px;
    width: 20px;
    height: 20px;
}

#ribosome-4 .gear-color-2 {
    left: 279px;
    top: 223px;
    width: 20px;
    height: 20px;
}

.cell-rna-4-4-wreckingball {
    background: transparent url("../../images/rna/tRNA_anim-4-4-wreckingball.svg") no-repeat;
    background-size: contain;
}

.cell-rna-4-4-wreckingball-mod {
    background: transparent url("../../images/rna/tRNA_anim-4-4-wreckingball-mod.svg") no-repeat;
    background-size: contain;
}

.robot-splicer {
    background: transparent url("../../images/rna/robot_splicer.svg") no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 9;
    top: 91px;
    left: 71px;
}

.mRNA {
    background: transparent url("../../images/rna/mRNA_unfolded.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 225px;
    top: 265px;
    width: 80px;
    height: 10px;
    z-index: 12;
}

.mRNA.sick {
    background: transparent url("../../images/rna/mRNA_unfolded-sick.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 225px;
    top: 265px;
    width: 80px;
    height: 10px;
    z-index: 12;
}

#mrna-split {
    position: absolute;
    z-index: 12;
}

.mrna-split {
    position: absolute;
    z-index: 12;
    left: 30px;
    top: 50px;
    width: 50px;
    height: 25px;
}

.mrna-left {
    background: transparent url("../../images/rna/mRNA_left.svg") no-repeat;
    background-size: contain;
}

.mrna-center {
    background: transparent url("../../images/rna/mRNA_center.svg") no-repeat;
    background-size: contain;
}

.mrna-right {
    background: transparent url("../../images/rna/mRNA_right.svg") no-repeat;
    background-size: contain;
}

.mrna-fold {
    background: transparent url("../../images/rna/mRNA_fold.svg") no-repeat;
    background-size: contain;
    z-index: 30;
}

.mrna-1, .mrna-11 {
    background: transparent url("../../images/rna/mRNA-1.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-2, .mrna-12 {
    background: transparent url("../../images/rna/mRNA-2.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-3, .mrna-13 {
    background: transparent url("../../images/rna/mRNA-3.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-4, .mrna-14 {
    background: transparent url("../../images/rna/mRNA-4.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-5, .mrna-15 {
    background: transparent url("../../images/rna/mRNA-5.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-6, .mrna-16 {
    background: transparent url("../../images/rna/mRNA-6.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.mrna-7, .mrna-17 {
    background: transparent url("../../images/rna/mRNA-7.svg") no-repeat;
    background-size: contain;
    width: 130px;
}

.cell-rna-3-5 {
    z-index: 29;
}

.nucleus {
    background: transparent url("../../images/rna/nucleus.svg") no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 204px;
    top: 217px;
    z-index: 11;
}

.nucleus-open {
    background: transparent url("../../images/rna/nucleus-open.svg") no-repeat;
    background-size: contain;
    z-index: 11;
}

.nucleus-mask {
    background: transparent url("../../images/rna/nucleus-mask.svg") no-repeat;
    background-size: contain;
    z-index: 15;
}

.nucleus-bare {
    background: transparent url("../../images/rna/nucleus-bare.svg") no-repeat;
    background-size: contain;
    z-index: 15;
}

.block {
    width: 15px;
    height: 7px;
    position: absolute;
    top: 300px;
    left: 250px;
    z-index: 20;
}

.block-1 {
    background: yellow;
}

.block-2, .block-3 {
    background: green;
}

/*********** BEGIN RNA World animation styles     */

.nucleotide {
    width: 8px;
    height: 15px;
    position: absolute;
    z-index: 21;
}

.nucleotide-1 {
    background: transparent url("../../images/rna/nucleotide-1.svg") no-repeat;
    background-size: contain;
}

.nucleotide-2 {
    background: transparent url("../../images/rna/nucleotide-2.svg") no-repeat;
    background-size: contain;
}

.nucleotide-3 {
    background: transparent url("../../images/rna/nucleotide-3.svg") no-repeat;
    background-size: contain;
}

.nucleotide-4 {
    background: transparent url("../../images/rna/nucleotide-4.svg") no-repeat;
    background-size: contain;
}

.protein {
    width: 40px;
    height: 4px;
    position: absolute;
    z-index: 21;
}

.protein-1 {
    background: transparent url("../../images/rna/protein_red.svg") no-repeat;
    background-size: contain;
}

.protein-2 {
    background: transparent url("../../images/rna/protein_blue.svg") no-repeat;
    background-size: contain;
}

.cell-divide, .cell-divide-1 {
    width: 460px;
    height: 240px;
    position: absolute;
    background: transparent url("../../images/rna/cell-divide.svg") no-repeat;
    background-size: 100% 800%;
    background-position: 0px 0px;
    top: 120px;
}

/* BEGIN Virus ****** */

.cell-highlight {
    -webkit-filter: drop-shadow(0 0 2px #61A4BC);
    filter: drop-shadow(0 0 2px #61A4BC);
}

.virus {
    position: absolute;
    left: -180px;
    top: 185px;
    width: 70px;
    height: 70px;
    z-index: 20;
    background: transparent url("../../images/rna/virus.svg") no-repeat;
    background-size: contain;
}

.virus.clear {
    background: transparent url("../../images/rna/virus-clear.svg") no-repeat;
    background-size: contain;
}

#part-4-status {
    position: absolute;
    top: 48px;
    right: 0;
    width: 50px;
}

#part-4-status p {
    text-transform: uppercase;
    font-size: 9px;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
    margin-bottom: 4px;
    color: #999;
}

.heart {
    width: 24px;
    height: 24px;
    background: transparent url("../../images/rna/heart.svg") no-repeat;
    background-size: contain;
    position: absolute;
    left: 12px;
    top: 32px;
}

.heart:nth-child(3), .heart:nth-child(6) {
    top: 60px;
}

.heart:nth-child(4), .heart:nth-child(7) {
    top: 88px;
}

.heart.empty {
    background: transparent url("../../images/rna/heart-empty.svg") no-repeat;
    background-size: contain;
    opacity: 0.2;
}

.rna-light {
    -webkit-filter: drop-shadow(0 0 2px #fff);
    filter: drop-shadow(0 0 2px #fff);
}

.vesicule {
    width: 52px;
    height: 52px;
    background: transparent url("../../images/rna/vesicule-healthy-membrane.svg") no-repeat;
    background-size: contain;
    position: absolute;
    opacity: 0;
    left: 189px;
    top: 296px;
    z-index: 12;
}

.vesicule.filled {
    background: transparent url("../../images/rna/vesicule-healthy-filled.svg") no-repeat;
    background-size: contain;
}

.box-highlight {
    width: 22px;
    height: 22px;
    border: 2px solid red;
    position: absolute;
    border-radius: 22px;
    opacity: 0.6;
    z-index: 20;
}

/*********** ALT images for no-svg browsers */

.no-svg .cell-rna-2-4-container .base {
    background-image: url("../../images/rna/tRNA_anim-2-4-base.png");
}

.no-svg .cell-rna-2-4-container .tail {
    background-image: url("../../images/rna/tRNA_anim-2-4-tail.png");
}

.no-svg .cell-rna-2-5-container .base {
    background-image: url("../../images/rna/tRNA_anim-2-5-base.png");
}

.no-svg .cell-rna-2-5-container .tail {
    background-image: url("../../images/rna/tRNA_anim-2-5-tail.png");
}

.no-svg .gear-teeth {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-teeth.png");
}

.no-svg .gear-color {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-color.png");
}

.no-svg .cell-rna-2-1 {
    background-image: url("../../images/rna/tRNA_anim-2-1.png");
}

.no-svg .cell-rna-2-2 {
    background-image: url("../../images/rna/tRNA_anim-2-2.png");
}

.no-svg .cell-rna-2-3 {
    background-image: url("../../images/rna/tRNA_anim-2-3.png");
}

.no-svg .cell-rna-2-4 {
    background-image: url("../../images/rna/tRNA_anim-2-4.png");
}

.no-svg .cell-rna-2-5 {
    background-image: url("../../images/rna/tRNA_anim-2-5.png");
}

.no-svg .cell-rna-2-6 {
    background-image: url("../../images/rna/tRNA_anim-2-6.png");
}

.no-svg .cell-rna-3-1 {
    background-image: url("../../images/rna/tRNA_anim-3-1.png");
}

.no-svg .cell-rna-3-2 {
    background-image: url("../../images/rna/tRNA_anim-3-2.png");
}

.no-svg .cell-rna-3-3 {
    background-image: url("../../images/rna/tRNA_anim-3-3.png");
}

.no-svg .cell-rna-3-4 {
    background-image: url("../../images/rna/tRNA_anim-3-4.png");
}

.no-svg .cell-rna-3-4-1 {
    background-image: url("../../images/rna/tRNA_anim-3-4-1.png");
}

.no-svg .cell-rna-3-4-2 {
    background-image: url("../../images/rna/tRNA_anim-3-4-2.png");
}

.no-svg .cell-rna-3-4-3 {
    background-image: url("../../images/rna/tRNA_anim-3-4-3.png");
}

.no-svg .cell-rna-3-4-4 {
    background-image: url("../../images/rna/tRNA_anim-3-4-4.png");
}

.no-svg .cell-rna-3-4-5 {
    background-image: url("../../images/rna/tRNA_anim-3-4-5.png");
}

.no-svg .cell-rna-3-4-6 {
    background-image: url("../../images/rna/tRNA_anim-3-4-6.png");
}

.no-svg .cell-rna-3-5 {
    background-image: url("../../images/rna/tRNA_anim-3-5.png");
}

.no-svg .cell-rna-3-6 {
    background-image: url("../../images/rna/tRNA_anim-3-6.png");
}

.no-svg .cell-rna-4-1 {
    background-image: url("../../images/rna/tRNA_anim-4-1.png");
}

.no-svg .cell-rna-4-2 {
    background-image: url("../../images/rna/tRNA_anim-4-2.png");
}

.no-svg .cell-rna-4-3 {
    background-image: url("../../images/rna/tRNA_anim-4-3.png");
}

.no-svg .cell-rna-4-4 {
    background-image: url("../../images/rna/tRNA_anim-4-4.png");
}

.no-svg .cell-rna-4-5 {
    background-image: url("../../images/rna/tRNA_anim-4-5.png");
}

.no-svg .cell-rna-4-5-body {
    background-image: url("../../images/rna/tRNA_anim-4-5-body.png");
}

.no-svg .cell-rna-4-5-tail {
    background-image: url("../../images/rna/tRNA_anim-4-5-tail.png");
}

.no-svg .cell-rna-4-6 {
    background-image: url("../../images/rna/tRNA_anim-4-6.png");
}

.no-svg .cell-rna-4-6-body {
    background-image: url("../../images/rna/tRNA_anim-4-6-body.png");
}

.no-svg .cell-rna-4-6-tail {
    background-image: url("../../images/rna/tRNA_anim-4-6-tail.png");
}

.no-svg .cell-rna-2-2-body {
    background-image: url("../../images/rna/tRNA_anim-2-2-body.png");
}

.no-svg .cell-rna-2-2-tail {
    background-image: url("../../images/rna/tRNA_anim-2-2-tail.png");
}

.no-svg .cell-rna-3-1-left {
    background-image: url("../../images/rna/tRNA_anim-3-1-p1.png");
}

.no-svg .cell-rna-3-1-right {
    background-image: url("../../images/rna/tRNA_anim-3-1-p2.png");
}

.no-svg .cell-rna-3-3-rna {
    background-image: url("../../images/rna/tRNA_anim-3-3-rna.png");
}

.no-svg .cell-rna-3-3-membrane {
    background-image: url("../../images/rna/tRNA_anim-3-3-membrane.png");
}

.no-svg .cell-rna-4-4-body {
    background-image: url("../../images/rna/tRNA_anim-4-4-body.png");
}

.no-svg .cell {
    background-image: url("../../images/rna/cell-background.png");
}

.no-svg .cell-sick {
    background-image: url("../../images/rna/cell-background-sick.png");
}

.no-svg .wavy-cell {
    background-image: url("../../images/rna/wavy_cell.png");
}

.no-svg .ribosome-part1 {
    background-image: url("../../images/rna/ribosome-part1.png");
}

.no-svg .ribosome-part2 {
    background-image: url("../../images/rna/ribosome-part2.png");
}

.no-svg .ribosome-part1.bw {
    background-image: url("../../images/rna/ribosome-part1-bw.png");
}

.no-svg .ribosome-part2.bw {
    background-image: url("../../images/rna/ribosome-part2-bw.png");
}

.no-svg .ribosome-part1.sick {
    background-image: url("../../images/rna/ribosome-part1-sick.png");
}

.no-svg .ribosome-part2.sick {
    background-image: url("../../images/rna/ribosome-part2-sick.png");
}

.no-svg #ribosome-4 .ribosome-part1-base {
    background-image: url("../../images/rna/tRNA_anim-2-4-base.png");
}

.no-svg #ribosome-4 .ribosome-part2-base {
    background-image: url("../../images/rna/tRNA_anim-2-5-base.png");
}

.no-svg #ribosome-4 .ribosome-part1-base.sick {
    background-image: url("../../images/rna/tRNA_anim-2-4-base-sick.png");
}

.no-svg #ribosome-4 .ribosome-part2-base.sick {
    background-image: url("../../images/rna/tRNA_anim-2-5-base-sick.png");
}

.no-svg #ribosome-4 .gear-teeth {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-teeth.png");
}

.no-svg #ribosome-4 .gear-color {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-color.png");
}

.no-svg #ribosome-4 .gear-teeth.sick {
    background-image: url("../../images/rna/tRNA_gear-2-4-sick.png");
}

.no-svg #ribosome-4 .gear-color.sick {
    background-image: url("../../images/rna/tRNA_anim-2-4-gear-color-sick.png");
}

.no-svg .cell-rna-4-4-wreckingball {
    background-image: url("../../images/rna/tRNA_anim-4-4-wreckingball.png");
}

.no-svg .cell-rna-4-4-wreckingball-mod {
    background-image: url("../../images/rna/tRNA_anim-4-4-wreckingball-mod.png");
}

.no-svg .robot-splicer {
    background-image: url("../../images/rna/robot_splicer.png");
}

.no-svg .mRNA {
    background-image: url("../../images/rna/mRNA_unfolded.png");
}

.no-svg .mRNA.sick {
    background-image: url("../../images/rna/mRNA_unfolded-sick.png");
}

.no-svg .mrna-left {
    background-image: url("../../images/rna/mRNA_left.png");
}

.no-svg .mrna-center {
    background-image: url("../../images/rna/mRNA_center.png");
}

.no-svg .mrna-right {
    background-image: url("../../images/rna/mRNA_right.png");
}

.no-svg .mrna-fold {
    background-image: url("../../images/rna/mRNA_fold.png");
}

.no-svg .mrna-1, .no-svg .mrna-11 {
    background-image: url("../../images/rna/mRNA-1.png");
}

.no-svg .mrna-2, .no-svg .mrna-12 {
    background-image: url("../../images/rna/mRNA-2.png");
}

.no-svg .mrna-3, .no-svg .mrna-13 {
    background-image: url("../../images/rna/mRNA-3.png");
}

.no-svg .mrna-4, .no-svg .mrna-14 {
    background-image: url("../../images/rna/mRNA-4.png");
}

.no-svg .mrna-5, .no-svg .mrna-15 {
    background-image: url("../../images/rna/mRNA-5.png");
}

.no-svg .mrna-6, .no-svg .mrna-16 {
    background-image: url("../../images/rna/mRNA-6.png");
}

.no-svg .mrna-7, .no-svg .mrna-17 {
    background-image: url("../../images/rna/mRNA-7.png");
}

.no-svg .nucleus {
    background-image: url("../../images/rna/nucleus.png");
}

.no-svg .nucleus-open {
    background-image: url("../../images/rna/nucleus-open.png");
}

.no-svg .nucleus-mask {
    background-image: url("../../images/rna/nucleus-mask.png");
}

.no-svg .nucleus-bare {
    background-image: url("../../images/rna/nucleus-bare.png");
}

.no-svg .nucleotide-1 {
    background-image: url("../../images/rna/nucleotide-1.png");
}

.no-svg .nucleotide-2 {
    background-image: url("../../images/rna/nucleotide-2.png");
}

.no-svg .nucleotide-3 {
    background-image: url("../../images/rna/nucleotide-3.png");
}

.no-svg .nucleotide-4 {
    background-image: url("../../images/rna/nucleotide-4.png");
}

.no-svg .protein-1 {
    background-image: url("../../images/rna/protein_red.png");
}

.no-svg .protein-2 {
    background-image: url("../../images/rna/protein_blue.png");
}

.no-svg .cell-divide, .no-svg .cell-divide-1 {
    background-image: url("../../images/rna/cell-predivide.png");
    height: 460px;
    top: 0;
    left: 30px;
}

.no-svg .cell-postdivide, .no-svg .cell-postdivide-1 {
    background-image: url("../../images/rna/cell-postdivide.png");
    height: 460px;
    top: 0;
    left: 30px;
}

.no-svg .virus {
    background-image: url("../../images/rna/virus.png");
}

.no-svg .virus.clear {
    background-image: url("../../images/rna/virus-clear.png");
}

.no-svg .heart {
    background-image: url("../../images/rna/heart.png");
}

.no-svg .heart.empty {
    background-image: url("../../images/rna/heart-empty.png");
}

.no-svg .vesicule {
    background-image: url("../../images/rna/vesicule-healthy-membrane.png");
}

.no-svg .vesicule.filled {
    background-image: url("../../images/rna/vesicule-healthy-filled.png");
}

/*********** END cell animation styles     */