/* Minification failed. Returning unminified contents.
(89,22): run-time error CSS1039: Token not allowed after unary operator: '-Backgrounds-Error-BG'
(98,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
(151,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
(162,21): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
 */
#signUpFormContainer {
    margin: auto;
    display: flex;
    width: 1016px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 0;
}

#signupFormContainer {
    margin: auto;
    display: flex;
    width: 1016px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 0;
}
.grecaptcha-error-message {
    display: inline-flex;
    justify-content: space-around;
}

.row-signup-padding-col {
    padding-right: 0px;
    padding-left: 0px;
}

.join-reward-row .form-field {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

#signUpFormContainer > form > h1, #signUpFormContainer > h1 {
    font-family: 'Lato', sans-serif !important;
    font-size: 48px;
    text-align: center;
    margin-top: 64px;
    line-height: 60px;
}

#signUpFormContainer > form > p, #signUpFormContainer > p {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    margin-bottom: 32px;
}

.join-reward-icon {
    background-image: url(Images/PieIcon.svg);
}

.radio {
    width: 24px;
    float: left;
}

.sign-up-h1 {
    height: 72px;
    align-self: stretch;
    color: #5C3D2B;
    text-align: center;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 64px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 0;
}

.sign-up-h2 {
    color: #5C3D2B;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 80%; /* 19.2px */
    margin-bottom: 0;
}

.sign-in-error {
    display: none;
    width: 598px;
    padding: 8px 16px;
    align-items: center;
    gap: 16px;
    background: var(--Backgrounds-Error-BG, #F8CAD0);
}

.sign-in-error-info {
    margin-bottom: 0 !important;
}

.error-info {
    display: none;
    color: var(--Text-Error-Red, #B50024) !important;
    font-family: MuseoSlab-300, serif !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.035px;
    margin-bottom: 0;
    margin-left: 8px;
    margin-top: 8px;
}

    .error-info::before {
        width: 16px;
        height: 16px;
        content: "";
        background-size: 100%;
        margin-right: 4px;
        background-image: url(/Content/Images/error_outline.svg);
    }

.input-error {
    border-radius: 4px;
    border: 2px solid #B62926;
    background: #FFF;
}
.join-reward-row {
    display: flex;
    width: 590px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
}

.radio-text {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    padding: 12px;
}

.checkbox-text {
    color: #5C3D2B;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.show-before {
    display: flex;
    align-items: center;
    color: var(--Text-Error-Red, #B50024) !important;
    font-family: 'Raleway Medium', sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 16px !important; /* 114.286% */
    letter-spacing: 0.056px !important;
}

    .show-before p {
        margin-bottom: 0 !important;
        color: var(--Text-Error-Red, #B50024) !important;
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 14px !important;
        font-style: normal !important;
        font-weight: 500 !important;
        line-height: 16px !important; /* 114.286% */
        letter-spacing: 0.056px !important;
    }

.show-before-icon {
    display: flex;
    align-items: center;
}

    .show-before-icon p {
        margin-bottom: 0 !important;
    }

.sms-verbiage {
    width: 590px;
    font-family: 'Raleway Medium', sans-serif !important;
    padding-bottom: 0;
    color: #5C3D2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-left: 0 !important;
    line-height: normal;
    margin-bottom: 0;
}

.signupform-controls {
    text-align: center;
    display: block;
    padding: 0;
}

#btnSubmit {
    margin-top: 24px;
    display: flex;
    width: 390px !important;
    height: 44px;
    padding: 12px 73px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

@media(max-width:991px) {
    #signUpFormContainer {
        width: 91.2vw;
    }

        #signUpFormContainer > form > h1 {
            font-size: 50px;
            line-height: 50px;
        }

        #signUpFormContainer .right-label {
            text-align: left !important;
        }

        #signUpFormContainer > form > h1, #signUpFormContainer > h1 {
            font-size: 50px;
            line-height: 50px;
        }
}

@media (max-width:767px) {
    #signUpFormContainer {
        overflow: hidden;
    }

    #btnSubmit {
        padding: 0;
        margin-top: 20px;
        width: 100%;
    }
}

.tokenizationSelect2 {
    width: 300px;
}
.signup-submit-button {
    width: 246px !important;
    font-family: 'Montserrat Black', sans-serif !important;
    font-size: 16px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    cursor: pointer;
    height: 40px;
    line-height: 38px;
    padding: 0 10px;
    text-decoration: none !important;
    background-color: #ff6b17;
    border: 1px solid #ff6b17;
    /*font-weight: bold;
    letter-spacing: 2px;*/
    border-radius: 24px;
}


input [type=date] {
    text-transform: uppercase;
    color: #5c3d2b;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
    color: #5c3d2b;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
    color: #5c3d2b;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
    color: #5c3d2b;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
    color: #5c3d2b;
}

::placeholder { /* Recent browsers */
    text-transform: none;
    color: #5c3d2b;
}

.form-control {
    height: calc(1.5em + .75rem + 16px);
}

