@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('fonts/montserrat-light-webfont.woff') format('woff'),
         url('fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

#game3 {
    background: #c4e3ee none repeat scroll 0 0;
    display: block;
    height: auto;
    position: relative;
}

#game3Container {
    display: none;
    height: auto;
    left: 0;
    margin: -36px 0 0;
    position: relative;
    width: 100%;
}

#slide {
    color: #2aace3;
    height: auto;
    padding: 42px 0 0 490px;
    text-align: center;
    width: 100%;
    position:relative;
    z-index: 99;
}

#slide .greenboard{ 
    width: 554px;
    height: 575px;
    padding: 0 27px;
    position: relative;
}

#slide #board1{ 
    background-image: url("images/game3/q1_green.png");
}

#slide #board2{ 
    background-image:url("images/game3/q1_green.png");
}

#slide #board3{ 
    background-image: url("images/game3/q1_green.png");
}

#slide #board4{ 
    background-image: url("images/game3/q4_green.png");
    height:596px;
}

#game3results {
    color: #00aeef;
    font-family: "Montserrat";
    padding-top: 175px;
    text-align: left;
    width: 1190px;
}

#game2close {
    position: absolute;
    right: 84px;
}

#slide h2 {
    color: #fff;
    font-family: Montserrat;
    font-size: 21px;
    font-weight: bold;
    line-height: 50px;
    margin: 0 0 56px 60px;
    text-transform: capitalize;
}

#slide #board4 h2 {
    line-height: 26px;
    padding: 10px 0;
}

#slide .answer {
    background: rgba(0, 0, 0, 0) url("images/game3/white-paper.png") repeat scroll 0 0;
    color: #036db0;
    cursor: pointer;
    float: left;
    height: 179px;
    margin: 0 13px 42px 0;
    padding: 7px;
    position: relative;
    width: 135px;
    z-index: 99;
}

#game3 .answer h4 {
    color: #036db0;
    font-size: 29px;
    line-height: 40px;
    margin: 13px 0;
    text-align: center;
}

#game3 .answer p {
    color: #036db0;
    font-family: Montserrat;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

#game3 button, #game3 a.button {
    background: rgba(0, 0, 0) none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    font-weight: bold;
    line-height: 41px;
    padding: 0;
    position: absolute;
    right: 31px;
    text-transform: uppercase;
    z-index: 99;
}

#game3Container #choices {
    padding: 31px 0 34px 293px;
    position: relative;
    z-index: 96;
}

.choice {
    border-radius: 78px;
    box-shadow: 2px 2px 1px #637189;
    color: #fff;
    cursor: default;
    float: left;
    font-family: montserratlight;
    font-size: 29px;
    height: 160px;
    line-height: 33px;
    margin: 0;
    padding: 53px 0 0;
    text-align: center;
    width: 158px;
    z-index: 96;
    position: relative;
}

#choices .choice.object-droppable-hover {
    background-color: #a5ce39;
}

#done.choice {
    background: #6ac3ee none repeat scroll 0 0;
}

#now.choice {
    background: #00ade6 none repeat scroll 0 0;
}

#later.choice {
    background: #008ac6 none repeat scroll 0 0;
}

#reject.choice {
    background: #2760a7 none repeat scroll 0 0;
    padding: 66px 0 0;
    margin: 0;
}

#slide light {
    font-family: montserratlight;
}

#slide strong {
    font-weight: bold;
    text-decoration: underline;
}

#slide > p {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 36px;
    margin: 0 0 26px;
}

#progress {
    margin: 30px 0 0;
}

#progress span.active {
    background: transparent none repeat scroll 0 0;
    border: 4px solid #26ace2;
    height: 26px;
    width: 28px;
}

#progress span {
    background: #26ace2 none repeat scroll 0 0;
    border: 2px solid transparent;
    border-radius: 14px;
    display: inline-block;
    height: 22px;
    margin: 0 1px;
    vertical-align: middle;
    width: 24px;
}

#answers textarea {
    border: medium none;
    box-shadow: none;
    color: #00aeef;
    font-size: 19px;
    font-style: italic;
    height: 152px;
    line-height: 23px;
    margin: 46px 0 121px 67px;
    max-width: 860px;
    padding: 13px;
}

#answers textarea:-moz-placeholder{
    color: #00aeef;
}
#answers textarea::-moz-placeholder{
    color: #00aeef;
}
#answers textarea::-webkit-input-placeholder{
    color: #00aeef;
}
#answers textarea:-ms-input-placeholder{
    color: #00aeef;
}
#answers textarea::-ms-input-placeholder{
    color: #00aeef;
}

#games_navigation {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-family: montserratlight;
    font-size: 16px;
    left: 35px;
    position: absolute;
    right: 35px;
    top: 167px;
    z-index: 95;
    width: 400px;
}

#games_navigation a {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    text-decoration:none;
}
#games_navigation a.active {
    color: #337cb6;
}

.page-template-page_game3 #social {
    left: auto;
    margin: 0 auto;
    position: absolute;
    right: 6px;
    top: -40px;
    width: 350px;
    z-index: 99;
}
.page-template-page_game3 #logo {
    left: 106px;
    top: -27px;
    width: 144px;
}

