/* Cyber Lab CSS */

*{-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;
}
img {
    -webkit-user-drag: none;
}
#ng-app {
    position: relative;
    min-height: 698px; /*same as rna*/
    background-color: #0a1e39;
}

/*cyber START*/

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

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

.panel.battle {
    text-align: center;
}

.panel .mockup.two-col-cyber {
    width: 100%;
}

.panel {
    width: 301px;
    height: 338px;
    position: relative;
    float: left;
    margin-left: 17px;
}
.panel.first {
    margin-left: 0;
}

.panel .panel-inset-content {
    /*for the password cards*/
    padding: 36px 17px 0 17px;
}

.card {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 4px;
    background: rgb(7,21,39);
    background: -moz-linear-gradient(top,  rgba(7,21,39,1) 0%, rgba(45,68,95,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(7,21,39,1)), color-stop(100%,rgba(45,68,95,1)));
    background: -webkit-linear-gradient(top,  rgba(7,21,39,1) 0%,rgba(45,68,95,1) 100%);
    background: -o-linear-gradient(top,  rgba(7,21,39,1) 0%,rgba(45,68,95,1) 100%);
    background: -ms-linear-gradient(top,  rgba(7,21,39,1) 0%,rgba(45,68,95,1) 100%);
    background: linear-gradient(to bottom,  rgba(7,21,39,1) 0%,rgba(45,68,95,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#071527', endColorstr='#2d445f',GradientType=0 )";
}

#password-challenge .card {
    background: rgb(51,102,153);
    background: -moz-linear-gradient(top,  rgba(51,102,153,1) 0%, rgba(28,61,99,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,102,153,1)), color-stop(100%,rgba(28,61,99,1)));
    background: -webkit-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%);
    background: -o-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%);
    background: -ms-linear-gradient(top,  rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%);
    background: linear-gradient(to bottom,  rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#1c3d63',GradientType=0 )";
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);
}

.frontie {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);    
}
.backie {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);   
}

.coin.active {
    color: red;
}

h2 {
    color: #666;
}

/* Top "nav-bar" start */

.top-user-status {
    height: 65px;
    background-color: #000;
    background-image: url('../../images/cyber/company-logo-sprite.png');
    background-repeat: no-repeat;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ffcc00;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 20px;

}
.top-user-status .label {
    position: absolute;
    top: 25px;
    left: 500px;
}
.top-user-status .level-label {
    left: 812px;
}
.top-user-status .level-label div {
    float: left;
    clear: none;
}
.top-user-status .value {
    color: #fff;
}
.top-user-status .level-value {
    width: 22px;
    height: 25px;
    background-image: url('../../images/cyber/level-hex-sprite.png');
    background-repeat: no-repeat;
    margin-right: 5px;
    margin-top: -3px;
}
.top-user-status .level-value.first {
    margin-left: 13px;
}
.top-user-status .level-value.done {
    background-position: 0 -25px;
}
.company-logo-1 {
    background-position: 33px 0;
}
.company-logo-2 {
    background-position: 33px -65px;
}
.company-logo-3 {
    background-position: 33px -130px;
}
.company-logo-4 {
    background-position: 33px -195px;
}

/* END Top "nav-bar" */

/* New user screen start */

.main-newuser {
    padding: 32px 0 0 82px;
}
.main-newuser .step-box {
    float: left;
    background-color: #122c4c;
    border-radius: 8px;
    padding: 25px 0 0 51px;
    width: 346px; /*397-51px padding*/
    height: 440px; /*467-27px padding*/
    margin-right: 51px;
}
.main-newuser .step-box.not-ready {
    opacity: 0.15;
}

.main-newuser h2, .main-newuser h3, .main-newuser h4 {
    margin: 0;
    padding: 0;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 36px;
    color: #ffcc00;
}
.main-newuser h2 {
    width: 600px; 
    margin-bottom: 26px;
    margin-top: -9px;
}
.main-newuser h3 {
    text-transform: none;
    text-shadow: none;
    line-height: 24px;
}
.main-newuser h4 {
    margin-top: 8px;
    margin-bottom: 35px;
    font-size: 16px;
    line-height: 16px;
    color: #ccffff;
    text-transform: uppercase;
    text-shadow: none;
}
.main-newuser .logo-title {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: #ccffff;
    margin-top: 7px;

}
.main-newuser .img-selector li {
    float: left;
    line-height: 0;
}
.main-newuser .avatar-img {
    height: 153px;
    width: 133px;
    background-image: url('../../images/cyber/newuser/newuser-sprite.png');
    background-repeat: no-repeat; 
}
.main-newuser .avatar-img:hover {
    cursor: pointer;
}
.main-newuser .avatar-0 {background-position: 0 0;}
.main-newuser .avatar-0:hover {background-position: 0 -153px; }
.main-newuser .avatar-1 {background-position: 0 -306px;}
.main-newuser .avatar-1:hover {background-position: 0 -459px;}
.main-newuser .avatar-2 {background-position: 0 -612px;}
.main-newuser .avatar-2:hover {background-position: 0 -765px;}
.main-newuser .avatar-3 {background-position: 0 -918px;}
.main-newuser .avatar-3:hover {background-position: 0 -1071px;}
.main-newuser .company-img {
    height: 120px;
    width: 120px;
    background-image: url('../../images/cyber/newuser/newuser-sprite.png');
    background-repeat: no-repeat; 
    box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.2);
    border-radius: 23px;

}
.main-newuser .company-img:hover {
    cursor: pointer;
    box-shadow: none;
}
.main-newuser .company-0 {background-position: -133px 0;}
.main-newuser .company-0:hover {box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.5); }
.main-newuser .company-1 {background-position: -133px -120px; box-shadow: inset 0px 0px 24px rgba(0, 0, 0, 0.3);} /*alpha = unique snowflake*/
.main-newuser .company-1:hover {box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.5); }
.main-newuser .company-2 {background-position: -133px -240px;}
.main-newuser .company-2:hover {box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.5); }
.main-newuser .company-3 {background-position: -133px -360px;}
.main-newuser .company-3:hover {box-shadow: inset 0px 0px 24px rgba(255, 255, 255, 0.5); }

.main-newuser .avatar {
    margin-right: 29px;
    margin-bottom: 12px;
}
.main-newuser .logo-img {
    margin-bottom: 22px;
}
.main-newuser .logo-img:nth-child(odd) {
    margin-right: 55px
}
.main-newuser .logo-img:nth-child(-n+2) {
    margin-top: 16px; /*top spacing relative to the avatar chooser*/
}
.main-newuser .selected {
    opacity: 1;
}
.main-newuser .non-selected {
    opacity: 0.15;
}

