body{
    font-weight: 200;
    text-align: center;
    padding: 0;
    margin: 0;
    height: 100vh;
    max-height: 754px;
    position: relative;
    overflow-x: hidden;
    background-repeat: no-repeat;
    opacity: 
    
}
h2{
    color: #FFFFFF;
    text-align: left;
    font-size: 24px;
    margin-top:35px;
    margin-bottom: 8px;
    display: table;
}
h2.quest-pop-subheader{
    font-weight: normal;
    text-align: center;
    width: 100%;
   margin-top: 10px;
    margin-bottom: 20px
}
.title{
    font-family: Georgia, Arial, sans-serif;
  font-size : 72px;
  line-height : 96px;
    margin-top: 12px;
    margin-bottom: 5px;
    letter-spacing:-2px;
    margin-left: -2px
}
.subtitle{
  font-size : 24px;
  line-height : 36px;
  letter-spacing : 0.24px;
}
[class*="rwaccent"]:after {
    content: '';
    display: block;
    width: 54px;
    height: 6px;
    margin: .26em 0 .43em;
    background: #F0CC71;
}
.bg-center{
    width: 1224px;
    height:727px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 25px;
    position: relative;
    display: none;
}
.bg-center-text{
    width: 713px;
    float:left;
    color:#FFFFFF;
    text-align: left;
    padding-left: 65px;
    padding-top: 93px
    
}
#bg-center-step2 .bg-center-text{
    position: absolute;
    right:0px;
    float:none
    }
.phone-image{
    width: 465px;
    height:945px;
    background-size:cover;
    border-radius: 30px;   
    float:left;
    position: relative;
}
.counter{
    width: 64px;
    height:64px;
    position: absolute;
    top:20px;
    left:20px;
    background-color: rgba(250,250,250,.8);
    border-radius: 50%;
    z-index: 101;
    display: none;
}
.footr{
    position: absolute;
    bottom:-13px;
    width:100%;
}
.footr span{
    display: inline-block;
}
.footr__content {
    width:100%;
    font-size: 12px;
}
.footr__content span a {
    color: #00758f;
    cursor: pointer;
    text-decoration: none;
}
.footr__content span a:hover{
    text-decoration: underline;
}
.footr_content{
    padding: 0;
    bottom: auto;
    font-size: 12px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.main-container{
    position: relative;
    width: 100vw;
    height: 100vh;
    max-width: 1400px;
    min-width: 1024px;
    max-height: 748px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border: 1px solid #EEF1F3;
    border-top: none;
}

.prebuilt_flows .content-holder{
    margin-top: 0px;
}
.sim-box{
    width: 100%;
    height: 100%;
    position: absolute;
}
.page-content{
    height: inherit;
}
#progress{
    height: 100vh;
    pointer-events: none;
width: 100vw;
position: absolute;
top: 0;
left: 0;
max-width: 1400px;
min-width: 1024px;
z-index: 10000;
    left: 50%;
    transform:translateX(-50%);
}

.count{
    color:#796087;
    font-size: 21px;
    font-weight: bold;
    position: absolute;
    width: 100%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.quest2 .count{
    color:#4c825c;
}
.quest3 .count{
    color:#00758f;
}
.quest4 .count{
    color:#003B4D;
}
.percent{
    font-size: 21px;
}
.right-content{
    position: absolute;
    width: 100%;
    height: 100%;
    right:0;
    top:0
}

.background-holder{
    background-size: 1400px 750px;
    position: relative;
    width: 100%;
    height:100%;

}
.background-left{
    
}
.background-left-collapsed{
    width:60px;
    height:607px; 
    background-image: url("../assets/backgrounds/bg-left-collapsed.png")
}

.background-right{
    position: absolute;
    height: 750px;
    top:0;
    right:0;
    background-size: cover;
    background-position: top right;
    width: 0%;
}
.intro .background-right{
    width: 0%;
}

/**Click Borders**/
click-border{
    display:none;
   position: absolute!important;
   cursor: pointer;
    background-image: none;
    border: 3px solid  rgba(242, 145, 17, .75);
    border-radius: 10px;
}
.click-border{
position: absolute;
 border: solid 2px;
    cursor: pointer;
    
}
.border-plum{
    border: solid 2px rgba(121, 96, 135, 1); 
}

.click-border.plum{
    border-color: rgba(121, 96, 135, 1)!important;
     background-color:rgba(121, 96, 135, .1);
}
.click-border.plum:hover{
      background-color:rgba(121, 96, 135, .3);
}
.click-border.green{
    border-color:rgba(76, 130, 92, 1)!important;
    background-color:rgba(76, 130, 92, .1);
}
.click-border.green:hover{
    background-color:rgba(76, 130, 92, .3)!important;
}
.click-border.blue{
    border-color:rgba(67, 124, 148, 1)!important;
    background-color:rgba(67, 124, 148, .1);
}
.click-border.white{
    border-color:rgba(250, 250, 250, 1)!important;
}
.click-border.white:hover{
    border-width: 3px;
}
.click-border.blue:hover{
    background-color:rgba(67, 124, 148, .3);
}
/**arrows**/
.helper-arrow{
    position: absolute;
      -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));

}

.helper-arrow-left {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 32px solid;
    left: -38px;
    top: 0;
}
.helper-arrow-left.plum{
    border-right-color: rgba(121, 96, 135, 0.9);
}
.helper-arrow-left.green{
    border-right-color: rgba(76, 130, 92, 0.9);
}
.helper-arrow-left.blue{
    border-right-color: rgba(67, 124, 148, 0.9);
}

