body{
    font-weight: 200;
    color:#ffffff;
    padding: 0;
    margin: 0;
    width:1400px;
    max-width: 1400px;
    height:715px;
    max-height: 715px;
    overflow-x: hidden;
    background-repeat: no-repeat;
    transform: scale(1);
    transform-origin: top center; 
    position: absolute;
    top:0;
    left: 50%;
    margin-left: -700px;
}

ol{
    font-size: 36px;
    counter-reset: item;
    list-style-type: none;
    line-height: 34px;
    font-weight: bold;
    padding-left: 0px;
    margin-top: 0px;
}
ul{
     list-style: none;
}
ol li{
    display: block;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 0px;
    padding-top: 10px;
    vertical-align: top;
    margin-bottom: 5px;

}
.bold{
    font-weight: bold;
}
li span{
    font-size: 24px;
    line-height: 27px;
    font-weight: normal;
    vertical-align: top;
}

ol li:before { 
    content: counter(item) " ";
    counter-increment: item;
    vertical-align: top;
    margin-left: -36px;
    height: 60px;
    display: block;
    float: left;

}
.nav {
    position: absolute;
    top:5px;
    right:10px;
    width: 230px;
    display: flex;
    justify-content: space-between;
        z-index: 100;
}

.nav-holder.expand .nav{
    width: 56px;
    
}
.nav-holder.expand .progress, .nav-holder.expand .nav-back, .nav-holder.expand .nav-next, .nav-holder.expand .nav-home{
    display: none;
}
.nav-item{
    width: 56px;
    height: 40px;
     background-color: #56504B;
    font-size: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    background-position:  center center;
    background-repeat: no-repeat
}
.nav-back{
    background-image: url('../assets/_graphics/icons/icon-previous.svg');
    background-size: 10px 20px;
}
.nav-next{
    background-image: url('../assets/_graphics/icons/icon-next.svg');
        background-size: 10px 20px;
}
.nav-home{
    background-image: url('../assets/_graphics/icons/icon-restart.svg');
       background-size: 15px 15px;
}
.nav-menu{
    background-image: url('../assets/_graphics/icons/icon-menu.svg');
    background-size: 20px 12px;
}
.nav-item:hover{
       background-color: rgba(86, 80, 75, .8);
}

.nav-item span{
    position: absolute;
    bottom:3px;
    width: 100%;
    left:0;
}
.progress{
    width: 166px;
    height: 40px;
    background-color: #56504B;
    position: absolute;
    left:50%;
    top:5px;
    transform: translateX(-50%);
}
.progress-num{
    position: absolute;
    width: 100%;
    left:0;
    top:5px;
    padding-right: 15px;
    font-size: 10px;
    text-align: right;
}
.progress-track{
    width: 135px;
    height: 10px;
    border: 1px solid white;
    position: absolute;
    left:15px;
    top:20px;

}
.progress-fill{
    background-color: #ffffff;
    height: 8px;
    width: 1%;
    position: absolute;
    left:0px;
    top:0px;

}
.main-container{
    width:1400px;
    height:715px;
    position: absolute;
}
.content-holder{
    width: 1400px;
    height: 700px;
}

#background-image-fader{
    position: absolute;
    top:0;
    left:0;
    background-size: cover;
    background-repeat: no-repeat;
    width: 1400px;
    height: 700px;
    opacity:0;
   transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
     border: 1px solid #cdcdcd;
}
#background-image-fader.fademe{
    opacity:1;
}
.background-image{
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #cdcdcd;
    width: 1400px;
    height: 700px;
    opacity:1;

}

.step-content{
    width: 100%;
    position: absolute;
    top:0;
    left:0;
}
/**typography**/
h1{
    font-size: 72px;
    letter-spacing: .013em;
    margin: 0;
    padding-top: 0;   
}

h2{
    padding-top: 0px;
    margin-top: 0;
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
}
p.button-spacing{
    margin-bottom: 23px;
}
p.no-bottom, .hover-help p.no-bottom{
    margin-bottom: 0px
}
.faded{
    opacity: .4;
    pointer-events: none;
}
/**buttons**/

.bttn{
    cursor: pointer;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-repeat: no-repeat;
}

.bttn:hover{
    opacity: .8;
}
.create-bttn:hover{
    opacity: .8;
}