#games_description {
    background: transparent none repeat scroll 0 0;
    color: #006caf;
    left: 34px;
    position: absolute;
    right: 34px;
    top: 192px;
    z-index: 95;
    width: 400px;
}

#games_description h1 {
    color: #006caf;
    font-family: montserratlight;
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    max-width: 318px;
}

#games_description > p {
    font-family: montserratlight;
    font-size: 15px;
    line-height: 19px;
    margin: 12px 0 0;
    max-width: 318px;
}

#games_description > span {
    color: #2aace3;
    display: block;
    font-family: "Montserrat";
    font-size: 22px;
    font-weight: bold;
    line-height: 28px;
    margin: 11px 0 0;
    max-width: 375px;
}

#results_header {
    margin: 0 0 116px;
    text-align: center;
}

#results_header h2 {
    font-size: 38px;
    font-weight: normal;
    line-height: 38px;
    margin: 0 0 27px;
}
#game3results h3 {
    color: #2660a7;
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 39px 10px;
    text-transform: uppercase;
}
#results_header h4 {
    font-size: 25px;
    line-height: 34px;
}
#game3results h2, #game3results h4, #game3results h5 {
    color: #00aeef;
}
#game3results > p {
    font-size: 26px;
    line-height: 39px;
}
.results_center {
    display: block;
    font-size: 24px;
    text-align: center;
}
.result_answers.chosen {
    font-weight: bold;
}
.result_answers {
    float: left;
    font-size: 26px;
    line-height: 32px;
    padding: 0 37px;
    text-align: center;
    margin: 0 0 10px;
}
.clear {
    clear: both;
    display: block;
}

.choicerow .choice {
    border-radius: 64px;
    font-size: 23px;
    height: 127px;
    line-height: 27px;
    margin: 0 26px 0 2px;
    padding: 41px 0 0;
    width: 127px;
}

.arrowright {
    background: rgba(0, 0, 0, 0) url("images/game3/results-arrow.png") no-repeat scroll center 0;
    float: left;
    height: 42px;
    margin: 43px 23px 42px 0;
    width: 59px;
}

#slide .choicerow .answer {
    color: #fff;
    height: 143px;
    margin: 0 53px 40px 0;
    width: 108px;
    padding: 3px;
}

.choicerow .empty {
    font-size: 23px;
    line-height: 127px;
}

#slide .choicerow .answer.donerow {
    background: rgba(0, 0, 0, 0) url("images/game3/results-done.png") repeat scroll 0 ;
}
.choicerow .empty.donerow {
    color:#79f1ff;
}

#slide .choicerow .answer.nowrow {
    background: rgba(0, 0, 0, 0) url("images/game3/results-now.png") repeat scroll 0 ;
}
.choicerow .empty.nowrow {
    color:#00ade6;
}

#slide .choicerow .answer.laterrow {
    background: rgba(0, 0, 0, 0) url("images/game3/results-later.png") repeat scroll 0 ;
}

.choicerow .empty.laterrow {
    color:#008ac6;
}

#slide .choicerow .answer.rejectrow {
    background: rgba(0, 0, 0, 0) url("images/game3/results-reject.png") repeat scroll 0;
}

.choicerow .empty.rejectrow {
    color:#2760a7;
}


#game3 .choicerow .answer h4 {
    color: #fff;
    font-size: 25px;
    line-height: 13px;
    margin: 16px 0 14px;
}

#game3 .choicerow .answer p {
    color: #fff;
    font-size: 10px;
    line-height: 16px;
}

.choicerow #reject.choice {
    padding: 52px 0 0;
    margin: 0 26px 0 2px;
}

.question {
    margin: 0 0 147px;
}

.question:last-child {
    margin: 0;
}

#print {
    background: rgba(0, 0, 0, 0) url("images/game3/print.png") no-repeat scroll center 0;
    color: #00aeef;
    display: block;
    font-family: "Montserrat";
    font-size: 17px;
    font-weight: 700;
    height: 83px;
    left: 79px;
    line-height: 17px;
    padding: 58px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 214px;
    width: 60px;
}
#email {
    background: rgba(0, 0, 0, 0) url("images/game3/email.png") no-repeat scroll center 0;
    color: #00aeef;
    display: block;
    font-family: "Montserrat";
    font-size: 17px;
    height: 80px;
    left: 82px;
    line-height: 17px;
    padding: 40px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 308px;
    width: 54px;
}


.notepad {
    background: transparent url("images/notepad.png") no-repeat scroll 0 0;
    box-sizing: border-box;
    color: #04bef2;
    display: none;
    font-family: "Montserrat",sans-serif;
    height: 361px;
    left: 162px;
    padding: 70px 10px 20px 30px;
    position: absolute;
    top: 305px;
    width: 240px;
    z-index: 750;
}

.notepad ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