.hover-help-white .helper-arrow-left{
    border-right: 36px solid rgba(250, 250, 250, 0.9);
}
.helper-arrow-down.plum{
    border-top: 36px solid rgba(121, 96, 135, 0.9);

}
.helper-arrow-down.green{
    border-top: 32px solid  rgba(76, 130, 92, 0.9);
}
.helper-arrow-down.blue{
    border-top: 32px solid rgba(67, 124, 148, 1);

}
.helper-arrow-right {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 36px solid rgba(242, 145, 17, .9);
    top:0;
    right: -38px;
}
.helper-arrow-right.plum{
    border-left: 36px solid rgba(121, 96, 135, 0.9);
}
.helper-arrow-right.green{
    border-left: 36px solid rgba(76, 130, 92, 0.9);
}
.helper-arrow-right.blue{
    border-left: 36px solid rgba(67, 124, 148, 0.9);
}
.helper-arrow-down {
    border-top: 36px solid rgba(242, 145, 17, 1);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    bottom:-36px;
    position: absolute;
}
.helper-arrow-up{
    border-bottom: 36px solid rgba(242, 145, 17, 1);
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    top:-38px;
    position: absolute;
    left:0px
}
.helper-arrow-up.plum{
    border-bottom: 36px solid rgba(121, 96, 135, 0.9);
}
.helper-arrow-up.blue{
    border-bottom: 36px solid rgba(67, 124, 148, 0.9);
}

.arrow-text{
    background-image: url(../assets/_graphics/arrow-orange.svg);
    background-repeat: no-repeat;
    background-size: 18px;
    padding-left: 25px;
    background-position: 0px 10px;
}
a.arrow-text{
    color:#ffffff;
     background-position: 0px 0px;
}

