/*                             */
/*   MC Way Activation Guide   */
/*                             */


@font-face {
    font-family: 'MarkWebPro-thin';
    src: url('fonts/MarkWebPro-ExtraLightW01Rg.woff2');
    font-style: normal;
}

.reveal .controls button {
    border-radius: 100px;
    border: 1px gray solid;
    padding: 2px;
    background: black;
}

.reveal .controls {
    color: gray;
}

.reveal .controls {
    bottom:12px;
    right:24px;
    z-index:11;
    font-size:10px
}

/* add slide scrollbar */

/*.slide {
    overflow-y: auto !important;
}*/

.slides {
    border: 1px gray solid;
/*
    margin-top: 40px !important;
    margin-bottom: 100px !important;
*/
}

#loading {
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   position: fixed;
   opacity: 1;
   background-color: #000;
   z-index: 99;
}

#loading-parent {
  background-color: #000;
  height: 95%;
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  resize:none;
  overflow:hidden;
}

#loading-child {
    z-index: 100;
}

h1,h2,h3,h4 {
    padding: 0 3em;
}

p, ul, il {
    font-size: .4em;
    padding: 0 5em;
}

.condense-p p {
    margin: .1em;
}

span {
    margin: 0;
    padding: 0;
}

.text-left {
    text-align: left !important;
    padding-left:0px;
}

/* logo header */
.top-bar {
    display:block;
    left:0px;
    top:0px;
    position:fixed;
    width: 100vw;
    height: 50px;
    background: black;
}

.logo {
    position: fixed;
    left:0px;
    top:0px;
    width: 50px;
    height: 30px;
    padding: 10px;
    z-index: 11;
}

.logo img {
    width: 100%;
    height: auto;
}

/* page logo */
.page-logo {
    position: fixed;
    left:6px;
    top:-10px;
    width: 60px;
    height: auto;
    padding: 0;
    margin:0;
    z-index: 11;
}

.page-logo img {
    width: 100%;
    height: auto;
}

.bottom-btn {
    display:block;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

#bottom-nav-icon {
    background-image: url("../img/nav-01.png");
    background-size: contain;
    display:block;
    position: absolute;
    bottom:26px;
    right:132px;
    z-index:11;
    opacity: 1;
    cursor: pointer;
}

/* new nav */

.new-nav-btn {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,1);
    border: 1px solid gray;
    border-radius: 100%;
    z-index:99;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    transition: ease .5s;
}

/*
.new-nav-btn:after {
    position: absolute;
    content: "→";
    left: 2px;
    top: -3px;
    color: gray;
    font-size: .8em; 
}
*/

.new-nav-btn:after {
    position: absolute;
    content: "";
    background: url("../img/arrow-next-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    left: 54%;
    top: 50%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em; 
}

.new-nav-btn:hover {
    background: rgba(80,80,80,1);
}

.new-nav-previous {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,1);
    border: 1px solid gray;
    border-radius: 100%;
    z-index:99;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    transition: ease .5s;
}

/*
.new-nav-previous:after {
    position: absolute;
    content: "←";
    left: 2px;
    top: -3px;
    color: gray;
    font-size: .8em; 
}
*/

.new-nav-previous:after {
    position: absolute;
    content: "";
    background: url("../img/arrow-prev-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    left: 54%;
    top: 50%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}

.new-nav-menu {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,1);
    border: 1px solid gray;
    border-radius: 100%;
    z-index:99;
    bottom: 20px;
    left: 70px;
    cursor: pointer;
    transition: ease .5s;
}

/*.new-nav-menu:after {
    position: absolute;
    content: "";
    background: url("../img/menu-lines-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    left: 57%;
    top: 50%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}*/

