.sr-only{
    position:absolute;
    width:1px;
    clip:rect(0 0 0 0);
    overflow:hidden;
    white-space: nowrap;
}
@media (min-width: 768px){ body { font-size: 13.4px;}} /* 14.4px desktop */
@media (max-width: 767px){ body { font-size: 19.0px;}} /* 13.0px mobile */
body {
    margin: 0;
}

.header {
    background: white;
    position: relative;
    -webkit-box-shadow: 0 2px 4px #DADADA;
    box-shadow: 0 2px 4px #DADADA;
    vertical-align: baseline;
}
#header-wrapper {
    max-width: 1080px;
}
@media (max-width: 1099px) {
    #header-wrapper {
        padding: 0 1%;
    }
}
@media only screen and (max-width: 640px) {
    header #header-wrapper .logo, header #header-wrapper .logo {
        margin: 15px 0;
        width: 150px;
        height: 30px;
    }
}
@media only screen and (min-width: 641px) {
    header #header-wrapper .logo {
        margin: 15px 0 27px;
        width: 200px;
        height: 40px;
    }
}

#header-wrapper {
    max-width: initial;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}
header #needHelpTab, header #needHelpTab {
    cursor: pointer;
}
.helpText{
    display: inline-block;
    padding-top: 2px;
    font-weight: bold;
    font-family: Poppins;
    color: #000;
    line-height: 1.5;
}
#callButton:active,#sendMessage:active,#callButton:focus,#sendMessage:focus{
   /* outline: none; */
   outline: #000 solid 2px;
   border-radius: 2px;
}
header #needHelpTab img {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    float: left;
}
header #needHelpTab div, header #needHelpTab div {
    display: inline-block;
    padding-top: 2px;
    font-weight: bold;
}
@media (min-width: 768px) {
    .helpText {
        font-size: 14.4px;
    }
}






footer nav {
    max-width: fit-content !important;
}


@media only screen and (max-width: 767px) {
    .mobile {
        display: initial;
    }

    .desktop, .desktop-inline, .desktop-inline-block {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .desktop {
        display: initial;
    }
    .mobile {
        display: none;
    }
    .helpText{
        font-size: 14.4px;
    }
}








.cp .section-cap p {
    padding-top: 100px !important;
}

.forgot-password-email-section {
    min-height:220px;
}

@media only screen and (min-width:641px) {
    #content-container .left-column .left-container {
        /* padding-top: 	0px !important ; */
        padding-bottom: 0px !important;
        padding-left: 	0px !important;
        padding-right: 	0px !important;
    }
}

#content-container .left-column .left-container .section-cap,
#content-container .left-column .left-container .form-view > section,
#content-container .left-column .left-container .form-view form > *{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

@media screen{
    #content-container .left-column .left-container .section-cap,
    #content-container .left-column .left-container .form-view > section,
    #content-container .left-column .left-container .form-view form > *{
        overflow: none !important;
    }
}


#content {
    /* background: url(/assets/images/splash-bg-desk.jpg) center / cover; */
    width: 100%;
    /* height: 100%; */
    position: relative;
    min-height: 768px;
    float: none !important;
    padding-bottom: 0 !important;
}


@media (max-width: 750px){
    #content{
        background-size: cover !important;
        background: url(../images/splash-bg-desk.jpg) !important;
    }
}
@media (min-width: 751px){
    #content{
        /* background-size: cover !important; */
        background: url(../images/splash-bg-desk.jpg) center / cover !important;
    }
}

#content #content-container {
    padding: 50px 20px 70px;
    margin: 0 auto;
    max-width: 1024px;
    width: calc(100% - 40px);
    min-width: 310px;
}

#kc-form-login {
    position: relative;
}
#kc-form-buttons {
    margin-top: 10px;
}


@media only screen and (min-width: 768px){
    /* #content-container .left-column .left-container form {
        padding: 60px;
    } */
    .form-view section {
        width: 50%;
    }
}
@media only screen and (max-width: 767px){
    #content-container .left-column .left-container form {
        max-width: 350px;
        /* padding: 26px; */
    }
    .form-view section {
        width: 100%;
    }
    #remember-me-label {
        font-size: 14.4px !important;
        padding-top: 20px !important;
        padding-bottom: 16px !important;
    }
}

