/* ============================================================
   ADA / Fonteva Joomla Simulation
   user.css
   ============================================================ */


/* ============================================================
   01. Base Typography
   ============================================================ */

html,
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #2e2b2c;
}

a {
    color: rgb(0, 118, 190);
}

a:hover,
a:focus {
    color: rgb(0, 118, 190);
}


/* ============================================================
   02. Cassiopeia Top Region / Shared Grid Corrections
   ============================================================ */

/* Top-a spans full site grid */
.site-grid > .grid-child.container-top-a {
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    justify-self: stretch !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    display: block;
}

/* Header/top region visual separator */
.container-top-a {
    margin: 16px 0 0 0;
    border-bottom: 1px solid rgb(210, 211, 213);
}

/* Remove visual noise from empty Cassiopeia header */
.header.container-header {
    min-height: 0;
}


/* ============================================================
   03. Main Portal Menu
   ============================================================ */

/* Hide Cassiopeia/metismenu dropdown arrow */
.metismenu.mod-menu .mm-toggler::after {
    display: none;
}

/* ADA logo size */
.item-101 img {
    max-height: 85px;
    width: auto;
}

/* Main desktop menu shell */
.top-a .mod-menu.mod-menu_dropdown-metismenu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 1280px !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    list-style: none;
    background: #ffffff;
    box-sizing: border-box;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

/* Top-level menu items */
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 {
    display: flex !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 8px 0 0 !important;
    padding: 12px !important;
    align-items: center;
    position: relative;
}

/* First item = logo */
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1:first-child {
    margin-right: auto !important;
    padding-right: 1.5rem !important;
}

/* Top-level menu links and heading buttons */
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > a,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mod-menu__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #2e2b2c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: none;
    cursor: pointer;
    appearance: none;
}

.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > a:hover,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > a:focus,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mod-menu__heading:hover,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mod-menu__heading:focus,
.metismenu.mod-menu .metismenu-item > button:hover {
    color: rgb(0, 135, 213);
    text-decoration: none;
    background: transparent;
}

/* Top-right profile icon in main menu */
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.item-137.level-1 > a img,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.item-137.level-1 > .mod-menu__heading img {
    width: 23px !important;
    height: 23px !important;
    max-width: 23px !important;
    max-height: 23px !important;
    display: block;
}

/* Keep parent items as submenu positioning context */
.mod-menu_dropdown-metismenu .metismenu-item.level-1.deeper.parent {
    position: relative;
}

/* Top menu dropdown box */
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1000;
    display: block !important;
    min-width: 220px;
    margin: 0;
    padding: 0.25rem 0;
    list-style: none;
    background: #ffffff;
    border: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateX(-50%);
    transition: opacity 0.18s ease, visibility 0.18s ease;
}

/* Dropdown open state, triggered by user.js */
.mod-menu_dropdown-metismenu .metismenu-item.level-1.mm-active > .mm-collapse,
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse.mm-show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* Dropdown rows */
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse > .metismenu-item {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

/* Dropdown links */
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a,
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: rgb(34, 38, 42);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.3;
    text-align: center !important;
    text-decoration: none;
    white-space: nowrap;
    background: #ffffff;
    box-sizing: border-box;
}

.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a:hover,
.top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a:focus,
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a:hover,
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse > .metismenu-item > a:focus {
    color: rgb(0, 135, 213);
    background: #f3f3f3;
    text-decoration: none;
}


/* ============================================================
   04. Subheader Bar Under Main Menu
   ============================================================ */

.top-a.no-card.a-position-header {
    width: 100%;
    max-width: 1280px !important;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    background: #ffffff;
    box-sizing: border-box;
}

.top-a.no-card.a-position-header .mod-custom.custom {
    margin: 0;
    padding: 0;
}

.top-a.no-card.a-position-header .subheader {
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    padding: 28px;
    box-sizing: border-box;
}

.top-a.no-card.a-position-header .subheader > div:first-child {
    flex: 1 1 25%;
}

.top-a.no-card.a-position-header .subheader > .sh-page-title {
    flex: 2 1 50%;
    color: #2e2b2c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
}

.top-a.no-card.a-position-header .subheader > .cart-menu {
    flex: 1 1 25%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
    color: #2e2b2c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
}

.cart-icon,
.top-a.no-card.a-position-header .cart-icon {
    width: 16px;
    height: auto;
    margin-right: 0.3em;
}


/* ============================================================
   05. Member Portal Sidebar Layout
   ============================================================ */

/*
   Applies to portal pages that use the left sidebar menu.

   Creates a 1280px visual content band:
   250px sidebar + 70px gap + 960px component = 1280px

   Do not scope this to itemid-101 because every sidebar menu page
   receives its own itemid, e.g. itemid-143, itemid-146, etc.
*/

body.has-sidebar-left .site-grid {
    grid-template-columns:
        minmax(0, 1fr)
        250px
        70px
        960px
        minmax(0, 1fr) !important;
}

/* Top portal header/subheader remains full width */
body.has-sidebar-left .site-grid > .container-top-a {
    grid-column: 1 / -1 !important;
}