/* END New user screen */

/*Battle Network start*/

.corp-battle {position: relative;}
.corp-battle-network {
    position: absolute;
}
.corp-battle-network-sub {
    position: absolute;
    z-index: 20;
}

.network-container {position: relative;}

.network-glow-container {
    width: 1009px;
    height: 306px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}
.network-fade {
    height: 26px;
    background-image: url('../../images/cyber/network/bg-network-fade.png');
    background-repeat: no-repeat;    
}
.network-color {
    height: 306px;
    background: rgb(10,30,57); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(10,30,57,1) 0%, rgba(13,35,244,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(10,30,57,1)), color-stop(100%,rgba(13,35,244,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(10,30,57,1) 0%,rgba(13,35,244,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(10,30,57,1) 0%,rgba(13,35,244,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(10,30,57,1) 0%,rgba(13,35,244,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(10,30,57,1) 0%,rgba(13,35,244,1) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1e39', endColorstr='#0d23f4',GradientType=0 )"; /* IE8-9 */ 
}
.network-base {
    height: 425px;
    background-image: url('../../images/cyber/network/bg-network-base.png');
    background-repeat: no-repeat; 
    top: 208px; 
    z-index: 2;
}
.towerbase-label {
    z-index: 2;
    position: absolute;
    top: 315px;
    left: 222px;
}
/*BEGIN network css animation*/

/*Positioning the glow elements*/
#top-anim {
    height: 1000px;
    width: 1000px;
    position:absolute;
    left: -600px;
    top: -400px;
}
#left-anim {
    height: 1000px;
    width: 1000px;
    position:absolute;
    left: -100px;
    top: -100px;
}
#right-anim {
    height: 1000px;
    width: 1000px;
    position:absolute;
    left: 530px;
    top: -140px;
}
#four-anim {
    height: 1000px;
    width: 1000px;
    position:absolute;
    left: 100px;
    top: -200px;
}
#five-anim {
    height: 1000px;
    width: 1000px;
    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.8 }
    to {opacity: 0}
}
@-moz-keyframes glow {
    from { opacity: 0}
    50% { opacity: 0.8 }
    to {opacity: 0}
}
@-o-keyframes glow {
    from { opacity: 0}
    50% { opacity: 0.8 }
    to {opacity: 0}
}
@keyframes glow {
    from { opacity: 0}
    50% { opacity: 0.8 }
    to {opacity: 0}
}

/*END network css animation*/

.info-box {
    width: 430px;
    border: 4px solid #ffcc00;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.1);
    background-color: #fff;
    color: #336699;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.corp-battle .info-box {
    margin-top: 42px;
    margin-left: 498px;
    padding: 26px 16px 38px 29px;
    font-size: 17px;
    line-height: 24px;
}

.corp-battle .info-box p.para-break {
    margin-top: 24px;
}
.corp-battle .info-box.cyberstory-info {
    min-height: 198px;  
    position: relative;  
}
.corp-battle .info-box .exchange-rate {
    position: absolute;
    top: 104px;
    left: 25px;
}
.corp-battle .info-box .exchange-rate-txt {
    position: absolute;
    top: 180px;
}
.corp-battle .info-box.cyberstory-info p {
    padding-right: 16px;
}
.corp-battle .info-box .title, .corp-battle .intro-text .title {
    font-weight: 700;
}
.corp-battle .info-box.feedback:nth-child(n+2) {
    margin-top: 20px;
}
.corp-battle .info-box.defense-weak, .corp-battle .info-box.feedback .user-label.defense-weak {
    border-color: #ffea00; /*yellow*/
}
.corp-battle .info-box.defense-medium, .corp-battle .info-box.feedback .user-label.defense-medium  {
    border-color: #ff9900; /*orange*/
}
.corp-battle .info-box.defense-strong, .corp-battle .info-box.feedback .user-label.defense-strong  {
    border-color: #ff0000; /*red*/
}

.corp-battle .info-box.feedback {
    padding: 3px 0px 0px 3px;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    height: 138px;
}
.corp-battle .info-box.feedback .user-value {
    text-align: center;
    color: #333;
    font-size: 17px;
    font-weight: 700;
}
.corp-battle .info-box.feedback .user-label {
    text-align: center;
    text-transform: uppercase;
    color: #999;
    font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    border-top: 4px solid #ffea00;
    width: 81px;
    margin: 4px auto 0;
    padding-top: 5px;
}
.results-section {
    float: left;
    width: 139px;
    vertical-align: top;    
}
.results-formatter {
    text-align: center; 
    margin-top: 6px;   
}
.description-section {
    float: left;
    width: 275px;
    display: table;
    height: inherit;
}
.description-section p {
    display: table-cell;
    vertical-align: middle;
}
.yeah-container {
    position: absolute;
    width: 1009px;
    height: 633px;
    background-color: rgba(0,0,0,0.85); 
    z-index: 21;
}
.yeah-container.full-popup {
    height: 698px;
    top: -65px;
}
.yeah.info-box {
    position: relative;
    padding: 26px 33px 0 33px;
    width: 429px; /*483-8-46*/
    height: 303px; /*337-30-4*/
    margin: 105px 0 0 263px;
    text-align: center;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    color: #336699;
}
.yeah.info-box .star-super-container {
    height: 92px;
    border-bottom: 1px solid #e6e8eb;
}
.yeah.info-box .star-container {
    display: inline-block;
    width: 136px;
    height: 62px;
    text-align: center;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
}
.yeah.info-box .star-container .star {
    width: 44px;
    height: 44px;
    text-indent: -999em;
    background: transparent url('../../images/cyber/yeah-star-sprite.png') no-repeat left top;
    background-position: 0 -44px;
    margin: 0 auto;
}
.yeah.info-box .star-container .star.filled {
    background-position: 0 0;
}
.yeah.info-box .info-header {
    font-size: 24px;
    margin-top: 24px;
    text-transform: uppercase;
}
.yeah.info-box .info-userinfo {
    font-size: 17px;
    margin-top: 10px;
}
.yeah.info-box .button-container {
    position: absolute;
    top: 272px;
    width: 436px;
    margin-left: -4px;
}
.yeah.info-box .button-container .button {
    display: inline-block;
    margin-right: 26px;
}
.yeah.info-box .button-container .button:last-child, .yeah.info-box .button-container .button.last {
    margin-right: 0;
}

.not-yeah-text {
    margin-top: 80px;
}

.fail-button {
    margin-top: 64px !important;
}

