*, *:before, *:after {
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box;
}
body {
    margin: 0px;
    padding: 0px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 25px;
    color: #ffffff;
    font-weight: 400;
    background-color: #e2e3e4;
    background-image: url('images/bg.png');
    background-repeat: repeat;
    background-position: 0px 79px;
    background-attachment: fixed;
}
a {
    color: #50b848;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
div.center {
    width: 1139px;
    margin: 0px auto;
}

header {
    background-color: #ffffff;
    padding: 17px 0px 13px 10px;
    overflow: auto;
}
a#logo {
    float: left;
}
a#donate {
    float: right;
    font-size: 1.05em;
    width: 255px;
    padding: 8px 0px;
    margin-right: 0px;
}
img#logoMobile,
img#donateMobile {
    display: none;
}

div#content {
    padding-top: 20px;
}
div#contentLeft {
    width: 820px;
    float: left;
}

div#contentLeft h1 {
    font-size: 3.6em;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0px;
    padding: 0px;
}
div#contentLeft h1 span {
    color: #50b848;
}
div#contentLeft h2 {
    font-size: 1.05em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 10px 0px;
    padding: 0px;
}

div#contentLeftBottom,
div#contentLeftBottomResults {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    margin-top: 30px;
}
div#contentLeftBottomResults {
	display: none;
}

div.question,
div.buttons,
div#finalPage {
}
div.question,
div#finalPage {
    display: none;
}
div.currentQuestion {
    display: block;
}
div.breadcrumbs {
    font-size: 0.9em;
    font-weight: 700;
}
div.questionText {
}


ol.answerGroup {
    list-style-type: lower-alpha;
}

li.answer {
    cursor: pointer;
    color: #000000;
}
li.answer div {
    margin-left: -40px;
    padding: 5px 10px 5px 50px;
}
li.answer:hover div {
    background-color: #e2e3e4;
}
li.answerSelected,
li.answerSelected:hover {
    color: #ffffff;
}
li.answerSelected div,
li.answerSelected:hover div {
    background-color: #6a737b;
}
li.answerIncorrect,
li.answerIncorrect:hover{
    /* color: #eb1f48; */
    text-decoration: line-through;
    color: #000000;
}
li.answerIncorrect div,
li.answerIncorrect:hover div{
    background-color: transparent;
}
li.answerCorrect,
li.answerCorrect:hover{
    /*
    background-color: #50b848;
    color: #ffffff;
    /**/
    color: #50b848;
    font-weight: 700;
    text-decoration: none;
}

li.answerCorrect div,
li.answerCorrect:hover div{
    background-color: transparent;
}

div.questionResult {
    display: none;
    padding: 20px 0px 0px 0px;
}
div.questionResultCorrect {
    color: #50b848;
    font-weight: 700;
}
div.questionResultIncorrect {
    
}
div.questionResultIncorrect span {
    color: #eb1f48;
    font-weight: 700;
}
div.answerInfo {
    display: none;
}

div.correctAnswerText {
    padding-bottom: 10px;
}
div.correctAnswerText span {
    font-weight: 700;
    color: #50b848;
}

div.buttons {
    overflow: auto;
    margin-top: 20px;
}

a.button,
input.button {
    width: 172px;
    display: block;
    float: left;
    text-align: center;
    font-weight: 700;
    background-color: #50b848;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 0px;
    border-radius: 2px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 0.75em;
    border-width: 0px;
    line-height: 1.6em;
    cursor: pointer;
}
a.button:hover,
input.button:hover {
    background-color: #000000;
}
a.learnMore {
    display: none;
    background-color: #6a737b;
}
/*
a.nextQuestion {
    display: none;
}
/**/
div#finalPage {
    
}
div#theform {
    margin-top: 20px;
}
input.inputtext {
    width: 92%;
    border-radius: 4px;
    padding: 12px 0px 12px 29px;
    border: 1px solid #e2e3e4;
    margin-bottom: 12px;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #ffffff;
}
input#inputFirstName,
input#inputLastName {
    background-image: url('images/icon_name_27x27.jpg');
}
input#inputEmail {
    background-image: url('images/icon_email_27x27.jpg');
}