/* Left sidebar column */
body.has-sidebar-left .site-grid > .container-sidebar-left {
    grid-column: 2 !important;
    width: 250px !important;
    max-width: 250px !important;
    justify-self: stretch;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Main profile/content column */
body.has-sidebar-left .site-grid > .container-component {
    grid-column: 4 !important;
    width: 960px !important;
    max-width: 960px !important;
    justify-self: stretch;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Inner content fills assigned component column */
body.has-sidebar-left .container-component main,
body.has-sidebar-left .container-component .com-content-article,
body.has-sidebar-left .container-component .com-content-article__body,
body.has-sidebar-left .container-component .main-top {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

/* Remove default Joomla article spacing/chrome effects */
body.has-sidebar-left .com-content-article,
body.has-sidebar-left .com-content-article__body {
    margin: 0;
    padding: 0;
}

/* ============================================================
   06. Profile Sidebar Identity / Avatar
   ============================================================ */

.profile-sidebar-identity {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 1.25rem 0;
}

.profile-avatar-wrap {
    position: relative;
    width: 88px;
    height: 88px;
    margin: 0 0 0.65rem 0;
}

.profile-avatar {
    display: block;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-avatar-edit {
    position: absolute;
    top: 2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border: 1px solid #d8dde6;
    border-radius: 50%;
    background: #ffffff;
    box-sizing: border-box;
    pointer-events: none;
}

.profile-avatar-edit img {
    display: block;
    width: 14px;
    height: 14px;
}

.profile-sidebar-name {
    margin: 0 0 1.25rem 0;
    color: #0076be;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}


/* ============================================================
   07. My ADA Profile Sidebar Navigation
   ============================================================ */

.container-sidebar-left .sidebar-left {
    padding: 0;
}

/* Remove Bootstrap/Cassiopeia navbar chrome */
.container-sidebar-left .sidebar-left .navbar {
    display: block;
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}

.container-sidebar-left .sidebar-left .navbar-collapse {
    display: block !important;
    padding: 0;
}

.container-sidebar-left .sidebar-left .navbar-toggler {
    display: none;
}

/* Sidebar menu shell */
.container-sidebar-left .sidebar-left .mod-menu {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: transparent;
}

/* Sidebar top-level items */
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 {
    margin: 0;
    padding: 0;
}

/* Sidebar links */
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > .mod-menu__heading {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px 24px;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #0076be;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    box-shadow: none;
    box-sizing: border-box;
}

/* Sidebar hover */
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a:focus,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > .mod-menu__heading:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > .mod-menu__heading:focus {
    background: rgb(210, 211, 213);
    color: #0076be;
    text-decoration: none;
}

/* Sidebar active/current */
/*.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.active > a,*/
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.current > a,
/*.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a.active,*/
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.active > .mod-menu__heading,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.current > .mod-menu__heading {
    background: rgb(0, 36, 67);
    color: #ffffff;
    text-decoration: none;
}

/* Active remains navy/white on hover/focus */
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.active > a:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.current > a:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.active > a:focus,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.current > a:focus,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a.active:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 > a.active:focus,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.active > .mod-menu__heading:hover,
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1.current > .mod-menu__heading:hover {
    background: rgb(0, 36, 67);
    color: #ffffff;
    text-decoration: none;
}

/* No artificial gaps between sidebar rows */
.container-sidebar-left .sidebar-left .mod-menu > .metismenu-item.level-1 + .metismenu-item.level-1 {
    margin-top: 0;
}


/* ============================================================
   08. Portal Intro Copy Above Profile Cards
   ============================================================ */

.portal-intro {
    margin: 20px 0 1.25rem 0;
    color: rgb(0, 118, 190);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 1.5;
}

.portal-intro p {
    margin: 0 0 1.25rem 0;
}

.portal-intro a {
    color: rgb(0, 118, 190);
    font-weight: 700;
    text-decoration: underline;
}

.portal-intro a:hover,
.portal-intro a:focus {
    color: rgb(0, 118, 190);
    text-decoration: underline;
}

.portal-intro__reminder {
    color: rgb(241, 9, 9);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}


/* ============================================================
   09. Profile Information Cards
   ============================================================ */

.profile-section {
    margin: 0;
}

/* Grey Salesforce/Fonteva-style section header bar */
.profile-section__header {
    margin: 0;
    padding: 14px 16px;
    border: 1px solid #cccccc;
    border-bottom: 0;
    background: #f3f3f3;
    color: #4a4a4a;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

/* White panel directly connected to header */
.profile-section__panel {
    margin: 0;
    padding: 40px;
    border: 1px solid #cccccc;
    background: #ffffff;
    box-sizing: border-box;
}

.profile-section + .profile-section {
    margin-top: 0;
}

.profile-section__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 2rem;
    align-items: start;
}

.profile-section__content {
    min-width: 0;
}

.profile-section__actions {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

/* Change button */
.profile-change-button {
    min-height: 40px;
    padding: 0.55rem 1rem;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    background: #ffffff;
    color: #2e2b2c;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: none;
}

.profile-change-button:hover,
.profile-change-button:focus {
    background: #f3f3f3;
    border-color: #b8b8b8;
    color: #2e2b2c;
}

/* Field rows */
.profile-field {
    margin-bottom: 1rem;
}

.profile-field__label {
    margin-bottom: 0.2rem;
    color: #0076be;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.profile-field__value {
    color: #0076be;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.profile-field__value a,
.profile-field__value joomla-hidden-mail a {
    color: #0076be;
    text-decoration: none;
}

.profile-field__value a:hover,
.profile-field__value a:focus,
.profile-field__value joomla-hidden-mail a:hover,
.profile-field__value joomla-hidden-mail a:focus {
    color: #0076be;
    text-decoration: underline;
}

.profile-field--checkbox .profile-field__value {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.profile-field--checkbox input[type="checkbox"] {
    width: 13px;
    height: 13px;
    margin: 0;
}

.profile-field__checkbox-label {
    color: #0076be;
    font-weight: 700;
}


/* ============================================================
   10. Join/Renew Form Page Layout
   ============================================================ */

.join-renew-form-page .container-top-a {
    border-bottom: none;
}

.form-process {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}

.join-renew-form-page .grid-child.container-component {
    grid-column: 1 / -1 !important;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.form-step-title {
    color: rgb(45, 117, 185);
    font-size: 28px;
    font-weight: 700;
}


/* ============================================================
   11. RSForm Basics
   ============================================================ */

.rsform-block label,
.rsform-block .formControlLabel,
.rsform-block .form-label {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
    line-height: 1.25;
}

.rsform-block input,
.rsform-block select,
.rsform-block textarea,
.rsform-block button {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
}

.formDescription {
    margin-top: 0.25rem;
    color: #5c5c5c;
    font-size: 13px;
    line-height: 1.3;
}

.calendar-popup-icon {
    width: 14px;
}


/* ============================================================
   12. RSForm Navigation / Submit Buttons
   ============================================================ */

/* 3-slot layout for pagebreak and submit-button rows */
.rsform-block.rsform-type-pagebreak .formControls,
.rsform-block.rsform-type-submitbutton .formControls {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: stretch;
    width: 100%;
    gap: 1rem;
    margin-top: 3em;
}

/* Base button styling */
.rsform-block.rsform-type-pagebreak .formControls > button,
.rsform-block.rsform-type-submitbutton .formControls > button {
    width: 100%;
    min-height: 32px !important;
    padding: 0.55rem 1rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px !important;
    font-weight: 400;
    line-height: 1.2;
    box-shadow: none;
    box-sizing: border-box;
}

/* Back buttons in column 1 */
.rsform-block.rsform-type-pagebreak .formControls > button:first-child,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-button-prev {
    grid-column: 1;
    background: #ffffff;
    border-color: #c9c9c9;
    color: #2e2b2c;
}

/* Primary action buttons in column 3 */
.rsform-block.rsform-type-pagebreak .formControls > button:last-child,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-submit-button,
.rsform-block .formControls > .single-button-right {
    grid-column: 3;
    width: 100%;
    background: #002443;
    border-color: #0176d3;
    color: #ffffff;
}

/* Single-button rows: place the one button in column 3 */
.rsform-block .formControls > .single-button-right {
    width: 100%;
}

/* Back hover/focus */
.rsform-block.rsform-type-pagebreak .formControls > button:first-child:hover,
.rsform-block.rsform-type-pagebreak .formControls > button:first-child:focus,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-button-prev:hover,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-button-prev:focus {
    background: #f3f3f3;
    border-color: #b8b8b8;
    color: #2e2b2c;
}

/* Primary hover/focus */
.rsform-block.rsform-type-pagebreak .formControls > button:last-child:hover,
.rsform-block.rsform-type-pagebreak .formControls > button:last-child:focus,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-submit-button:hover,
.rsform-block.rsform-type-submitbutton .formControls > .rsform-submit-button:focus,
.rsform-block .formControls > .single-button-right:hover,
.rsform-block .formControls > .single-button-right:focus {
    background: #002443;
    border-color: #0160ad;
    color: #ffffff;
}

/* Validation row should not occupy one of the three button slots */
.rsform-block.rsform-type-submitbutton .formControls > div,
.rsform-block.rsform-type-pagebreak .formControls > div {
    grid-column: 1 / -1;
}


/* ============================================================
   13. Join/Renew Progress Bar
   ============================================================ */

.progress-wrapper {
    --progress-active: #0176d3;
    --progress-inactive: #8c8c8c;
    --progress-line: #2e2b2c;
    --progress-text: #181818;
    --progress-bg: #ffffff;

    width: 1120px;
    margin: 0 auto 6rem auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: start;
    box-sizing: border-box;
}

.progress-stage {
    display: grid;
    grid-template-columns: auto 1px;
    align-items: start;
    justify-items: center;
    position: relative;
}

.progress-stage:last-child {
    grid-template-columns: auto;
}

.progress-step {
    width: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 0 14px 0;
    border: 1px solid var(--progress-inactive);
    border-radius: 50%;
    background: var(--progress-bg);
    color: var(--progress-inactive);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    box-sizing: border-box;
}

.progress-stage.is-current .step-number {
    background: var(--progress-active);
    border-color: var(--progress-active);
    color: #ffffff;
}

.step-name {
    display: block;
    max-width: 150px;
    color: var(--progress-text);
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    white-space: nowrap;
}

.step-separator {
    position: relative;
    width: 1px;
    height: 1px;
    margin-top: 20px;
    margin-left: -66px;
    z-index: 1;
}

/* Visible connector line */
.step-separator::before {
    content: "";
    position: absolute;
    top: 0;
    left: -41px;
    width: 150px;
    height: 1px;
    background: var(--progress-line);
}

/* Last stage has no connector */
.progress-stage:last-child .step-separator,
.progress-stage:last-child .step-separator::before {
    display: none;
}

/* First breakpoint: contract the whole system */
@media (max-width: 1200px) {
    .progress-wrapper {
        width: 960px;
    }

    .progress-step {
        width: 100px;
    }

    .step-name {
        max-width: 128px;
        font-size: 12px;
        line-height: 1.25;
        white-space: wrap;
    }

    .step-separator::before {
        left: -40px;
        width: 150px;
    }
}

/* Final breakpoint: hide progress bar */
@media (max-width: 900px) {
    .progress-wrapper {
        display: none;
    }
}


/* ============================================================
   14. Responsive Safety
   ============================================================ */

@media (max-width: 1320px) {
    body.has-sidebar-left .site-grid {
        grid-template-columns:
            minmax(20px, 1fr)
            250px
            50px
            minmax(720px, 960px)
            minmax(20px, 1fr) !important;
    }

    body.has-sidebar-left .site-grid > .container-component {
        width: 100% !important;
        max-width: 960px !important;
    }
}

@media (max-width: 1024px) {
    body.has-sidebar-left .site-grid {
        display: block;
    }

    body.has-sidebar-left .site-grid > .container-sidebar-left,
    body.has-sidebar-left .site-grid > .container-component {
        width: calc(100% - 2rem) !important;
        max-width: 960px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .profile-section__grid {
        grid-template-columns: 1fr;
    }

    .profile-section__actions {
        justify-content: flex-start;
    }
}

/* Form 12 renewal builder-native modal simulation */
.rsform-block-renewal-review-heading,
.rsform-block-personal-summary,
.rsform-block-work-summary,
.rsform-block-renewal-dues-heading,
.rsform-block-renewal-dues-summary,
.rsform-block-renewal-dues-payment-frequency {
    max-width: 1072px;
    margin-left: auto;
    margin-right: auto;
}

.rsform-block-personal-summary .renewal-card,
.rsform-block-work-summary .renewal-card,
.rsform-block-renewal-dues-summary .renewal-card {
    border: 1px solid #d8dde6;
    border-radius: 6px;
    background: #fff;
    padding: 28px 32px;
    margin: 0 0 28px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .04);
}

.renewal-card h3 {
    margin: 0 0 18px;
    font-size: 28px;
    font-weight: 500;
    color: #181818;
}

.renewal-data-row {
    display: grid;
    grid-template-columns: minmax(180px, 34%) minmax(0, 1fr) auto;
    gap: 20px;
    align-items: start;
    padding: 13px 0;
    border-top: 1px solid #e5e5e5;
}

.renewal-data-label {
    color: #2e2b2c;
    font-weight: 500;
}

.renewal-data-value {
    color: #181818;
    font-weight: 600;
    min-width: 0;
    overflow-wrap: anywhere;
}

.renewal-inline-link {
    appearance: none;
    border: 0;
    background: transparent;
    color: #0176d3;
    text-decoration: underline;
    padding: 0;
    font: inherit;
    cursor: pointer;
    justify-self: end;
    white-space: nowrap;
}

.renewal-modal {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.renewal-modal.is-open {
    display: flex;
}

.renewal-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .48);
}

.renewal-modal__panel {
    position: relative;
    width: min(900px, 100%);
    max-height: min(720px, 92vh);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.renewal-modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    padding: 24px 32px 18px;
    border-bottom: 1px solid #dddbda;
}

.renewal-modal__header h3 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
}

.renewal-modal__close {
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    color: #2e2b2c;
}

.renewal-modal__body {
    padding: 26px 32px 8px;
}

.renewal-modal__footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 32px 28px;
}

.rsform-block-renewal-edit-phone,
.rsform-block-address-street-unit-number,
.rsform-block-address-street-address,
.rsform-block-address-city,
.rsform-block-address-state-province,
.rsform-block-address-zip-code,
.rsform-block-address-country,
.rsform-block-renewal-edit-membership-state,
.rsform-block-renewal-edit-sms,
.rsform-block-renewal-edit-role,
.rsform-block-renewal-edit-faculty,
.rsform-block-renewal-edit-office-street,
.rsform-block-renewal-edit-office-suite,
.rsform-block-renewal-edit-office-city,
.rsform-block-renewal-edit-office-state,
.rsform-block-renewal-edit-office-zip,
.rsform-block-renewal-edit-find-dentist {
    display: none;
}

.renewal-modal .rsform-block-renewal-edit-phone,
.renewal-modal .rsform-block-address-street-unit-number,
.renewal-modal .rsform-block-address-street-address,
.renewal-modal .rsform-block-address-city,
.renewal-modal .rsform-block-address-state-province,
.renewal-modal .rsform-block-address-zip-code,
.renewal-modal .rsform-block-address-country,
.renewal-modal .rsform-block-renewal-edit-membership-state,
.renewal-modal .rsform-block-renewal-edit-sms,
.renewal-modal .rsform-block-renewal-edit-role,
.renewal-modal .rsform-block-renewal-edit-faculty,
.renewal-modal .rsform-block-renewal-edit-office-street,
.renewal-modal .rsform-block-renewal-edit-office-suite,
.renewal-modal .rsform-block-renewal-edit-office-city,
.renewal-modal .rsform-block-renewal-edit-office-state,
.renewal-modal .rsform-block-renewal-edit-office-zip,
.renewal-modal .rsform-block-renewal-edit-find-dentist {
    display: block;
}

body.renewal-modal-open {
    overflow: hidden;
}

.rsform-block-pagebreak-review-to-address,
.rsform-block-pagebreak-renewal-dues-to-checkout {
    max-width: 1072px;
    margin: 24px auto;
}

.rsform-block-pagebreak-review-to-address .formControls,
.rsform-block-pagebreak-renewal-dues-to-checkout .formControls {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

@media (max-width: 800px) {
    .renewal-data-row {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .renewal-inline-link {
        justify-self: start;
    }

    .rsform-block-personal-summary .renewal-card,
    .rsform-block-work-summary .renewal-card,
    .rsform-block-renewal-dues-summary .renewal-card {
        padding: 22px;
    }
}

/* Tripleniners form 12 renewal add-ons prototype, 2026-05-14. */
.rsform-block-renewal-addons-inline,
.rsform-block-renewal-addons-selected-summary,
.rsform-block-renewal-explore-more-addons {
    max-width: 1072px;
    margin: 24px auto;
}

.renewal-addons-inline,
.renewal-addons-selected-summary {
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.06);
    padding: 24px;
}

.renewal-addons-section-head,
.renewal-addons-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.renewal-addons-section-head {
    display: block;
}

.renewal-addons-section-head h3,
.renewal-addons-summary-head h3,
.renewal-addons-panel h3,
.renewal-addons-card h4 {
    color: #181818;
    letter-spacing: 0;
}

.renewal-addons-section-head h3,
.renewal-addons-summary-head h3 {
    font-size: 1.25rem;
    margin: 0 0 6px;
}

.renewal-addons-section-head p,
.renewal-addons-card p,
.renewal-addons-panel__header p {
    color: #5c5c5c;
}

.renewal-addons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.renewal-addons-grid--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.renewal-addons-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.renewal-addons-card.is-selected {
    border-color: #0176d3;
    box-shadow: 0 0 0 2px rgba(1, 118, 211, 0.16);
}

.renewal-addons-card__top,
.renewal-addons-card__footer,
.renewal-addons-line,
.renewal-addons-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.renewal-addons-pill {
    border-radius: 999px;
    background: #eef4ff;
    color: #0b5cab;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
}

.renewal-addons-link,
.renewal-addons-close,
.renewal-addons-detail button[data-addon-detail-close] {
    border: 0;
    background: transparent;
    color: #0b5cab;
    font-weight: 700;
    padding: 4px;
}

.renewal-addons-toggle,
.renewal-addons-primary,
.renewal-addons-secondary,
.rsform-block-renewal-explore-more-addons button {
    min-height: 40px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1;
    padding: 0 18px;
}

.renewal-addons-toggle,
.renewal-addons-primary,
.rsform-block-renewal-explore-more-addons button {
    border: 1px solid #0176d3;
    background: #0176d3;
    color: #ffffff;
}

.renewal-addons-toggle.is-selected {
    background: #2e844a;
    border-color: #2e844a;
}

.renewal-addons-secondary {
    border: 1px solid #747474;
    background: #ffffff;
    color: #181818;
}

.renewal-addons-selected-summary {
    background: #f7f9fb;
}

.renewal-addons-summary-head span {
    color: #5c5c5c;
    font-weight: 700;
}

.renewal-addons-empty {
    display: grid;
    gap: 4px;
    border: 1px dashed #c9c9c9;
    border-radius: 8px;
    color: #5c5c5c;
    padding: 16px;
}

.renewal-addons-line {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.renewal-addons-line span {
    display: block;
    color: #5c5c5c;
    font-size: 0.875rem;
}

.renewal-addons-total {
    padding-top: 16px;
    font-size: 1rem;
}

.renewal-addons-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
}

.renewal-addons-panel.is-open {
    display: block;
}

.renewal-addons-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 20, 35, 0.52);
}

.renewal-addons-panel__shell {
    position: absolute;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 48px rgba(8, 20, 35, 0.28);
}

.renewal-addons-panel__header,
.renewal-addons-panel__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 28px;
}

.renewal-addons-panel__footer {
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

.renewal-addons-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 28px;
}

.renewal-addons-tabs button {
    min-height: 36px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #ffffff;
    color: #181818;
    font-weight: 700;
    padding: 0 14px;
}

.renewal-addons-tabs button.is-active {
    border-color: #0176d3;
    background: #eef4ff;
    color: #0b5cab;
}

.renewal-addons-panel__body {
    overflow: auto;
    padding: 28px;
}

.renewal-addons-detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 92vw);
    overflow: auto;
    transform: translateX(102%);
    border-left: 1px solid #d8dde6;
    background: #ffffff;
    box-shadow: -12px 0 32px rgba(8, 20, 35, 0.16);
    padding: 24px;
    transition: transform 0.2s ease;
}

.renewal-addons-detail.is-open {
    transform: translateX(0);
}

.renewal-addons-detail__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.renewal-addons-detail h4 {
    margin: 2px 0 8px;
}

.renewal-addons-detail p[data-addon-detail-category] {
    color: #0b5cab;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.renewal-addons-detail ul {
    padding-left: 20px;
}

body.renewal-addons-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .renewal-addons-grid,
    .renewal-addons-grid--inline {
        grid-template-columns: 1fr;
    }

    .renewal-addons-panel__shell {
        inset: 10px;
    }

    .renewal-addons-panel__header,
    .renewal-addons-panel__footer {
        padding: 18px;
    }

    .renewal-addons-panel__body {
        padding: 18px;
    }
}

/* Tripleniners form 11 new-member add-ons prototype, 2026-05-14. */
.rsform-block-new-member-addons-inline,
.rsform-block-new-member-addons-selected-summary,
.rsform-block-explore-more-addons {
    max-width: 1072px;
    margin: 24px auto;
}

.new-member-addons-inline,
.new-member-addons-selected-summary {
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(24, 24, 24, 0.06);
    padding: 24px;
}

.new-member-addons-section-head,
.new-member-addons-summary-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.new-member-addons-section-head {
    display: block;
}

.new-member-addons-eyebrow {
    color: #0b5cab;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 4px;
    text-transform: uppercase;
}

.new-member-addons-section-head h3,
.new-member-addons-summary-head h3,
.new-member-addons-panel h3,
.new-member-addons-card h4 {
    color: #181818;
    letter-spacing: 0;
}

.new-member-addons-section-head h3,
.new-member-addons-summary-head h3 {
    font-size: 1.25rem;
    margin: 0 0 6px;
}

.new-member-addons-section-head p,
.new-member-addons-card p,
.new-member-addons-panel__header p {
    color: #5c5c5c;
}

.new-member-addons-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.new-member-addons-grid--inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.new-member-addons-card {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #d8dde6;
    border-radius: 8px;
    background: #ffffff;
    padding: 18px;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.new-member-addons-card.is-selected {
    border-color: #0176d3;
    box-shadow: 0 0 0 2px rgba(1, 118, 211, 0.16);
}

.new-member-addons-card__top,
.new-member-addons-card__footer,
.new-member-addons-line,
.new-member-addons-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.new-member-addons-pill {
    border-radius: 999px;
    background: #eef4ff;
    color: #0b5cab;
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1;
    padding: 7px 10px;
}

.new-member-addons-link,
.new-member-addons-close,
.new-member-addons-detail button[data-addon-detail-close] {
    border: 0;
    background: transparent;
    color: #0b5cab;
    font-weight: 700;
    padding: 4px;
}

.new-member-addons-toggle,
.new-member-addons-primary,
.new-member-addons-secondary,
.rsform-block-explore-more-addons button {
    min-height: 40px;
    border-radius: 4px;
    font-weight: 700;
    line-height: 1;
    padding: 0 18px;
}

.new-member-addons-toggle,
.new-member-addons-primary,
.rsform-block-explore-more-addons button {
    border: 1px solid #0176d3;
    background: #0176d3;
    color: #ffffff;
}

.new-member-addons-toggle.is-selected {
    background: #2e844a;
    border-color: #2e844a;
}

.new-member-addons-secondary {
    border: 1px solid #747474;
    background: #ffffff;
    color: #181818;
}

.new-member-addons-selected-summary {
    background: #f7f9fb;
}

.new-member-addons-summary-head span {
    color: #5c5c5c;
    font-weight: 700;
}

.new-member-addons-empty {
    display: grid;
    gap: 4px;
    border: 1px dashed #c9c9c9;
    border-radius: 8px;
    color: #5c5c5c;
    padding: 16px;
}

.new-member-addons-line {
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
}

.new-member-addons-line span {
    display: block;
    color: #5c5c5c;
    font-size: 0.875rem;
}

.new-member-addons-total {
    padding-top: 16px;
    font-size: 1rem;
}

.new-member-addons-panel {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 10050;
}

.new-member-addons-panel.is-open {
    display: block;
}

.new-member-addons-panel__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(8, 20, 35, 0.52);
}

.new-member-addons-panel__shell {
    position: absolute;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr) auto;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 16px 48px rgba(8, 20, 35, 0.28);
}

