.enrollment-wizard { min-height: 100vh; color: #231f20; background: #f1f1f1 url('../../images/world-img.png') center 70% / cover fixed no-repeat; font-family: 'Open Sans', Arial, sans-serif; }
.enroll-sidebar { position: fixed; inset: 0 auto 0 0; width: 226px; padding: 35px 32px; background: white; border-right: 1px solid #d2d2d2; overflow-y: auto; z-index: 2; }
.enroll-logo img { width: 130px; height: auto; }
.enroll-sidebar-title { margin: 45px 0 25px; color: #705f46; font-size: 10px; font-weight: 800; letter-spacing: .3px; text-transform: uppercase; }
.enroll-sidebar ol { list-style: none; padding: 0; margin: 0; }
.enroll-sidebar li { position: relative; min-height: 61px; }
.enroll-sidebar li:not(:last-child)::after { content: ''; position: absolute; top: 22px; left: 10px; height: calc(100% - 22px); width: 1px; background: #858585; }
.enroll-sidebar button { display: flex; gap: 12px; align-items: flex-start; border: 0; background: transparent; padding: 0; text-align: left; color: #124734; font-size: 12px; letter-spacing: 1px; line-height: 1.4; cursor: pointer; }
.enroll-sidebar button:disabled { color: #6c6c6c; cursor: default; }
.enroll-sidebar button span { display: grid; place-items: center; flex: 0 0 22px; height: 22px; border-radius: 50%; border: 1px solid #858585; background: white; color: #6c6c6c; font-size: 12px; }
.enroll-sidebar button[aria-current=step] span { border-color: #124734; background: #124734; color: white; }
.enroll-sidebar button.is-complete span { border-color: #00703c; color: #00703c; }
.enroll-content { margin-left: 226px; padding: 45px clamp(40px, 7.7vw, 148px) 60px; max-width: 1422px; }
.enroll-heading { padding-bottom: 24px; border-bottom: 1px solid #858585; margin-bottom: 28px; }
.enroll-heading h1 { font: italic 800 52px/1.2 'Playfair Display', Georgia, serif; margin: 0 0 15px; text-transform: none; }
.enroll-heading p, .enroll-content p { font-size: 14px; line-height: 1.8; }
.enroll-existing { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-top: 30px; font-size: 14px; }
.enroll-content a { color: #00703c; text-decoration: underline; }
.enroll-content .enroll-button { display: inline-flex; justify-content: center; align-items: center; min-width: 139px; min-height: 41px; padding: 12px 28px; border: 0; background: #00703c; color: white; text-decoration: none; font: 800 12px/1.4 'Open Sans',sans-serif; letter-spacing: 1px; text-transform: uppercase; cursor: pointer; }
.enroll-content .enroll-button:hover { background: #00592f; }
.enroll-content .enroll-button:disabled { opacity: .65; cursor: wait; }
.enroll-content fieldset { border: 0; padding: 0; margin: 0 0 30px; min-width: 0; }
.enroll-content legend { float: none; font-size: 23px; font-weight: 600; letter-spacing: .5px; margin-bottom: 18px; }
.enroll-required { margin: 20px 0 16px; }
.enroll-card { max-width: 655px; padding: 40px; background: #e9e9e9; border-radius: 8px; }
.enroll-field { margin-bottom: 8px; min-width: 0; }
.enroll-field label { display: block; background: #ddd; color: #705f46; padding: 8px 15px 0; font-size: 12px; line-height: 18px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }
.enroll-field input, .enroll-field select { display: block; width: 100%; min-width: 0; height: 38px; border: 0; padding: 2px 15px 10px; background: #ddd; color: #705f46; font-size: 16px; border-radius: 0; }
.enroll-field select { cursor: pointer; appearance: none; padding-right: 30px; background-image: linear-gradient(45deg, transparent 50%, #00703c 50%), linear-gradient(135deg, #00703c 50%, transparent 50%); background-position: calc(100% - 19px) 13px, calc(100% - 14px) 13px; background-size: 5px 5px; background-repeat: no-repeat; }
.enroll-field :is(input,select):focus { outline: 2px solid #00703c; outline-offset: -2px; }
.enroll-field [aria-invalid=true] { outline: 2px solid #a52222; outline-offset: -2px; }
.enroll-error { color: #a52222; font-size: 12px; display: block; }
.enroll-error:empty { display: none; }
.enroll-expiry h3 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin: 12px 0 10px; }
.enroll-date-fields { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.enroll-date-fields :is(label,select) { background: #fff; }
.enroll-actions { display: flex; align-items: center; justify-content: flex-end; gap: 24px; margin-top: 32px; }
.enroll-actions > a { margin-right: auto; font-size: 12px; }
.enroll-back { background: transparent; color: #00703c; border: 1px solid #00703c; padding: 11px 28px; font-size: 12px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.enroll-choice { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.7; margin: 14px 0; }
.enroll-choice input { width: 17px; height: 17px; margin: 4px 0 0; flex-shrink: 0; accent-color: #00703c; }
.enroll-review { max-width: 655px; padding: 25px 35px; background: white; display: grid; grid-template-columns: 1fr 2fr; gap: 12px; }
.enroll-review dt { font-size: 13px; font-weight: 700; }
.enroll-review dd { font-size: 14px; margin: 0; overflow-wrap: anywhere; }
.enroll-success { padding: 35px; background: white; border-left: 4px solid #00703c; overflow-wrap: anywhere; }
#enroll-status { border-left: 4px solid #a52222; background: white; padding: 15px; color: #a52222; }
.enrollment-wizard [hidden] { display: none !important; }
@media(max-width: 767px) {
 .enroll-sidebar { position: static; width: 100%; padding: 20px; }
 .enroll-sidebar-title { margin: 20px 0 14px; }
 .enroll-sidebar ol { display: flex; overflow-x: auto; gap: 18px; }
 .enroll-sidebar li { flex: 0 0 128px; min-height: 50px; }
 .enroll-sidebar li::after { display: none; }
 .enroll-sidebar button { font-size: 11px; gap: 8px; }
 .enroll-content { margin-left: 0; padding: 28px 20px 40px; }
 .enroll-heading h1 { font-size: 40px; }
 .enroll-card { padding: 20px; }
 .enroll-date-fields { gap: 5px; }
 .enroll-date-fields :is(label,select) { padding-left: 8px; padding-right: 4px; }
 .enroll-actions { gap: 12px; flex-wrap: wrap; }
 .enroll-content .enroll-button { min-width: 120px; padding: 12px 20px; }
 .enroll-review { padding: 20px; grid-template-columns: 1fr; gap: 6px; }
 .enroll-review dd { margin-bottom: 12px; }
}
.enroll-payment > legend { font: italic 700 56px/1.2 'Playfair Display',Georgia,serif; margin-bottom: 12px; }
.enroll-content .payment-intro { font-size: 17px; margin: 0 0 28px; }
.enroll-content .payment-availability { max-width: 100%; font-size: 13px; margin: 0 0 28px; }
.payment-card { width: 100%; border-radius: 0; }
.payment-brands { display: flex; align-items: center; gap: 10px; padding: 0; margin: 6px 0 22px; list-style: none; }
.payment-brands li { display: flex; align-items: center; justify-content: center; width: 36px; height: 24px; border-radius: 2px; background: white; line-height: 1; }
.payment-brands .payment-brand-amex { background: #176eaf; color: white; font-size: 6px; text-align: center; text-transform: uppercase; font-weight: 800; }
.payment-brand-discover { color: #242424; font-size: 6px; font-weight: 800; text-transform: uppercase; border-bottom: 3px solid #ec8b23; }
.payment-brands .payment-brand-mastercard { background: transparent; position: relative; }
.payment-brand-mastercard > span:first-child::before, .payment-brand-mastercard > span:first-child::after { content: ''; position: absolute; width: 18px; height: 18px; top: 3px; border-radius: 50%; }
.payment-brand-mastercard > span:first-child::before { left: 3px; background: #eb001b; }
.payment-brand-mastercard > span:first-child::after { right: 3px; background: #f79e1b; opacity: .85; }
.payment-brand-name { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.payment-brand-visa { color: #193cb7; font-size: 12px; font-style: italic; font-weight: 800; }
.payment-fields .enroll-field :is(label,input) { background: white; }
.payment-fields .enroll-field label { padding: 8px 12px 0; }
.payment-fields .enroll-field input { height: 38px; opacity: 1; }
.payment-fields .enroll-field input:disabled { cursor: not-allowed; }
.payment-add { display: flex; justify-content: flex-end; margin-top: 24px; }
.payment-add .enroll-button:disabled { cursor: not-allowed; }
.payment-counter { margin-top: 22px; }
@media(max-width:767px) { .enroll-payment > legend { font-size: 36px; } .enroll-content .payment-intro { font-size: 15px; } }
/* Personal information uses the three groups in the enrollment reference. */
.enroll-personal > legend { font: italic 700 48px/1.2 'Playfair Display',Georgia,serif; }
.personal-section { margin: 28px 0; }
.enroll-personal > .personal-section:first-of-type { margin-bottom: 16px; }
.enroll-personal > .personal-section:first-of-type + .personal-section { margin-top: 16px; }
.personal-section > h3 { font-size: 20px; font-weight: 600; letter-spacing: .5px; margin: 0 0 18px; }
.personal-section .enroll-card { border-radius: 0; }
.enroll-personal .enroll-field :is(label,input,select) { background-color: #fafafa; }
.enroll-personal .personal-last-name :is(label,input) { background-color: #ddd; }
.enroll-personal h4 { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; margin: 24px 0 10px; }
.personal-half-fields { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 8px; }
.enroll-phone-row { display: flex; align-items: center; background: #fafafa; }
.enroll-phone-row .enroll-phone-country { width: 96px; flex: 0 0 96px; padding-right: 22px; font-size: 14px; text-overflow: clip; }
.enroll-phone-row input { flex: 1; width: 0; padding-left: 8px; }
.enroll-phone-dial { color: #705f46; font-size: 16px; padding-bottom: 8px; }
.enroll-content .personal-phone-note { font-size: 11px; margin: 12px 0 0; }
.enroll-add-phone, .enroll-remove-phone { border: 0; padding: 0; background: none; color: #00703c; text-decoration: underline; cursor: pointer; font: 800 12px 'Open Sans',sans-serif; }
.enroll-add-phone { margin-top: 18px; text-transform: uppercase; letter-spacing: .6px; }
.enroll-remove-phone { display: block; margin: 10px 0 20px; }
.enroll-phone + .enroll-phone { border-top: 1px solid #ccc; padding-top: 10px; }
@media(max-width:767px) { .enroll-personal > legend { font-size: 36px; } .enroll-phone-row .enroll-phone-country { width: 80px; flex-basis: 80px; } }