/***marching ants***/
.marching-ants:hover, .marching-ants.marching {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.marching-ants.drag-ants{
    background-color: rgba(148, 38, 69, 0.5);
    background-image: none!important;
}
.marching-ants.orange.drag-ants {
    background-color: rgba(242, 145, 17, .5);
    background-image: none!important;
}
.marching-ants.green.drag-ants{
    background-color: rgba(76, 130, 92, 0.5);
    background-image: none!important;
}
@keyframes ants {
    to {
        background-position: 100%;
    }
}
.marching-ants.plum{
    border-color: transparent;
    background-image: -webkit-linear-gradient(left, #ecf0f2 50%, #942645 50%), -webkit-linear-gradient(left, #ecf0f2 50%, #942645 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #942645 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #942645 50%);
    background-image: linear-gradient(to right, #ecf0f2 50%, #942645 50%), linear-gradient(to right, #ecf0f2 50%, #942645 50%), linear-gradient(to bottom, #ecf0f2 50%, #942645 50%), linear-gradient(to bottom, #ecf0f2 50%, #942645 50%);
}
.marching-ants.orange{
    border-color: transparent;
    background-image: -webkit-linear-gradient(left, #ecf0f2 50%, #f29111 50%), -webkit-linear-gradient(left, #ecf0f2 50%, #f29111 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #f29111 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #f29111 50%);
    background-image: linear-gradient(to right, #ecf0f2 50%, #f29111 50%), linear-gradient(to right, #ecf0f2 50%, #f29111 50%), linear-gradient(to bottom, #ecf0f2 50%, #f29111 50%), linear-gradient(to bottom, #ecf0f2 50%, #f29111 50%);
}
.marching-ants.green{
    border-color: transparent;
    background-image: -webkit-linear-gradient(left, #ecf0f2 50%, #4C825C 50%), -webkit-linear-gradient(left, #ecf0f2 50%, #4C825C 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #4C825C 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #4C825C 50%);
    background-image: linear-gradient(to right, #ecf0f2 50%, #4C825C 50%), linear-gradient(to right, #ecf0f2 50%, #4C825C 50%), linear-gradient(to bottom, #ecf0f2 50%, #4C825C 50%), linear-gradient(to bottom, #ecf0f2 50%, #4C825C 50%);
}
.marching-ants.blue{
     background-color:rgba(0, 117, 143, .1);
    border-color: transparent;
    background-image: -webkit-linear-gradient(left, #ecf0f2 50%, #437C94 50%), -webkit-linear-gradient(left, #ecf0f2 50%, #437C94 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #437C94 50%), -webkit-linear-gradient(top, #ecf0f2 50%, #437C94 50%);
    background-image: linear-gradient(to right, #ecf0f2 50%, #437C94 50%), linear-gradient(to right, #ecf0f2 50%, #437C94 50%), linear-gradient(to bottom, #ecf0f2 50%, #437C94 50%), linear-gradient(to bottom, #ecf0f2 50%, #437C94 50%);
}
/**POPUPS***/
.square-pop{
    position: relative;
    background-color: rgba(240, 240, 240, 0.9);
    padding: 7px 30px 30px 30px;
}

/**intro**/

#intro-popup{
    margin-top: 30px;
    width: 762px;
    height: 635px;
}

#intro-popup .pull-left:first-of-type{
    padding-right: 5%;
}
#intro-popup .pull-left:last-of-type{
    padding-left: 5%;
}
h1.quest-pop-header{
    padding-bottom: 20px;
    padding-top: 0px;
    color: #FFFFFF;
  font-size : 42px;
  line-height : 52px;
  letter-spacing : 0.21px;
    margin-bottom: 10px;
    font-weight: normal;
    font-family: "OracleSans Regular"
}
#step-17-popup h1.quest-pop-header, #step-23-popup h1.quest-pop-header, #step-35-popup h1.quest-pop-header{
    line-height: normal;
     margin-bottom: 0px;
    padding-bottom: 0;
    margin-top: 10px;
}

p.quest-pop-text{
    text-align: left;
    color: #4E5052;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 42px;

}
.character-buttons{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-inline-box;
    display: inline-flex;
    cursor: pointer;

}
.character-button{
    font-size:18px;
    margin-top: 10px;
    border: none;
    width:315px;
    height: 400px;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 317px 436px;
    float: left;
    position: relative;
    display: table-cell;
    margin-left: 7px;
    margin-right: 7px;
    -webkit-transition:  background-size .5s;
    transition:  background-size .5s;
    background-color: rgba(250,250,250,.2)
}

.character-1{
    background-image: url("../assets/_graphics/avatars/bg-avatar-1.png");
}
.character-2{
    background-image: url("../assets/_graphics/avatars/bg-avatar-2.png");   
}
.character-3{
    background-image: url("../assets/_graphics/avatars/bg-avatar-3.png");
}
#step-6-popup .character-button{
    background-color: rgba(250,250,250,.6)
}
#step-6-popup .character-button:hover{
        background-size: 332px 458px;
}
#step-6-popup .character-button.active{
    background-color: rgba(0, 59, 77, .9)
}

.chooser-text{
    text-align: center;
    width: 225px;
    font-size: 21px;
    font-weight: bold;
    white-space: nowrap;
    color:#00758F;
    display: table-cell;
    vertical-align: top;
    padding-left: 5px;
    padding-right: 5px;
}

.button{
    cursor: pointer;
    font-size: 18px;
    line-height: 14px;
    padding: 14px 30px 10px 30px;
    display: inline-block;
    -webkit-transition: color .5s, background-color .5s,  -webkit-transform 1s;
    transition: color .5s, background-color .5s, transform 1s;
    text-align: left;
    border-radius: 4px;
    height: 40px;
    position: relative;
    margin-bottom: 10px;
}
.button span{
    white-space: nowrap;
    
}
.button.bttn-lg{
    height: 60px;
       padding: 22px 46px 20px 46px;
}
.hover-help.hover-help-lg  .button{
    font-size:24px;
    margin-bottom: 20px;
}
.mission-pop-button{
margin-top: 10px;
    font-size: 28px;
    color: #FFFFFF;
    padding: 23px 60px 18px 60px;
    right: 0px;
    bottom: -10px;
    position: absolute;
    height: 64px;
}
#step-35-popup .mission-pop-button{
    right:144px;
}
.mission-pop-button.bg-plum{
    background-color: rgba(121, 96, 135,.9);
}
.mission-pop-button.bg-plum:hover{
    background-color: rgba(121, 96, 135,.75);
}

.mission-pop-button .button-arrow{
    background-image: url(../assets/_graphics/mission-button-arrow.svg);
    background-size:30px 24px;
    width: 37px;
    height: 24px;
    margin-left: 20px;
}
.button:hover .button-arrow{
       background-position:center right;
}
.plum-button{
    color: #ffffff;
    background-color: #796087;
}
.plum-button:hover{
    background-color: #ffffff;
    color: #796087;
}
.dark-button{
    color: #ffffff;
    background-color: #161513;
}

a.blue-button{
    text-decoration: none;
}
.blue-button:hover{
    background-color:rgba(67, 124, 148, .8);
}
.progress-bar{
    position: absolute;
    z-index: 10000;
}

.back-button{
    background-color: #000000;
    color:#ffffff;
    font-size: 14px;
    height: 40px;
    background-size: contain;
    left: 10px;
    position: absolute;
    top: 575px;
    z-index: 100;
    pointer-events: all;
        padding: 12px 30px 10px 30px;
}
.back-button:hover{
    opacity: .7;
}
.white-button{
    color: #000000;
    background-color: rgba(255, 255, 255, 1);
    margin-top: 5px;
    margin-bottom: 12px;
    white-space: nowrap;
}
.cta-box .white-button{
    color:#003B4D;
}

.bg-plum .white-buton{
    color:#000000;
}

 .white-button:hover{
   background-color:  rgba(250, 250, 250, .8);
}

.quest4 .white-button:hover{
    color: #003b4d;
}
.yellow-button{
    background-color: #F0CC71;
    color:#000000;
    font-size:14px;
    text-decoration: none;
    height:36px;
        padding: 12Bupx 30px 10px 30px;
}
.yellow-button a{
    text-decoration: none;
}
yellow-button:hover{
    opacity: .8;
}
.button-label{
    color: #ffffff;
    background-color: #00758F;
    position: absolute;
    bottom:-41px;
    padding: 7px;
    width: 168px;
    border-radius: 5px;
    left:50%;
    transform: translateX(-50%);
    -webkit-transition: color .5s, background-color .5s,  -webkit-transform 1s;
    transition: color .5s, background-color .5s, transform 1s;
}


/***hover helpers**/
.hover-content{
    position: relative;
    height: inherit;
    width: inherit;
}
.pop-hover-help{
    position: absolute;
}
.hover-help{
    position: absolute;
    height: auto;
    display: none;
    border-radius: 8px;
    padding: 20px 30px 0px 30px;
    font-size: 18px;
    -webkit-box-shadow: 1px 1px 1.85px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 1.85px 0px rgba(0,0,0,0.4);
box-shadow: 1px 1px 1.85px 0px rgba(0,0,0,0.4);
    
}
.hover-help.hover-help-lg{
padding: 30px 30px 10px 30px;
}
.hover-help.bg-plum{
       background-color: rgba(121, 96, 135, 0.9)
}
.hover-help.bg-green{
       background-color: rgba(76, 130, 92, 0.9)
}
.hover-help-white{
    background-color: rgba(250, 250, 250,.9);
  color : #161513;
}

.hover-text{
    text-align: left;
    color: #ffffff;
    border-radius: 10px;
    max-width: 100%;
    font-size:21px;
        
}

.hover-help p{
    margin-bottom: 20px;
    line-height: 24px;
}
.hover-help.hover-help-lg p{
     font-size : 24px;
  line-height : 32px;
  letter-spacing : 0.24px;
    margin-bottom: 20px;

}
.intro .hover-text, .white .hover-text{
   background-color: rgba(0, 0, 0,.9);
}
.quest1 .hover-text, .plum .hover-text{
   background-color: rgba(121, 96, 135,.9);
}

.quest2 .hover-text, .green .hover-text{
    background-color: rgba(76, 130, 92,.9);
}
.quest3 .hover-text{
    background-color: rgba(58, 145, 63, 0.9);
}




/**STEPS**/
/**STEP 1**/

.step1 .background-holder, .step2 .background-holder, .step3 .background-holder, .step4 .background-holder, .step5 .background-holder, .step36 .background-holder{
        background-image: url(../assets/intro/00-bg.png);
}
.step1 .background-right, .step2 .background-right, .step3 .background-right, .step4 .background-right, .step5 .background-right, .step36 .background-right{
    width: 0px;
}
#bg-center-step1 .phone-image{
    background-image: url(../assets/intro/00-01-phone.png);
}
.step1 #counter-holder, .step2 #counter-holder, .step3 #counter-holder, .step4 #counter-holder, .step5 #counter-holder, .step6 #counter-holder,.step7 #counter-holder,.step17 #counter-holder, .step36 #counter-holder{
    display: none!important;
}


#hover-help-step-1 {
    width:500px;
    left:530px;
    top:480px;
    padding: 20px 20px 0px 30px;
}
.step-1 .back-button{
    display: none;
}
/**STEP 2**/