.new-member-addons-panel__header,
.new-member-addons-panel__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    border-bottom: 1px solid #e5e5e5;
    padding: 22px 28px;
}

.new-member-addons-panel__footer {
    align-items: center;
    justify-content: flex-end;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0;
}

.new-member-addons-tabs {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 28px;
}

.new-member-addons-tabs button {
    min-height: 36px;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #ffffff;
    color: #181818;
    font-weight: 700;
    padding: 0 14px;
}

.new-member-addons-tabs button.is-active {
    border-color: #0176d3;
    background: #eef4ff;
    color: #0b5cab;
}

.new-member-addons-panel__body {
    overflow: auto;
    padding: 28px;
}

.new-member-addons-detail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(420px, 92vw);
    overflow: auto;
    transform: translateX(102%);
    border-left: 1px solid #d8dde6;
    background: #ffffff;
    box-shadow: -12px 0 32px rgba(8, 20, 35, 0.16);
    padding: 24px;
    transition: transform 0.2s ease;
}

.new-member-addons-detail.is-open {
    transform: translateX(0);
}

.new-member-addons-detail__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.new-member-addons-detail h4 {
    margin: 2px 0 8px;
}

.new-member-addons-detail p[data-addon-detail-category] {
    color: #0b5cab;
    font-size: 0.78rem;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.new-member-addons-detail ul {
    padding-left: 20px;
}

body.new-member-addons-open {
    overflow: hidden;
}

@media (max-width: 900px) {
    .new-member-addons-grid,
    .new-member-addons-grid--inline {
        grid-template-columns: 1fr;
    }

    .new-member-addons-panel__shell {
        inset: 10px;
    }

    .new-member-addons-panel__header,
    .new-member-addons-panel__footer {
        padding: 18px;
    }

    .new-member-addons-panel__body {
        padding: 18px;
    }
}
/* Packet 4: exact Fishtank simulation banner modules */
.tnn-sim-banner-module--inactive,
.tnn-sim-banner[hidden],
.tnn-sim-banner--inactive {
    display: none !important;
}

.tnn-sim-banner {
    box-sizing: border-box;
    width: 100%;
    margin: 1.25rem 0 1.5rem;
    border: 1px solid #1f3a5f;
    border-radius: 4px;
    background: #152840;
    color: #ffffff;
    box-shadow: 0 10px 24px rgba(12, 30, 48, 0.18);
    overflow: hidden;
}

.tnn-sim-banner--billing {
    margin: 0.75rem 0 1.25rem;
    background: #10233a;
}

.tnn-sim-banner__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(10rem, 13.5rem);
    gap: 1.25rem;
    align-items: center;
    padding: 1.15rem 1.25rem;
}

