body {
    font-family: 'Arial', sans-serif;
}

@media only screen and (max-width: 900px) {
    .question h2 {
        font-size: 26px;
    }
}

.question {
    text-align: center;
}

.cta_btn {
    text-align: center;
    background-color: #fb8005;
    border-radius: 3px;
    padding: 15px 0px;
    margin-top: 10px;
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: none !important;
    display: block;
    cursor: pointer;
}

#q2, #loading1, #loading2, #loading3, #qualify, #q3, #notQualify, #q4, #aca-main-1, #aca-head-1 {
    display: none;
}

.boxme {
    text-align: center;
    padding: 10px 34px;
    background-color: #fff;
    border-top: 5px solid #00007c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
    transition: all .2s ease;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.fade-in {
    animation: fade-in;
    animation-duration: .5s;
}

.fade-out {
    animation: fade-out;
    animation-duration: .5s;
}

.loading {
    font-size: 24px;
    font-weight: bold;
}

.qualifyHeadline {
    font-size: 26px;
    font-weight: bold;
    color: #2fbdaa;
    margin-bottom: 20px;
}

.loadingCopy {
    font-size: 18px;
    margin-bottom: 25px;
}

.question-custom {
    text-align: center;
}

.start-form {
    text-align: center;
}

.start-form-btn {
    background: linear-gradient(#49b74e, #388E3C);
    color: #fff;
    padding: 17px 70px;
    font-weight: 700;
    border-radius: 4px;
    font-size: 20px;
    cursor: pointer;
}

.cta_btn_custom {
    border: 1px solid #d3e0e8;
    border-radius: 6px;
    padding: 10px 14px;
    width: 100%;
    display: block;
    cursor: pointer;
}

.cta_btn_custom:hover {
    background-color: #05386b;
    color: #fff;
}

.question-custom h2 {
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.custom-progress-bar {
    width: 100%;
    border: 1px solid #ddd;
    height: 8px;
    margin-bottom: 30px;
    border-radius: 4px;
}

.custom-progress {
    height: 6px;
    background: linear-gradient(#49b74e, #388E3C);
    border-radius: 8px;
}

.custom-progress-text {
    margin-bottom: 0;
}

.custom-boxme {
    text-align: center;
    padding: 20px 34px;
    border-top: 5px solid #00007c;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 20%);
}

.custom-boxme p {
    line-height: 1em;
}

.custom-boxme p span {
    display: inline-block;
    line-height: 1em;
}

#gform_confirmation_wrapper_3{
	text-align: center;
}

#gform_confirmation_message_1{
	color: #fff;
	font-weight: 900;
}

#gform_confirmation_message_1 .wp-block-button__link{
	background: #61CE70;
}

#gform_confirmation_message_1 .wp-block-button__link:hover,
#gform_confirmation_message_1 .wp-block-button__link:focus{
	background: rgb(79,138,61);
	color: #fff;
}

/* Agent Agreement and Change of Income Notif */
.hedia-reg-form #gfield_description_1_41,
.hedia-reg-form #gfield_description_1_51{
	font-weight: 900;
}


#gform_wrapper_6 .gfield_required,
#gform_wrapper_6 .gform_required_legend{
  display: none;
}


#gform_confirmation_message_6{
	color: #f4f9f4;
}



:root{
	--color-primary: #61CE70;
}