#bg-center-step2 .phone-image{
    background-image: url(../assets/intro/00-02-phone.png);
}
#hover-help-step-2{
    width: 500px;
    left:530px;
    top:160px;  
}
.voice-to-text{
    position: absolute;
    top:110px;
    padding: 20px 40px 20px 40px;

}
.voice-text{
    text-align: left;
    background-color: rgba(0, 117, 143, .3);
    color: #003B4D;
    font-size: 21px;
    line-height: 32px;
    padding: 15px 30px 15px 30px;
}
.voice-span{
    display: none;
}
/**STEP 3**/
#bg-center-step3 .phone-image{
    background-image: url(../assets/intro/00-03-phone.png);
}
#hover-help-step-3{
    width: 500px;
    left:530px;
    top:160px; 
}
/**STEP 4**/
#bg-center-step4 .phone-image{
    background-image: url(../assets/intro/00-04-phone.png);
}
#hover-help-step-4{
    width: 500px;
    left:530px;
    top:160px;  
}
.social-panel{
    position: absolute;
    width: 418px;
    height: 500px;
    top:160px;
    left:25px;
    -webkit-transition: bottom .5s;
    transition: bottom .5s;
    background-image: url("../assets/intro/social-panel.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-color:transparent;
    background-position: 0px -200px;
    overflow: hidden;
     -webkit-transition:background-position .5s,  -webkit-transform .25s;
    transition:background-position .5s, transform .25s;
    
}
.social-panel.active{
        background-position: 0px 0px;
    
}
.social-text{
    text-align: left;
    position: absolute;
    top:179px;
    width: 100%;
    left:20px;
    font-size: 14px;
   
}
.social-text-span{
    display: none;
}
/**STEP 5**/
#bg-center-step5 .phone-image{
    background-image: url(../assets/intro/00-05-phone.png);
}
#hover-help-step-5{
    width: 500px;
    left:530px;
    top:160px;  
}
/**STEP 6**/
.step6 .background-holder, .step7 .background-holder{
    background-image: url("../assets/mission1/01/01-01-1400.png");
}
.step6 .background-right, .step7 .background-right, .step8 .background-right{
    background-image: url("../assets/mission1/01/01-01-1024.png");
    width: 454px;
}
#step-6-popup{
    width:1024px;
    height:600px
}
/**STEP 7**/

#step-7-popup{
    width: 907px;
    height:620px
}
.mission-pop-left{
    width:256px;
    height:436px;
    position: relative;
    float:left;
}
.mission-pop-left.bg-green{
    background-color: rgba(76, 130, 92, 1);
}

.mission-pop-left.bg-blue{
    background-color:rgba(67, 124, 148, 1);
}
.mission-pop-right{
    position: relative;
    width: 646px;
    height:436px;
    background-color: #DEE0E0;
    padding: 45px 30px 30px 30px;
    float:left;
    margin-left: 5px;
    
}
.mission-number{
    position: absolute;
    background-size:cover;
    top:20px;
    left:30px;
    z-index: 4;
    opacity: .8;
}
.mission-number-1{
    height: 100px;
    width:45px;
    background-image: url(../assets/_graphics/numbers/number-1.png);
}
.mission-number-2{
        height: 100px;
    width:65px;
    background-image: url(../assets/_graphics/numbers/number-2.png);
}
.mission-number-3{
    background-image: url(../assets/_graphics/numbers/number-3.png);
         height: 100px;
    width:67px;
}
.mission-char{
    position: absolute;
    width: 256px;
    height: 436px;
    background-size: 317px 437px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
    
}
.mission-1-char{
   background-color: #DEE0E0;
}
.mission-2-char{
   background-color: #DEE0E0;
}
.mission-3-char{
  background-color: #DEE0E0;
}
.char-1 .mission-1-char, .char-1 .mission-2-char, .char-1 .mission-3-char,.mission-1-char,.mission-2-char,.mission-3-char{
    background-image: url(../assets/_graphics/avatars/bg-avatar-1.png);
}

.char-2 .mission-1-char, .char-2 .mission-2-char, .char-2 .mission-3-char{
    background-image: url(../assets/_graphics/avatars/bg-avatar-2.png);
}
.char-3 .mission-1-char, .char-3 .mission-2-char, .char-3 .mission-3-char{
    background-image: url(../assets/_graphics/avatars/bg-avatar-3.png);
}
.mission-badge{
    position: absolute;
    width:102px;
    height:102px;
    left:5px;
    background-image: url(../assets/_graphics/badges/badge-grey.svg);
    background-size: 72px 72px;
    background-repeat: no-repeat;
    background-position: center center;
}

.mission-badge.active.animate, .mission-badge.animate{
        background-size: 102px 102px;

}
.mission-badge.badge-1{
    top:30px;    
}
.badge-1.active{
   background-image: url(../assets/_graphics/badges/badge-plum.png);
}
.badge-1.active.animate, .badge-1.animate{
   background-image: url(../assets/_graphics/badges/badge-01.gif);
}
.badge-3.active{
    background-image: url(../assets/_graphics/badges/badge-blue.png);
}
.badge-3.active.animate{
   background-image: url(../assets/_graphics/badges/badge-03.gif);
}