.tnn-sim-banner--billing .tnn-sim-banner__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 1rem;
    padding: 0.95rem 1.1rem;
}

.tnn-sim-banner__copy {
    min-width: 0;
}

.tnn-sim-banner__greeting {
    margin: 0 0 0.35rem;
    color: #dce9f8;
    font-size: 0.9rem;
    line-height: 1.35;
}

.tnn-sim-banner__title {
    margin: 0;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 700;
}

.tnn-sim-banner--billing .tnn-sim-banner__title {
    font-size: 1.05rem;
}

.tnn-sim-banner__body,
.tnn-sim-banner__list {
    margin: 0.45rem 0 0;
    color: #eef5fb;
    font-size: 0.96rem;
    line-height: 1.45;
}

.tnn-sim-banner__list {
    display: grid;
    gap: 0.35rem;
    padding-left: 1.1rem;
}

.tnn-sim-banner__list li::marker {
    color: #7bd4c4;
}

.tnn-sim-banner__side {
    display: grid;
    justify-items: end;
    gap: 0.75rem;
}

.tnn-sim-banner__card,
.tnn-sim-banner__card--compact {
    display: grid;
    align-content: space-between;
    width: 8.8rem;
    min-height: 5.4rem;
    padding: 0.75rem;
    border-radius: 4px;
    background: linear-gradient(135deg, #f7fbff 0%, #d7e9f7 100%);
    color: #132c47;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.tnn-sim-banner__card--compact {
    width: 6.7rem;
    min-height: 4.2rem;
    padding: 0.6rem;
}

.tnn-sim-banner__card span,
.tnn-sim-banner__card--compact span {
    display: block;
    width: 2rem;
    height: 0.45rem;
    border-radius: 2px;
    background: #74b6d8;
}

.tnn-sim-banner__card strong,
.tnn-sim-banner__card--compact strong {
    display: block;
    font-size: 1.1rem;
    line-height: 1;
}

.tnn-sim-banner__card small,
.tnn-sim-banner__card--compact small {
    display: block;
    color: #49637c;
    font-size: 0.68rem;
    line-height: 1.1;
}

.tnn-sim-banner__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 8.5rem;
    min-height: 2.45rem;
    padding: 0.55rem 0.95rem;
    border: 1px solid #ffffff;
    border-radius: 4px;
    background: #ffffff;
    color: #10233a;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

.tnn-sim-banner__cta:hover,
.tnn-sim-banner__cta:focus {
    border-color: #dce9f8;
    background: #dce9f8;
    color: #10233a;
    text-decoration: none;
}

@media (max-width: 760px) {
    .tnn-sim-banner__inner,
    .tnn-sim-banner--billing .tnn-sim-banner__inner {
        grid-template-columns: 1fr;
    }

    .tnn-sim-banner__side {
        justify-items: start;
    }

    .tnn-sim-banner__card,
    .tnn-sim-banner__card--compact {
        display: none;
    }

    .tnn-sim-banner__cta {
        width: 100%;
    }
}

/* TNN_SIM_STATE_ENGINE_START */
.tnn-sim-banner-module[hidden],
.tnn-sim-banner-module--inactive,
.tnn-sim-banner[hidden],
.tnn-sim-banner--inactive,
.tnn-sim-portal-intro-module[hidden],
.tnn-sim-portal-intro-module--hidden {
  display: none !important;
}

.tnn-sim-banner-module--active,
.tnn-sim-banner--active {
  display: block;
}

.tnn-sim-setup {
  max-width: 980px;
  margin: 0 auto 2rem;
  padding: 1.5rem;
  border: 1px solid #d5dbe3;
  border-radius: 8px;
  background: #ffffff;
  color: #1d2633;
}

.tnn-sim-setup__header {
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.tnn-sim-setup__eyebrow {
  margin: 0 0 .25rem;
  font-size: .82rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #526477;
}

.tnn-sim-setup__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.tnn-sim-setup__panel {
  min-width: 0;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d5dbe3;
  border-radius: 8px;
}

.tnn-sim-setup__panel legend {
  padding: 0 .35rem;
  font-weight: 700;
}

.tnn-sim-setup__panel label {
  display: flex;
  gap: .5rem;
  align-items: flex-start;
  margin: .55rem 0;
}

.tnn-sim-setup__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.25rem;
}

.tnn-sim-setup__actions button {
  border: 1px solid #1f5f97;
  border-radius: 6px;
  padding: .62rem .8rem;
  background: #1f5f97;
  color: #ffffff;
  font-weight: 700;
}

.tnn-sim-setup__actions button[data-tnn-sim-clear] {
  border-color: #5f6b76;
  background: #5f6b76;
}

.tnn-sim-setup__status {
  min-height: 1.4rem;
  margin: 1rem 0 0;
  font-weight: 700;
}

@media (max-width: 800px) {
  .tnn-sim-setup__grid {
    grid-template-columns: 1fr;
  }
}
/* TNN_SIM_STATE_ENGINE_END */

/* TNN_PACKET10_MOBILE_OVERFLOW_CONTAINMENT_START */
/*
   Keep the custom Cassiopeia top menu inside narrow viewports.
   The desktop menu is intentionally preserved; this only removes
   inactive dropdown boxes from layout calculations and lets the
   top-level menu wrap when the viewport cannot hold the full row.
*/
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse:not(.mm-show) {
  display: none !important;
}

.mod-menu_dropdown-metismenu .metismenu-item.level-1.mm-active > .mm-collapse,
.mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse.mm-show {
  display: block !important;
}

@media (max-width: 900px) {
  .container-top-a,
  .top-a.no-card,
  .top-a.no-card.a-position-header {
    max-width: 100% !important;
    overflow-x: clip;
  }

  .top-a .mod-menu.mod-menu_dropdown-metismenu {
    flex-wrap: wrap !important;
    align-items: stretch;
    justify-content: center;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip;
  }

  .top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 {
    flex: 0 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.35rem 0.55rem !important;
  }

  .top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1:first-child {
    flex-basis: 100% !important;
    justify-content: center;
    margin-right: 0 !important;
    padding-right: 0.55rem !important;
  }

  .top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > a,
  .top-a .mod-menu.mod-menu_dropdown-metismenu > .metismenu-item.level-1 > .mod-menu__heading {
    max-width: 100%;
    min-width: 0;
    min-height: 36px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .mod-menu_dropdown-metismenu .metismenu-item.level-1.deeper.parent {
    flex-wrap: wrap;
  }

  .mod-menu_dropdown-metismenu .metismenu-item.level-1 > .mm-collapse {
    position: static;
    flex-basis: 100%;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    transform: none;
  }
	
}
/* TNN_PACKET10_MOBILE_OVERFLOW_CONTAINMENT_END */



/* TNN_PACKET11_MOBILE_NAV_PROGRESS_PARITY_START */

/* Progress: normalize non-six-step forms while preserving the Form 4 default. */
.progress-wrapper {
  max-width: calc(100vw - 2rem);
}

.progress-wrapper.progress-wrapper--steps-4 {
  width: min(760px, calc(100vw - 2rem));
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.progress-wrapper.progress-wrapper--steps-2 {
  width: min(380px, calc(100vw - 2rem));
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.progress-wrapper .step-name {
  white-space: normal;
}

@media (min-width: 641px) and (max-width: 900px) {
  .progress-wrapper {
    display: grid !important;
    width: min(720px, calc(100vw - 2rem));
    margin-bottom: 2.5rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .progress-wrapper.progress-wrapper--steps-4 {
    width: min(640px, calc(100vw - 2rem));
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .progress-wrapper.progress-wrapper--steps-2 {
    width: min(360px, calc(100vw - 2rem));
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .progress-step {
    width: min(88px, 100%);
  }

  .step-name {
    max-width: 92px;
    font-size: 11px;
    line-height: 1.25;
  }

  .step-separator {
    margin-left: -38px;
  }

  .step-separator::before {
    left: -52px;
    width: 120px;
  }

  .progress-wrapper.progress-wrapper--steps-4 .step-separator::before {
    width: 132px;
  }

  .progress-wrapper.progress-wrapper--steps-2 .step-separator::before {
    width: 142px;
  }
	
}

@media (max-width: 640px) {
  .progress-wrapper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto 1.35rem auto;
    text-align: center;
  }

  .progress-wrapper .progress-stage {
    display: none !important;
  }

  .progress-wrapper .progress-stage.is-current {
    display: block !important;
  }

  .progress-wrapper .progress-step {
    display: block;
    width: 100%;
  }

  .progress-wrapper .step-number {
    display: inline;
    width: auto;
    height: auto;
    margin: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #181818;
    font-weight: 700;
    line-height: 1.3;
  }

  .progress-wrapper .step-number::before {
    content: "[Step ";
  }

  .progress-wrapper .step-number::after {
    content: " of 6]";
  }

  .progress-wrapper.progress-wrapper--steps-4 .step-number::after {
    content: " of 4]";
  }

  .progress-wrapper.progress-wrapper--steps-2 .step-number::after {
    content: " of 2]";
  }

  .progress-wrapper .step-name {
    display: block;
    max-width: 100%;
    margin-top: 0.25rem;
    font-size: 12px;
    line-height: 1.3;
    white-space: normal;
  }

  .progress-wrapper .step-separator,
  .progress-wrapper .step-separator::before {
    display: none !important;
  }
	
.progress-stage.is-current .step-number {
    background: none;
    border-color: none;
    color: #2e2b2c;
}
	
	
}

/* Mobile navigation: production-like hamburger and right flyout. */
.tnn-mobile-nav-toggle,
.tnn-mobile-nav-backdrop,
.tnn-mobile-nav-drawer {
  display: none;
}

@media (max-width: 900px) {
  body.tnn-mobile-nav-ready .container-top-a > .top-a.no-card:not(.a-position-header) {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-height: 54px;
    padding: 0.4rem 1rem;
  }

  body.tnn-mobile-nav-ready .container-top-a > .top-a.no-card:not(.a-position-header) > .mod-menu_dropdown-metismenu {
    display: none !important;
  }

  .tnn-mobile-nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid #c8d0da;
    border-radius: 4px;
    background: #ffffff;
    color: #10233a;
    cursor: pointer;
  }

  .tnn-mobile-nav-toggle__bars,
  .tnn-mobile-nav-toggle__bars::before,
  .tnn-mobile-nav-toggle__bars::after {
    display: block;
    width: 20px;
    height: 2px;
    background: currentColor;
  }

  .tnn-mobile-nav-toggle__bars {
    position: relative;
  }

  .tnn-mobile-nav-toggle__bars::before,
  .tnn-mobile-nav-toggle__bars::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .tnn-mobile-nav-toggle__bars::before {
    top: -7px;
  }

  .tnn-mobile-nav-toggle__bars::after {
    top: 7px;
  }

  .tnn-mobile-nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 4900;
    background: rgba(0, 0, 0, 0.35);
    opacity: 0;
    pointer-events: none;
    transition: opacity 180ms ease;
  }

  .tnn-mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4910;
    display: block;
    width: min(360px, calc(100vw - 42px));
    max-width: 100%;
    overflow: hidden;
    transform: translateX(105%);
    background: #ffffff;
    box-shadow: -14px 0 36px rgba(16, 35, 58, 0.22);
    transition: transform 200ms ease;
  }

  body.tnn-mobile-nav-open {
    overflow: hidden;
  }

  body.tnn-mobile-nav-open .tnn-mobile-nav-backdrop {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }

  body.tnn-mobile-nav-open .tnn-mobile-nav-drawer {
    transform: translateX(0);
  }

  .tnn-mobile-nav__header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    min-height: 58px;
    padding: 0 1rem;
    border-bottom: 1px solid #d8dde6;
  }

  .tnn-mobile-nav__title {
    display: none;
    margin: 0;
    color: #10233a;
    font-size: 1rem;
    font-weight: 700;
  }

  .tnn-mobile-nav__close,
  .tnn-mobile-nav__back {
    min-width: 42px;
    min-height: 42px;
    border: 0;
    background: transparent;
    color: #10233a;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
  }

  .tnn-mobile-nav__back {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.35rem;
    width: 100%;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #eef1f5;
    font-size: 0.95rem;
    font-weight: 700;
    text-align: left;
  }

  .tnn-mobile-nav__panel--root .tnn-mobile-nav__list {
    padding-bottom: 0.75rem;
  }

  .tnn-mobile-nav__panels {
    position: relative;
    height: calc(100% - 58px);
    overflow: hidden;
  }

  .tnn-mobile-nav__panel {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    transform: translateX(102%);
    background: #ffffff;
    transition: transform 180ms ease;
  }

  .tnn-mobile-nav__panel.is-active {
    transform: translateX(0);
  }

  .tnn-mobile-nav__panel[data-panel="main"] {
    transform: translateX(-18%);
  }

  .tnn-mobile-nav__panel[data-panel="main"].is-active {
    transform: translateX(0);
  }

  .tnn-mobile-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .tnn-mobile-nav__link,
  .tnn-mobile-nav__drill {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 50px;
    padding: 0.85rem 1rem;
    border: 0;
    border-bottom: 1px solid #eef1f5;
    background: #ffffff;
    color: #10233a;
    font: inherit;
    font-size: 0.97rem;
    font-weight: 700;
    line-height: 1.25;
    text-align: left;
    text-decoration: none;
    cursor: pointer;
  }

  .tnn-mobile-nav__label {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 0.6rem;
  }

  .tnn-mobile-nav__label-text {
    min-width: 0;
  }

  .tnn-mobile-nav__item--profile .tnn-mobile-nav__drill {
    min-height: 58px;
  }

  .tnn-mobile-nav__profile-icon {
    display: inline-flex;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }

  .tnn-mobile-nav__profile-icon img,
  .tnn-mobile-nav__profile-icon svg,
  .tnn-mobile-nav__profile-icon-media {
    display: block;
    width: 24px !important;
    height: 24px !important;
    max-width: 24px !important;
    max-height: 24px !important;
  }

  .tnn-mobile-nav__profile-icon--empty {
    border: 1px solid #c8d0da;
    border-radius: 50%;
  }

  .tnn-mobile-nav__divider {
    display: block;
    height: 12px;
    margin: 0;
    padding: 0;
    background: #e1e4e8;
    border-top: 1px solid #d4d8de;
    border-bottom: 1px solid #d4d8de;
  }

  .tnn-mobile-nav__fake-action {
    appearance: none;
  }

  .tnn-mobile-nav__item--fake-action .tnn-mobile-nav__fake-action {
    font-weight: 700;
  }

  .tnn-mobile-nav__link:hover,
  .tnn-mobile-nav__link:focus,
  .tnn-mobile-nav__drill:hover,
  .tnn-mobile-nav__drill:focus {
    background: #eef4ff;
    color: #0b5cab;
    text-decoration: none;
  }

  .tnn-mobile-nav__chevron {
    margin-left: 1rem;
    font-size: 1.1rem;
  }
}

@media (max-width: 640px) {
  body.has-sidebar-left .site-grid > .container-sidebar-left {
    display: none !important;
  }

  body.has-sidebar-left .site-grid > .container-component {
    width: calc(100% - 2rem) !important;
    max-width: 960px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

/* TNN_PACKET11_MOBILE_NAV_PROGRESS_PARITY_END */
/* TNN_PACKET15_CHECKOUT_SUCCESS_ADDRESSES_START */
.tnn-checkout-success[hidden] {
  display: none !important;
}

.tnn-checkout-success__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 34%);
  gap: 1.25rem;
  align-items: start;
}

.tnn-checkout-success__next {
  min-width: 0;
}

.tnn-checkout-success__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1rem;
}

.tnn-checkout-success__receipt {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 1rem;
  border: 1px solid #d8dde6;
  border-radius: 6px;
  background: #f7f9fb;
}

.tnn-checkout-success__receipt div {
  display: grid;
  gap: .2rem;
}

.tnn-checkout-success__receipt dt {
  color: #5c5c5c;
  font-weight: 700;
}

.tnn-checkout-success__receipt dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.tnn-address-book__toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.tnn-address-book__toolbar h3 {
  margin: 0 0 .25rem;
  color: #2e2b2c;
  font-size: 1rem;
}

.tnn-address-book__toolbar p {
  margin: 0;
  color: #5c5c5c;
}

.tnn-address-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.tnn-address-card {
  min-width: 0;
  padding: 1rem;
  border: 1px solid #d8dde6;
  border-radius: 6px;
  background: #ffffff;
}

.tnn-address-card__top {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
  justify-content: space-between;
  margin-bottom: .75rem;
}

.tnn-address-card__top h4 {
  margin: 0;
  color: #2e2b2c;
  font-size: .98rem;
}

.tnn-address-card__top span {
  display: inline-flex;
  min-height: 1.55rem;
  align-items: center;
  border: 1px solid #b9c7d6;
  border-radius: 999px;
  padding: 0 .55rem;
  background: #eef4ff;
  color: #0b5cab;
  font-size: .78rem;
  font-weight: 700;
}

.tnn-address-card p {
  margin: 0 0 1rem;
  line-height: 1.5;
}

.tnn-address-card dl {
  display: grid;
  gap: .6rem;
  margin: 0;
}

.tnn-address-card dl div {
  display: grid;
  gap: .15rem;
}

.tnn-address-card dt {
  color: #0076be;
  font-weight: 700;
}

.tnn-address-card dd {
  margin: 0;
  color: #2e2b2c;
}

.tnn-address-save-status {
  margin: 1rem 0 0;
  padding: .75rem .9rem;
  border: 1px solid #badbcc;
  border-radius: 4px;
  background: #d1e7dd;
  color: #0f5132;
  font-weight: 700;
}

.tnn-address-save-status[hidden] {
  display: none !important;
}

.tnn-address-modal-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
}