@media only screen and (max-width: 640px){
    /* .form-view section {
        width: 50%;
    } */
    .profile-update-red {
        margin: 0 -26px;
    }
}

@media only screen and (max-device-width: 480px) {
    .form-view {
        width: 100%;
    }
    .content-row {
        padding-left: 0px !important;
    }
}


#content h1 {
    color: white;
    text-align: left;
    display:inline-block;
    margin: 15px 0px 20px;
}

@media (max-width: 500px){
    #content h1{ font-size: 26px;}
}
@media (max-width: 768px) and (min-width: 501px){
    #content h1{ font-size: 37px;}
}
@media (max-width: 1096px) and (min-width: 769px){
    #content h1{ font-size: 43px;}
}
@media (min-width: 1097px){
    #content h1{ font-size: 56px;}
}



#content #content-container .left-container {
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 10px;
    background: white;
    float: unset;
    width: 100%;
    position: relative;
    /* padding: 60px; */
    padding-top:0;
}

/* #content #content-container .right {
    float: right;
} */

.content-row {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    /* padding-left: 20px; */
    /* margin: 0 -15px; */
}

.content-row.links {
    display: flex;
    /* flex-wrap: wrap;
    width: 100%; */
}

.content-row .right ul {
    font-size: 14.4px;
    line-height: 24px;
    padding-left: 9px;

}

.content-row .right li {
    /* margin-left: 2%; */
    display: list-item
}

#content #content-container > .left-column {
    width: auto;
}

#content section {
    display: inline-block;
}
.form-view {
    /* float: left; */
    padding-top: 30px;
}


@media(min-width: 641px){
     #content .form-view > .content-row > section:nth-child(1){
        padding: 0 26px 0 0;
        margin-left: 26px;
        margin-right: 26px;
        /* border-right: 1px solid #ccc; */
    }
    #content .form-view > .content-row + .content-row > section:nth-child(1){
        padding: 20px 26px 0 0;
        /* border-right: 1px solid #ccc; */
    }

    #content .form-view > .content-row > section:nth-child(2){
        padding: 0 0 0 26px;
        border-left: 1px solid #ccc;
        margin-left: -60px;
        margin-right: 60px;
    }
    #content .form-view > .content-row + .content-row > section:nth-child(2){
       /* padding: 20px 0 0 26px; */
       border-left: 1px solid #ccc;
       margin-left: -60px /*69px;*/;
       margin-right: 60px;
    }
}
@media(min-width: 750px){
    #content .form-view > .content-row > section:nth-child(1){
        /* padding-left: 60px !important; */
        padding-right: 60px !important;
        margin-left: 60px !important;
        margin-right: 60px !important;
    }
    #content .form-view > .content-row > section:nth-child(2){
       padding-left: 60px !important;
    }
    /* .Register.Now {
        margin-left: 0px !important;
    } */
}

.rememberMe {
    vertical-align: -5px;
}

.login {
    margin-bottom: 15px;
}

.forgot-password-email-section {
    margin-top: 26px
}

.forgot-password-email-section .submit-btn {
    margin-top: 10px;
}

.cp form label {
    color: black;
    font-weight: 600;
    font-size: 14px;
    font-family: Libre Franklin, Arial, Helvetica, sans-serif;
    padding-top: 7px;
    padding-bottom: 7px;
}
.cp form .input-field:first-child {
    margin-bottom: 10px;
}

.forgot-email {
    /* left: calc(0% + 118px); */
    width: 100%;
    line-height: 16px;
    font-size: 14px;
    margin-bottom: 5px;
}

.cp .input-field input {
    outline: none;
    background: transparent;
    transition: 0.2s ease all;
    color: black;
}
.cp .input-field label {
    pointer-events: none;
    transition: 0.2s ease all;
}
/* Label animation */
.input-field input:focus ~ label,
.input-field input:valid ~ label {
  top: -20px;
  font-size: 14px;
  color: #2196F3;
}
/* Error message */
.error-message {
    color: #f44336;
    font-size: 12px;
    display: block;
    margin-top: 5px;
    visibility: hidden;
}
  /* Submit button */
.submit-btn {
    width: 100%;
    padding: 12px;
    background: #2196F3;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn:hover {
    background: #1976D2;
}

/* Focus styles for accessibility */
input:focus {
    outline: none;
}

/* Error state */
.input-field.error input {
    border-style: solid;
    border-color: #c70808;
    border-width: 1px 2px 2px 6px;
}