.mission-badge.badge-2{
    top:153px;    
}
.badge-2.active{
    background-image: url(../assets/_graphics/badges/badge-green.png);
}
.badge-2.active.animate, .badge-2.animate{
   background-image: url(../assets/_graphics/badges/badge-02.gif);
}
.mission-badge.badge-3{
    bottom:55px;    
}
.mission-text{
    color: #4E5052;
    margin-bottom: 30px;
    padding-right: 23px;
    padding-left: 80px;
}
.mission-text p{
    font-size:18px;
    line-height: 24px;
    margin-bottom: 7px
}
.faded{
    opacity: .5;
}
.mission-circle{
    width: 21px;
    height:21px;
    border-radius: 50%;
    border: solid 1px #939699;
    position: absolute;
    right: 20px;
}
.mission-circle.plum{
    background-image: url('../assets/_graphics/checkmarks/checkmark-plum.svg');
    border:none;
}
.mission-circle.green{
    background-image: url('../assets/_graphics/checkmarks/checkmark-green.svg');
    border:none;
}
.mission-circle.blue{
    background-image: url('../assets/_graphics/checkmarks/checkmark-blue.svg');
    border:none;
}
.mission-1-circle{
    top:48px;
}
.mission-2-circle{
    top:174px;
}
.mission-3-circle{
    top:299px;
}
/**Step 8**/
.step8 .background-holder{
    background-image: url("../assets/mission1/02/01-02-1400.png");
}
.step-8-select {
    position: absolute;
    background-color: #4E5052;
    color:#FFFFFF;
    top:362px;
    left:250px;
    padding:10px 20px 10px 20px;
    text-align: left;
    z-index: 10;
}
.step-8-option{
    cursor:pointer;
    line-height:30px;
    padding-left: 10px;
    padding-right: 10px;
}
.step-8-option:hover{
    background-color:rgba(250, 250, 250, 0.3);
}
#step-8-reason-code{
     background-color:rgba(250, 250, 250, 0.4);
}
#step-8-reason-code:hover{
     background-color:rgba(250, 250, 250, 0.6);
}
.step-8-line {
    width:100%;
    border-bottom:1px solid #ffffff;
    margin-top: 5px;
    margin-bottom: 5px
}

#hover-help-step-8{
    width: 460px;
    left:70px;
    top:90px;
    
}
#step8-ants{
    top:328px;
    left:100px;
    width:195px;
    height:40px;
    background-color: transparent;
}

#step8-ants:hover, #step8-ants.active{
    background-image: url("../assets/mission1/01/reason-bg.png");
    background-size:202px 43px;
    background-position: -7px -3px;
    
}


/**Step 9**/
.step9 .background-holder, .step10 .background-holder{
    background-image: url("../assets/mission1/01/01-01-1400.png");
}
#step-9-popup{
    width:1024px;
    height:644px;
      background-image: url("../assets/mission1/02/01-02-popup.png");
}
#step9-ants{
    width: 314px;
    height:138px;
    top:225px;
    left:0px;
    
}
#step9-ants:hover{
   
}
#hover-help-step-9{
    width: 431px;
    top:400px;
    left:0px;
    
}
/**Step 10 **/
#hover-help-step-10{
    width:400px;
    top:335px;
    left:0px;
    
}
#hover-help-step-10a{
    width:360px;
    top:105px;
    right:50px;   
}
#hover-help-step-10a .helper-arrow-up{
    left:90%;
}
#step-10-popup{
    width:1104px;
    height:644px;
    background-image: url("../assets/mission1/03/01-03-popup.png");
    background-size: 1024px 664px;
    background-position: top right;
    background-repeat: no-repeat; 
}
@media only screen and (max-width: 1104px) {
    #step-10-popup{
    width:1024px;
    }

}
.step10-ants{
    width: 48px;
    height: 48px;
    top:345px;
}
#step10a-ants{
    width: 132px;
    height: 39px;
    top: 23px;
    right: 50px;

}

.step10-ants:hover .checkmark{
 background-image: url("../assets/_graphics/checkmarks/checkmark-green.svg");
}
.check-label{
opacity: 0;
color: #ffffff;
background-color: rgba(76, 130,92, 1);
position: absolute;
top: -29px;
width: -webkit-max-content;
display: block;
padding: 2px 10px 2px 10px;
right: -2px;
text-align: left;
-webkit-transition: opacity .25s,  -webkit-transform .25s;
transition: opacity .25s, transform .25s;
white-space: nowrap;
}