.tnn-address-modal-grid label {
  display: grid;
  gap: .35rem;
  color: #2e2b2c;
  font-weight: 700;
}

.tnn-address-modal-grid input,
.tnn-address-modal-grid select {
  min-width: 0;
  width: 100%;
  min-height: 38px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  padding: .45rem .55rem;
  font: inherit;
}

.tnn-address-modal-grid__wide {
  grid-column: 1 / -1;
  display: flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: .5rem !important;
}

.tnn-address-modal-grid__wide input {
  width: auto;
  min-height: 0;
}

@media (max-width: 760px) {
  .tnn-checkout-success__grid,
  .tnn-address-grid,
  .tnn-address-modal-grid {
    grid-template-columns: 1fr;
  }

  .tnn-address-book__toolbar .profile-change-button,
  .tnn-checkout-success__actions .btn {
    width: 100%;
  }
}
/* TNN_PACKET15_CHECKOUT_SUCCESS_ADDRESSES_END */

/* TNN_PACKET49_FORM13_GRID_LAYOUT_START */
#userForm.f13-checkout-state-reader.tnn-checkout-layout-ready > h2 {
  display: none;
}

#userForm.f13-checkout-state-reader .tnn-checkout-grid-row {
  align-items: flex-start;
}

#userForm.f13-checkout-state-reader .tnn-checkout-hidden-state-row {
  display: none;
}

