:root {
    --color-dark-violet: #383c55;
    --color-gray: #ececec;
    --color-dark-gray:#7B7B7B;
    --color-yellow: #ffd800;
    --color-yellow-hover: #e7c401;
    --color-light-green: #67a959;
    --color-green: #67a959;
    --color-green-hover: #549048;
    --color-pink: #ff0f5f;
    --color-light-blue: #56c5ff;
    --color-dark-blue: #003090;
}

* {
    font-family: "Fira Sans", "Arial";
}

/* font size */
h1,.h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
    line-height: 24px;
    font-family: "Fira Sans", "Arial";
}
h2,.h2 {
    font-size: 16px;
    margin: 0 0 15px;
}
h3, .h3 {
    font-size: 20px;
    color: #00ff48;
}
.p2 {
    font-size: 15px;
}
.text-terms {
    font-size: 12px;
    font-family: "Arial";
    line-height: 1.25;
    font-weight: 400;
}
.text-small-italic {
    font-size: 14px;
    font-style: italic;
}
.text-small {
    font-size: 12px;
    color: #777777;
}
.h1-please-text {
    font-size: 16px;
    font-weight: 400;
    margin: 10px auto;
}
@media screen and (min-width: 768px) {
    h1,.h1 {
        font-size: 30px;
        line-height: 40px;
    }
    h2,.h2 {
        font-size: 28px;
    }
    h3, .h3 {
        font-size: 22px;
    }
    .h1-please-text {
        font-size: 22px;
    }
}

/* text */
.text-violet {
    color: var(--color-dark-violet);
}
.text-green {
    color: #00ff48;
}
.text-yellow {
    color: var(--color-yellow);
}
.text-gray,
.text-gray:hover,
.text-gray:focus {
    color: #7b7b7b;
}
.text-light-blue {
    color: var(--color-light-blue);
}
.text-dark-blue {
    color: var(--color-dark-blue);
}
.text-line {
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
}
.text-line:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 74%;
    height: 3px;
    background: var(--color-green);
    margin: 0px 13%;
}
@media (max-width: 767px) {
    .text-line {
        padding-bottom: 15px;
        margin-bottom: 0;
    }
}

/* input */
.form-control {
    height: 50px;
}

/* button */
.btn-primary {
    height: 50px;
    line-height: 40px;
    font-size: 22px;
    font-weight: bold;
    background: var(--color-light-blue);
    box-shadow: var(--color-light-blue) 0px 0px 8px 1px;
    border: 1px solid var(--color-light-blue);
    color: #fff;
    border-radius: 6px;
    text-transform: uppercase;
    cursor: pointer;
}
.btn-primary:hover,
.btn-primary:focus {
    color: #fff;
    border-color: var(--color-light-blue);
    background: var(--color-light-blue);
}
.btn-primary.disabled {
    opacity: 1;
    background: #e3e3e3;
    box-shadow: none;
    border: 1px solid #e3e3e3;
}
.btn-secondary {
    height: 45px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    border-color: var(--color-green);
    background: var(--color-green);
    border-radius: 50px;
}
.btn-secondary:hover,
.btn-secondary:focus {
    color: #fff;
    border-color: var(--color-green-hover);
    background: var(--color-green-hover);
}

/* container */
@media (min-width: 1400px) {
    .container {
        max-width: 1050px;
    }
}
@media (max-width: 767px) {
    .container-sm-no-padding {
        padding: 0;
    }
}

/* header */
.header {
    position: relative;
    background: #fff;
    z-index: 999;
}
.header__logo {
    padding: 10px 24px;
}
.header__logo img {
    display: block;
    width: 230px;
}
@media screen and (max-width: 767px) {
    .header__logo img {
        margin-inline: auto;
    }
}

/* container */
.container {
    width: 100% !important;
    max-width: 850px;
}

/* ahr Section */
.main--ahr {
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 130% auto;
    padding: 0px;
}
.box--ahr {
    width: 100%;
    max-width: 555px;
    box-sizing: border-box;
    padding: 0;
    margin: 15px auto 0;
    overflow: hidden;
    min-height: 500px;
}
.profile_icon {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
}
.profile_icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #ccc;
}
.profile_icon img {
    max-width: 65px;
    max-height: 65px;
    width: 65px;
    position: relative;
    z-index: 1;
}

#email-icon {
    min-width: 55px;
    margin-right:0px;
}