.step10-ants:hover .check-label{
   opacity: 1;
}
.step10-ants.active, .step10-ants.active:hover{
    background-color: transparent!important;
    border-color: transparent!important;
}
.step10-ants.active .checkmark{
    background-color:  transparent;
    background-image: url("../assets/_graphics/checkmarks/checkmark-green.svg");
}
#step10-ants-a{
   right:460px; 
}
#step10-ants-b{
     right:230px;    
}
#step10-ants-c{
    right:0px;   
}
.checkmark{
    width: 44px;
    height: 44px;
    background-image: url("../assets/_graphics/checkmarks/checkmark-gray.png");
    background-size: 30px 30px;
    background-position: center center;
    background-repeat: no-repeat;
    
}
/**Step 11**/
.step11 .background-holder, .step12 .background-holder{
    background-image: url("../assets/mission1/05/01-05-1400.png");
}
.step11 .background-right, .step12 .background-right{
    background-image: url("../assets/mission1/05/01-05-1024.png");
    width: 443px;
    pointer-events: none;
}
.bg-scale{
    width:Calc(100% - 63px);
    position:absolute;
    left:63px;
    top:123px;
    height: 700px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left; 
    display: none;
}
#bg-scale-step-11{
    display:block;
   background-image: url("../assets/mission1/05/01-05-chart.png");
    top:200px;
}
#hover-help-step-11{
    width: 496px;
    top:-105px;
    right:12%;
    z-index: 200;
}
#hover-help-step-11 .helper-arrow-right {
    top:68%;
}
#hover-help-step-11 .helper-arrrow-right{
    top:90%;
}
#step11-ants{
    width:2.8%;
    height:2.8vw;
    max-height: 38px;
    top:3px;
    right:5.5%;
}
.step11 .background-right{
        right:-443px;
}
/**Step 12**/
.step12 .background-right{
    background-image: url("../assets/mission1/06/01-06-visualization-panel.png");
    width: 337px;
    height: 668px;
    top:196px;
    right:-340px;
    -webkit-transition: right .5s,  -webkit-transform 1s;
    transition:right .5s, transform 1s;
}
#step12-ants{
    width:59px;
    height:59px;
    right:164px;
    top:222px;
}
#hover-help-step-12{
    width: 496px;
    right:260px;
    top:210px;
    right:270px;
    z-index: 200;
}
.step12 .background-right{
    pointer-events: all;
}
/**Step13**/
.step13 .background-holder, .step14 .background-holder, .step15 .background-holder{
    background-image: url("../assets/mission1/07/01-07-1400.png");
}
.step13 .background-right, .step14 .background-right, .step15 .background-right{
        background-image: url("../assets/mission1/07/01-07-1024.png");
}
#step13-ants{
    width: 34%;
    height:28vw;
    max-height:375px;
    border-width: 4px;
    top:3vw;
    left:0px
    
}
#bg-scale-step-13{
    display:block;
   background-image: url("../assets/mission1/07/01-07-chart.png");
    top:200px;
}
#hover-help-step-13{
    width: 455px;
    top:-200px;
}
.key-takeaway{
    font-family:"OracleSans Bold";
    color: #F5ECFB;
    font-size: 21px;
}
.bg-green .key-takeaway{
    color:#FFFFFF;
}
.bg-blue .key-takeaway{
    color:#FFFFFF;
}
/**Step 14 **/
#step14-ants{
    width: 330px;
    height:50px;
    top:137px;
    left:70px   
}
#hover-help-step-14{
    width: 449px;
    top:-70px;
    left:385px;
}
#hover-help-step-14a{
    top:115px;
    left:335px;
    z-index: 9;
}
#step14a-ants{
    width: 260px;
    height:35px;
    top:193px;
    left:15px
    
}
.step-14-option{
    width: 260px;
    height: 32px;
    margin-left: 15px;
    cursor: pointer;
}
.step-14-option:hover{
      background-color:rgba(121, 96, 135, 0.1);
}
.step-14-option.active-option{
   background-color:rgba(121, 96, 135, 0.1);
    border:2px solid rgba(121, 96, 135, 1);
}
.step-14-option.active-option:hover{
     background-color:rgba(121, 96, 135, 0.3);
}
.step-14-select{
    position: absolute;
    padding-top: 65px;
    top:135px;
    left:70px;
    width: 312px;
    height:402px;
    background-image: url(../assets/mission1/09/01-09-popup.png);
        position: absolute;
      -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
/**Step 15 **/

.step-15-select{
    position: absolute;
    top:135px;
    left:70px;
    width: 377px;
    height:540px;
    background-image: url(../assets/mission1/10/01-10-popup.png);
        position: absolute;
      -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
#step15-ants{
    width: 160px;
    height:105px;
    top:293px;
    left:15px
    
}
#hover-help-step-15{
    width: 360px;
    top:225px;
    left:235px;
    z-index: 9;
}
/**Step 16**/
.step16 .background-holder, .step17 .background-holder{
    background-image: url("../assets/mission1/11/01-11-1400.png");
}
.step16 .background-right, .step17 .background-right,{
        background-image: url("../assets/mission1/11/01-11-1024.png");
}
#bg-scale-step-16{
    display:block;
   background-image: url("../assets/mission1/11/01-11-chart.png");
    top:200px;
    
}
#step16-ants{
   width: 57.5%;
    height:28vw;
    max-height:375px;
    border-width: 4px;
    top:3vw;
    left:0px    
}
#step16-ants:hover{
         background-color:rgba(148, 38, 69, .1);
}
#hover-help-step-16{
    width: 580px;
    top:50px;
    left:Calc(50% - 290px);
    padding-bottom: 10px;
    
}
/**Step 17**/
#step-17-popup{
        width: 908px;
    height:630px
}
.pop-cta{
    position: fixed;
    color:#ffffff;
    right:30px;
    top:50%;
    transform: translateY(-50%);
    padding:20px 30px 20px 30px;
    font-size:16px;
    text-align: center;
    z-index: 10;
    border-radius:6px;
}
.pop-cta p{
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.escape span{
    border: 1px solid white;
    padding:4px 20px 4px 20px;
    border-radius: 4px;
    font-size:14px;
  
}
.escape span:hover{
     border: 2px solid white;
}
/**step 18**/
.step18 .background-holder{
    background-image: url("../assets/mission2/01/02-01.png");
}
.step18 .background-right{
        background-image: url("../assets/mission2/01/02-01-1024.png");
    width: 453px;
    height:155px;
}
.step18 #bg-scale-step-16{
    display:block;
   background-image: url("../assets/mission2/01/02-01-chart.png");
    top:157px;
    width: Calc(100% - 83px);
    left: 73px;
}
#hover-help-step-18{
    width: 526px;
    top:430px;
    left:275px;
}

#step18-ants{
    width: 60px;
    height:26px;
    top:604px;
    left:295px;
    
}
/** Step 19 **/
.step19 .background-holder{
    background-image: url("../assets/mission2/02/02-02-1400.png");
}
.step19 .background-right{
    background-image: url("../assets/mission2/02/02-02-1024.png");
    width: 706px;
    right: 0px!important;
}
#step19a-ants{
    width: 220px;
    height:40px;
    left:30px;
    top:15px;
}
.step19-dragger{
    background-repeat: no-repeat;
    background-position: 27px 12px;
    position:absolute;
    display:block;
    width: 250px;
    height:310px;
    top:330px;
    left:50px
    
}
.step19-dragger.dragging{
    background-image: url("../assets/mission2/02/02-drag-bg.png");
    opacity:.5;
}
#step19b-ants{
    width: 220px;
    height:40px;
    left:30px;
    top:270px;
}
#step19-ants{
    width: 680px;
    height: 440px;
    right: 30px;
    top: 220px;
}
#hover-help-step-19{
    width: 470px;
    top:500px;
    left:460px;
}
/**step 20 **/
.step20 .background-holder, .step21 .background-holder, .step22 .background-holder,.step23 .background-holder{
    background-image: url("../assets/mission2/03/02-03-1400.png");
}
.step20 .background-right, .step21 .background-right, .step22 .background-right,.step23 .background-right{
    background-image: url("../assets/mission2/03/02-03-1024.png");
    width: 437px;

}
#bg-scale-step-20{
    display:block;
     background-image: url("../assets/mission2/03/02-03-chart.png");
    top:200px;
    right:0;
    left:unset;
    width:Calc(100% - 323px);
}
#hover-help-step-20{
    width: 580px;
    top:115px;
    right:95px;
    z-index: 5;
}
#hover-help-step-20 .helper-arrow-right{
    top:68%
}
#step20-ants{
    width: 45px;
    height:45px;
    right:0px;
    top:200px;
}
/**Step 21 **/
#hover-help-step-21{
    width: 380px;
    top:415px;
    right:465px;
}
.step-21-select{
  -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    width: 200px;
    background-color: #ffffff;
    padding:20px;
    position: absolute;
    right:220px;
    top:280px;
    text-align: left;
}
.step-21-pop{
    width:212px;
    height:272px;
    background-image: url("../assets/mission2/02/02-popup-fixed.png");
    position: absolute;
    top:160px;
    right:10px;
      -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
  filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
}
.step21-option{
    color:#767676;
    padding-left: 30px;
    font-size: 18px;
    line-height: 32px;
    cursor: pointer;
    
}
.step21-option.active-option{
        border:2px solid rgba(58, 145, 63, 1)!important;
    background-color:rgba(58, 145, 63, .1);
}
.step21-option:hover{
    background-color: rgba(58, 145, 63, .1);
}
.step21-option.active-option:hover{
      background-color: rgba(58, 145, 63, .3);
}
/**step 22**/
#bg-scale-step-22{
    display:block;
     background-image: url("../assets/mission2/05/02-05-chart.png");
    top:200px;
    right:0;
    left:unset;
    width:Calc(100% - 323px);
}
#bg-scale-step-22.second-bg{
         background-image: url("../assets/mission2/07/02-07-chart.png");
}
#step22-ants{
    width: 45px;
    height:45px;
    right:0px;
    top:200px;
}
#hover-help-step-22{
    width: 516px;
    top:115px;
    right:90px;
    z-index: 5;
}
#hover-help-step-22 .helper-arrow-right{
    top:65%
}
#hover-help-step-22a{
    width: 380px;
    top:385px;
    right:445px;
}
#hover-help-step-22b{
    width: 516px;
    top:25px;
    left:395px;
    z-index: 5;
}
/**Step 23 **/