.share-header {
    font-size: 24px;
    margin-top: 24px;
}

    /* -- start Battle chooser */

    .corp-battle-chooser {
        background-color: #fff;
        height: 601px; /*698-65topnav - 32padding*/
        padding: 32px 0 0 36px;
        font-family: "nimbus-sans-extended", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 21px;
        line-height: 32px;
        color: #fff;            
    }

    .corp-battle-chooser .intro-text {
        width: 900px; /*937-36*/
        height: 136px; /*168-32*/
        color: #336699;    
    }

    .corp-battle-chooser .battle-icon-large {
        width: 219px;
        height: 139px;
        margin-top: 22px;
        margin-bottom: 3px;
        display: inline-block;
        background: transparent url('../../images/cyber/network/shieldsprite.png') no-repeat 0 0;
    }
    .corp-battle-chooser .battle-icon-large-1 {
        background-position: 0 -139px;
    }
    .corp-battle-chooser .battle-icon-large-2 {
        background-position: 0 -278px;
    }

    .corp-battle-chooser .battle-icon-medium {
        width: 67px;
        height: 67px;
        margin-top: 13px;
        margin-bottom: 4px;
        background-color: blue;
        display: inline-block;
        background: transparent url('../../images/cyber/network/shieldsprite.png') no-repeat -219px 0;
    }
    .corp-battle-chooser .battle-icon-medium-1 {
        background-position: -219px -67px;
    }
    .corp-battle-chooser .battle-icon-medium-2 {
        background-position: -219px -134px;
    }

    .corp-battle-network-sub .battle-icon-small {
        width: 36px;
        height: 36px;
        background-color: aqua;
        display: inline-block;
        background: transparent url('../../images/cyber/network/shieldsprite.png') no-repeat -286px 0;
    }
    .corp-battle-network-sub .battle-icon-small-1 {
        background-position: -286px -36px;
    }
    .corp-battle-network-sub .battle-icon-small-2 {
        background-position: -286px -72px;
    }

    .defense-title {
        font-size: 18px;
        line-height: 21px;
        width: 197px;
        text-align: center;
        margin: 0 auto;
    }
    .defense-description {
        font-size: 20px;
        width: 250px;
        margin-left: 26px;
        text-align: left;
        line-height: 28px;
    }

    .battle-footer {
        clear: both;
        margin: 0 auto;
        padding-top: 39px;
        width: 842px; /*empirical calc*/
        font-family: "nimbus-sans-extended", sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 32px;
        color: #99ccff;
    }
    .battle-footer button:first-child {
        margin-right: 0;
    }

    .battle-footer>div, .battle-footer>button {
        float: left;
    }
    .battle-footer>button {
        margin: 16px 24px 16px 24px;
    }

    .battle-coin-container {
        width: 185px;
        height: 56px;
        text-align: center;
        border-radius: 4px;
        border: 4px solid #eaeff5;
        padding-top: 5px;
        overflow: hidden;
    }
    .battle-coin-container img {}
    .coin-number-x {
        position: relative;
        top: -18px;
        display: inline-block;
    }
    .coin-number {
        position: relative;
        top: -15px;
        font-size: 36px;
        color: #000;
        display: inline-block;
    }
    .info-btn {
        position:absolute; 
        top: 9px; 
        right: 9px; 
        z-index: 20; 
        width: 22px;
        height: 22px;
        text-indent: -999em;
        background: transparent url('../../images/cyber/network/info-i-sprite.png') no-repeat left top;
    }
    .info-btn:hover {
        background-position: 0 -22px;
        cursor: pointer;
    }    
    .info-btn:active {
        background-position: 0 -44px;
    }
    .info-btn.info-back-btn {
        background-position: 0 -66px;
        width: 22px;
    }
    .info-btn.info-back-btn:hover {
        background-position: 0 -88px;
    }
    .info-btn.info-back-btn:active {
        background-position: 0 -110px;
    }
    .coin-slot-container {
        position: absolute;
        bottom: 0;
    }
    .coin {
        width: 151px;
        height: 100px;
        background: transparent url('../../images/cyber/network/a-slot-sprite.png') no-repeat left top;
        background-size: 100% 200px;
        float: left;        
    }
    .coin:last-child {
        width: 150px;
        background: transparent url('../../images/cyber/network/b-slot-sprite.png') no-repeat left top;
        background-size: 100% 200px;        
    }
    .coin:hover {
        background-position: 0 -100px;
        cursor: pointer;
    }
    .coin img {
        margin-top: 36px;
    }
    .coin:last-child img {
        margin-left: -1px;
    }

    /* -- END   Battle chooser */   
    /* -- start Battle results */

    .battle-visualization {
        position: absolute;
    }
    .defense-block {
        width: 39px;
        height: 57px;
        position: absolute;
        background: transparent url('../../images/cyber/network/shieldsprite.png') no-repeat -322px 0;
    }    
    .defense-block:nth-child(1) {
        left: 54px;
        top: 419px;
        z-index: 10;
    }
    .defense-block:nth-child(2) {
        left: 84px;
        top: 436px;
        z-index: 12;
        background-position: -322px -57px;
    }
    .defense-block:nth-child(3) {
        left: 114px;
        top: 453px;
        z-index: 14;       
        background-position: -322px -114px;
    }
    .defense-block:nth-child(4) {
       left: 466px;
        top: 453px;
        z-index: 14;
        background-position: -322px -171px;
    }
    .defense-block:nth-child(5) {
        left: 496px;
        top: 436px;
        z-index: 12;
        background-position: -322px -228px;
    }
    .defense-block:nth-child(6) {
        left: 526px;
        top: 419px;
        z-index: 10;
        background-position: -322px -285px;
    }
    .battle-vis {
        position: absolute;
        top: 0px;
        left: 0px;
        overflow: hidden;
    }
    #raphael0 { z-index: 9; top: -65px;}
    #raphael1 { z-index: 11; top: -65px;}
    #raphael2 { z-index: 13; top: -65px;}
    #raphael3 { z-index: 15; top: -65px;}



    /* -- END   Battle results */


    /* -- START   Battle grow */

    #tower-grow {
        position: absolute;
        z-index: 2;
        top: -65px;
    }

    /* -- END   Battle grow */