.new-nav-menu:after {
    position: absolute;
    content: "";
    background: url("../img/home-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 47%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}

.new-nav-home {
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,1);
    border: 1px solid gray;
    border-radius: 100%;
    z-index:99;
    bottom: 20px;
    left: 70px;
    cursor: pointer;
    transition: ease .5s;
}

.new-nav-home:after {
    position: absolute;
    content: "";
    background: url("../img/home-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 47%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}


.new-nav-previous:hover {
    background: rgba(80,80,80,1);
}

.nav-previous-adjust {
    left: 850px;
}

.nav-previous-adjust-2 {
    left: 800px;
}

.nav-adjust-1 {
    bottom: -17px; 
}

.nav-adjust-2 {
    bottom: 22px; 
}

.nav-adjust-3 {
    bottom: -26px; 
}

.nav-adjust-4 {
    bottom: -46px; 
}

.nav-adjust-5 {
    left: 20px; 
}

.nav-adjust-6 {
    left: 120px; 
}

.sound-btn {
    display: none;
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,1);
    border: 1px solid gray;
    border-radius: 100%;
    z-index:99;
    bottom: 20px;
    right: 70px;
    pointer-events: all;
    cursor: pointer;
    transition: ease .5s;
}

.sound-btn:after {
    position: absolute;
    content: "";
    background: url("../img/sound-icon-1-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 47%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}

.sound-btn.show-x:after {
    position: absolute;
    content: "";
    background: url("../img/sound-icon-2-01.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 47%;
    transform:translate(-50%,-50%);
    color: gray;
    font-size: .8em;
}

/* --------- */

.front-page-header h3 {
    font-family: 'MarkWebPro-thin', sans-serif;
    position:relative;
    margin: 1.5em 1em 0;
}

.front-page-header h2 {
    font-family: 'MarkWebPro-thin', sans-serif;
    margin: 1.5em;
    padding: 0 1em;
}

.front-page-subhead h4 {
    position:relative;
    margin:0;
    padding:0;
}

.front-page-line {
    position:relative;
    width: 300px;
    height: 10px;
    margin:.5em auto;
    padding:0;
}

.front-page-image {
    position:absolute;
    width: 100%;
    height: auto;
    bottom: 14px;
    padding:0;
    margin:0;
    opacity:1;
    z-index: 3;
}

.front-page-image-2 {
    position:absolute;
    width: 100%;
    height: auto;
    bottom: 14px;
    padding:0;
    margin:0;
    opacity:1;
    z-index: 2;
}

.front-page-image img {
    width: 100%;
    height: auto;
    padding:0;
    margin:0;
}

.front-bird {
    position: absolute;
    width: 150px;
    height: auto;
    right: 70px;
    top: 260px;
    z-index:2;
    opacity: 1;
}

#front-1, #front-2 {
    opacity: 0;
    bottom:0;
}

#bird-1 {
    opacity: 0;
    right: 90px;
    top: 250px;
}

#bird-2 {
    width: 170px;
    height: auto;
    opacity: 1;
    right: 90px;
    top: 80px;
}

.welcome-page-header {
    position: absolute;
    top: 3.2em;
    z-index:4;
}

.way-art {
    padding:0;
    margin:0;
}

.way-art-3 {
    padding:0 1em;
    margin:0;
}

.strategy-image {
    width:680px;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.menu-image {
    position:absolute;
    width: 1007px;
    height: auto;
    top: -20px;
    left: -24px;
    padding:0;
    margin:0;
    opacity:1;
    z-index: -1;
}

.menu-image img {
    width: 100%;
    height: auto;
}



/* page */
.page-top {
    font-family: MarkWeb, sans-serif;
    font-size: 13px;
    position: fixed;
    left:56px;
    top:8px;
    width: 300px;
    height: 20px;
    padding: 10px;
    z-index: 10;
    color: white;
}

.page-container {
    display: flex;
    width: 100%;
    height: 700px;
}

.center-page {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.page-flex {
    display:flex;
    margin: 0;
    padding: 0;
}

.page-divider-30 {
    display:block;
    width:30%;
    height:700px;
    margin: 0;
    padding: 0;
}

.page-divider-30 img {
    display:block;
    height: 100%;
    width: auto;
}

.page-divider-70 {
    display:block;
    width:70%;
    height:700px;
}

#page-1 {
    display: flex;
}

.main-menu {
    display: flex;
    justify-content: space-between;
    align-self: center;
    flex-direction: row;
    min-width: 700px;
    height: 300px;
}

.btn-style {
    display: inline-block;
    margin: 0 auto;
    font-size: .4em;
    border: 1px gray solid;
    border-radius: 20px;
    color: white;
    padding: 3px 40px 5px;
    text-align: center;
    cursor: pointer;
/*    bottom: 20px;*/
}

.menu-btn {
    display: block;
    width: 144px;
    height: 215px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    z-index: 11;
}

.menu-hilite {
    display: block;
    width: 144px;
    height: 215px;
    border: 5px solid rgba(220,210,80,1);
    background: rgba(220,210,80,1);
    z-index: -2;
    opacity: 0;
    transition: ease .5s; 
}

#menu-btn-vision {
    width: 450px;
    height: 73px;
    position: absolute;
    top: 122px;
    left: 253px;
}

#hilite-vision {
    width: 450px;
    height: 73px;
    position: absolute;
    top: 118px;
    left: 250px;
}

#menu-btn-value {
    position: absolute;
    top: 282px;
    left: 223px;
}

#hilite-value {
    position: absolute;
    top: 278px;
    left: 219px;
}

#menu-btn-grow {
    position: absolute;
    top: 282px;
    left: 396px;
}

#hilite-grow {
    position: absolute;
    top: 278px;
    left: 392px;
}

#menu-btn-move {
    position: absolute;
    top: 282px;
    left: 569px;
}