#step-23-popup{
    width: 908px;
    height:630px
}

/**Step 24 **/

.step24 .background-holder, .step25 .background-holder{
    background-image: url("../assets/mission3/01/03-01-1400.png");
}
.step24 .background-right, step25 .background-right{
    background-image: url("../assets/mission3/01/03-01-1024.png");
    width: 586px;
}
#step24-ants{
    width: 40px;
    height:40px;
    left:298px;
    top:132px;
    background-color: transparent;
    border-color:#00758f;
    border-width: 4px;
}
#step24-pop{
    position: absolute;
    left:308px;
    top:185px;
    background-color: #4e5052;
    color:#ffffff;
    font-size:20px;
    padding:12px 50px 12px 50px;
    border: 2px solid #00758f;
    cursor: pointer
}
#hover-help-step-24{
    width: 456px;
    top:125px;
    left:395px;
    z-index: 5;
      -webkit-transition: top .5s, left .5s,  -webkit-transform 1s;
    transition: top .5s, left .5s, transform 1s;
}
#hover-help-step-24.second-pos{
   top:180px;
    left:595px;
}
/**Step 25 **/
#hover-help-step-25{
    width: 460px;
    top:375px;
    left:-165px;
}
@media only screen and (max-width: 1025px) {
    #hover-help-step-25{
        width:300px;
        left: -15px;
    }

}
#hover-help-step-25 .helper-arrow-down{
    left:90%;
}
#step25-ants{
    width: 175px;
    height:163px;
    left:178px;
   bottom:102px;
}
#step-25-popup{
    width:968px;
    height:750px;
    background-image: url(../assets/mission3/02-popup.png);
    background-repeat: no-repeat;
}
/**Step 26 **/
.step26 .background-holder{
    background-image: url("../assets/mission3/03/03-03-1400.png");
}
.step26 .background-right{
    background-image: url("../assets/mission3/03/03-03-1024.png");
    width:968px;
}
#step26-ants{
    width: 317px;
    height: 47px;
    right: 479px;
    top: 583px;
}
#hover-help-step-26{
    width: 460px;
    top:405px;
    right:225px;
}
/**Step 27 **/
.step27 .background-holder{
    background-image: url("../assets/mission3/04/03-04-1400.png");
}
.step27 .background-right{
    background-image: url("../assets/mission3/04/03-04-1024.png");
    width:1062px;
}
#step27-ants{
    width: 140px;
    height:50px;
    right:542px;
   top:184px;
}
#hover-help-step-27{
    width: 460px;
    top:5px;
    right:505px;
}
#hover-help-step-27 .helper-arrow-down{
    left:80%;
}
/**Step 28 **/
.step28 .background-holder{
    background-image: url("../assets/mission3/05/03-05-1400.png");
}
.step28 .background-right{
    background-image: url("../assets/mission3/05/03-05-1024.png");
    width:1062px;
}
#step28-ants{
    width: 272px;
    height:75px;
    right:39px;
   top:181px;
}
#hover-help-step-28{
    top:300px;
    right:40px;
}
#hover-help-step-28 .helper-arrow-up{
    left:90%
}
/**Step 29 **/
.step29 .background-holder{
    background-image: url("../assets/mission3/06/03-06-1400.png");
}
.step29 .background-right{
    background-image: url("../assets/mission3/06/03-06-1024.png");
    width:1062px;
}
#step29-ants{
    width: 100px;
    height:40px;
    right:319px;
   top:67px;
}
#hover-help-step-29{
    width: 260px;
    top:150px;
    right:340px;
}
#hover-help-step-29 .helper-arrow-up{
    left:80%
}
/**Step 30 **/
.step30 .background-holder{
    background-image: url("../assets/mission3/07/03-07-1400.png");
}
.step30 .background-right{
    background-image: url("../assets/mission3/07/03-07-1024.png");
    width:667px;
}
#step30a-ants{
    width: Calc(100% - 350px);
    height:520px;
    right:19px;
   top:180px;
    z-index: 0;
}
#hover-help-step-30{
    width: 425px;
    top:70px;
    left:300px;
    z-index: 3;
}
#hover-help-step-30 .helper-arrow-left{
    top:80%;
}
.step30-dragger{
    background-repeat: no-repeat;
    background-position: 3px 3px;
    position:absolute;
    display:block;
    width: 208px;
    height:296px;
    top:330px;
    left:92px
    
}
.step30-dragger.dragging{
    background-image: url("../assets/mission3/07/step30-drag-bg.png");
    opacity:.5;
}
/**Step 31 **/
.step31 .background-holder, .step32 .background-holder,  .step33 .background-holder{
    background-image: url("../assets/mission3/08/03-08-1400.png");
}
.step31 .background-right, .step32 .background-right{
    background-image: url("../assets/mission3/08/03-08-1024.png");
    width:455px;
}
#seattle{
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height:100px;
    left:12%;
    top:20px;
    cursor: pointer;
    z-index: 30;

}
.seattle-details{
    background-color: #ffffff;
    -webkit-filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.4));
    padding:10px;
    font-size:14px;
    position: absolute;
        left:18%;
    top:20px;
}
.seattle-details p{
    margin-bottom: 5px;
}
.detail-label{
    color: #767676;

}
.detail{
    color: #437C94;
    margin-left: 5px;
}
/**Step 31**/
#hover-help-step-31{
    width: 425px;
    top:150px;
     left:14%;
    z-index: 3;
}
.bg-scale-step-31{
    position: absolute;
    width:Calc(100% - 85px);
    top:180px;
    left:70px
}
#bg-scale-step-31{
    background-image: url(../assets/mission3/08/03-08-usmap-2.png);
}
#bg-scale-step-31.second-bg{
        background-image: url(../assets/mission3/08/03-08-usmap-3.png);
}
#bg-scale-step-31a{
    background-image: url(../assets/mission3/08/03-08-worldmap-1.png);

}
#bg-scale-step-31b{
    background-image: url(../assets/mission3/08/03-08-worldmap-2.png);
}
#bg-scale-step-31c{
    background-image: url(../assets/mission3/08/03-08-worldmap-3.png);
}
#bg-scale-step-31d{
        background-image: url(../assets/mission3/08/03-08-usmap-1.png);
}
/**Step 32**/
#step32-ants{
    display: block;
    width: 30px;
    height: 30px;
    max-height: 40px;
    right: 3px;
    top: 5px;
}
#hover-help-step-32{
    width: 425px;
    top:-10px;
    right:90px;
    z-index: 3;
}
.step32 .background-right{
    z-index: 0;
    pointer-events: none;
}
/**Step 33**/
.step33 .background-right{
    background-image: url("../assets/mission3/10-panel.png");
    width:455px;
    right: -455px;

}
.step33 .background-right.slide{
        -webkit-transition: right .5s,  -webkit-transform 1s;
    transition: right .5s,  transform 1s;
}
#hover-help-step-33{
    width: 425px;
    top:260px;
    right:370px;
    z-index: 3;
}
#step33-ants{
    display: block;
    width: 65px;
    height:65px;
    right:258px;
     top:255px;
}
/**Step 34**/
.step34 .background-holder, .step35 .background-holder{
    background-image: url("../assets/mission3/11/03-11-1400.png");
}
.step34 .background-right, .step35 .background-right{
    background-image: url("../assets/mission3/11/03-08-1024.png");
    width:874px;
}
#hover-help-step-34{
    padding: 30px;
    width: 590px;
    top:10px;
    right:370px;
    z-index: 3;
}
.sunburst{
     width: 30vw;
    height: 30vw;
    max-width: 400px;
    max-height: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/**Step 35 **/
#step-35-popup{
    width:1052px;
    height:630px
}
/**Next Steps**/
#step-36-content{
    color:#ffffff;
    width: 1032px;
    height:auto;
    position: absolute;
    top:0px;
    left:50%;
    transform: translateX(-50%);
    text-align: left;
    padding: 60px 10px 10px 10px;
    
}
#step-36-content h1{
    font-size: 48px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 25px
}
#step-36-content p{
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 22Fpx
}
.three-col-layout{
    display: flex;
    justify-content: space-between;
}
.cta-box{
    width: 316px;
    padding: 30px 24px 30px 23px;
    height: 266px;
    max-height: 750px;
    background-color: rgba(0, 0, 0, .4);
    border-radius:8px;
}
#step-36-content .cta-box p{
    font-size:16px;
    line-height: 24px;
}
.tbnail{
    position: relative;
    background-image: url(../assets/mission3/11/13-tbnail.png);
    background-size: contain;
    width:261px;
    height:145px;
}
.play-bttn{
    position: absolute;
   background-image: url(../assets/_graphics/video-play.svg);
    background-repeat: no-repeat;
    width:261px;
    height:145px;
    background-size: 75px 75px;
    background-position: center;
    
}
.play-bttn:hover{
    opacity: .8
}
.video-box {
    margin-top: -10px;
    margin-bottom: 10px;
}
.video_desc{
    margin-top: 8px;
    font-size:14px;
}

