 Layout */
body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f9e4ef;
}

.hidden {
    display: none;
}

.index-container, .quiz-container {
     padding-right: 0;
     padding-left: 0;
}

@media only screen and (min-width: 550px) {
    .index-container, .quiz-container {
         padding-right: 15px;
         padding-left: 15px;
    }
}

.container.pb {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.yellow-text {
    color: #ffa14d;
}

.page {
    margin-bottom: 40px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1.1;
}

.page .title {
    font-size: 58px;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
    .page .title {
        margin-bottom: 30px;
    }
}

/* quiz
#quiz-page {
    background-color: #97cad4;
}

#quiz-page .content-blk {
    margin: 30px 0 30px;
}

#quiz-page .wrapper {
    padding: 0;
}
*/

#quiz-page {
    margin: 5px 0 0;
}

/* Form Style */
#user_form fieldset:not(:first-of-type) {
    display: none;
}

#user_form {
    margin: 0;
}

.question-blk {
    padding: 0 5px 20px;
}

@media only screen and (min-width: 550px) {
    .question-blk {
        padding: 20px;
    }
}

.answer-blk {
    background-color: #4695ae;
    padding: 20px 20px 35px;
    /*min-height: inherit;*/
    min-height: 655px;
}

@media only screen and (min-width: 550px) {
    .answer-blk {
        min-height: 720px;
        /*min-height: 985px;*/
    }
}

.qns-four.answer-blk {
    min-height: 675px;
}

@media only screen and (min-width: 550px) {
    .qns-four.answer-blk {
        min-height: 720px;
    }
}

.qns-eight.answer-blk {
    min-height: 600px;
}

@media only screen and (min-width: 550px) {
    .qns-eight.answer-blk {
        min-height: 720px;
    }
}

.answer-blk h2 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    margin: 0 0 15px;
    font-size: 20px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .answer-blk h2 {
        margin: 5px 0 15px;
        font-size: 20px;
    }
}

@media only screen and (min-width: 550px) {
    .answer-blk h2 {
        margin: 5px 0 15px;
        font-size: 20px;
    }
}

#user_form .form-group {
    padding: 0;
    position: relative;
    margin: 0 0 10px;
}

@media only screen and (min-width: 550px) {
    #user_form .form-group {
        margin: 0 0 30px;
    }
}

.form-blk {
    height: auto;
}

.form-section {
    margin: 0;
    padding: 0;
}

.form-control, .form-control:active, .form-control:focus {
    color: #000;
}

.form-qns-num {
    text-transform: uppercase;
    text-align: center;
    color: #e13995;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 13px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .form-qns-num {
        margin-bottom: .5rem;
        font-size: 17px;
    }
}

@media only screen and (min-width: 550px) {
    .form-qns-num {
        margin-bottom: .5rem;
        font-size: 20px;
    }
}

.form-qns {
    color: #2b5a76;
    text-align: center;
    font-weight: 700;
    width: 95%;
    font-size: 14px;
    line-height: 20px;
    margin: 5px auto 0;
}

@media only screen and (min-width: 550px) {
    .form-qns {
        width: 100%;
        font-size: 15px;
        line-height: 25px;
        margin: 10px auto 0;
    }
}

.form-qns.qns-eight {
    width: 95%;
    font-size: 16px;
    line-height: 20px;
    margin: 15px auto 0;
}

@media only screen and (min-width: 550px) {
    .form-qns.qns-eight {
        width: 90%;
        font-size: 15px;
        line-height: 25px;
        margin: 10px auto 0;
    }
}

/* checkbox and radio style */
::-moz-selection {
    background: white;
}

::selection { background: white; }

.radio-div label {
    position: relative;
    cursor: pointer;
    display: block;
    -webkit-tap-highlight-color: transparent;
    padding: 8px 5px 12px;
}

@media only screen and (min-width: 550px) {
    .radio-div label {
        padding: 12px 10px;
    }
}

.radio-input {
    position: relative;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    padding: 0.5rem 0;
    margin-bottom: 0;
    margin-right: 0;
}

@media only screen and (min-width: 550px) {
    .radio-input {
        margin-bottom: 0;
        margin-right: 0;
        /*margin-right: 11px;*/
    }
}

.radio-input:first-child {
    margin-top: 0;
}

@media only screen and (min-width: 550px) {
    .radio-input:first-child {
        margin-top: 0;
    }
}

input[type="radio"] {
    display: none;
}

.radio-wrapper.selected {
    background-color: #fff;
    border: 2px solid #fff;
}

.radio-wrapper.selected .radio-input h4 {
    color: #496fad;
}