#hilite-move {
    position: absolute;
    top: 278px;
    left: 565px;
}

#menu-btn-help {
    width: 141px;
    height: 141px;
    position: absolute;
    border-radius: 100%;
    top: 242px;
    left: 789px;
}

#hilite-help {
    width: 141px;
    height: 141px;
    position: absolute;
    border-radius: 100%;
    top: 238px;
    left: 785px;
}

#menu-btn-life {
    width: 450px;
    height: 73px;
    position: absolute;
    top: 584px;
    left: 254px;
}

#hilite-life {
    width: 450px;
    height: 73px;
    position: absolute;
    top: 580px;
    left: 250px;
}

#menu-btn-how {
    width: 132px;
    height: 132px;
    position: absolute;
    border-radius: 100%;
    top: 513px;
    left: 799px;
}

#hilite-how {
    width: 132px;
    height: 132px;
    position: absolute;
    border-radius: 100%;
    top: 509px;
    left: 795px;
}

.main-check {
    background-image: url("../img/check-01.png");
    background-size: contain;
    display:none;
    position: absolute;
    margin: 16px 0 0 136px;
    width: 60px;
    height: 60px;
    z-index: 2;
    opacity: 0;
}

#check-value, #check-grow, #check-move {
    top: -30px;
    left: -40px;
}

#done-btn-menu {
    margin-top: 20px;
    display: none;
}

#print-btn-1, #print-btn-2, #print-btn-3 {
    position: absolute;
    bottom: -20px;
    left: 30%;
}

#done-btn-value, #done-btn-grow, #done-btn-move {
    position: absolute;
    bottom: -20px;
    right: 30%;
}

.orange-text {
    color: orange;
}

.white-text {
    color: white;
}


.main-img {
    display: block;
    margin: 20px;
    width: 120px;
    height: 120px;
}

.main-img img {
    margin: 0;
    width: 100%;
    height: 100%;
}

.back-cover {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
    background: black;
    opacity: 0;
    width: 960px;
    height: 700px;
    z-index: 10;
}

.pop-up-icon {
    display:block;
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background:orange;
    transition: all 0.5s ease;
    cursor:pointer;
    z-index: 9;
}

.pop-up-icon:after {
    content: 'i';
    display:block;
    position: absolute;
    color: black;
    float: right;
    font-size: 20px;
    top:-3px;
    left:10px;
}

.pop-up-icon:hover {
    transform: rotate(180deg);
}

.pop-up-info {
    display: none;
    position: absolute;
    border: 1px solid gray;
    border-radius: 10px;
    background: rgba(40,40,40,1);
    width: 500px;
    height: auto;
    text-align: left;
    margin: 0;
    z-index: 11;
    opacity: 0;
    cursor: pointer;
    /* new */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 500px;
}

.pop-up-info:before {
    content: 'i';
    display:block;
    position: absolute;
    background:orange;
    width:30px;
    height:30px;
    text-align:center;
    border-radius: 100%;
    color: black;
    float: right;
    font-size: 22px;
    top:15px;
    left:20px;
    margin: 0;
    padding: 0; 
}

.pop-up-info:after {
    content: 'x';
    display:block;
    position: absolute;
    color: white;
    float: right;
    font-size: .7em;
    top:-9px;
    right:10px;
    margin: 0;
    padding: 0; 
}

.pop-up-info p {
    font-size: .45em;
    margin: 0;
    padding: 30px;
}

.pop-btn {
    font-size: .45em;
    border: 1px white solid;
    border-radius: 1em;
    margin: 0 auto;
    padding: 1px 20px 4px;
    text-align:center;
    width: 150px;
    z-index: 9;
}

.pop-map {
    z-index: 100;
    background: rgba(36,36,35,1);
    padding: 0;
    width: 930px;
    height: auto;
}

.pop-map:before {
    width:20px;
    height:20px;
    font-size: 15px;
    top:10px;
    left:10px; 
}

.pop-map img {
    margin: auto;
}



/*#pop-quiz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    width: 500px;
}*/

/*#pop-habit-1, #pop-habit-2, #pop-habit-3 {
    top: 80px;
    right: 90px;
    width: 400px;
}*/

#pop-habit-btn-1, #pop-habit-btn-2, #pop-habit-btn-3 {
    right: 100px;
    top: 84px;
}

#pop-pic-btn-1, #pop-pic-btn-2, #pop-pic-btn-3 {
    right: 100px;
    top: 84px;    
}

/*#pop-reflect-1, #pop-reflect-2, #pop-reflect-3  {
    top: 80px;
    right: 90px;
    width: 400px;
}*/

#pop-reflect-btn-1, #pop-reflect-btn-2, #pop-reflect-btn-3 {
    right: 100px;
    top: 84px;
}