#userForm.f13-checkout-state-reader .tnn-checkout-summary-col,
#userForm.f13-checkout-state-reader .tnn-checkout-payment-col {
  min-width: 0;
}

#userForm.f13-checkout-state-reader .tnn-checkout-success.card {
  border-color: #d8dde6;
  border-radius: 4px;
  box-shadow: none;
}

#userForm.f13-checkout-state-reader .tnn-checkout-heading {
  margin: 0 0 1rem;
  color: #2e2b2c;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

#userForm.f13-checkout-state-reader .tripleniners-checkout-summary {
  margin-bottom: 1rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-groups {
  display: grid;
  gap: .85rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due {
  min-width: 0;
  border: 1px solid #d8dde6;
  border-radius: 4px;
  background: #ffffff;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group__header,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due h4 {
  margin: 0;
  padding: .85rem 1rem;
  border-bottom: 1px solid #d8dde6;
  background: #f3f4f6;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group__header h4,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due h4 {
  margin: 0;
  color: #2e2b2c;
  font-size: 1rem;
  font-weight: 700;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group__lines {
  display: grid;
}

#userForm.f13-checkout-state-reader .tnn-checkout-line,
#userForm.f13-checkout-state-reader .tnn-checkout-group__total,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .75rem;
  align-items: start;
  padding: .75rem 1rem;
  border-top: 1px solid #eef0f2;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group__lines .tnn-checkout-line:first-child {
  border-top: 0;
}

#userForm.f13-checkout-state-reader .tnn-checkout-line__copy {
  min-width: 0;
  display: grid;
  gap: .2rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-line__copy strong {
  color: #2e2b2c;
  font-weight: 700;
}

#userForm.f13-checkout-state-reader .tnn-checkout-line__copy span,
#userForm.f13-checkout-state-reader .tnn-checkout-empty {
  color: #5c5c5c;
  font-size: .9rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-line__amount,
#userForm.f13-checkout-state-reader .tnn-checkout-group__total strong,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due strong {
  color: #2e2b2c;
  font-weight: 700;
  text-align: right;
  white-space: nowrap;
}

