.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

body {
    font-family: 'Montserrat';
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#game-9{
    margin: auto;
    /*background: #fffaee;*/
    border: 25px solid #fff;
    padding: 25px;
    max-width: 900px;
    height: 100%;
    position: relative;
}

#header{
    display: table;
    background: #fff;
}

.header-left{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

.header-middle{
    width: 40%;
    display: table-cell;
    vertical-align: middle;
}

.header-right{
    width: 30%;
    display: table-cell;
    vertical-align: middle;
}

#header img{
    max-width: 100%;
}

.header-middle{
    padding: 0 25px;
}

#title{
    background: #efbbd3;
    color: #fff;
    margin: 0 0 25px 0;
}

#title h1{
    float: left;
    font-size: 43px;
    line-height: 50px;
    text-align: center;
    padding: 5px 10px;
    margin: 0;
}

#title h2{
    background: rgba(0,0,0,0.1);
    float: right;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 5px 25px;
    line-height: 50px;
    text-transform: uppercase;
}

#family_name,
#email_address{
    margin: 25px 0;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    color: #4959ea;
    box-sizing: border-box;
    font-weight: bold;
    border: 2px solid rgba(0,0,0,0.1);
}

#steps{
    padding: 0;
}

.step{
    display: none;
}

.step .content label,
.step .content input[type="text"]{
    display: block;
    color: #333;
    padding: 10px 20px;
    font-size: 15px;
    margin: 4px 0;
    font-size: 18px;
    background: #fff;
    font-weight: normal;
    cursor: pointer;
}

#step-0 label,
#step-12 label{
    background: none!important;
    margin: 0!important;
    padding: 0!important;
}

.step .content label input[type="checkbox"]{
    display: none;
}

.step .content input[type="text"]{
    border: 0px;
    width: 100%;
    font-family: 'Montserrat';
    padding-left: 50px;
    box-sizing: border-box;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bbb;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: red;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: red;
}
.step .content label .fa{
    margin-right: 15px;
    font-size: 20px;
}
.prev{
    background: #fff931;
    padding: 20px;
    cursor: pointer;
    font-size: 24px;
    float: left;
    min-width: 100px;
    text-align: center;
    font-weight: bold;
}

.next,
.print,
.email,
.send-email-btn{
    background: #20ba24;
    color: #fff;
    padding: 20px;
    cursor: pointer;
    font-size: 24px;
    float: right;
    min-width: 100px;
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
}

.step .title{
    padding: 10px 25px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.step .subtitle{
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

#step-0 .title,
#step-12 .title,
#processed-grains span{
    background: #4959ea;
    color: #fff;
    font-size: 18px;
}

#step-0 label,
#step-12 label{
    color: #4959ea;
}

#step-0 .subtitle,
#step-12 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}


#step-1 .title,
#protein span,
.protein{
    background: #7030a0;
    border-color: #7030a0;
    color: #fff;
    font-size: 18px;
}

#step-1 label,
#step-1 input[type="text"] {
    color:  #7030a0;
}

#step-1 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-2 .title,
#legumes span,
.legumes{
    background: #04ae7e;
    border-color: #04ae7e;
    color: #fff;
    font-size: 18px;
}

#step-2 label,
#step-2 input[type="text"] {
    color:  #04ae7e;
}

#step-2 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-3 .title,
#fruit span,
.fruit{
    background: #fdc120;
    border-color:#fdc120;
    color: #fff;
    font-size: 18px;
}

#step-3 label,
#step-3 input[type="text"] {
    color:  #fdc120;
}

#step-3 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-4 .title,
#crunchy-vegetables span,
.crunchy-vegetables{
    background: #ff5724;
    border-color:#ff5724;
    color: #fff;
    font-size: 18px;
}

#step-4 label,
#step-4 input[type="text"] {
    color:  #ff5724;
}

#step-4 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-5 .title,
#vegetables span,
.vegetables{
    background: #ec1e66;
    border-color: #ec1e66;
    color: #fff;
    font-size: 18px;
}

