body#hope-test h2 {
    font-family: 'edmondsansbold',Arial,Helvetica,sans-serif;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.0005em
}

body#hope-test .blue {
    color: #26ABFF;
}

#hope-test-hero {
    height: 330px;
    background: transparent url('../img/hope-test-hero.png') center no-repeat;
}

#hope-test-info {
    /*height: 365px;*/
    background-color: #cccccc;
}

#hope-test-info-text {
    width: 50%;
    float: left;
    padding-top: 40px;
}

body#hope-test #hope-test-info-text h2 {
    font-size: 30.26px;
    line-height: 27.17px;
    text-align: left;
}

body#hope-test #hope-test-info-text p {
    font-family: "open sans",arial;
    text-align: left;
}

#hope-test-info-chart {
    float: right;
    background: transparent url('../img/hope-test-infographic.png') center no-repeat;
    height: 365px;
    width: 449px;
    display: block;
}

#question {
    margin-top: 20px;
}

.question {
    width: 100%;
    clear: both;
    height:180px;
}

.question-title {
    float: left;
    text-align: left;
    width: 470px;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0.0011em
}

span.question-title-order {
    display:inline-table;
    float: left;
    width: 10%;
}

span.question-title-content {
    display:inline-table;
    width: 84%;
}

.question-select {
    float: right;
    height:100px;
    width: 463px;
    background: transparent url('../img/question-select-dotted-line.png') bottom no-repeat;
    text-align: left;
    top:-10px;
    margin-left: 20px;
}

.question-select-items {
    position: absolute;
    height:54px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand;
}

.question-select-item {
    display: inline-block;
    height: 54px;
    width: 54px;
    text-indent: -9999px;
    padding-bottom: 54px;
}

.question-select-item-1 {
    background: transparent url('../img/question-select-item.png') 0 0 no-repeat;
}

.question-select-item-1:hover, .question-select-item-1.selected {
    background: transparent url('../img/question-select-item.png') 0 -54px no-repeat;
}

.question-select-item-2 {
    background: transparent url('../img/question-select-item.png') -54px 0 no-repeat;
    margin-left: 22px;
}

.question-select-item-2:hover, .question-select-item-2.selected {
    background: transparent url('../img/question-select-item.png') -54px -54px no-repeat;
}

.question-select-item-3 {
    background: transparent url('../img/question-select-item.png') -108px 0 no-repeat;
    margin-left: 22px;
}

.question-select-item-3:hover, .question-select-item-3.selected {
    background: transparent url('../img/question-select-item.png') -108px -54px no-repeat;
}

.question-select-item-4 {
    background: transparent url('../img/question-select-item.png') -162px 0 no-repeat;
    margin-left: 22px;
}

.question-select-item-4:hover, .question-select-item-4.selected {
    background: transparent url('../img/question-select-item.png') -162px -54px no-repeat;
}

.question-select-item-5 {
    background: transparent url('../img/question-select-item.png') -216px 0 no-repeat;
    margin-left: 22px;
}

.question-select-item-5:hover, .question-select-item-5.selected {
    background: transparent url('../img/question-select-item.png') -216px -54px no-repeat;
}

.question-select-item-6 {
    background: transparent url('../img/question-select-item.png') -270px 0 no-repeat;
    margin-left: 22px;
}

.question-select-item-6:hover, .question-select-item-6.selected {
    background: transparent url('../img/question-select-item.png') -270px -54px no-repeat;
}

.backLava .bottomLava {
    position: relative;
    top: 60px;
    left: 20px;
    display: block;
    width: 14px;
    height:23px;
    background: transparent url('../img/question-select-arrow.png') center no-repeat;
}

body#hope-test h2.hope-test-score-header {
    font-size: 66.31px;
    line-height: 42px;
}

body#hope-test h2.scores-number {
    font-size: 103.13px;
    line-height: 109.43px;
    color: #26ABFF;
    padding-top: 0;
    padding-bottom: 0;
}

body#hope-test h2.scores-text {
    padding-top: 10px;
}

body#hope-test .explanation-row {
    width:25%;
    display: inline-block;
    float: left;
}

body#hope-test .explanation-row .explanation-image {
    height:69px;
    width: 69px;
    margin: 0 auto;
    background: transparent url('../img/score-circle.png') center top no-repeat;
    padding-top: 28px;
    color: #26ABFF;
    font-family: 'edmondsansbold',Arial,Helvetica,sans-serif;
    font-size: 14.95px;
    line-height: 11.96px;
    letter-spacing: 0.0005em;
}

body#hope-test .explanation-row p {
    font-family: 'open sans',sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 21px;
    letter-spacing: 0.0011em;
    color: #4d4d4d;
    padding-left: 34px;
    padding-top: 0px;
    text-align: left;
    width: 180px;
}
#score-form-content {
    display: block;
    margin-bottom: 40px;
    margin-top: 40px;
}
body#hope-test #view-score {
    background: transparent url('../img/score-form-view-btn.png') 0 0 no-repeat;
    height: 113px;
    width: 496px;
    margin: 120px auto;
}