.col-form-label {
    margin-bottom: 8px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Montserrat Black', sans-serif !important;
    color: #5C3D2B;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.form-field input, .form-field select, .form-field textarea {
    font-family: 'Raleway Medium', sans-serif !important;
    border: none;
}

.form-field {
    padding-left: 18px !important;
    padding-right: 18px !important;
}

#signupFormContainer .form-control:focus {
    color: #5c3d2b;
}

.d-block {
    margin-top: 8px;
}

#signupFormContainer i {
    color: #5c3d2b;
    font-style: normal;
    font-family: 'Raleway Medium', sans-serif !important;
}

#Location, #BirthDay {
    color: #5c3d2b;
}

    #BirthDay::placeholder {
        color: #5c3d2b !important;
    }

.left-label {
    text-align: left !important;
    margin-bottom: 0 !important;
    font-style: normal !important;
}

.right-label {
    text-align: right !important;
}


.special-field {
    margin-top: 14px;
}

.form-check-label {
    font-family: 'Lato', sans-serif !important;
    font-size: 16px;
    padding: 0px 12px;
}

.grecaptcha-badge {
    position: inherit !important;
    margin-left: 37% !important;
}

#ShowV2ReCaptcha .grecaptcha-badge {
    position: inherit !important;
    margin-left: 26% !important;
}


@media screen and (max-width: 359px) {
    #signUpFormContainer {
        width: 280px !important;
    }

    #signupFormContainer {
        width: 280px !important;
    }

    .join-reward-notice-group {
        width: 238px !important;
        margin-left: 10px;
    }

    .join-reward-group {
        width: 278px !important;
    }

    .join-reward-row {
        width: 278px !important;
    }

    .join-notice {
        width: 238px !important;
    }
    .join-reward-group-button {
        margin-left: 0px !important;
    }
    .send-me-text {
        width: 278px !important;
    }
    .sms-verbiage {
        width: 278px !important;
    }
    .sign-up-in-link {
        width: 278px !important;
    }
}

@media screen and (min-width: 767px) and (max-width: 1110px) {
    #signUpFormContainer {
        width: 767px !important;
    }

    #signupFormContainer {
        width: 767px !important;
    }

}
@media(max-width:767px) {
    #signupFormContainer {
        display: flex;
        width: 328px;
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }
    #signUpFormContainer {
        display: flex;
        width: 328px;
        flex-direction: column;
        gap: 16px;
        padding: 0;
    }
    .join-reward-row {
        width: 328px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        align-self: stretch;
        margin-right: 0;
        margin-left: 0;
    }
    .sign-up-in-link {
        width: 328px;
    }
    .sign-up-h1 {
        text-align: left;
        color: #5C3D2B;
        font-family: 'Montserrat Black', sans-serif !important;
        font-size: 32px;
        font-style: normal;
        font-weight: 900;
        line-height: 80%; /* 25.6px */
        align-self: stretch;
        height: auto;
    }
    .sign-up-h2 {
        color: #5C3D2B;
        font-family: 'Raleway Medium', sans-serif !important;
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 133.333% */
        letter-spacing: 0.038px;
    }
    
    .join-reward-icon {
        width: 36px !important;
        height: 25.694px !important;
    }

    .hero-image-detailed-text-div {
        display: grid;
    }

    .hero-image-detail-text {
        display: none;
    }

    .hero-image-detailed-div-mobile {
        order: 2;
    }

    .hero-image-widget-buttons {
        order: 1;
    }

    .grecaptcha-badge {
        position: inherit !important;
        margin: auto !important;
    }

    .join-notice-dollar {
        font-size: 20px !important;
    }

    .sign-up-in-link {
        font-size: 14px !important;
    }

    .col-form-label {
        margin-bottom: 0px;
        font-size: 14px !important;
    }

    .send-me-text {
        width: 328px;
        padding-left: 0 !important;
        font-size: 14px !important;
    }

    .sms-verbiage {
        width: 328px;
        font-size: 12px !important;
        padding-left: 0 !important;
    }

    .join-reward-group {
        display: flex;
        width: 328px;
        padding: 8px 0px 8px 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    #btnSubmit {
        width: 232px !important;
        font-size: 16px !important;
    }

    .d-block {
        font-size: 14px !important;
    }

    .checkbox-text {
        font-size: 14px !important;
    }

    .join-reward-group-label {
        font-size: 20px !important;
    }

    .join-reward-notice-group p {
        letter-spacing: 0.033px;
        margin-left: 60px;
        margin-right: 24px;
        width: 262px;
        font-size: 13px;
    }
    .join-notice-or {
        margin: 0 !important;
        font-size: 16px !important;
        color: #5C3D2B;
        font-family: 'Montserrat Black', sans-serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 20px; /* 125% */
        letter-spacing: 0.04px;
    }
    .sign-in-error {
        width: 100%;
    }
    .join-reward-group-button {
        margin-left: 12px;
    }

    .form-group {
        margin-bottom: 0;
    }
    .SignUpSMSOptIn {
        margin-bottom: 0;
    }
    .signupform-controls {
        padding: 0 0 10px 0;
    }

    .join-reward-notice-group {
        width: 292px;
        margin-left: 0;
    }
}