#step-5 label,
#step-5 input[type="text"] {
    color:  #ec1e66;
}

#step-5 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-6 .title,
#whole-grains span,
.whole-grains{
    background: #c2ae77;
    border-color: #c2ae77;
    color: #fff;
    font-size: 18px;
}

#step-6 label,
#step-6 input[type="text"] {
    color:  #c2ae77;
}

#step-6 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-7 .title,
#processed-grains span,
.processed-grains{
    background: #4959ea;
    border-color:#4959ea;
    color: #fff;
    font-size: 18px;
}

#step-7 label,
#step-7 input[type="text"] {
    color: #4959ea;
}

#step-7 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-8 .title,
#fats span,
.fats{
    background: #6cc374;
    border-color:#6cc374;
    color: #fff;
    font-size: 18px;
}

#step-8 label,
#step-8 input[type="text"] {
    color: #6cc374;
}

#step-8 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-9 .title,
#herbs span,
.herbs{
    background: #ba8fef;
    border-color: #ba8fef;
    color: #fff;
    font-size: 18px;
}

#step-9 label,
#step-9 input[type="text"] {
    color: #ba8fef;
}

#step-9 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-10 .title,
#sat-fats span,
.sat-fats{
    background: #ff5724;
    border-color:#ff5724;
    color: #fff;
    font-size: 18px;
}

#step-10 label,
#step-10 input[type="text"] {
    color: #ff5724;
}

#step-10 .subtitle{
    background: orange;
    color: #fff;
    font-size: 18px;
}

#step-11 .content span{
    padding: 5px 15px;
    font-size: 15px;
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

#step-11 .content > div {
    display: inline-block;
    font-size: 18px;
    width: 49%;
    vertical-align: top;
}

#footer {
    text-align: center;
}

.youtube-wrapper{
    text-align: center;
}
.youtube{
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    margin: auto;
    text-align: center;
    background: orange;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 15px auto;
}

.pdf-box {
    border: 5px solid #000;
    margin-bottom: 10px;
}

#email-sent-confirmation{
    display: none;
    text-align: center;
    background: #20ba24;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    margin: 25px 0;
}

.extra-btns {
    display: none;
    width: 100%;
    max-width: 900px;
    margin: 10px auto auto auto;
    font-family: 'Bangers';
    text-align: right;
}

.extra-btns a {
    display: inline-block;
    color: #fff931;
    background: #c60001;
    padding: 15px 20px;
    margin: 0 0 5px 0;
    line-height: 30px;
    font-size: 30px;
    font-weight: normal !important;
    text-decoration: none;
}

@media print {
    .extra-btn{
        display: none!important;
    }

    #step-11 .title,
    #step-11 .subtitle,
    .extra-btns,
    .next,
    .prev,
    .print{
        display: none!important;
    }

    #step-11 .content > div {
        width: 100%;
        display: block;
    }


    #menu-topbar,
    .youtube-wrapper {
        display: none!important;
    }

    #step-11 .content span {
        padding: 0px 10px;
        font-size: 13px;
        display: inline-block;
        font-weight: bold;
        text-transform: uppercase;
    }

    #step-11 .content ul{
        padding: 0;
        margin: 0;
    }

    #step-11 .content ul li {
        padding:0;
        margin:0;
        font-size: 12px;
        display: inline-block;
        width: 100%;
        text-align: left;
    }

    #title h1{
        font-size: 25px;
        line-height: 30px;
        padding: 5px 10px;
    }
    
    #title h2{
        font-size: 15px;
        padding: 5px 25px;
        line-height: 30px;
    }
    
    @page {
        margin: 0cm; 0cm; 0cm; 0cm;
   }
}


@media (max-width:767px){
    #game-9{
        padding: 10px;
    }
    
    #title h1{
        display: block;
        width: 100%;
        text-align:center;
        float:none;
    }

    #title h2{
        display: block;
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }
}

.notes-title {
    position: absolute;
    float: right;
    right: 68px;
    margin-top: -20px;
    font-size: 26px;
    color: #00cc40;
    font-style: italic;
    font-weight: 600;
}