@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400&display=swap');
#loginImage {
    display: block;
    max-height: 607px;
    position: absolute;
    right: 5%;
    object-fit: cover;
}


#form_div {
    /*   display: block;*/
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    /*height: 607px;*/
}

.my-account-login {
    width: 100% !important;
    padding: 2%;
    max-width: 100%;
}
    .my-account-login .row {
        display: flex;
    }
    
#signIn_row {
    margin-bottom: 1.3rem;
}

#signUp_row {
    margin-bottom: 1.3rem;
}

#loginFirstRow {
    max-height: 301px;
}

#myAccountHomeImg {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    padding-right: 2.3rem;
    padding-left: 2.3rem;
}

.home-img-adjusted {
    min-width: 688px;
    min-height: 607px;
}

.button_General {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    color: #ffffff;
    background-color: #000000;
    line-height: 18px;
}

    .button_General:hover {
        color: #FAFAFA;
    }
    .button_General:focus {
        color: #FAFAFA;
    }
    /*.marginLR-0,.breadcrumb {
    display: none;
}*/

    .formGroup_General {
    color: #58595B;
    display:block;
    line-height: 15px;
    padding-left: 0px;
    height: auto;
    max-width: 100%;
}


.formItem_Label {
    font-weight: 400;
    padding-top: 0%;
    font-size: 11px;
    line-height: 15px;
}

.formItem_TextInput {
    border-radius: 0;
}
.validation-message {
    display: block; /* Always show the validation message */
}

.validation-text {
    display: inline; /* Keep text inline by default */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #1B1919;
}

.validation-message.error .validation-text {
    color: #AC1010; /* Change text color to red on error */
}

.inputGroup_Tuple {
    padding-top: 3.2rem;
}

.inputGroup_Checkbox {
    padding-top: 1.6rem !important;
}
.tuple-error {
    padding-top: 0rem !important;
}


.label_General {
    text-transform: uppercase;
}

.line_span {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    display: block;
    color: #000000;
    text-align: center;
    position: relative;
    font-style: normal;
    margin-right: 0px;
    font-size: 10px;
    margin-bottom: 20px;
}

    .line_span:before {
        content: "";
        display: block;
        width: 45%;
        height: 1px;
        background: #C4C4C4;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -2;
        margin-right: 0px;
    }

    .line_span:after {
        content: "";
        display: block;
        width: 45%;
        height: 1px;
        background: #C4C4C4;
        position: absolute;
        top: 50%;
        right: 0;
        z-index: -2;
    }