#loading-screen-box{
    background-color: #F6F6F6;
    border-radius: 10px;
    padding-top:30px;
    padding-bottom: 30px;
    margin-top:40px;
}
#grey-circle-img{
    background-color: #808080;
    border-radius: 15px;
    width: 15px;
    height: 15px;
    margin-top: 2px;
    display:block;
}
#usa-loader-svg{
    margin-top:8px;
    margin-left:7px;
    display:block;
}
.loading-image{
    width: 18px;
    margin-top:4px;
    display:none;
}
.loading-sub-msg{
    padding-left:10px;
    font-size: 12px;
}
#loading-sub-msg-3{
    padding-left:8px;
    margin-top:5px;
    margin-bottom:5px;
}
.loading-sub-msg span{
    color:#7B7B7B;
    font-size: 12px;
}
#loading-bubble-3{
    background-color: #FFF;
    border: 1px solid #cdcdcd;
    border-radius: 15px;
    margin-left:0px;
    padding-left: 14px;
    padding-right: 14px;
}
.loading-row.hide-this{
    display: none;
}

.sub-msg-left{
  padding-left: 5px;
}

.progress-bar-fill,.mini-progress-bar-fill {
    display: block;
    height: 15px;
    background-color: #5aa362;
    border-radius: 15px;

    width: 5%;

    transition: width 500ms ease-in-out;
}
.mini-progress-bar {
    width: 70%;
    margin: auto;
    background-color: #f4f4f4;
    padding: 3px;
    border-radius: 15px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    margin-top: 10px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .box--ahr {
        margin-top: 7px;
        padding: 0 5px;
    }
}

/* ahr benefits */
.ahr-benefits__box {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,0.1);
    padding: 30px 15px;
    margin-bottom: 10px;
    height: 160px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.ahr-benefits__box img {
    width: 66px;
    margin: auto;
    display: block;
}
.ahr-benefits__box p {
    margin: 15px 0 0;
    color: var(--color-dark-violet);
    text-align: center;
}
@media (max-width: 767px) {
    .ahr-benefits__box {
        flex-direction: row;
        padding: 15px;
        height: 59px;
        justify-content: flex-start;
    }
    .ahr-benefits__box img {
        margin-left: 0;
        margin-right: 15px;
        width: 60px;
        height: 100%;
        object-fit: contain;
    }
    .ahr-benefits__box p {
        margin: 0;
        line-height: 32px;
    }
}

/* footer */
.footer {
    position: relative;
    padding: 300px 0 20px;
}
.footer p {
    font-family: "Arial";
    color: #a9a9a9;
    font-size: 12px;
    font-weight: 400;
}
.footer a,
.footer a:hover,
.footer a:focus {
    color: #a9a9a9;
    text-decoration: none;
}
@media (max-width: 767px) {
    .footer {
        padding: 120px 0;
    }
    .footer p {
        text-align: center;
    }
}

/* radio  */
.radio {
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    border-radius: 6px;
    font-weight: 600;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    max-height: 65px;
    min-height: 57px;
    height: auto;
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.radio input {
    display: none;
}
  
.radio__radio {
    position: absolute;
    top: 15px;
    left: 12px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #fff;
    border: 1px solid #d9d7d7f2;
    transition: border 0.3s;
}
.radio:hover .radio__radio {
    border-color: #56c8ff;
}
.radio .radio__radio:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #56c8ff;
    background: #56c8ff;
    opacity: 0;
    transition: opacity 0.3s;
}
.radio:hover .radio__radio:after {
    opacity: 1;
}
input:checked ~ .radio__radio {
    background-color: #56c8ff;
    border: 1px solid #56c8ff;
} 
.radio__label {
    padding-left: 45px;
    color: #7f7f7f;
}

/* form */
.form__checked {
    position: absolute;
    top: 28%;
    right: 7px;
    height: 22px;
    margin-right: 5px;
    z-index: 999;
}
.form.active {
    animation: slide 0.6s forwards;
}
.form__header {
    color: var(--color-light-blue);
    border: 1px solid var(--color-light-blue);
    border-radius: 8px;
    padding: 6px 15px;
    font-weight: 400;
    font-size: 22px;
}
.final-gender-label{
    font-size: 18px;
    font-weight:600;
}
@keyframes slide {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(0);
    }
}
span#utm-term-text {
    font-size: 18px;
    display: block;
    color: #7B7B7B;
    font-weight: 400;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .form__header{
        font-size: 16px;
        line-height: 16px;
    }
    span#utm-term-text {
        font-size: 16px;
    }
}

