#moneyquiz fieldset.contact-info,#moneyquiz fieldset.assessment{background-color:#fff;border:1px solid #ccc;padding:1em}#moneyquiz fieldset{border:0;padding:0 0 1.5em 0;margin-bottom:1.5em;transform: scale(1) !important;}

#moneyquiz legend{margin-bottom:30px!important;font-size:1.4em;border:0;color:#23366f;font-weight:600}

#moneyquiz legend.money-form-header{background-color:#1976D2;color:#fff;padding:.3em .6em;text-transform:uppercase;font-size:1.25em;line-height:1em;margin:0}#moneyquiz input[type='text'],#moneyquiz input[type='email']{padding:.5em;border:1px solid #ccc}

#moneyquiz button {
    text-transform: uppercase !important;
    background-color: #34A861 !important; /* Ensuring background color */
    color: #ffffff !important; /* Ensuring text color */
    padding: 10px !important; /* Resetting padding to help with centering */
    border: 0 !important;
    border-radius: 0 !important; /* Ensuring border radius */
    width: 200px !important;
    height: auto !important; /* Auto-adjusting height */
    line-height: normal !important; /* Normal line height for vertical centering */
    text-align: center !important; /* Center text horizontally */
    display: inline-block !important; /* Change display to inline-block for centering */
    vertical-align: middle !important; /* Align inline-block elements vertically */
}


#moneyquiz button:hover {
    background-color: #065DA6 !important; /* New hover background color */
    color: #ffffff; /* Keeping text color on hover */
}

#moneyquiz .ui-checkboxradio-radio-label {
    background-color: #34A861; /* New background color */
    color: #ffffff; /* New text color */
    font-size: 16px!important; /* New font-size */
    border-radius: 0; /* New border radius */
    font-weight: 700;
}

#moneyquiz .ui-checkboxradio-radio-label:hover {
    background-color: #065DA6; /* New hover background color */
    color: #ffffff; /* Keeping text color on hover */
}

/* The .ui-state-active  */
#moneyquiz .ui-checkboxradio-radio-label.ui-state-active {
    background-color: #34A861; /* Optional: New active background color */
    border-color: #34A861; /* Optional: New active border color */
    color: #ffffff; /* Optional: New active text color */
}


.progressbar{
    overflow: hidden;
}
#moneyquiz .ui-checkboxradio-icon{display:none}#moneyquiz .quiz-results{max-width:100%;border-bottom:1px solid #dd3333}#moneyquiz .quiz-results h2{font-weight:600;font-size:2.5em;margin:0;color:#dd3333;line-height:1.5em;padding:0}#moneyquiz p{font-size:1em;line-height:1.5em}#moneyquiz .scale{font-size:16px;font-weight:300;padding:.5em 0;text-transform:uppercase}#moneyquiz .alignleft{display:inline;margin:0 1em 1em 0;float:left}#moneyquiz .alignright{display:inline;margin:0 0 1em 1em;float:right}#moneyquiz .note{font-size:.9em;border-bottom:1px solid #ccc;padding-bottom:1em;margin-bottom:1em;color:#666}#moneyquiz .note p{margin:0;line-height:1.3em}#moneyquiz .military-questions select{width:100%}#moneyquiz .military-questions input[name='military_rank_other']{padding:.5em;border:1px solid #ccc;margin-top:.5em;width:100%}.result-content{margin-bottom:1.5em;border-bottom:1px solid #4297ff;text-align:left;font-size:1.2em}.result-content img{float:left;max-height:150px;width:auto;margin:0 1em 0 0}.bottom_area{font-size:.8em;margin-top:1.5em;padding-top:1em}.bottom_area .pri{float:left;width:70%;margin-right:5%}.bottom_area .pri span{border:1px solid #000;padding:.5em;font-size:.8em;display:inline-block;text-align:center}.bottom_area .sec{float:left;width:25%}.bottom_area img{max-width:100%;height:auto}#barchart_material{margin-top:.5em}.contact-info label{width:30%;float:left;text-align:right;padding:.5em 1em 0 0}.contact-info input{width:70%;float:left}.contact-info p{margin:0 0 1em 0}.contact-info p.last{margin:0}.assessment-intro{color:#000;font-weight:400;margin-bottom:2em;font-size:1.125em}.disclaimer h3{margin:0 0 1em 0;font-weight:bold !important}.signin-form .all-req{color:#666;font-style:italic;font-size:.9em}.enhanced-results{border:1px solid red}@media screen and (max-width: 500px){#moneyquiz .quiz-results h2{font-size:1.5em}#moneyquiz p{font-size:.9em}}@media screen and (min-width: 1000px){.ui-checkboxradio-radio-label{width:18%}}

fieldset.quiz-q:not(:first-of-type) {
	display: none;
}
.faq-loop .quiz-q:first-child .previous {
    display: none;
}
.faq-loop .quiz-q:first-child input.next {
    display: block;
}
fieldset.quiz-q {
    position: relative !important;
    left: 0% !important;
}
input.action-button.next {
    /*display: none !important;*/
}
input.previous.action-button, input.next.action-button, #moneyquiz button {
    font-family: "Barlow Semi Condensed", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var(--e-global-color-0bf7f65);
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    box-shadow: 3px 3px 0px 0px #065DA6;
    padding: 10px 20px 10px 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 10px;
    min-width: 130px;
    display: block;
    float: left;
}
#moneyquiz button {
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}
#moneyquiz .ui-checkboxradio-radio-label.ui-state-active {
    background: #23366f;
    border-color: #23366f;
}
.quiz-q {
    margin-top: 30px; 
}
button.sub-btn {
    margin-top: 30px;
}

.progressbar {
  position: relative;
  display: block;
  height: 10px;
  background: #f5f5f5;
}

.bar.money-green {
  background: #065DA6;
}

.bar {
  position: absolute;
  display: block;
  height: 100%;
  background: #fcb31c;
  width: 0%;
}
@media(max-width: 476px){
    #moneyquiz button{
        width: 100% !important;
    }
}
/*# sourceMappingURL=style.css.map */