.nav-cyberstories-container {
    margin: 26px 0 0 612px;
    width: 371px;
    height: 108px;   
    float: left; 
}
.nav-cyberstories {
    margin: 0 1px;
    background-color: rgba(35,53,77,0.65);
    position: relative;
    overflow: hidden;
    float: left;
    width: 339px;
    height: inherit;
}
.nav-cyberstories .slide {
    padding: 16px 4px 16px 17px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    left: 0;
    width: 306px; /*339-17-16;*/
}
.nav-cyberstories img {
    float: left;
    width: 135px;
    height: 76px;
    margin-right: 13px;
    clear: both;
}
.nav-cyberstories .title-container {
    display: inline-block;    
}
.nav-cyberstories h2 {
    text-transform: uppercase;
    font-size: 10px;
    color: #8ea2bd;
    font-weight: 700;
    line-height: 1em;
}
.nav-cyberstories .title {
    font-size: 17px;
    line-height: 21px;
    color: #fff;
    font-weight: 400;
    margin-top: 3px; 
    width: 155px;
}
.nav-cyberstories .title:hover, .nav-cyberstories img:hover {
    text-decoration: underline;
    cursor: pointer;
}
.nav-cyberstories .dots {
    position: absolute;
    bottom: 8px; 
    right: 19px;
}
.nav-cyberstories .dot {
    background-color: #7a8ea7; /*#566476;*/
    width: 4px;
    height: 4px;
    border-radius: 4px;
    margin-right: 6px;
    display: inline-block;
}
.nav-cyberstories .dot:hover {
    cursor: pointer;
}
.nav-cyberstories .dot.active {
    background-color: #fff;
}
.btn-slider-prev, .btn-slider-next {
    cursor: pointer;
    float: left;
    background-image: url('../../images/cyber/network/cyber-prev-sprite.png');
    background-repeat: no-repeat;
    width: 15px;
    height: 108px;
}
.btn-slider-next {
    left: 356px;
    background-image: url('../../images/cyber/network/cyber-next-sprite.png');
}
.btn-slider-prev.disabled, .btn-slider-next.disabled,
.btn-slider-prev.disabled:hover, .btn-slider-next.disabled:hover {
    cursor: default;    
    opacity: 0.5;
    background-position: 0 0;
}
.btn-slider-prev:hover, .btn-slider-next:hover {
    background-position: 0 -108px;
}
.btn-slider-prev:active, .btn-slider-next:active {
    background-position: 0 -216px;
}

/*END Battle Network*/

/* Common elements start (has battle chooser stuff) */

.bg-design {
    position: absolute;
    width: 100%;
}

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

.advance-btn {
    position: absolute;
    top: 615px;
    left: 859px;
    z-index: 20; /*above the raphael layers*/
}

.button-phish, .button-dont-trust {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.button-trust {
    position: absolute;
    top: 10px;
    left: 212px;
}

.button-social-next {
    position: absolute;
    top: 42px;
    left: 857px;
}

.button.button-password {
    margin: 0 auto;
    display: block;
}

.corp-battle .advance-btn {
    top: 550px; /*615 - 65 (to take into account the topbar)*/
}

button.button {
    min-width: 122px;
}
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: 102px;
    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: 15px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    margin: 0;
}

.button-blue {
    background-color: #4775a3;
    color: #ffe064 !important;
    font-weight: 300;
    text-shadow: 0px 1px 0px #000000;
    /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}

.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;
}

.button-gray {
    background-color: #6B6B6B;
    color: #ffe064 !important;
    font-weight: 300;
    text-shadow: 0px 1px 0px #000000;
    /*filter: dropshadow(color=#000000, offx=0, offy=1);*/
}

.button-gray:hover {
    background-color: #9D9B9B;
    text-decoration: none;
}

.button-gray:active {
    background-color: #fff;
    color: #000 !important;
    text-decoration: none;
}

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


.activity-info-box {
    border-radius: 4px;
    box-shadow: 0px 0px 5px 5px rgba(00, 00, 00, 0.1);
    background: rgb(204,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(204,255,255,1) 0%, rgba(245,255,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,255,255,1)), color-stop(100%,rgba(245,255,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff', endColorstr='#f5ffff',GradientType=0 )"; /* IE8-9 */
}

.activity-content-box {
    border-radius: 4px;
    background: rgb(51,102,153); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51,102,153,1) 0%, rgba(28,61,99,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,102,153,1)), color-stop(100%,rgba(28,61,99,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51,102,153,1) 0%,rgba(28,61,99,1) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#336699', endColorstr='#1c3d63',GradientType=0 )"; /* IE8-9 */
}



/* END Common elements */


/*********************************/
/* Start Password challenge */

#password-challenge {
    height: 633px; /* 698 -65topnav */
    overflow: hidden;
}


#password-challenge .sidebar {
    float: left;
    padding: 16px 16px 0 17px;
    height: 617px; /* 698 -65topnav - 16padding */
    width: 176px;
    background: #333333; /* Old browsers */
    background: -moz-linear-gradient(top,  #333333 0%, #1d1d1d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#1d1d1d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #333333 0%,#1d1d1d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #333333 0%,#1d1d1d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #333333 0%,#1d1d1d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #333333 0%,#1d1d1d 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#1d1d1d',GradientType=0 )"; /* IE8-9 */
}
#password-challenge .password-main {
    float: left;
    height: 617px; /* 698 -65topnav - 16padding */
    width: 800px;
    text-align: center;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
}
#password-challenge .password-main h1 {
    margin: 67px 0 0 0;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 700;
    line-height: 19px;
    text-align: center;
    color: #ccffff;
}
#password-challenge .password-main h2 {
    margin: 7px 0 0 0;
    font-size: 28px;
    font-weight: 100;
    line-height: 34px;
    text-align: center;
    color: #fff;
}
#password-challenge #password-crack .password-main h1 {
    margin: 41px 0 0 0;
}
#password-challenge #password-solution .password-main h1 {
    margin: 60px 0 0 0;
}
p.mystery_portrait_caption {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    width: 75px;
}
#password-challenge .main-container.choose-password {
    
}
#password-challenge .activity-info-box {
    box-shadow: none;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    padding: 18px 13px 56px 18px;
}
#password-challenge .activity-content-box {
    height: 262px;
    width: 748px;
    margin: 44px auto 51px auto;
}

#password-enter .activity-content-box {
    text-align: center;
}

#password-enter .password-input-container {
    display: inline-block;
    margin: 72px 52px 0 0;
}
#password-enter .password-input-container:last-child {
    margin-right: 0px;    
}
#password-enter p.password-input-label { 
    text-transform: uppercase;
    text-align: left;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 13px;
    color: #fff;

}
#password-enter input {
   border: 4px solid #fff; /*standard*/
   border-radius: 4px;
   width: 240px;
   height: 42px;
   padding: 0 9px;
   margin-top: 6px;
   letter-spacing: 3px;
   text-align: left;
   font-size: 16px; 
}

#password-enter input.invalid {
    border-color: #d65c33;
}

.password-requirements {
    margin: 7px 0 0 53px;
    text-align: left;
    font-family: arial, sans-serif;
    font-size: 12px;
    line-height: 18px;
    color: #678da1;
}