div#contentRight {
    float: right;
    margin-left: 15px;
    padding-top: 24px;
    width: 300px;;
}
div#contentRightDesktop {
    
}
div#contentRightMobile {
    display: none;
}

div.finalPageQuestionDivider {
	margin: 40px 0px;
}
div#finalPageNumberCorrect {
    margin-top: 20px;
    font-weight: bold;
}

div.repeatQuestion {
    margin-top: 20px;
    font-weight: bold;
}
div.repeatCorrectAnswer {
    color: #50b848;
    font-weight: bold;
}

footer {
    clear: both;
    padding-top: 40px;
    text-align: center;
    font-size: 0.8em;
}
a.checkAnswer {
    display: none;
}

@media screen and (max-width: 1139px) {
    div.center {
        width: 98%;
    }
    div#contentLeft {
        width: 72%;
    }
    div#contentRight {
        width: 27%;
        margin-left: 1%;
    }
    div#contentRight img {
        width: 100%;
    }
}

@media screen and (max-width:750px) {    
    body {
        font-size: 7vw;
        line-height: 9vw;
        background-image: url('images/bg_mobile.png');
        background-size: contain;
        background-position: 0px 118px;
    }
    div.center {
        width: 91%;
    }
    header {
        text-align: center;
        padding-left: 0px;
    }
    header img {
        max-width: 90%;
    }
    a#logo,
    a#donate {
        float: none;
    }
    a#donate {
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
        width: 146px;
        padding: 6px 0px;
        font-size: 16px;
    }
    
    img#logoDesktop,
    img#donateDesktop {
        display: none;
    }    
    img#logoMobile,
    img#donateMobile {
        display: inline;
    }
    div#contentLeft {
        width: 100%;
        padding-left: 0px;
    }
    div#contentLeft h1 {
        font-size: 1.8em;
        line-height: 0.9em;
        margin: 9vw 0vw 1vw 0vw;
    }
    div#contentLeft h2 {
        font-size: 0.66em;
        line-height: 1.6em;
    }
    div#contentLeftBottom {
        margin-top: 4vw;
        padding: 1vw 0vw;
        font-size: 0.7em;
        line-height: 1.2em;
    }
    div.question,
    div.buttons,
    div#finalPage {
        padding: 3vw 4vw;
        margin: 3vw 0vw;
    }
    div.question ol {
        margin: 3vw 0vw 0vw 0vw;
        padding: 0vw 0vw 0vw 8vw;
    }
    li.answer {
        padding: 0vw 0vw;
    }
    li.answer div {
        margin-left: -16vw;
        padding: 2vw 0vw 2vw 16vw;
    }
    div.buttons {
        margin-top: 6vw;
    }
    a.button,
    input.button {
        width: 46%;
        margin-right: 0%;
        padding: 1.8vw 0vw;
        font-size: 0.9em;
    }
    a.button {
    }
    a.learnMore {
        margin-right: 1%;
        padding: 1.8vw 3.3vw;
    }
    a.button.checkAnswer {
        width: 100%;
    }
    a.nextQuestion {
    }
    div#theform {
        margin-top: 4vw;
    }
    input.inputtext {
        padding: 4vw 1vw 4vw 30px;
        margin-bottom: 5vw;
        width: 99%;
    }
    div#contentRightDesktop {
        display: none;
    }
    div#contentRightMobile {
        display: block;
    }
    div#contentRightMobile img {
        width: 100%;
    }
    div#contentRight {
        padding-right: 0px;
        padding-top: 2vw; 
        width: 100%;
    }
    footer {
        font-size: 0.5em;
        padding-bottom: 4vw;
        line-height: 1.5em;
    }
}