.link_General {
    text-decoration: underline solid;
    font-size: 12px;
    font-weight: 800;
    font-style: normal;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.login_housediv {
    display:block;
    padding-right: 2.3rem;
}

.login_inputdiv {
    padding-left: 2.3rem;
}

.requiredAsterisk::after {
    content: "*";
}

@media (max-width: 1100px) {
    .container {
        max-width: none;
    }
}

.welcomeLoginLeftMarginPush {
    padding: 2.4rem;
    background-color: #F1F2F2;
}

.welcomeLoginTitle {
    font-size: 45px;
    line-height: 64px;
    color: #000000;
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.welcomeLoginMessage {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.welcomeSignUpSpace {
    margin-top: 56px;
}

.myAccountSpace {
    margin-top: -30px;
}

@media (max-width: 1050px) {
    .login_housediv {
        display: none;
        padding-right: 15px;
    }
    .login_inputdiv {
        padding-left: 15px;
    }

    .welcomeLoginLeftMarginPush {
        margin-left: 0%;
        /*padding: 2% 5%;*/
        background-color: #F1F2F2;
    }

    .welcomeLoginTitle {
        font-size: 35px;
        line-height: 60px;
        color: #000000;
        text-transform: none;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .welcomeLoginMessage {
        font-size: 16px;
        line-height: 24px;
        color: #000000;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    }

    .welcomeSignUpSpace {
        margin-top: 20px;
    }


    .formGroup_General {
        color: #58595B;
        display: block;
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
        font-style: normal;
        font-weight: 100;
        font-size: 12px;
        line-height: 15px;
        padding-left: 0px;
        height: auto;
        max-width: 100%;
    }
}

.formCheckBox_Label {
    font-weight: 500;
    padding-top: 0%;
    max-width:90%;
    word-wrap: normal;
}

    .formCheckBox_Label a {
        text-decoration: underline;
        font-weight:600;
        color: #4F738A;
    }

    .field-validation-error {
        font-weight: 400;
    }

.midFormLabel {
    padding-top: 20px;
    height: 28px;
    left: 735px;
    top: 633px;
    /*     H3 - Medium */
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.formCheckbox:after {
    content: " ";
    background-color: #4F738A;
    display: inline-block;
    visibility: visible;
}

.formCheckbox:checked:after {
    content: "\2714";
    box-shadow: 0px 0px 0px #4F738A;
    border-radius: 3px;
    height: 14px;
    display: block;
    width: 14px;
    text-align: center;
    font-size: 9px;
    color: white;
}

.formRadio:checked:before {
    background: green;
}

.formRadio:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -2px;
    left: -1px;
    position: relative;
    content: '';
    display: inline-block;
    visibility: visible;
}

.formRadio:checked:after {
    width: 14px;
    height: 14px;
    border-radius: 18px;
    top: 0px;
    left: 0px;
    position: relative;
    background-color: #4F738A;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid gray;
}

.ctaBannerContainer {
    width: 100%;
    background: #4F738A;
}

.ctaBanner {
    position: relative;
    padding: 10px;
    max-width: 1060px;
    height: 496px;
    left: 0px;
    right: 0%;
    top: 0%;
    bottom: 0%;
    background: #4F738A;
    display: table;
    overflow: auto;
    margin: auto;
}

.ctaBannerBottomText {
    position: relative;
    left: -2.22%;
    right: -2.22%;
    top: 190px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: italic;
    font-weight: 400;
    font-size: 90px;
    line-height: 116.3%;
    color: #FFFFFF;
    opacity: 0.09;
}

.ctaBannerButton {
    height: 48px;
    width: 177px;
    left: 631px;
    top: 307px;
    border-radius: 0px;
    padding: 12px, 24px, 12px, 24px;
    border: 2px solid #FFFFFF;
    background: #4F738A;
    position: static;
    left: 24px;
    top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
}

.ctaBannerSmallTextCenter {
    position: relative;
    top: 67px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}

.ctaBannerLargeTextCenter {
    position: relative;
    left: 10%;
    right: 21.18%;
    top: 110px;
    bottom: 46.17%;
    max-width: 80%;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}

.ctaBannerButtonCenter {
    position: relative;
    top: 130px;
    text-align: center;
}

@media (max-width: 1050px) {
    .ctaBannerContainerLandingPage {
        padding-top: 50%;
    }

    .ctaBanner {
        height: unset;
        display: block;
    }

    .apphomeContainer {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .ctaBannerSmallTextCenter {
        position: initial;
        padding-top: 20px;
    }

    .ctaBannerLargeTextCenter {
        position: initial;
        font-size: 40px;
        margin-right: auto;
        margin-left: auto;
    }

    .ctaBannerButtonCenter {
        position: initial;
        padding-top: 20px;
        top: 0px;
    }

    .ctaBannerBottomText {
        position: initial;
        font-size: 65px;
    }
    .my-account-login .row {
        display: block;
    }

    .my-account-login {
        padding: 1.6rem;
    }
}

@media (max-width: 550px) {
    .midFormLabel {
        padding-bottom: 60px;
    }

    .my-account-login {
        padding: 1.6rem;
    }
}

@media (max-width: 395px) {
    .verificationButtons {
        width: 140px;
    }

    .sendVerificationButton {
        margin-bottom: 20px;
    }

    .my-account-login {
        padding: 1.6rem;
    }

    #loginFirstRow {
        max-height: inherit;
    }
    .h3_MyAccnt {
        margin-bottom: 1.6rem !important;
    }
}

.password-input-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.formItem_TextInput {
    padding-right: 30px; 
}

.inputGroup_Tuple_Top {
    padding-top: 1.6rem;
}


.formItem_Label_hd {
    display: none;
}

.inputFieldContainer {
    position: relative;
}

    .inputFieldContainer label {
        position: absolute;
        padding-bottom: 1rem;
        margin-top:-1.5rem;
    }

#requiredDescription {
    font-feature-settings: 'clig' off, 'liga' off !important;
    font-size: 1.2rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 20px;
}


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    color: #717376;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem;
    background-color: white;
}

.required-text {
    font-size: 1.2rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 2rem !important; /* 166.667% */
}

.helper-text {
    font-size: 1rem !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 1.4rem !important;
}

.formItem_TextInput option {
    font-size: 1.2rem;
}

.placeholder-visible {
    color: #999 !important;
}

.formItem_TextInput::placeholder {
    opacity: 1;
}


.formItem-ddl option:first-child {
    color: #C8C8C8 !important;
}

    .formItem-ddl option:not(:first-child) {
        color: #1b1919 !important;
    }
    /*start of 4.0 styles*/
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0), inset 0 0 0 100px rgba(255, 255, 255, 1) !important;
    transition: background-color 0s 600000s !important, color 0s 600000s !important;
}

span.field-validation-error {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #AC1010;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

span.field-validation-error-large {
    font-size: 1.6rem;
}

.h3_MyAccnt {
    margin-top: 0rem !important;
    font-size: 2rem !important;
    font-weight: 500 !important;
    line-height: 3rem !important;
    color: #1B1919 !important;
    font-family: 'Playfair Display' !important;
    text-align: left !important;
}

.p_MyAccnt {
    color: var(--Core-Black, #1B1919);
    font-feature-settings: 'clig' off, 'liga' off;
    /* Body 1 */
    font-family: "Helvetica Neue";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 300;
    line-height: 2.6rem;
}

label.formItem_Label {
    text-transform: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #5A5C5E;
}

.formItem_TextInput {
    border-bottom: 1px solid #5A5C5E;
    border-top: 0 none transparent;
    border-left: none;
    border-right: none;
    padding: .375rem 0px;
    font-size: 1.6rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: transparent;
    box-shadow: none;
    color: #1b1919;
    font-feature-settings: 'clig' off, 'liga' off;
    font-style: normal;
    font-weight: 400;
    line-height: 2.2rem; /* 137.5% */
    text-decoration-color: rgb(5, 91, 119);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
}

.inputContainer input,
.inputContainer select {
    border: none !important;
    border-bottom: 1px solid #5A5C5E !important;
    border-top: 0 none transparent !important;
    border-left: none !important;
    border-right: none !important;
    padding: .375rem 0px !important;
    font-size: 1.6rem !important;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    background-color: transparent !important;
    color: #1B1919 !important;
    box-shadow: none;
}

    .inputContainer input:focus,
    .inputContainer select:focus {
        border-bottom-width: 2px !important;
        border-color: rgb(5 91 119 / 1) !important;
        box-shadow: none;
        background: none;
    }

    .inputContainer input:hover,
    .inputContainer select:hover {
        border-bottom-width: 1px;
        border-color: #1B1919;
        box-shadow: none;
        background: none;
    }

.form-control:focus {
    border-bottom-width: 2px !important;
    border-color: rgb(5 91 119 / 1) !important;
    box-shadow: none;
    background: none;
}

.form-control:hover {
    border-bottom-width: 1px;
    border-color: #1B1919;
    box-shadow: none;
    background: none;
}

input.input-validation-error {
    border: none;
    border-bottom: 1px solid #AC1010 !important;
}

small {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #717376;
}

a.link_General,
label.formCheckBox_Label a {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #055B77;
    text-decoration: none;
}

    a.link_General:hover,
    label.formCheckBox_Label a:hover {
        text-decoration: underline;
    }

:focus-visible {
    outline: #055B77 auto 2px !important;
    outline-offset: 2px !important;
}

input:not([type='checkbox']):focus-visible,
select:focus-visible {
    outline: none !important;
}

.btnSaveChanges,
.btn {
    border: 0px solid transparent;
}

    .btnSaveChanges:focus,
    .btn:focus {
        outline: none;
        outline-offset: 2px;
    }

button.button_General {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    border-radius: 4px;
    text-transform: none;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fafafa;
    background-color: #055B77;
    line-height: 2.1rem;
    width: 100%;
}

/*button.btnContainer {
    width: 30rem;
}*/

button.btnSaveChanges {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    border-radius: 4px;
    text-transform: none;
    font-weight: 500 !important;
    font-size: 1.5rem !important;
    color: #fafafa !important;
    background-color: #055B77 !important;
    line-height: 2.1rem;
}

    button.btnSaveChanges:disabled {
        color: #A7A9AC !important;
        background-color: #F1F2F2 !important;
    }

    button.btnSaveChanges:hover,
    button.button_General:hover {
        background: #06769A;
        --tw-shadow: 0 0.1rem 1rem 0 #0000001f, 0 0.4rem 0.5rem 0 #00000024, 0 0.2rem 0.4rem -0.14rem #00000033;
        --tw-shadow-colored: 0 0.1rem 1rem 0 var(--tw-shadow-color), 0 0.4rem 0.5rem 0 var(--tw-shadow-color), 0 0.2rem 0.4rem -0.14rem var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    }

p,li {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #1B1919 !important;
    font-size: 1.6rem !important;
    line-height: 2.6rem !important;
    font-weight: 300 !important;
}

    p.welcomeLoginTitle {
        font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
        color: #1B1919 !important;
        font-size: 2.4rem !important;
        font-weight: 300 !important;
        line-height: 3.4rem !important;
    }

button.verificationButtons {
    text-transform: lowercase;
    width: 100%;
    margin-bottom: 1.6rem;
}

    button.verificationButtons:first-letter {
        text-transform: uppercase;
    }

    button.verificationButtons[name="Resend"] {
        background-color: #1B1919;
    }

        button.verificationButtons[name="Resend"]:hover {
            background: #3D3838;
            --tw-shadow: 0 0.1rem 1rem 0 #0000001f, 0 0.4rem 0.5rem 0 #00000024, 0 0.2rem 0.4rem -0.14rem #00000033;
            --tw-shadow-colored: 0 0.1rem 1rem 0 var(--tw-shadow-color), 0 0.4rem 0.5rem 0 var(--tw-shadow-color), 0 0.2rem 0.4rem -0.14rem var(--tw-shadow-color);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
        }

        button.verificationButtons[name="Resend"]:focus-visible {
            outline-color: #1B1919 !important;
        }

.requiredAsterisk::after {
    content: " *";
    color: #1B1919 !important;
}

label.formCheckBox_Label {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    color: #1B1919 !important;
    font-size: 1.4rem !important;
    line-height: 2rem !important;
    font-weight: 400 !important;
}

    label.formCheckBox_Label > i {
        color: #5A5C5E;
    }

form[action="/my-account/create-password/"] button.button_General {
    width: 100%;
    text-transform: lowercase;
}

    form[action="/my-account/create-password/"] button.button_General:first-letter {
        text-transform: uppercase
    }

/*form[action="/my-account/create-password/"] input::-webkit-input-placeholder {*/
    /* WebKit browsers */
    /*color: transparent !important;
}

form[action="/my-account/create-password/"] input::-moz-placeholder {*/
    /* firefox */
    /*color: transparent !important;
}

form[action="/my-account/create-password/"] input::-ms-placeholder {*/
    /* ie */
    /*color: transparent !important;
}*/

.formCheckbox:after {
    background-color: #1B1919;
}

.emailPrefCheckbox:checked:after {
    background-color: #1B1919 !important;
}

.validation-summary-errors {
    color: #AC1010;
}

.myProfileRadioButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 400;
    color: #1B1919 !important;
    -webkit-user-select: none;
    user-select: none;
}

.myProfileCheckmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px !important;
    width: 20px !important;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #1B1919 !important;
}

    .myProfileCheckmark:hover {
        background-color: #E0E0E0;
        box-shadow: 0px 0px 0px 8px #E0E0E0
    }

.myProfileRadioButton .myProfileCheckmark:after {
    background: #1B1919 !important;
}

.my-account-divider {
    width: 128px;
    border-bottom: 1px solid #4E738A;
    margin: 1.6rem 0px;
}


/*perry override styles from K&C*/


.formitem-ddl-unselected {
    color: #999;
}

h5 {
    font-family: Helvetica Neue;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2.6rem;
    text-align: left;
    color: #1B1919;
    text-decoration: none;
}

h4 {
    font-family: Playfair Display;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3rem;
    text-align: left;
    color: #1B1919;
}