.password-requirements-label {
    font-weight: 700;
    color: #ccffff;
}

.password-requirements li.fulfilled {
    color: #ccffff;
}

#password-crack h3 {
    text-transform: none;
    text-align: center;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 16px;
    margin-bottom: 28px;
    color: #fff;  
}
#password-crack .back h3 {
    margin-bottom: 12px;
}
#password-crack .front  {
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 18px;
    color: #ccffff;
}
#password-crack .front p  {
    font-weight: 700;
}
#password-crack .front .combo-label {
    margin-top: 24px;
}
#password-crack .random .panel-inset-content input {
    border-radius: 4px;
    width: 182px;
    height: 33px;
    padding: 0 9px;
    margin-top: 6px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 13px;
    border: none;
}
#password-crack select {
    width: 200px;
}
#password-crack select.small {
    width: 50px;
    margin-left: 5px;
}

#password-crack .back  {
    font-family: arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}
#password-crack .card-select {
    position: absolute;
    bottom: 0;
    height: 9px;
    background: #336699;
    width: 100%;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0 19px 0;
    text-transform: uppercase;
    font-family: arial, sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #fff;    
}
#password-crack .card-select label input {
    float: none; 
    clear: none; 
    margin: 0; 
    line-height: 1.0em !important;
}
#password-crack .card-select label {
    margin-right: 4px;    
}

#password-challenge .password-reveal-container {
    float: none;
    display: inline-block;
    width: 280px; /*247-12*/
    height: 241px;  /*253-12*/
    border: 6px solid #cc3300;
    border-radius: 4px;
    margin-right: 66px;
    margin-top: 50px;
    margin-bottom: 50px;
    text-transform: uppercase;
    text-align: center;
    background: white;
}
#password-challenge .password-reveal-container.last {
    margin-right: 0;
}
#password-challenge .password-reveal-container p {
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 12px;
    color: #333;  
    margin-top: 36px;  
}
#password-solution .password-reveal-container input{
    border: 3px solid #cc3300;
    border-radius: 4px;
    width: 200px;
    height: 28px;
    padding: 0 10px;
    margin-top: 28px;
    letter-spacing: 2px;
    text-align: center;
    font-size: 14px;
}
#password-challenge .password-reveal-container.secureuser, 
#password-challenge .password-reveal-container.crackedcomputer {
    border: 6px solid #339966;
}
#password-challenge .password-reveal-container.secureuser input,
#password-challenge .password-reveal-container.crackedcomputer input {
    border: 3px solid #339966;
}

#password-challenge .password-reveal-container.secureuser, #password-challenge .password-reveal-container.securecomputer {
    background: #9b9b9b; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #9b9b9b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#9b9b9b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#9b9b9b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 0%,#9b9b9b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 0%,#9b9b9b 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 0%,#9b9b9b 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#9b9b9b',GradientType=0 )"; /* IE8-9 */
}
.password-lock {
    margin: 30px auto;
}

#password-solution .password-reveal-tip {
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-align: left;

    margin: 56px auto 0 auto;
    width: 577px;
    padding: 17px 53px 0 20px;
    height: 93px; /*110-17*/
    background-color: #102947;
}
#password-solution .password-reveal-tip h2 {
    text-transform: uppercase;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 12px;
    font-weight: 700;
    color: #fff;
    text-align: left; 
    margin-top: 0;   
}
#password-solution .password-reveal-tip p {
    margin-top: 8px;

}

.activity-info-box-callout {
    margin-left: 38px;
    margin-bottom: 17px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 29px 26px 0 0px;
    border-color: #f5ffff transparent transparent transparent;    
}

/*#panel-container {

}*/
#password-challenge .panel {
    margin: 36px 20px 43px 0;
    width: 236px;
    height: 364px;
    text-align: left;
    float: none;
    display: inline-block;  
}
#password-challenge .panel.last-panel {
    margin-right: 0;
}

.giffing-container {
    width: 1009px;
    text-align: center;
}
.battle-giffing {
    margin: 75px auto;

}


/*END Password challenge*/
/*-----------------------------*/

/*********************************/
/* Start Social challenge */

.social-image {
    position: relative;
}

.social-highlight {
    position: absolute;
    left:0;
    top:0;
    border: 2px solid transparent;
    background-color: rgba(0,0,0,0);
    -ms-filter: "alpha(opacity=0)";
}
.social-highlight.found {
    border: 2px solid #ffcc00;
}

.social-callouts-container {
    position: absolute;
    top: 15px;
    left: 13px;
    opacity: 0;
}

.shiftcallouts {
    left: 502px;
}

/*used for actor*/
.reveal {
    opacity: 1;    
}

.infobg {
    animation: fade-in-delay 1s;
    -webkit-animation: fade-in-delay 1s;
    -o-animation: fade-in-delay 1s;
    -moz-animation: fade-in-delay 1s;
    opacity: 0.8;
}

@keyframes fade-in-delay {
    from {opacity: 0.0;}
    50% {opacity: 0.0;}
    to {opacity: 0.8;}
}

@-webkit-keyframes fade-in-delay {
    from {opacity: 0.0;}
    50% {opacity: 0.0;}
    to {opacity: 0.8;}
}

@-o-keyframes fade-in-delay {
    from {opacity: 0.0;}
    50% {opacity: 0.0;}
    to {opacity: 0.8;}
}

@-moz-keyframes fade-in-delay {
    from {opacity: 0.0;}
    50% {opacity: 0.0;}
    to {opacity: 0.8;}
}

.infoboxin {
    animation: fade-in 1s;
    -webkit-animation: fade-in 1s;
    -o-animation: fade-in 1s;
    -moz-animation: fade-in 1s;
    opacity: 1;
}

#callout-canvas.calloutsin, .calloutsin {
    animation: fade-in 4s;
    -webkit-animation: fade-in 4s;
    -o-animation: fade-in 4s;
    -moz-animation: fade-in 4s;
    opacity: 1;
}

@keyframes fade-in {
    from {opacity: 0;}
    50% {opacity: 0;}
    to {opacity: 1;}
}

@-webkit-keyframes fade-in {
    from {opacity: 0;}
    50% {opacity: 0;}
    to {opacity: 1;}
}

@-o-keyframes fade-in {
    from {opacity: 0;}
    50% {opacity: 0;}
    to {opacity: 1;}
}

@-moz-keyframes fade-in {
    from {opacity: 0;}
    50% {opacity: 0;}
    to {opacity: 1;}
}

#callout-canvas {
    position: absolute;
    opacity: 0;
}

.social-email {
    width: 100%;
}

.social-modal {
    position: absolute;
    top: 100px;
    padding: 89px 51px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    font-size: 21px;
    line-height: 30px;
    text-align: center;
}

