/* Standalone sign-in page; scoped to avoid changing the shared sign-in drawer. */
.page-content-wrap.signin { background: #f0f0f0; padding: 0; }
.signin .hero { background: transparent; padding: 0; }
.signin .hero > .container { max-width: none; width: 100%; padding: 44px 6.3% 0; background: url('../../images/signin-world-map.png') center top / cover no-repeat; }
.signin .zl-section_xlarge { min-height: 606px; height: auto; padding: 0 0 100px; margin: 0; }
.signin .zl-section, .signin .zl-section_content { padding: 0; margin: 0; }
.signin .breadcrumbs { margin: 0 0 42px; }
.signin .breadcrumbs ul { margin: 0; padding: 0; }
.signin .breadcrumbs li { color: #231f20; }
.signin .breadcrumbs a { color: #00703c; }
.signin .hero_heading { margin: 0 0 46px; padding: 0; }
.signin .heading-signin { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.signin .heading-alt { margin: 0; padding: 0; color: #231f20; font: italic 700 52px/1.2 'Playfair Display', Georgia, serif; letter-spacing: normal; text-transform: none; }
.signin .signin-club-logo { flex: 0 0 250px; }
.signin .signin-club-logo img { width: 250px; height: auto; }
.signin .hero_subheading { margin: 18px 0 0 !important; color: #231f20; font-size: 14px; line-height: 1.8; }
.signin .sign-in-form { width: 100%; max-width: 620px; padding: 0; }
.signin .input-container-required-text { margin: 0 0 7px; color: #124734; font-size: 14px; line-height: 20px; }
.signin .input-container { width: 432px; max-width: 100%; }
.signin .input-container input { height: 64px; padding: 26px 14px 8px; border-radius: 0; background: #ffffffb3; }
.signin #signin-password { padding-right: 48px; }
.signin .signin-reveal { position: absolute; top: 12px; right: 8px; display: grid; place-items: center; width: 40px; height: 40px; padding: 0; border: 0; background: transparent; color: #00703c; cursor: pointer; }
.signin .input-container input:focus { box-shadow: inset 0 0 0 2px #00703c; }
.signin .input-container input.is-invalid { box-shadow: inset 0 0 0 2px #b42318; }
.signin .input-option-container { padding: 12px 0 18px; }
.signin #signin-remember { appearance: auto; width: 16px; height: 16px; accent-color: #00703c; margin: 0; }
.signin .button-wrap { display: flex; align-items: center; gap: 35px; }
.signin .button-wrap button.btn { flex: 0 0 330px; width: 330px; min-height: 44px; padding: 12px 24px; border-radius: 0; font-size: 12px; letter-spacing: 1.5px; }
.signin .button-wrap .help-container { width: auto; flex: 1; margin: 0; }
.signin .button-wrap .help-container p, .signin .button-wrap .help-container p:nth-child(2) { display: block; margin: 0; font-size: 12px; line-height: 1.9; white-space: nowrap; }
.signin .button-wrap .help-container p:nth-child(2) span { width: auto; font-size: inherit; }
.signin .button-wrap .help-container p:nth-child(2) a, .signin .button-wrap .help-container a { margin: 0; font-size: inherit; }
.signin #signin-status { color: #b42318; font-size: 14px; }
.signin button:disabled { opacity: .65; cursor: wait; }
.signin .zl-section-content { padding: 52px 6.3%; background: #124734 url('../../images/club.svg') left center / cover no-repeat; min-height: 332px; }
.signin .zl-section-content > .container { width: 100%; max-width: none; padding: 0; }
.signin .sup-title-desc-cta { max-width: 550px; }
.signin .sup-title { color: #a2b69a; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.signin .heading-special-case { margin: 0 0 14px; color: #fff; font: italic 700 48px/1.2 'Playfair Display', Georgia, serif; text-transform: none; letter-spacing: normal; }
.signin .sup-title-desc-cta p { color: #fff; font-size: 14px; line-height: 1.8; margin: 0 0 24px; }
.signin .sup-title-desc-cta .btn { width: 180px; padding: 13px 24px; border: 1px solid #b3d78b; border-radius: 0; background: transparent; color: #b3d78b; font-size: 12px; }
.signin .sup-title-desc-cta .btn:hover { background: #b3d78b; color: #124734; }
.signin a:focus-visible, .signin button:focus-visible { outline: 2px solid #00703c; outline-offset: 3px; }
.signin .zl-section-content a:focus-visible { outline-color: #fff; }
@media (max-width: 1199px) {
    .signin .heading-alt { font-size: 42px; }
    .signin .signin-club-logo { flex-basis: 190px; }
    .signin .signin-club-logo img { width: 190px; }
    .signin .button-wrap { gap: 24px; }
    .signin .button-wrap button.btn { flex-basis: 260px; width: 260px; }
}
@media (max-width: 767px) {
    .signin .hero > .container { padding: 28px 24px 0; }
    .signin .zl-section_xlarge { min-height: 0; padding-bottom: 56px; }
    .signin .breadcrumbs { margin-bottom: 28px; }
    .signin .heading-signin { flex-direction: column-reverse; align-items: flex-start; gap: 24px; }
    .signin .signin-club-logo { flex-basis: auto; }
    .signin .heading-alt { font-size: 38px; }
    .signin .hero_heading { margin-bottom: 30px; }
    .signin .button-wrap { flex-direction: column; align-items: stretch; gap: 15px; }
    .signin .button-wrap button.btn { flex-basis: auto; width: 100%; }
    .signin .input-container { width: 100%; }
    .signin .zl-section-content { padding: 40px 24px; }
    .signin .heading-special-case { font-size: 40px; }
}

.signin .signin-reveal svg { width: 24px; height: 24px; }
.signin .sup-title-desc-cta a.btn { min-width: 180px; }
.signin-page .service-mobile-header { display: none; }
@media (max-width: 911px) {
    .signin-page { display: block; }
    .signin-page > .sidebar { display: none; }
    .signin-page .signin { width: 100%; margin-left: 0; }
    .signin-page .service-mobile-header { position: relative; display: flex; align-items: center; gap: 12px; min-height: 64px; padding: 0 20px; background: #fff; color: #00703c; }
    .signin-page .service-mobile-header img { width: 130px; height: auto; }
    .signin-page .service-mobile-header a { color: #00703c; }
    .signin-page .service-mobile-signin { margin-left: auto; font-size: 12px; }
    .signin-page .service-mobile-menu summary { cursor: pointer; list-style: none; padding: 12px 0 12px 8px; }
    .signin-page .service-mobile-menu summary::-webkit-details-marker { display: none; }
    .signin-page .service-menu-icon { display: inline-block; width: 16px; height: 12px; background: linear-gradient(to bottom, #00703c 0 2px, transparent 2px 5px, #00703c 5px 7px, transparent 7px 10px, #00703c 10px 12px); }
    .signin-page .service-mobile-menu nav { position: absolute; top: 64px; left: 0; right: 0; padding: 16px 20px; z-index: 100; background: #fff; box-shadow: 0 5px 10px #0002; }
    .signin-page .service-mobile-menu:not([open]) nav { display: none; }
    .signin-page .service-mobile-menu nav a { display: block; padding: 10px 0; font-size: 14px; }
    .signin-page .footer .section-content-zl { padding: 0 24px; }
    .signin-page .footer .page-footer__main { display: flex; flex-direction: column; gap: 32px; }
}

@media (max-width: 911px) {
    .signin-page .footer .zl-section__content,
    .signin-page .footer .page-footer__main-column { display: block; }
    .signin-page .footer .page-footer__cta-column,
    .signin-page .footer .page-footer__main-column,
    .signin-page .footer .page-footer__main-column .page-footer__site-nav-cat { width: 100%; padding: 0; margin-bottom: 32px; }
    .signin-page .footer .page-footer__legal-column,
    .signin-page .footer .page-footer__inline-links ul { flex-wrap: wrap; }
    .signin-page .footer .page-footer__inline-links { display: block; }
    .signin-page .footer .page-footer__inline-links ul { gap: 16px 24px; }
    .signin-page .footer .page-footer__inline-links li { margin: 0; }
    .signin-page .footer .page-footer__inline-links li::before { display: none; }
    .signin-page .footer .page-footer__inline-links p { margin: 24px 0 0; }
}