.notepad ul li a,
.notepad ul li a:visited {
    color: #006caf;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}

.notepad button {
    background: #04bef2 none repeat scroll 0 0;
    border: 0 solid;
    border-radius: 10px;
    bottom: 12px;
    color: white;
    font-size: 22px;
    height: 30px;
    left: 33px;
    position: absolute;
    width: 80%;
    display: none;
    padding: 0;
}

#notepadStep2 {
    z-index: 750;
    font-size: 14px;
    color: #04bef2;
}

.notepad input[type="email"] {
    background: #c4e3ee none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 33px;
    line-height: 30px;
    margin: 5px 0 15px;
    padding-left: 5px;
    width: 196px;
}

#game3results #notepadStep2 h3, #game3results #notepadStep3 h3 {
    color: #04bef2;
    font-family: montserratlight;
    font-size: 15px;
    font-weight: normal;
    margin: 30px 0 0;
    text-align: left;
    text-transform: lowercase;
}

#notepadStep2 input[type="checkbox"] {
    display:none;
}

button#game3Send {
    background: #00aeef none repeat scroll 0 0;
    border-radius: 4px;
    bottom: 50px;
    box-shadow: none;
    color: #fff;
    display: block;
    font-family: montserratlight;
    font-size: 22px;
    font-weight: normal;
    left: 75px;
    line-height: 24px;
    padding: 0;
    text-transform: lowercase;
    width: 40%;
}

#notepadStep2 input[type="checkbox"] + label span {
    background: #c4e3ee none repeat scroll 0 0;
    display: inline-block;
    float: left;
    font-family: montserratlight;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    margin: 0 10px 40px 0;
    text-align: center;
    width: 18px;
}

#notepadStep2 input[type="checkbox"]:checked + label span:before {
    content:'\2716';
}

#notepadStep2 label {
    color: #04bef2;
    font-family: montserratlight;
    font-size: 12px;
    margin: 0;
    vertical-align: top;
    width: 100%;
}

#notepadStep2 p {
    font-family: montserratlight;
    font-size: 10px;
    margin: 0 0 0 27px;
}

#game3next{
    position:absolute;
    left:-9999px;
    top:-9999px;
    display:none;
}
.dropcontainer {
    float: left;
    width: 184px;
    height: 186px;
}

.choicerow {
    min-height: 183px;
}

a#game3close.button{
    border-radius: 6px;
    box-shadow: 2px 2px 0 #717d85;
    font-size: 30px;
    line-height: 30px;
    padding: 2px 25px;
    background: #fff none repeat scroll 0 0;
    color: #2aace3;
    font-family: "Montserrat",sans-serif;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    transition: none 0s ease 0s ;
    position: absolute;
    right: 84px;
    bottom: auto;
}

.greenboard > img {
    bottom: 31px;
    left: 253px;
    position: absolute;
}

@media (max-width: 1400px) {
    .page-template-page_game3 #social{
        top: -50px;
    }
    #slide{
        padding: 82px 0 0 490px;
    }
}
@media (max-width: 1100px) {
    #games_description h1, #games_description > p,  #games_description > span{
        max-width: 100%;
    }
    #games_navigation, #games_description{
        width: auto;
    }
    #slide .greenboard {
        margin: 0 auto;
    }
    #slide{
        padding: 382px 0 0;
    }
    #game3Container #choices {
        padding: 31px 0 34px;
    }
    #choices #choicesContainer {
        margin: 0 auto;
        max-width: 554px;
    }
    #game3results{
        width:100%;
    }

    #print{
        top:170px;
        left: 30px;
    }
    #email{
        top:170px;
        left: 120px;
    }
}
@media (max-width: 744px) { 
    #slide{
        padding: 442px 0 0;
    }
}
@media (max-width: 654px) {
    #games_navigation {
        top: 127px;
    }
    #games_description {
        top: 157px;
    }
    #game3Container, #game3Container #slide, #game3Container #choices{
        width: 554px;
    }
}
@media (max-width: 641px) { 
    .notepad {
        background: transparent url("images/notepad.png") no-repeat scroll 0 0 / cover ;
        box-sizing: border-box;
        color: #04bef2;
        display: none;
        font-family: "Montserrat",sans-serif;
        height: 360px;
        left: 0;
        padding: 100px  10px 20px 40px;
        position: absolute;
        top: 225px;
        width: 100%;
        z-index: 750;
    }
    .notepad input[type="email"] {
        width: 100%;
    }
}


@media (max-width: 400px) {
    #slide{
        padding: 542px 0 0;
    }
    #game3{
        height: 1200px;
    }
}

@media (max-width: 320px) {
    #slide{
        padding: 592px 0 0;
    }
    #game3{
        height: 1100px;
    }
}


/* Print Styles */
@media print {
    header, #print, #email, #game3close, .menu, #logo{
        display:none;
    }
    .choice {
        box-shadow: none;
    }
    .question, #results_header {
        margin: 0;
    }
    #game3results {
        padding:0;
    }
    .choicerow {
        min-height: 163px;
    }
    #slide .choicerow .answer {
        margin: 0 23px 0px 0;
    }
    .arrowright{
        display: none;
    }
}