.radio-wrapper.selected .ans-num-blk {
    background-color: #e13995;
    color: #fff;
}

/* radio style */
.radio-div {
    margin: 5px auto 0;
    width: 90%;
}

@media only screen and (min-width: 550px) {
    .radio-div {
        margin: 25px auto 0;
        width: 85%;
    }
}

.radio-wrapper {
    border-radius: 5px;
    background-color: #4695ae;
    border: 2px solid #496fad;
    margin: 20px 0 0;
}

.radio-wrapper:hover {
    background-color: #fff;
    border: 2px solid #fff;
}

.radio-wrapper.disable{
    pointer-events: none;
}

/*@media only screen and (min-width: 550px) {
    .radio-div > div {
        margin: 8px 0 0;
    }
}*/

.check-text {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}

.radio-input h4 {
    /*display: inline;*/
    font-weight: 400;
    line-height: normal;
    color: #fff;
    padding-left: 5px;
    margin: 3px 0 0;
    font-size: 13px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .radio-input h4 {
        padding: 0;
        margin: 0;
        font-size: 14px;
    }
}

@media only screen and (min-width: 550px) {
    .radio-input h4 {
        padding: 0;
        margin: 0;
        font-size: 15px;
    }
}

.radio-wrapper:hover .radio-input h4 {
    color: #496fad;
}

/* numbers */
.ans-num-blk {
    display: table;
    background-color: #fff;
    color: #4695ae;
    border-radius: 50px;
    margin: 0 auto;
    width: 35px;
    height: 35px;
}

@media only screen and (min-width: 550px) {
    .ans-num-blk  {
        width: 50px;
        height: 50px;
    }
}

.ans-num-blk span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: 700;
    font-size: 17px;
}

.radio-wrapper:hover .ans-num-blk {
    background-color: #e13995;
    color: #fff;
}

/* Parsley */
input.parsley-success,
select.parsley-success,
textarea.parsley-success {
    color: #468847;
    background-color: #DFF0D8;
    border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
    color: #B94A48;
    background-color: #F2DEDE;
    border: 1px solid #EED3D7;
}

.parsley-errors-list {
    margin: 8px 0 0;
    padding: 0;
    list-style-type: none;
    font-size: 0.9em;
    line-height: 0.9em;
    opacity: 0;
    font-style: italic;
    transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
    opacity: 1;
}

/* progress bar */
.progress-div {
    text-align: center;
    height: auto;
    padding-left: 0;
    margin: 12px auto 0;
    width: auto;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .progress-div {
        padding-left: 0;
        margin: 25px auto 0;
        width: auto;
    }
}

@media only screen and (min-width: 550px) {
    .progress-div {
        padding-left: 0;
        margin: 30px auto 10px
        width: 360px;
    }
}

.progress-div .circle {
    display: inline-block;
    background: none;
    position: relative;
    border-radius: 40px;
    border: none;
    background-color: #d7d5d6;
    margin-right: 5px;
    width: 12px;
    height: 12px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .progress-div .circle {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (min-width: 550px) {
    .progress-div .circle {
        width: 18px;
        height: 18px;
    }
}

.progress-div .circle .label {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 40px;
    margin: 0;
    width: 12px;
    height: 12px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .progress-div .circle .label {
        width: 15px;
        height: 15px;
    }
}

@media only screen and (min-width: 550px) {
    .progress-div .circle .label {
        width: 18px;
        height: 18px;
    }
}

.progress-div .circle.on .label {
    background: #e13995;
}

/* Info Div */
.info-div {
    display: none;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

@media only screen and (min-width: 550px) {
    .info-div {
        margin: 30px auto 0;
        width: 85%;
    }
}

.info-div h3 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 19px;
    line-height: 23px;
    margin: 0 0 15px;
}

@media only screen and (min-width: 550px) {
    .info-div h3 {
        font-size: 20px;
        line-height: 23px;
        margin: 0 0 20px;
    }
}

.result-title {
    display: none;
}

.result-title.active {
    display: block;
}

.info-div h4 {
    color: #fff;
    margin: 0;
    font-size: 14px;
}

@media only screen and (min-width: 340px) {
    .info-div h4 {
        color: #fff;
        margin: 0;
        font-size: 15px;
    }
}

.info-div p {
    color: #fff;
    text-align: center;
    font-size: 13px;
}

@media only screen and (min-width: 340px) {
    .info-div p {
        font-size: 15px;
    }
}

.info-div a {
    color: #fff;
    text-decoration: underline;
}

.info-div a:hover {
    color: #fff;
    text-decoration: underline;
}

.btn-div {
    display: inline-block;
    position: relative;
    margin: 5px auto 0;
}

@media only screen and (min-width: 550px) {
    .btn-div {
        margin: 5px auto 0;
    }
}

.btn-div:before {
    content: "";
    background: url(../img/arrow.png) no-repeat center center;
    background-size: 100% auto;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 23%;
    top: 0;
    right: 10%;
}

.next.btn {
    color: #fff;
    background-color: #e13995;
    border-radius: 8px;
    position: relative;
    width: 130px;
    height: 45px;
    text-transform: uppercase;
    font-size: 22px;
    text-align: left;
    padding-left: 14px;
    padding-top: 3px;
    letter-spacing: 3px;
}

.active {
    display: block;
    opacity: 1;
}

.inactive {
    display: none;
}

/* Result */
#result-page {
    background-color: #97cad4;
}

#result-page .content-blk {
    margin: 30px 0 30px;
    padding: 0 15px;
}