.button{
        background-repeat: no-repeat;
    cursor: pointer;
    font-size: 24px;
    line-height: 14px;
    padding: 16px 14px 16px 19px;
    display: inline-block;
    -webkit-transition: color .5s, background-color .5s,  -webkit-transform 1s;
    transition: color .5s, background-color .5s, transform 1s;
    text-align: left;   
}

.white-button{
    background-color: #ffffff;
    color:#282623;
}

.clear-bttn{
    border: 1px solid white;
    background-color: transparent;
    color:#ffffff;
}
.next-bttn{
    position: absolute;
    right: 64px;
    bottom: 78px;
}

.button-arrow{
    display:inline-block;
    margin-left: 33px;
    width: 32px;
    height: 20px;
    margin-bottom: -2px;
    background-repeat: no-repeat;
    background-image: url(../assets/_graphics/arrow-brown.svg); 
    background-size:25px 20px;
    background-position:center left;
    -webkit-transition: background-position .5s, -webkit-transform 1s;
    transition: background-position .5s, transform 1s; 
}


.button:hover .button-arrow{
    background-position:center right;
    
}
.clear-bttn .button-arrow{
       background-image: url(../assets/_graphics/button-arrow.svg);  
}
.create-bttn{
    cursor: pointer;
    position: absolute;
    top: 52px;
    left: 1280px;
    background-image: url("../assets/_graphics/create-button.png");
    width: 57px;
    height: 26px;
}
/**pops**/
.shadowed{
        -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);  
}

.pop{
    display: none;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
}

.fake-option{
    width: 100%;
    background-color: #4D5057;
    font-size: 12px;
    padding-left: 20px;
    line-height: 26px;
    cursor: pointer;
}
.fake-option:hover, .fake-option.selected{
    background-color: #262728;
}

.pop.light-theme .fake-option{
    background-color: #fdfdfd;
    color: #4D5057;   
}
.pop.light-theme  .fake-option:hover,.pop.light-theme  .fake-option.selected {
    background-color: #EBEEEB;
}
/**ants and borders**/
.dragger{
    background-repeat: no-repeat;
    position:absolute;
    display:block;
    cursor: pointer;

}
.dragger.dragging{
  opacity:.5;
}
.click-border{
    position: absolute;
    cursor: pointer;
    background-color:transparent;
}
.click-border:hover{
        background-color:rgba(209, 53, 15, .2)
}
.highlight{
     border:4px solid #e6ac58;
    position: absolute;
    background-color:rgba(230, 172, 88, .1)
}

/***hover helpers**/
.hover-content{
    position: relative;
    height: inherit;
    width: inherit;
}
.hover-help{
    position: absolute;
    height: auto;
    padding: 24px 30px 20px 35px;
    background-color: rgba(255, 255, 255, .8);
    -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);  
    -webkit-transition: top .5s, left .5s;
    transition:  top .5s, left .5s;
    z-index: 5;
}
.hover-help.hover-help-brown{
    background-color: rgba(40, 38, 35, .9)
}
.hover-help ol{
    font-weight: bold;
    font-size:30px;
}
.hover-help ol li{
    margin-bottom: 20px;
}
.hover-help ol span{
    font-weight: normal;
    font-size:24px;
}
.hover-text{
    text-align: left;
    color: #282623;
    border-radius: 10px;
    max-width: 100%;
    font-size:24px;  
}
.hover-help-blue .hover-text, .hover-help-brown .hover-text{
    color:#ffffff;
}