/** Mobile alert**/

#mobile-alert{
    width:100%;
    height:100vh;
       background-image: url(../assets/intro/00-bg.png);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    
}
.mobile-header{
    width: 100%;
    height: 48px;
}
.mobile-logo{
    float:left;
    display: inline-block;

}
.mobile-header span{
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
    line-height: 48px;
}
.mobile-alert-top{
    width:100%;
    background-color: #dee0e0 ;
    padding-top: 55px;
    padding-bottom: 55px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
}
.mobile-alert-header{
    color: #000000;
    font-size: 23px;
    font-weight: bold;
    border-bottom: 1px solid #babcbc;
    padding-bottom: 10px;
}
.mobile-alert-top p{
    font-family: Univers-Light, Arial, Helvetica, sans-serif;
    font-size: 18px;
}
.try-bttn{
    background-color: #225080;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 27px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}
#step-36-popup{
    width: 900px;
    height:450px;
    
}
a.white-button{
    text-decoration: none;
}

#voverlay-content object, #voverlay-content iframe, #voverlay-content span {
    width: 100%;
    height: 100%;
}
.voverlay-content{
    width: 639px;
    height: 360px;
}

.vjs-big-play-button,player-SyzXcjbW8f_default .vjs-play-progress{
        background-color: #e50000!important;
}

.plus-sign {
    color:#00758F;
    background-color: #DEE0E0;
    padding-left:7px;
    padding-right:7px;
    border-radius: 50%;
}

a.escape {
    color:#ffffff;
    text-decoration: none;
    cursor: pointer;
    border-radius:4px;
    
}

#vid-close {
    color:#ffffff;
    float:right;
    font-weight: bold;
  
}
#vid-close:hover{
      background-color: rgba(250,250,250,.1)
}