#userForm.f13-checkout-state-reader .tnn-checkout-empty {
  margin: 0;
  padding: .75rem 1rem;
  border-top: 1px solid #eef0f2;
}

#userForm.f13-checkout-state-reader .tnn-checkout-group__total,
#userForm.f13-checkout-state-reader .tnn-checkout-amount-due__total {
  border-top-color: #c9cfd8;
  background: #fbfbfc;
}

#userForm.f13-checkout-state-reader [data-checkout-return-row] {
  display: flex;
  justify-content: flex-start;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #d8dde6;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col {
  border: 1px solid #d8dde6;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-row {
  margin-bottom: .85rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-row:last-child {
  margin-bottom: 0;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block {
  min-width: 0;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .tnn-checkout-payment-note {
  margin: 0;
  padding-bottom: .75rem;
  border-bottom: 1px solid #d8dde6;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .tnn-checkout-payment-note p {
  display: none;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .tnn-checkout-payment-note h3,
#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-billing-address-heading h3 {
  margin: 0;
  color: #2e2b2c;
  font-size: 1rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-billing-address-heading {
  margin-top: .35rem;
  padding-top: .85rem;
  border-top: 1px solid #d8dde6;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .form-check {
  min-width: 0;
  margin-bottom: .45rem;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .form-check-label {
  overflow-wrap: anywhere;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .formControls,
#userForm.f13-checkout-state-reader .tnn-checkout-payment-col input,
#userForm.f13-checkout-state-reader .tnn-checkout-payment-col select,
#userForm.f13-checkout-state-reader .tnn-checkout-payment-col textarea {
  min-width: 0;
  max-width: 100%;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-pay-now .formControls {
  display: flex;
  justify-content: flex-end;
}

#userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-pay-now .btn {
  min-width: 8.5rem;
}

@media (max-width: 520px) {
  #userForm.f13-checkout-state-reader .tnn-checkout-line,
  #userForm.f13-checkout-state-reader .tnn-checkout-group__total,
  #userForm.f13-checkout-state-reader .tnn-checkout-amount-due div {
    grid-template-columns: 1fr;
    gap: .25rem;
  }

  #userForm.f13-checkout-state-reader .tnn-checkout-line__amount,
  #userForm.f13-checkout-state-reader .tnn-checkout-group__total strong,
  #userForm.f13-checkout-state-reader .tnn-checkout-amount-due strong {
    text-align: left;
    white-space: normal;
  }

  #userForm.f13-checkout-state-reader .tnn-checkout-payment-col {
    padding: .85rem;
  }

  #userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-pay-now .formControls,
  #userForm.f13-checkout-state-reader [data-checkout-return-row] {
    display: grid !important;
    justify-content: stretch;
  }

  #userForm.f13-checkout-state-reader .tnn-checkout-payment-col .rsform-block-pay-now .btn,
  #userForm.f13-checkout-state-reader [data-checkout-return] {
    width: 100%;
  }
}
/* TNN_PACKET49_FORM13_GRID_LAYOUT_END */