.hover-help-button{
    border:1px solid #282623;
}
.hover-help p{
    margin-bottom: 20px;
    font-size:24px;  
    line-height: 32px;
}
.hover-help p.button-spacing{
       margin-bottom: 9px; 
}
/**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: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 40px solid rgba(255, 255, 255, .8);
    left: -50px;
    top: 0;
}

.hover-help-brown .helper-arrow-left{
    border-right: 40px solid  rgba(40, 38, 35, .9);
}
.helper-arrow-right {
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 40px solid rgba(255, 255, 255, .8);
    top:0;
    right: -50px;
}
.hover-help-brown .helper-arrow-right{
    border-left: 40px solid  rgba(40, 38, 35, .9);
}
.helper-arrow-down {
    border-top: 40px solid rgba(255, 255, 255, .8);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    bottom:-50px;
    position: absolute;
    left:0;
}

.hover-help-brown .helper-arrow-down{
       border-top: 40px solid  rgba(40, 38, 35, .9);
}

.hover-help-blue .helper-arrow-down.light-blue{
       border-top: 40px solid rgba(153, 189, 206,.9)
}
.helper-arrow-up{
    border-bottom: 40px solid rgba(255, 255, 255, .9);
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    top:-50px;
    position: absolute;
    left:0px
}
.hover-help-blue .helper-arrow-up{
       border-bottom: 40px solid  rgba(50, 75, 92, .9);
}
.hover-help-brown .helper-arrow-up{
       border-bottom: 40px solid  rgba(40, 38, 35, .9);
}
/**phones**/
.phone-img {
    position: absolute;
    width: 466px;
    height: 700px;
    border-top-left-radius: 77px;
    border-top-right-radius: 77px;
    left: 84px;
    top: 41px;
    height: 659px;
    padding: 40px 40px 40px 40px
}
.phone-img.small-phone{
    width:324px;
    padding: 20px 20px 20px 20px;
    left: 123px;
}
.voice-text{
    color: #282623;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    background-color: rgba(40, 38, 35, .2);
    width: 100%;
    padding: 10px 10px 10px 10px;
}
.voice-span{
    display: none;
}
.voice-to-text{
    position: absolute;
    top: 172px;
    left: 0px;
    padding: 20px 20px 10px 20px;
}

.hover-help-phone{
    top:405px;
    left: 615px;
    width: 486px;
}
.arrow-text{
    background-image: url(../assets/_graphics/button-arrow.svg);
    background-size: 20px 16px;
    background-position: 0px 8px;
    background-repeat: no-repeat;
    padding-left: 30px
}
.hover-help-phone .arrow-text{
        background-image: url(../assets/_graphics/arrow-brown.svg);
}
.voice-dcoder{
    top:290px;
}
/**CTA Page**/
.cta-boxes{
    display: flex;
    justify-content: space-between;
    width: 1030px;
}
.cta-box{
    width: 515px;
    height:236px;
      background-color: rgba(86, 80, 75, .4);
    padding: 30px 12px 25px 25px;
    
}
.cta-section{
        margin-bottom: 37px;
        display: inline-block;
}
.cta-page{
    padding:65px 105px 60px 208px;
}
.cta-page h1{
    font-size:42px;
    margin-bottom: 14px;
}
.cta-page p{
    font-size: 24px;
    line-height: 32px;
}
.cta-box p{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.image-wrap{
    float: left;
    background-color: rgba(86, 80, 75, .4);
    padding: 18px 22px 10px 22px;
    font-size: 14px;
        margin-right: 22px;
}
.image-wrap span{
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 10px;

}
.content-right .clear-bttn{
        margin-left: -17px;
}
.cta-text{
    float:left;
    width: 276px;
}
a.cta-bttn{
    font-size: 13px;
    padding: 7px 6px 11px 12px;
    text-decoration: none;
}
.cta-bttn .button-arrow{
    background-size: 15px 13px;
    width: 25px;
    height: 16px;
    margin-left: 23px;

}
.tbnail{
    width: 180px;
    height:108px;
    position: relative;
    margin-top: -13px;
    margin-bottom: 5px;
    float:left;
}
.cta-tbnail{
    width: 179px;
    height: 179px;
    float:left;
    margin-right: 22px;
    
}
/**scrolls**/
.scroller{
    overflow-y: scroll;
    overflow-x: hidden;
    background-repeat: no-repeat;
    position: absolute;
    left:1px;
}
/**footr**/
.footr{
    width:100%;
}
.footr span{
    display: inline-block;
}
.footr__content {
    font-size: 12px;
    text-align: center
}
.footr__content span{
    color: #282623;
}
.footr__content span a {
    color: #D1350F;
    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;
}
/**preload**/

.preload {
  background: ##ffffff;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 1s; 
  -webkit-transition: opacity 1s;}
  .preload.fade {
    opacity: 0;
    z-index: -1000000000; }
  .preload.hide {
    display: none; }

#preload__container {
height: 25vw;
    width: 25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
  #preload__container > * {
       width: 200px;
    height: 200px;
position:absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%)}



