*, *: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: #000000;
    font-weight: 400;
    background-color: #ffffff;
}
a {
    color: #50b848;
    text-decoration: none;
}
a:hover {
    color: #000000;
}
div.center {
    width: 1230px;
    margin: 0px auto;
}

header {
    background-color: #ffffff;
    padding: 17px 0px 13px 0px;
    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 {
}
div#content {
    background-image: url('images/bg2_10x4B.png');
    background-repeat: repeat-y;
    background-size: contain;
    background-position: top center;
    overflow: auto;
    padding-bottom: 40px;
}
div#contentLeft {
    margin-left: 65px;
    width: 695px;
    float: left;
}
div#contentLeft h1,
div#contentLeft h2 {
    color: #ffffff;
}
div#contentLeft h1 {
    font-size: 3.6em;
    line-height: 0.8em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 47px 0px 10px 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 {
    background-color: #ffffff;
    padding: 20px;
    margin-top: 30px;
}

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.checkAnswer {
    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#inputName {
    background-image: url('images/icon_name_27x27.jpg');
}
input#inputAddress {
    background-image: url('images/icon_address_27x27.jpg');
}
input#inputEmail {
    background-image: url('images/icon_email_27x27.jpg');
}

div#contentRight {
    float: right;
    margin-right: 65px;
    margin-top: 52px;
    width: 300px;
}
div#contentRightDesktop {
    
}
div#contentRightMobile {
    display: none;
}

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;
    color: #ffffff;
}

@media screen and (max-width: 1230px) {
    div.center {
        width: 100%;
    }
    /*
    div#contentLeft {
        width: 72%;
    }
    div#contentRight {
        width: 27%;
        margin-left: 1%;
    }
    div#contentRight img {
        width: 100%;
    }
    /**/
    
    div#contentLeft,
    div#contentRight {
        float: none;
        margin-left: 6.5%;
    }
    div#contentLeft {
        width: 87%;
    }
    div#contentRightDesktop {
        display: none;
    }
    div#contentRightMobile {
        display: block;
    }
}

@media screen and (max-width:750px) {    
    body {
        font-size: 7vw;
        line-height: 9vw;
    }
    header {
        text-align: center;
        padding-left: 0px;
    }
    header img {
    }
    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#content {
        background-image: url('images/mobile_bg1_3x10B.png');
        background-size: 100%;
    }

    div#contentLeft {
        width: 94%;
        padding-left: 0px;
        margin: 12vw auto;
        float: none;
    }
    div#contentLeft h1 {
        font-size: 2.0em;
        line-height: 0.9em;
        margin: 1vw 0vw;
    }
    div#contentLeft h2 {
        font-size: 0.65em;
        line-height: 1.8em;
    }
    div#contentLeftBottom {
        margin-top: 4vw;
        padding: 1vw 0vw;
        font-size: 0.8em;
        line-height: 1.2em;
    }
    div#intro {
        padding: 2vw 4vw;
    }
    div#intro div.buttons {
        padding-left: 0vw;
    }
    div.question,
    div.buttons,
    div#finalPage {
        padding: 0vw 3vw;
        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: 66%;
        margin-right: 0%;
        padding: 1.8vw 0vw;
        font-size: 0.9em;
        margin: 3vw 0vw;
        float: none;
        display: block;
    }
    a.button {
    }
    a.learnMore {
        display: none;
        /*
        margin-right: 3%;
        /**/
    }
    a.checkAnswer {
        display: none;
    }
    div#theform {
        margin-top: 4vw;
    }
    input.inputtext {
        padding: 4vw 1vw 4vw 30px;
        margin-bottom: 5vw;
        width: 99%;
    }
    div#contentRightMobile img {
        width: 100%;
    }
    div#contentRight {
        width: 94%;
        padding-left: 0px;
        margin: 12vw auto;
        float: none;
    }
    footer {
        font-size: 0.65em;
        padding-top: 0px;
        width: 94%;
        margin: 0px auto;
    }
}