@media only screen and (min-width: 550px) {
    #result-page .content-blk {
        padding: 0;
    }
}

#result-page .wrapper {
    padding: 0;
}

.result-blk {
    text-align: center;
    margin: 5px 0 0;
}

.result-header {
    text-align: center;
    color: #496fad;
    font-weight: 600;
    padding: 20px 0 0;
    font-size: 18px;
}

@media only screen and (min-width: 550px) {
    .result-header {
        padding: 20px 0 0;
        font-size: 25px;
    }
}

.score-letter {
    color: #e13995;
    font-size: 20px;
}

@media only screen and (min-width: 550px) {
    .score-letter {
        font-size: 30px;
    }
}

.score-header {
    color: #2b5a76;
    font-weight: 400;
    margin: 20px 0 0;
    font-size: 17px;
}

@media only screen and (min-width: 550px) {
    .score-header {
        font-size: 18px;
    }
}

.score-content {
    margin: 20px auto 0;
}

@media only screen and (min-width: 550px) {
    .score-content {
        margin: 25px auto 0;
    }
}

.score-content h4 {
    color: #e13995;
    text-align: center;
    font-weight: 600;
    font-size: 17px;
}

@media only screen and (min-width: 550px) {
    .score-content h4 {
        text-align: right;
        font-size: 18px;
    }
}

.score-content p {
    color: #2b5a76;
    text-align: center;
    font-size: 17px;
}

@media only screen and (min-width: 550px) {
    .score-content p {
        text-align: left;
        font-size: 18px;
    }
}

.score-content .fm {
    width: 100%;
}

@media only screen and (min-width: 550px) {
    .score-content .fm {
        width: 95%;
    }
}


.score-cta {
    display: table;
    text-align: center;
    background-color: #fff;
    width: 280px;
    height: 45px;
    margin: 10px auto 0;
}

@media only screen and (min-width: 550px) {
    .score-cta {
        margin: 10px auto 0;
    }
}

.score-cta:hover {
    text-decoration: none;
}

.score-cta span {
    color: #ef5524;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    left: -10px;
}

.score-cta span:before {
    content: "";
    background: url(../img/next-arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 25%;
    right: 6%;
    width: 20px;
    height: 20px;
}

/* Try again */
.replay-blk {
    margin: 30px 0 0;
    padding: 0 0 40px;
}

.replay-cta {
    display: table;
    text-align: center;
    background-color: #e13995;
    border-radius: 10px;
    width: 180px;
    height: 45px;
    margin: 10px auto 30px;
}

@media only screen and (min-width: 550px) {
    .replay-cta {
        margin: 10px auto 30px;
    }
}

.replay-cta:hover {
    text-decoration: none;
}

.replay-cta span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

/* Common Elements */
.content-blk {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 2px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 2px 7px 0px rgba(50, 50, 50, 0.75);
}

.content-blk .wrapper {
    padding: 20px;
}

.content-image {
    display: block;
    margin: 0 auto;
    max-width: 75%;
}

@media only screen and (min-width: 550px) {
    .content-image {
        max-width: 100%;
    }
}

/* Index Page */
#index-page {
    background-color: #97cad4;
}

#index-page .content-blk {
    margin: 45px 0 0;
}

#index-page  h1 {
    color: #496fad;
    text-align: center;
    font-size: 40px;
    margin: 5px 0 0;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    #index-page h1 {
        font-size: 49px;
        margin: 5px 0 0;
    }
}

@media only screen and (min-width: 550px) {
    #index-page h1 {
        font-size: 50px;
        margin: 20px 0 0;
    }
}

#index-page p {
    color: #2b5a76;
    text-align: center;
    margin: 20px 0 0;
    line-height: 33px;
    font-size: 22px;
}