body#hope-test #view-score:hover {
    background: transparent url('../img/score-form-view-btn.png') -1px -113px no-repeat;
}
#score-form-content h2 {
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0.0011em;
    padding: 0;
}
#show-score-direct {
    display:none;
    visibility: hidden;
    color: #26ABFF;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.0011em;
    text-decoration: underline;
    margin: 20px 0;
}


#result-band {
    max-width: 800px;
    margin: 30px auto 40px;
    text-align: center;
}

#result-band .result-band-heading {
    font-size: 34px;
    line-height: 40px;
    padding-bottom: 10px;
}

#result-band .result-band-body {
    font-family: "open sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 32px;
    color: #4d4d4d;
    text-align: center;
}

#stage-breakdown {
    max-width: 760px;
    margin: 30px auto 50px;
    text-align: left;
}

#stage-breakdown .stage-breakdown-heading {
    text-align: center;
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 25px;
}

.stage-bar-row {
    margin-bottom: 18px;
}

.stage-bar-label {
    font-family: "open sans", Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 6px;
    color: #4d4d4d;
}

.stage-bar-track {
    width: 100%;
    height: 24px;
    background: #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
}

.stage-bar-fill {
    height: 24px;
    background: #777;
    border-radius: 12px;
    transition: width .4s ease;
}

.stage-bar-fill.lowest {
    background: #26ABFF;
}

.stage-bar-score {
    float: right;
    font-weight: normal;
}

#stage-summary {
    font-family: "open sans", Arial, sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 25px;
}

#explanation {
    display: none;
}


#frmScore {
    margin: 20px 0;
}

#frmScore-submit {
    background: transparent url('../img/score-form-submit.png') 0 -2px no-repeat;
    height: 61px;
    width: 379px;
    overflow: hidden;
    border: none;
    text-indent: -999px;
}

#frmScore .text {
    width: 362px;
    height: 53px;
    font-size: 18px;
    line-height: 53px;
    font-family: 'edmondsansbold',Arial,Helvetica,sans-serif;
    letter-spacing: 0.0011em;
    margin: 4px 0;
    padding-left: 20px;
    width: 342px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

.red {
    color: red;
}
.red::-webkit-input-placeholder { /* WebKit browsers */
    color: red;
}
.red:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: red;
}
.red::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: red;
}
.red:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: red;
}

#frmScore input:not([type="submit"]):not([type="checkbox"]):not([type="file"]), #frmScore input[type="text"] {
    width: 362px;
    height: 53px;
    font-size: 18px;
    line-height: 34px;
    font-family: 'edmondsansbold',Arial,Helvetica,sans-serif;
    letter-spacing: 0.0011em;
    margin: 4px 0;
    padding-left: 20px;
    width: 342px;
    vertical-align: middle;
    border-radius: 4px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#frmScore #frmScore-submit:hover {
    background: transparent url('../img/score-form-submit.png') 0 -62px no-repeat;
}

body#hope-test p.touch-text {
    width: 816px;
    margin: 0 auto;
    font-family: 'open sans',sans-serif;
    font-size: 25px;
    line-height: 40.18px;
    letter-spacing: 0.0011em;
    font-style: italic;
    padding-bottom: 60px;
}

body#hope-test #touch {
    padding-bottom: 550px;
}

body#hope-test h2.touch-header {
    font-size: 34.3px;
    line-height: 41.16px;
}

#touch li {
    display: inline-block;
    height: 150px;
    width: 200px;
}

#touch li a {
    position: relative;
    height: 50px;
    padding-top: 100px;
    font-style: italic;
    font-family: 'open sans',sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.0011em;
    text-decoration: none;
    display: block;
}

.hope-test-touch-contact {
    background: transparent url('../img/hope-test-icon-contact-us.png') center 34px no-repeat;
}

.hope-test-touch-book {
    background: transparent url('../img/hope-test-icon-book-glen.png') 65px top no-repeat;
}

.hope-test-touch-seminar {
    background: transparent url('../img/hope-test-icon-more-seminars.png') center 6px no-repeat;
}

.affix {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    opacity: 1;
    z-index: 99;
}
.affix-bottom {
    opacity: 0;
    z-index: -99;
}

#hope-test #menu_main > ul > li.selected a {
    border-top: 15px solid #26ABFF;
    color: #26ABFF !important;
}

.message-empty-answer {
    font-family: 'open sans',sans-serif;
    font-size: 25px;
    font-style: italic;
    letter-spacing: 0.0011em;
    line-height: 120px;
}

#frmScore .score-consent {
    display: block;
    width: 362px;
    margin: 12px auto;
    font-family: "open sans", Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    color: #4d4d4d;
}

#frmScore .score-consent input {
    margin-right: 8px;
}


#frmScore-submit.is-processing {
    opacity: 0.55;
    cursor: wait;
}

#frmScore-submit:disabled {
    opacity: 0.55;
    cursor: wait;
}

#score-processing {
    display: none;
    margin-top: 15px;
    font-family: "open sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #4d4d4d;
    text-align: center;
}

#score-processing:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border: 2px solid #cccccc;
    border-top-color: #26ABFF;
    border-radius: 50%;
    vertical-align: -2px;
    animation: scoreSpin .8s linear infinite;
}

@keyframes scoreSpin {
    to {
        transform: rotate(360deg);
    }
}