/* TNN_PACKET52B_PAYMENT_SUCCESS_ROUTE_START */
.tnn-payment-success {
  width: min(100%, 980px);
  margin: 0 auto 3rem;
  color: #2e2b2c;
  overflow-wrap: anywhere;
}

.tnn-payment-success__hero {
  margin: 0 auto 1.5rem;
  padding: 1rem 0 .5rem;
}

.tnn-payment-success__hero h1 {
  margin: 0 0 .65rem;
  color: #1f2a33;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  line-height: 1.08;
}

.tnn-payment-success__hero .lead {
  max-width: 42rem;
  margin: 0 auto;
  color: #4f5f6b;
}

.tnn-payment-success__eyebrow {
  margin: 0 0 .45rem;
  color: #647383;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tnn-payment-success__complete {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 32%);
  gap: 1.25rem;
  align-items: stretch;
  margin-bottom: 1.25rem;
  padding: 1.35rem;
  border-radius: 6px;
  background: #20313f;
  color: #ffffff;
}

.tnn-payment-success__complete h2 {
  margin: 0 0 .75rem;
  color: #ffffff;
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.2;
}

.tnn-payment-success__complete p,
.tnn-payment-success__complete li {
  color: #eef4f8;
}

.tnn-payment-success__complete a {
  color: #bfe7ff;
}

.tnn-payment-success__checklist {
  display: grid;
  gap: .65rem;
  margin: 0;
  padding-left: 1.2rem;
}

.tnn-payment-success__primary-actions,
.tnn-payment-success__receipt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem;
  margin-top: 1.1rem;
}

.tnn-payment-success__member-card {
  display: grid;
  align-content: space-between;
  min-width: 0;
  min-height: 190px;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 6px;
  background: linear-gradient(145deg, #ffffff, #e7f1f6);
  color: #1f2a33;
  box-shadow: 0 16px 32px rgba(0, 0, 0, .18);
}

.tnn-payment-success__member-card strong {
  display: block;
  font-size: 1.35rem;
  line-height: 1.15;
}

.tnn-payment-success__member-card-kicker,
.tnn-payment-success__member-id {
  color: #5a6a76;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.tnn-payment-success__receipt {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border: 1px solid #d8dde6;
  border-radius: 6px;
  background: #ffffff;
}

.tnn-payment-success__receipt h2 {
  margin: 0;
  color: #1f2a33;
  font-size: 1.35rem;
  font-weight: 800;
}

.tnn-payment-success__receipt-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .8rem;
  margin: 0;
}

.tnn-payment-success__receipt-grid div {
  min-width: 0;
  padding: .85rem;
  border-radius: 6px;
  background: #f7f9fb;
}

.tnn-payment-success__receipt-grid dt {
  color: #647383;
  font-size: .8rem;
  font-weight: 800;
}

.tnn-payment-success__receipt-grid dd {
  margin: .15rem 0 0;
  color: #1f2a33;
  font-weight: 700;
}

@media (max-width: 760px) {
  .tnn-payment-success {
    margin-bottom: 2rem;
  }

  .tnn-payment-success__complete,
  .tnn-payment-success__receipt-grid {
    grid-template-columns: 1fr;
  }

  .tnn-payment-success__complete {
    padding: 1rem;
  }

  .tnn-payment-success__primary-actions .btn,
  .tnn-payment-success__receipt-actions .btn {
    width: 100%;
  }
}
/* TNN_PACKET52B_PAYMENT_SUCCESS_ROUTE_END */
