/* Minification failed. Returning unminified contents.
(73,22): run-time error CSS1039: Token not allowed after unary operator: '-Backgrounds-Error-BG'
(82,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
(117,17): run-time error CSS1039: Token not allowed after unary operator: '-Text-Error-Red'
(128,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;
}

.row-signup-padding-col {
    padding-right: 0px;
    padding-left: 0px;
}

.join-reward-row .form-field {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.join-reward-icon {
    background-image: url(Images/PieIcon.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.sign-up-h1 {
    width: 474px;
    height: 72px;
    color: #000;
    font-family: BurfordBase, serif;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0 !important;
}

.sign-up-h2 {
    color: #000;
    font-family: MuseoSlab-300, serif !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 300;
    line-height: 80%;
    margin-bottom: 0 !important;
}

.join-reward-row {
    display: flex;
    width: 590px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    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 {
        margin-right: 4px;
        content: url(/Content/Images/error_outline.svg);
    }

.input-error {
    border-radius: 4px;
    border: 2px solid #B62926;
    background: #FFF;
}

.checkbox-text {
    font-family: MuseoSlab-300,serif !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    margin-left: 16px;
}

.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: Museo-300italic,serif !important;
    padding-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    padding-left: 0 !important;
    line-height: normal;
    margin-bottom: 0;
}

    .sms-verbiage a {
        text-decoration: underline !important;
    }

    .signupform-controls {
        text-align: center;
        display: contents;
        padding: 0;
    }

#btnSubmit {
    display: flex;
    width: 232px;
    height: 64px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
#signUpFormContainer > form > h1, #signUpFormContainer > h1 {
    font-family: BurfordBase, serif;
    font-size: 48px;
    text-align: center;
    margin-top: 64px;
    line-height: 60px;
}

    #signUpFormContainer > form > p, #signUpFormContainer > p {
        font-family: Museo-300italic,serif !important;
        font-size: 14px;
        text-align: center;
        margin-bottom: 32px;
    }

.radio {
    width: 24px;
    float: left;
}

.radio-text {
    font-family: MuseoSlab-300, serif !important;
    font-size: 14px;
    padding: 14px;
}

@media(max-width:991px) {
    #signUpFormContainer {
        width: 80%;
    }

        #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;
    }

    .sign-in-error {
        width: 100%;
    }

    .join-notice-or {
        margin: 0 !important;
        font-size: 16px !important;
        color: #000;
        font-family: MuseoSlab-300, serif !important;
        font-size: 16px;
        font-style: normal;
        font-weight: 900;
        line-height: 20px; /* 125% */
        letter-spacing: 0.04px;
    }

    #btnSubmit {
        padding: 0;
    }
}

.tokenizationSelect2 {
    width: 300px;
}

.signup-submit-button {
    width: 250px;
    color: #fff !important;
    font-family: BurfordBase, serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 24px;
    color: #ffffff !important;
    text-align: center;
    margin: auto;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    text-decoration: none !important;
    background-image: url(/Content/Images/button_black.png);
    border: none;
}

    .signup-submit-button:hover {
        background-image: url(/Content/Images/button_red.png);
    }

input [type=date] {
    text-transform: uppercase;
}

::-webkit-input-placeholder { /* WebKit browsers */
    text-transform: none;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    text-transform: none;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    text-transform: none;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    text-transform: none;
}

::placeholder { /* Recent browsers */
    text-transform: none;
}

.form-control {
    height: calc(1.5em + .75rem + 16px);
}

.col-form-label {
    color: #000;
    font-family: MuseoSlab-300, serif !important;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}
.form-field {
    padding-left: 18px !important;
    padding-right: 18px !important;
}
.d-block {
    margin-top: 8px;
}

.form-field input, .form-field select, .form-field textarea {
    font-family: MuseoSlab-300, serif !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: MuseoSlab-300, serif !important;
    font-size: 14px;
    padding: 0px 14px;
}
.grecaptcha-badge {
    position: inherit !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 {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        color: #000;
        font-size: 40px;
        font-style: normal;
        font-weight: 400;
        line-height: 80%;
        height: auto;
    }

    .sign-up-h2 {
        display: none;
    }

    .join-reward-icon {
        width: 24px !important;
        height: 24px !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: 24px !important;
    }

    .d-block {
        font-size: 16px !important;
    }

    .checkbox-text {
        font-size: 14px !important;
        margin-left: 0;
        line-height: normal;
    }

    .join-reward-group-label {
        font-size: 20px !important;
    }

    .join-reward-notice-group p {
        margin-left: 24px;
        width: 282px;
        font-size: 13px;
    }

    .join-reward-group-button {
        margin-left: 0;
    }

    .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;
    }
}