/* form input */
.form-input {
    position: relative;
}
.form-input .label {
    position: absolute;
    color: #686868;
    line-height: 52px;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
.form-input.active .label {
    line-height: 24px;
    font-size: 11px;
    text-transform: uppercase;
}
input#dob,
.form-input .input {
    border: 1px solid #ced4da;
    background: #fff;
    border-radius: 5px;
    text-align: left;
    width: 100%;
    margin-bottom: 15px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
}
.form-input .input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
}
.form-input .input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
}

/* verify email */
.verify-email-box {
    background: #fff;
    border-radius: 50px;
    width: 100%;
    height: 45px;
    padding: 8px;
}
.verify-email-box__slider {
    height: 100%;
    background-color: #04f64d;
    background-image: linear-gradient(to right, #04f64d , #10df59);
    border-radius: 50px;
    transition: width 2s linear;
}

/* form gender */
.form-radios {
    width: 100%;
    display: flex;
    gap: 10px;
}
.form-radio {
    width: 50%;
}
.form-radio input {
    display: none;
}
.form-radio .form-label {
    display: block;
    position: relative;
    background: #d8d8d8;
    width: 100%;
    height: 50px;
    margin-bottom: 15px;
    border-radius: 8px;
    padding-left: 53px;
    line-height: 50px;
    box-sizing: border-box;
    color: #494949;
    font-weight: bold;
    font-family: "Fira Sans", arial;
    cursor: pointer;
}
.form-radio .form-label:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -14px;
    width: 25px;
    height: 25px;
    border: 1px solid #949494;
    border-radius: 100%;
    background: #fff;
}

.form-radio input:checked ~ .form-label {
    background-color: var(--color-yellow);
}
.form-radio input:checked ~ .form-label:before {
    border-color: #383c55;
}
.form-radio input:checked ~ .form-label:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -9px;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: #383c55;
}

/* optin */
.form-optin {
    border: 1px solid red;
    border-radius: 8px;
    width: 100%;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
    padding-right: 15px;
    background: url(../images/animated-arrow.gif);
    background-size: 17px auto;
    background-position: left 5px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
}
.form-optin.checked {
    border-color: #42b63c;
    background-image: none;
    background-color: #42b63c;
}
.form-optin.checked .form-optin__label {
    color: #fff;
}
.form-optin input {
    display: none;
}
.form-optin input:checked ~ .form-optin__checkbox {
    background-color: #0075ff;
}
.form-optin input:checked ~ .form-optin__checkbox::after,
.form-optin input:checked ~ .form-optin__checkbox::before {
    display: block;
}
.form-optin .form-optin__checkbox {
    display: inline-block;
    min-width: 28px;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background-color: #fff;
    margin-right: 10px;
    border: 1px solid red;
}
.form-optin.checked .form-optin__checkbox {
    border-color: var(--color-light-green);
}
/* .form-optin .form-optin__checkbox::after {
    content: "";
    display: flex;
    height: 20px;
    width: 20px;
    background: var(--color-light-green);
    opacity: 1;
    border-radius: 3px;
    margin-top: 3px;
    margin-left: 3px;
    display: none;
} */
.form-optin .form-optin__checkbox::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 7px;
    display: flex;
    border-right: solid 3px #fff;
    border-bottom: solid 3px #fff;
    transform: rotate(45deg);
    margin-top: 5px;
    margin-left: 10px;
    opacity: 1;
    display: none;
}
.form-optin .form-optin__label {
    font-size: 12px;
    color: red;
}
@media screen and (max-width: 767px) {
    .form-optin {
        padding-left: 22px;
        padding-right: 5px;
        background-size: 14px auto;
    }
    .form-optin .form-optin__checkbox {
        min-width: 23px;
        width: 23px;
        height: 23px;
        margin-right: 5px;
    }
    .form-optin .form-optin__checkbox::after {
        height: 17px;
        width: 17px;
        margin-left: 2px;
        margin-top: 2px;
    }
    .form-optin .form-optin__checkbox::before {
        height: 10px;
        width: 6px;
        margin-top: 4px;
        margin-left: 8px;
    }
}

@media screen and (max-width: 450px) {
    h1#last-step-header {
        margin-bottom: 8px !important;
    }
    div#tcpa-text {
        margin-bottom: 0px;
    }
    button#btn-submit {
        height: 60px;
    }
}