.social-container {
    overflow-y: auto;
    overflow-x: hidden;
    height: 517px;
    position: relative;
}

.social-callout {
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #fff;
    width: 353px;
    padding: 17px;
    margin-left: 45px;
    margin-bottom: 30px;
    border: 2px solid #ffcc00;
}

.top-band {
    position: relative;
    display: block;
    height: 115px;
    width: 100%;

    background: rgb(51,51,51); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(45,45,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(45,45,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%); /* W3C */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2d2d2d',GradientType=0 )"; /* IE8-9 */
}

.social-info-box {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 13px;
    margin-bottom: 10px;
    width: 317px;
    height: 95px;

    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333;
}

.social-info-box p {
    padding: 15px 16px 0 23px;
}

.stat-box {
    float: left;
    position: relative;

    margin-top: 10px;
    margin-left: 13px;
}

.stat-info {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 54px;

    color: #fff;
    font-size: 30px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
}

.social-content {
    margin-top: 13px;
    margin-left: 13px;
    width: 476px;
    position: relative;
    float: left;
}

.button.button-social {
    display: block;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 33px;
}

.modal-bg {
    position: relative;
}

.modal-bg-color {
    background-color: #000;
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.audiocontent {
    margin-left: 263px;
}
.audiocontent.callouts {
    margin-left: 516px;
}
.audiocallouts {
   top: 200px;
}

.audio-box {
    width: 100%;
    height: 125px;
    margin-bottom: 11px;

    color: #cdffff;
    font-size: 20px;
}

.audio-box p {
    padding-top: 27px;
    padding-left: 24px;
}

.audio-player {
    position: absolute;
    top: 60px;
    left: 24px;
    width: 428px;
}

/*used for actor*/
.fadeout {
    animation: fade-out 1s;
    -webkit-animation: fade-out 1s;
    -o-animation: fade-out 1s;
    -moz-animation: fade-out 1s;
    opacity: 0;    
}

.socialcorrect {
    animation: fade-out 2s;
    -webkit-animation: fade-out 2s;
    -o-animation: fade-out 2s;
    -moz-animation: fade-out 2s;
    opacity: 0;
}

@keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
}

@-webkit-keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
}

@-o-keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
}

@-moz-keyframes fade-out {
    from {opacity: 1;}
    to {opacity: 0;}
}

.phish-stamp {
    position: absolute;
    top: -4px;
    right: -4px;
}

.trust-stamp {
    position: absolute;
    top: 132px;
    right: -4px;
}

/*END Social challenge*/
/*-----------------------------*/


/** STuff caz is working on **/

/****** BEGIN CHALLENGE CHOOSER ******/

.challenge-chooser-wrapper {
    background: white;
    height: 665px;
    overflow: hidden;
    position: relative;
}

.network-button {
    float: left;
    height: 100px;
    width: 100px;
    border-radius: 8px;
    margin-top: 31px;
    margin-left: 41px;
    background-image: url('../../images/cyber/network-button-sprite.png');
    background-position: 0 0;
    cursor: pointer;
}

.normal-network-button { background-position: 0 0; }
.normal-network-button:hover { background-position: 0 -100px !important; }

.grow-network-button { 
    background-position: 0 -200px; 
    box-shadow: inset 0px 0px 24px rgba(190, 152, 0, 1), 0px 0px 24px rgba(255, 228, 119, 1);
    -webkit-animation: btn-grow-glow 1s infinite alternate; /* Chrome, Safari, Opera */
    animation: btn-grow-glow 1s infinite alternate;
}
.grow-network-button:hover { 
    background-position: 0 -300px !important; 
    box-shadow: inset 0px 0px 24px rgba(190, 152, 0, 0.5), 0px 0px 24px rgba(121, 97, 0, 0.5);
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes btn-grow-glow {
    0%   {box-shadow: inset 0px 0px 24px rgba(190, 152, 0, 1), 0px 0px 24px rgba(255, 228, 119, 1);}
    85%  {box-shadow: inset 0px 0px 12px rgba(190, 152, 0, 1), 0px 0px 24px rgba(121, 97, 0, 1);}
    100% {box-shadow: inset 0px 0px 12px rgba(190, 152, 0, 1), 0px 0px 24px rgba(121, 97, 0, 1);}
}
@keyframes btn-grow-glow {
    0%   {box-shadow: inset 0px 0px 24px rgba(190, 152, 0, 1), 0px 0px 24px rgba(255, 228, 119, 1);}
    85%  {box-shadow: inset 0px 0px 12px rgba(190, 152, 0, 1), 0px 0px 24px rgba(121, 97, 0, 1);}
    100% {box-shadow: inset 0px 0px 12px rgba(190, 152, 0, 1), 0px 0px 24px rgba(121, 97, 0, 1);}
}

.network-vrule {
    float: left;
    height: 100px;
    width: 1px;
    background-color: #000;
    margin: 31px 0 0 27px;
}

.challenge-intro-text {
    display: block;
    float: left;
    width: 745px;
    font-size: 21px;
    line-height: 32px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #336699;
    margin: 31px 0 4px 27px;
    
}

.prev-arrow {
    position: absolute;
    top: 352px;
    left: 8px;
    background-image: url('../../images/cyber/level-nav-sprite.png');
    background-position: 0 0;
    height: 74px;
    width: 25px;
    cursor: pointer;
}

.next-arrow {
    background-image: url('../../images/cyber/level-nav-sprite.png');
    background-position: 0 -222px;
    height: 74px;
    width: 25px;
    position: absolute;
    top: 352px;
    left: 865px;
    cursor: pointer;
}

.prev-arrow:hover {
    background-position: 0 -74px;    
}
.prev-arrow:active {
    background-position: 0 -148px;    
}
.next-arrow:hover {
    background-position: 0 -296px;    
}
.next-arrow:active {
    background-position: 0 -370px;    
}

#challenge-level-container {
    position: absolute;
}

.challenge-level-group {
    z-index: 8;
    top: 165px;
    margin-left: 41px;
    height: 453px;
    width: 816px;
    background-color: #333;
    position: absolute;
}

.level-1 { left: 0px; }
.level-2 { left: 857px; }
.level-3 {left: 1714px; }

.challenge-level-group h2 {
    font-size: 46px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #ffcc00;
    margin: 24px 0 0 30px;
}

.challenge-level-group ul {
    /*margin-top: 4px;*/
    margin-left: 30px;
    list-style-type: none;
    width: 756px; /* 816 -60 */
    clear: both;
    height: 126px;
    border-bottom: solid 1px #474747;
}

.top-ul {
    margin-top: 4px;
}