.input-field.error label {
    /* color: #f44336; */
}

/* Basic form validation styles */
input:invalid {
    box-shadow: none;
}


.hide {
    display: none;
}

.show {
    display: block;
}

@media(max-width: 790px) {
    .desktop-not-tablet {
      display: none;
    }
}

@media(max-width: 825px) {
    .desktop-not-tablet div:first-child {
      margin-top: 42px !important;
    }
}




/* expired dialog */
/* Modal styles with Material Design */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 500px;
    width: 90%;
}

.modal.show {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

.modal-backdrop.show {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    padding: 24px;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.cp .modal .modal-title {
    font-size: 24px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.87);
    margin: 0;
    font: normal 500 20px / 1.0 Poppins;
}

.modal-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 4px;
    border-radius: 50%;
    transition: background-color 0.2s ease;
}

.modal-close:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.modal-body {
    margin-bottom: 24px;
    color: #333;
    line-height: 1.5;
}
.modal-body p {
    font: normal 400 16px / 1.5 Roboto, sans-serif;
    color: rgba(0, 0, 0, 0.6);
}

.modal-subtitle {
    font-weight: 500;
    margin: 16px 0 8px;
}

.password-requirements {
    list-style-type: none;
    padding-left: 0;
    margin: 8px 0;
}

.password-requirements li {
    padding: 4px 0;
    color: #666;
    font-size: 14px;
}

.password-requirements li::before {
    content: "•";
    margin-right: 8px;
    color: #1976d2;
}

.modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.modal-button {
    padding: 10px 24px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border: none;
}

.modal-button.primary {
    background-color: #1976d2;
    color: white;
}

.modal-button.primary:hover {
    background-color: #1565c0;
}

.modal-button.secondary {
    background-color: transparent;
    color: rgb(102, 102, 102);
}

.modal-button.secondary:hover {
    background-color: rgba(25, 118, 210, 0.05);
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .modal-content {
        padding: 16px;
    }

    .modal-footer {
        flex-direction: column-reverse;
    }

    .modal-button {
        width: 100%;
    }
}


.cp .kc-formgroup-class {
    display: block;
    word-wrap: break-word;
    margin-bottom: 10px !important;
}
.cp .kc-formgroup-class label {
    font-weight: 500;
}
@media only screen and (max-width: 640px) {
    .cp .kc-formgroup-class {
        padding: 0 !important;
    }
}

div#kc-form-login-error {
    border: 1px solid #ddd;
    border-radius: 3px;
    hyphens: none;
    min-height: 18px;
    padding: 12px 18px 12px 48px !important;
    position: relative;
    word-break: break-word;
    margin-bottom: 15px;
    overflow: visible !important;
}

div#kc-form-login-error:before {
    background-color: #e34843;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    bottom: -1px;
    content: "";
    left: -1px;
    position: absolute;
    top: -1px;
        width: 36px;

}


div#kc-form-login-error img.global-error-icon {
    position: absolute;
    left: 7px;
    top: 11px;
    height: 20px;
}

div#kc-form-login-error span.global-error-icon:before {
    color: #fff;
    /* content: "\e055"; */
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    speak: none;
    display: block;
    font-family: okticon;
    font-size: 16px;
    font-style: normal !important;
    font-weight: 300 !important;
    position: absolute;
    text-indent: 0;
    white-space: normal;
}

p.global-error-content {
    margin-top:12px !important;
    margin-bottom:12px !important;
    font-size: 14.4px !important;
}

span.field-error-message {
    font-size:14.4px;
    color: #c70808;
}

/* Password visibility toggle styles */
.password-input-container {
    position: relative;
}

.password-input-container input[type="password"],
.password-input-container input[type="text"] {
    padding-right: 45px !important;
    width: 100%;
}

.password-toggle-btn {
    position: absolute;
    right: 5px;
    bottom: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: background-color 0.2s ease;
    z-index: 10;
    min-width: 0px !important;
    background: none !important;
}

.password-toggle-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.eye-icon {
    height:20px;
    line-height: 1;
    user-select: none;
    color: #666;
}

.password-toggle-btn:hover .eye-icon {
    color: #333;
}

/* Ensure the button doesn't interfere with error states */
.input-field.error .password-toggle-btn {
    right: 12px;
}