@media only screen and (min-width: 550px) {
    #index-page p {
        margin: 20px 0 0;
        line-height: 38px;
        font-size: 23px;
    }
}

@media only screen and (min-width: 550px) {
    #index-page p {
        margin: 20px 0 0;
        line-height: 30px;
        font-size: 19px;
    }
}

.quiz-start-cta {
    display: table;
    text-align: center;
    background-color: #e13995;
    border-radius: 10px;
    width: 200px;
    height: 65px;
    margin: 35px auto 10px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .quiz-start-cta {
        width: 250px;
        height: 65px;
        margin: 35px auto 10px;
    }
}

@media only screen and (min-width: 550px) {
    .quiz-start-cta {
        width: 250px;
        height: 50px;
        margin: 40px auto 10px;
    }
}

.quiz-start-cta:hover {
    text-decoration: none;
}

.quiz-start-cta span {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    letter-spacing: 3px;
    left: -13px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .quiz-start-cta span  {
        font-size: 20px;
        letter-spacing: 3px;
        left: -15px;
    }
}

@media only screen and (min-width: 550px) {
    .quiz-start-cta span  {
        font-size: 19px;
        letter-spacing: 3px;
        left: -17px;
    }
}

.quiz-start-cta span:before {
    content: "";
    background: url(../img/arrow.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 35%;
    right: 0;
    width: 21px;
    height: 21px;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .quiz-start-cta span:before {
        top: 26%;
        right: -1%;
        width: 30px;
        height: 30px;
    }
}

@media only screen and (min-width: 550px) {
    .quiz-start-cta span:before {
        top: 19%;
        right: -1%;
        width: 30px;
        height: 30px;
    }
}

.replay-blk h5 {
    color: #2b5a76;
    font-size: 14px;
    display: block;
    margin: 8px 0 0;
}

@media only screen and (min-width: 340px) and (max-width: 549px) {
    .replay-blk h5 {
        margin: 8px 0 0;
    }
}

@media only screen and (min-width: 550px) {
    .replay-blk h5 {
        margin: 8px 0 0;
    }
}

.budget-link, .budget-link:hover {
    color: #496fad;
}

#index-page .content-image {
    margin: 40px auto 65px;
    max-width: 100%;
}

@media only screen and (min-width: 550px) {
    #index-page  .content-image {
        margin: 10px auto 50px;
        max-width: 100%;
    }
}


/* Share*/
.share-div {
    text-align: center;
    margin: 0 auto;
}

/*@media only screen and (min-width: 550px) {
    .share-div {
        margin: 15px auto 0;
    }
}*/

.share-header {
    color: #2a3673;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

@media only screen and (min-width: 550px) {
    .share-header {
        font-size: 16px;
    }
}

.share-div .jssocials-share {
    margin: 0.3em 1.6em 0.3em 0;
}

@media only screen and (min-width: 550px) {
    .share-div .jssocials-share {
        margin: 0.3em 1em 0.3em 0;
    }
}

.share-div .jssocials-share-facebook .jssocials-share-link {
    background-color: #2d83c5;
}

.share-div .jssocials-share-whatsapp .jssocials-share-link {
    background-color: #2d83c5;
}

.share-div .jssocials-share-email .jssocials-share-link {
    background-color: #2d83c5;
}

.share-div .jssocials-share-email i {
    font-size: 1.3em;
}

.share-div .jssocials-share-email i:before {
    content: "\f0e0";
}

/* jssocials CSS */
.jssocials-shares {
    margin: 0.2em 0;
}

.jssocials-shares * {
    box-sizing: border-box;
}

.jssocials-share {
    display: inline-block;
    vertical-align: top;
    margin: 0.3em 0.6em 0.3em 0;
    position: relative;
}

.jssocials-share:last-child {
    margin-right: 0;
}

.jssocials-share-logo {
    width: 1em;
    vertical-align: middle;
    font-size: 1.5em;
}

img.jssocials-share-logo {
    width: auto;
    height: 1em;
}

.jssocials-share-link {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    border-radius: 50%;
}

.jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
    display: block;
    font-size: .6em;
    margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
    height: 1em;
}

.jssocials-share-label {
    padding-left: 0.3em;
    vertical-align: middle;
}

.jssocials-share-count-box {
    display: inline-block;
    height: 1.5em;
    padding: 0 0.3em;
    line-height: 1;
    vertical-align: middle;
    cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
    display: none;
}

.jssocials-share-count {
    line-height: 1.5em;
    vertical-align: middle;
}

/* Animate */
/*.answer-blk .animate__animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}