.challenge-level-group ul li {
    float: left;
    margin-left: 39px;
    margin-top: 19px;
    cursor: pointer;
}

.challenge-level-group ul li.chooser-label {
    width: 169px;
    margin-left: 0px;
    margin-top: 45px;
    font-size: 14px;
    line-height: 21px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #ccc;
    cursor: default;
}

.puzzle-complete {
    height: 88px;
    width: 156px;
    border-radius: 8px;
}

.blockly-complete { background-color: #f7a064; }
.password-complete { background-color: #cdf6f2; }
.social-complete { background-color: #f7dfa4; }

.star1 {
    background-image: url('../../images/cyber/button-icon-sprite.png');
    height: 44px;
    width: 44px;
    float: left;
    margin: 22px 0 0 26px;
}

.star2 {
    background-image: url('../../images/cyber/button-icon-sprite.png');
    height: 44px;
    width: 44px;
    float: left;
    margin: 22px 0 0 16px;
}

.blockly-star { background-position: 0 -44px; }
.blockly-star-filled { background-position: 0 0 !important; }
.password-star { background-position: 0 -132px; }
.password-star-filled { background-position: 0 -88px !important; }
.social-star { background-position: 0 -220px; }
.social-star-filled { background-position: 0 -176px !important; }

.puzzle-unlocked, .puzzle-locked {
    height: 80px;
    width: 148px;
    border: solid 4px;
    border-radius: 8px;
}
.blockly-puzzle { border-color: #f7a064; }
.password-puzzle { border-color: #cdf6f2; }
.social-puzzle { border-color: #f7dfa4; }

.challenge-icon {
    height: 27px;
    width: 37px;
    background-image: url('../../images/cyber/challenge-icon-sprite.png');
    margin: 3px 0 0 3px;
}
.blockly-icon { background-position: 0 0; }
.password-icon { background-position: 0 -27px; }
.social-icon { background-position: 0 -54px; }

.play-arrow, .puzzle-lock {
    height: 44px;
    width: 44px;
    background-image: url('../../images/cyber/button-icon-sprite.png');
    position: absolute;
}

.play-arrow {
    margin-top: -12px;
    margin-left: 52px;
}
.play-arrow-hover, .play-arrow:hover { background-position: 0 -396px !important; }
.blockly-play-arrow { background-position: 0 -264px; } 
.password-play-arrow { background-position: 0 -308px; } 
.social-play-arrow { background-position: 0 -352px; }

.puzzle-lock {
    background-position: 0 -440px;
    margin: 18px 0 0 52px;
}

/****** END CHALLENGE CHOOSER ******/

/****** BEGIN NARRATIVE MODAL ******/

.cyber-story-wrapper,
.narrative-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 648px;
    width: 1009px;
    background-color: rgba(0,0,0,0.8);
    z-index: 25;
    padding-top: 50px;
}
.cyber-story-wrapper {
    top: -65px;    
}

.narrative-modal {
    position: absolute;
    top: 90px;
    left: 135px;
    height: 511px;
    width: 739px;
    border-radius: 8px;
    background-image: url('../../images/cyber/narrative/background.png');
    z-index: 26;
}

.narrative-modal.battle-chooser {
    background-image: none;
}    

.text-box {
    width: 395px; /* 459 - 38 - 26  */
    height: 111px; /* 175 - 32 -32 */
    margin: 11px auto 0 auto;
    padding: 32px 26px 32px 38px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    border-radius: 8px;
    color: #ffffff;
    position: relative;
}

.text-box-green {
    background: rgba(102,153,102,1);
    background: -moz-linear-gradient(top, rgba(102,153,102,1) 0%, rgba(67,100,67,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,153,102,1)), color-stop(100%, rgba(67,100,67,1)));
    background: -webkit-linear-gradient(top, rgba(102,153,102,1) 0%, rgba(67,100,67,1) 100%);
    background: -o-linear-gradient(top, rgba(102,153,102,1) 0%, rgba(67,100,67,1) 100%);
    background: -ms-linear-gradient(top, rgba(102,153,102,1) 0%, rgba(67,100,67,1) 100%);
    background: linear-gradient(to bottom, rgba(102,153,102,1) 0%, rgba(67,100,67,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#669966', endColorstr='#436443', GradientType=0 )";
}

.text-box-black {
    background: rgba(51,51,51,1);
    background: -moz-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51,51,51,1)), color-stop(100%, rgba(33,33,33,1)));
    background: -webkit-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 100%);
    background: -o-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 100%);
    background: -ms-linear-gradient(top, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 100%);
    background: linear-gradient(to bottom, rgba(51,51,51,1) 0%, rgba(33,33,33,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#212121', GradientType=0 )";
}

.text-box-orange {
    background-color: #f2c200;
    text-align: center;
    text-transform: uppercase;
    border: 6px solid white;
    padding-top: 53px;
    padding-bottom: 80px;
    font-weight: 700;
    font-size: 19px;
    height: 0;
    width: 380px;
    /*text-shadow: 1px 1px 3px #999;*/
}

.actor {
    position: absolute;
    height: 269px;
    width: 279px;
}

.actor-c {
    top: 194px;
    left: 0px;
    background-image: url('../../images/cyber/narrative/ceo.png');
}

.actor-m {
    top: 194px;
    left: 0px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.actor-p {
    top: 194px;
    left: 460px;
}

.actor-avatar-1 { background-image: url('../../images/cyber/narrative/avatar-1.png'); }
.actor-avatar-2 { background-image: url('../../images/cyber/narrative/avatar-2.png'); }
.actor-avatar-3 { background-image: url('../../images/cyber/narrative/avatar-3.png'); }
.actor-avatar-4 { background-image: url('../../images/cyber/narrative/avatar-4.png'); }
.actor-hidden { background-image: url('../../images/cyber/narrative/mole.png'); }

.actor-bubble {
    width: 81px;
    height: 42px;
    background-image: url('../../images/cyber/narrative/speech-bubble-arrows.png');
    position: absolute;
    top: 186px;
}

.bubble-left {
    left: 212px;
}

.bubble-right {
    left: 436px;
    background-position: 0 -43px;
}

.next-box {
    height: 42px;
    top: 463px;
    width: 100%;
    position: absolute;
    background-color: #333;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: center;
    padding-top: 6px;
}
.battle-chooser .next-box {
    background-color: #203e5e;    
}

/****** END NARRATIVE MODAL ******/

/****** BEGIN CYBER STORIES ******/

/*
 * same as narrative-wrapper
.cyber-story-wrapper { }
 */

.cyber-story-popup {
    position: relative;
    width: 979px; /* 1009 - 30 */
    left: 15px;
}

.cyber-story-topbar {
    height: 27px;
    width: 100%;
    background-color: #369;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.cyber-story-topbar div {
    float: left;
    margin: 6px 0 0 959px;
    height: 14px;
    width: 14px;
    background-image: url('../../images/cyber/cyber-stories/close-x-sprite.png');
    background-position: 0 0;
    cursor: default;
}
.cyber-story-topbar div:hover { background-position: 0 -14px; cursor: pointer; }
.cyber-story-topbar div:active { background-position: 0 -28px; cursor: pointer; }

.cyber-story-main {
    height: 571px;
    overflow-y: scroll;
    background: white;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.image-left {
    float: left;
    margin: 96px 0 0 38px;
    width: 381px;
}

.image-left img {
    display: block;
    width: 381px;
}

.image-caption {
    margin-top: 12px;
    font-family: arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

.story-right {
    float: left;
    margin: 43px 0 0 40px;
    width: 480px;
}

.story-right h3 {
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    color: #369;
    text-transform: none;
}

.story-body {
    margin-top: 23px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 26px;
    color: #369;
}

.story-body li {
    list-style: disc outside;
    margin-left: 17px;
}

.story-clear {
    clear: both;
}

/****** END CYBER STORIES ******/

/****** BEGIN BLOCKLY ******/

.help-overlay {
    position: absolute;
    z-index: 10;
}

.grey-container {
    height: 115px;
    width: 100%;
    background: rgb(51,51,51);
    background: -moz-linear-gradient(top,  rgba(51,51,51,1) 0%, rgba(45,45,45,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(51,51,51,1)), color-stop(100%,rgba(45,45,45,1)));
    background: -webkit-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%);
    background: -o-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%);
    background: -ms-linear-gradient(top,  rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%);
    background: linear-gradient(to bottom,  rgba(51,51,51,1) 0%,rgba(45,45,45,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#2d2d2d',GradientType=0 )";

}

.blockly-puzzle-text {
    float: left;
    margin: 10px 0 0 13px;
    height: 75px; /* 95 - 20 */
    padding: 20px 16px 0 23px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
    color: #333;
    border-radius: 4px;
    background: rgb(204,255,255);
    background: -moz-linear-gradient(top,  rgba(204,255,255,1) 0%, rgba(245,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(204,255,255,1)), color-stop(100%,rgba(245,255,255,1)));
    background: -webkit-linear-gradient(top,  rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%);
    background: -o-linear-gradient(top,  rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%);
    background: -ms-linear-gradient(top,  rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(204,255,255,1) 0%,rgba(245,255,255,1) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffff', endColorstr='#f5ffff',GradientType=0 )";
    box-shadow: 0px 0px 5px 5px rgba(00,00,00,0.1);
}

.blockly-puzzle-text {
    width: 513px; /* 552 - 23 - 16 */
}

.block-goal,
.blocks-used {
    height: 45px; /* 95 - 50 */
    width: 146px;
    float: left;
    margin: 10px 0 0 13px;
    padding-top: 54px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    color: #fff;
}

.block-goal { background-image: url('../../images/cyber/blockly/blocks-ui-carrier.png'); background-repeat: no-repeat; }

.blocks-used { background-image: url('../../images/cyber/blockly/blocksused-counter.png'); background-repeat: no-repeat; }

.blockly-left {
    width: 400px;
    float: left;
    margin: 11px 0 0 13px;
}

#blockly-game {
    height: 400px;
    width: 400px;
}

.blockly-buttons {
    background: #000;
    height: 94px;
    width: 400px;
    position: relative;
    margin-top: -6px;
}

#help {
    position: absolute;
    margin: 30px 0 0 56px;
    z-index: 11;
}

#run, #reset {
    position: absolute;
    margin: 30px 0 0 219px; /* L was 41px */
}

#blockly-area {
    width: 578px;
    height: 494px;
    float: left;
    margin-left: 4px;
    margin-top: 11px;
}

/****** END BLOCKLY ******/

/****** GLOSSARY ******/

.glossary-link {
    text-decoration: underline;
    color: #336699;
    padding: 0px 2px 1px 2px;
}
.glossary-link:hover {
    text-decoration: none;
    color: inherit;
    background-color: #dbffff;
    line-height: 8px;
}

/****** END GLOSSARY ******/


/****** COMPLETE SCREEN ******/

.end-overlay {
    width: 475px; /* 483 - 8 */
    float: left;
    margin-left: 498px;
    background: white;
    margin-top: -65px;
    border: 4px solid #ffcc00;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
}

.congrats-header {
    margin: 21px 0 0 30px;
    width: 424px;
}

.congrats-header h2 {
    font-size: 30px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 100;
    color: #336699;
}

.congrats-header p {
    font-size: 17px;
    line-height: 24px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
    margin-top: 9px;
}

.badge-area {
    margin: 26px 0 0 21px;
    height: 157px;
    width: 424px;
    background: #fffae5;
}

.badge-image {
    float: left;
    margin: -6px 0 0 0;
    height: 169px;
    width:  165px;
}

.badge-text {
    float: left;
    margin: 8px 0 0 15px;
}

.badge-text h3 {
    font-size: 11px;
    font-family: arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #336699;
}

.badge-text h2 {
    font-size: 18px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
}

.badge-text p {
    font-size: 14px;
    line-height: 20px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #999;
}

.badge-share {
    margin-top: 28px;
}

.badge-share p {
    float: left;
    font-size: 11px;
    font-family: arial, sans-serif;
    text-transform: uppercase;
    color: #333;
}

.twitter-share {
    float: left;
    height: 21px;
    width: 29px;
    margin: -2px 0 0 9px;
    background: url('../../images/cyber/network/twitter.png');
    cursor: pointer;
}

.fb-share {
    float: left;
    height: 21px;
    width: 21px;
    margin: -2px 0 0 12px;
    background: url('../../images/cyber/network/fb.png');
    cursor: pointer;
}

.end-text {
    width: 420px;
    margin: 21px 0 0 30px;
    font-size: 14px;
    line-height: 20px;
    font-family: "nimbus-sans-extended", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #333;
} 

.end-overlay button {
    margin: 14px 0 0 30px;
}

.lab-links {
    margin: 22px 0 14px 30px;
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #333;
}

.lab-links a {
    color: #336699;
    text-decoration: none;
}

.lab-links a:hover {
    text-decoration: underline;
}

.lab-links a:active {
    color: #ff9900;
    text-decoration: underline;
}

.lab-links a:visited {
    color: #999;
}

/****** END COMPLETE SCREEN ******/

/** END STuff caz is working on **/

/* 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; }
}