/*#pop-do-1, #pop-do-2, #pop-do-3  {
    top: 80px;
    right: 90px;
    width: 400px;
}*/

#pop-do-btn-1, #pop-do-btn-2, #pop-do-btn-3 {
    right: 50px;
    top: 84px;
}

.header {
    font-family: 'MarkWebPro-thin';
    font-size: 1.7em;
    margin: 80px 2px 2px 40px;
    color: orange;
}

.habits-header {
    font-size: 1em;
    margin: 0px 10px;
    text-align:left;
}

.value-header {
    margin: 55px 2px 2px 40px;
}

.grow-header {
    font-size: 1.6em;
    margin: 55px 2px 2px 40px;
}

.move-header {
    margin: 60px 2px 2px 40px;
}

.principles-list {
    color:lightgray;
    font-size:.4em; 
    padding:0;
    margin:14px 10px 2px;
}

.principles-do-box {
    position: absolute;
    top: 200px;
    left: 200px;
    width: 100px;
    height: 100px;
    border: 1px solid red;
}

.subhead {
    font-size: .30em;
    margin: 10px 44px;
    padding:0;
    text-transform: uppercase;
    font-weight: 600;
}

.habits-subhead {
    text-align:left;
    margin: 0px 14px 10px;
}

.habit-line {
    height: 40px;
    width: 300px;
    margin: -30px 42px 22px;
    padding:0;
}

.habit-quote {
  font-size: .4em;
  line-height: 1.2em;
  max-width: 480px;
  margin: 15px 40px;
}

.value-quote {
  font-size: .38em;
}

.grow-quote {
  font-size: .38em;
  line-height: 1.2em;
  max-width: 490px; 
}

.instruct-style {
    font-size: .35em;
    color: lightgray;
}

/* collapsible */

.collapse-container {
    font-size: .9em;
    line-height: 1em;
    max-width: 480px;
    margin: 0 40px; 
}

.grow-collapse {
  max-width: 500px; 
}

#fromto {
    min-height: 350px;
    max-width: 580px;
    margin: 0 auto;
}

#fromto p {
    text-align:left;
}

#fromto .collapsible {
    padding: 8px 20px;
}

.collapsible {
  font-family: MarkWeb, sans-serif;
  font-size: .45em;
  background-color: #555;
  color: white;
  cursor: pointer;
  padding: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
}

.active, .collapsible:hover {
  background-color: #777;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: black;
}

.content p {
    font-family: MarkWeb, sans-serif;
    font-weight: normal;
    padding: 12px;
    margin: 0;
}


/* progress bar*/
.progress-container {
    position:fixed;
    top: 10px;
    right: 0px;
    width: 100%;
    height: auto;
    display: none; /* flex */ 
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin: auto;
}

#progress-meter {
    opacity: 0;
    display: none;
}

.progress-header {
    display: flex;
    flex-flow: row;
    align-self: flex-end;
}

.progress-info {
    font-size: 10px;
    font-weight: 600;
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 130px;
    color:white;
    text-transform: uppercase;
}

.progress-circle {
    display: block;
    border: 1px solid orange;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    margin: 4px;
    background: black;
    z-index: 21;
}

.progress-circle::after {
    content: "";
    position: absolute;
    margin: 3px;
    height: 14px;
    width: 14px;
    background-color: white;
    border-radius: 50%;
    display: block;
    opacity: 0;
    transition: all 0.5s ease;
}

.progress-circle.show::after {
    opacity: 1;
}

.progress-line {
    position:absolute;
    margin-top: -7px;
    width: 390px;
    z-index: 20;
}

.progress-line-gray {
    position:absolute;
    margin-top: -7px;
    width: 390px;
    z-index: 19;
}





/*  --------------------  */
/*  ----- printing -----  */
/*  --------------------  */

@media print {
     
    @page {
        size: A3 landscape;
        margin: 0cm;
        color: #000;
        background-color: #fff;
    }

    body,
    html {
        visibility: hidden;
        transform: scale(1);
        width:100%;
        height:100%;
        margin:0;
        padding:0;
        break-inside: avoid;
    }
    
    .no-print, .no-print * {
        display: none;
    }
    
    .reveal .controls button {
        display: none;
    }
    
    .reveal .controls {
        display: none;
    }
    
    section {
        visibility: visible;
        border: 1px solid orange;
        transform: scale(1);
        width:90%;
        height:90%;
        top:0;
        bottom:0;
        margin:0;
        align-self: center;
        break-inside: avoid;
    }

    .ws-box {
        border: 1px solid orange;
    }
    
    #worksheet1, #worksheet2, #worksheet3 {
        position:absolute;
        left: 30px;
        padding: 0;
        overflow:hidden;
    }

}



