/*
 * Shared visual styles for the HVCS demo pages.
 * Source: extracted from index.php, login.php, intro.php, and question.php.
 * Edit this file for future visual changes instead of inline <style> blocks.
 */

/* ===== index.php inline style 1 ===== */

        html.fontSizeSmall {
            font-size: 90%;
        }

        html.fontSizeMedium {
            font-size: 100%;
        }

        html.fontSizeLarge {
            font-size: 110%;
        }

        body.page-index .news_type {
            margin-left: .4rem;
            white-space: nowrap;
        }

        body.page-index .bulletinAccordion {
            display: grid;
            gap: .75rem;
        }

        body.page-index .bulletinAccordion .accordion-item {
            border: 1px solid rgba(0, 0, 0, .12);
            border-radius: 8px;
            overflow: hidden;
        }

        body.page-index .bulletinAccordion .accordion-button {
            align-items: center;
            background: transparent;
            box-shadow: none;
            display: grid;
            gap: .45rem 1rem;
            grid-template-columns: minmax(0, 1fr) auto;
            padding: 1rem 1.15rem;
        }

        body.page-index .bulletinAccordion .accordion-button:not(.collapsed) {
            background: transparent;
            color: #000;
        }

        body.page-index .bulletinAccordion .accordion-button::after {
            display: none;
        }

        body.page-index .bulletinAccordion .accordion-button:focus {
            border-color: transparent;
            box-shadow: none;
        }

        body.page-index .bulletinSummary {
            display: grid;
            gap: .35rem;
            min-width: 0;
            text-align: left;
            transition: transform .2s ease;
        }

        body.page-index .bulletinMeta {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
        }

        body.page-index .bulletinDate {
            color: #000;
            font-size: .95rem;
            font-weight: 700;
        }

        body.page-index .bulletinBadge {
            background: transparent;
            border: 1px solid #000;
            border-radius: 0;
            color: #000;
            display: inline-flex;
            font-size: .85rem;
            font-weight: 700;
            line-height: 1;
            padding: .35rem .55rem;
        }

        body.page-index .bulletinTitle {
            color: #000;
            font-size: 1.12rem;
            font-weight: 700;
            line-height: 1.45;
            overflow-wrap: anywhere;
        }

        body.page-index .bulletinAction {
            align-items: center;
            background: transparent;
            border-radius: 0;
            color: #777;
            display: inline-flex;
            font-size: 1.35rem;
            font-weight: 400;
            gap: .4rem;
            min-height: 40px;
            justify-content: flex-end;
            line-height: 1;
            min-width: 1.5rem;
            padding: 0;
            transition: color .2s ease, transform .2s ease;
            white-space: nowrap;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:hover .bulletinAction,
body.page-index .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinAction,
body.page-index .announcementSection .bulletinAccordion .accordion-button:focus-visible .bulletinAction {
            color: #333;
            transform: translateX(.2rem);
        }

        body.page-index .bulletinChevron {
            display: inline-block;
            font-family: Arial, sans-serif;
            transition: transform .2s ease;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinChevron {
            transform: rotate(90deg);
        }

        body.page-index .bulletinAccordion .accordion-body {
            background: transparent;
            border-top: 0;
            padding: 1.15rem 1.25rem 1.25rem;
        }

        body.page-index .bulletinContent,
body.page-index .bulletin-content {
            color: #333;
            font-size: 1rem;
            line-height: 1.8;
        }

        body.page-index .bulletinContent p,
body.page-index .bulletin-content p {
            margin: 0 0 .75rem;
        }

        body.page-index .bulletinContent a,
body.page-index .bulletin-content a {
            color: #0d6efd;
            overflow-wrap: anywhere;
            text-decoration: underline;
        }

/* ===== index.php inline style 2 ===== */
body.page-index {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        body.page-index .announcementContainer {
            margin: 0 auto !important;
            max-width: 1180px !important;
            padding: clamp(1.5rem, 4vw, 3rem) clamp(1rem, 3vw, 1.5rem) 0 !important;
            width: 100% !important;
        }

        body.page-index .announcementContainer .row {
            --bs-gutter-x: 0;
            margin-left: 0;
            margin-right: 0;
        }

        body.page-index .bsb-navbar {
            background: #fff;
            position: relative;
            z-index: 7000;
        }

        body.page-index .bsb-navbar .navMobile {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 0 1rem;
            justify-content: space-between !important;
            max-width: none;
            overflow: visible;
            padding: 1.25rem 0 0;
            position: relative;
            width: 100%;
        }

        body.page-index .navLogo {
            flex: 1 1 auto;
            padding-left: max(1rem, calc((100vw - 1140px) / 2));
        }

        body.page-index .navLogo img {
            display: block;
            max-width: min(420px, 68vw);
            position: relative;
            transform: scale(1.24);
            transform-origin: left center;
            width: 100%;
            z-index: 2;
        }

        body.page-index .navTopLinks {
            align-items: center;
            display: flex;
            flex: 0 0 auto;
            flex-wrap: wrap;
            gap: .35rem .75rem;
            justify-content: flex-end;
            margin-right: max(1rem, calc((100vw - 1140px) / 2));
            overflow: visible;
            position: relative;
            z-index: 10000;
        }

        body.page-index .navTopLinks a,
body.page-index .navTopLinks span,
body.page-index .navTopLinks button {
            background: transparent;
            border: 0;
            color: #444 !important;
            display: inline-flex;
            font-size: .95rem;
            font-weight: 400;
            line-height: 1.2;
            padding: .35rem 0;
            text-decoration: none;
        }

        body.page-index .navTopLinks a:hover,
body.page-index .navTopLinks a:focus,
body.page-index .navTopLinks button:hover,
body.page-index .navTopLinks button:focus {
            color: #444 !important;
            text-decoration: underline;
            text-underline-offset: .25rem;
        }

        body.page-index .navTopLinks .accesskey {
            font-size: .82rem;
            letter-spacing: 0;
        }

        body.page-index .navTopLinks .topLoginButton {
            align-items: center;
            background: #fff;
            border: 1px solid #cfcfcf;
            border-radius: 6px;
            color: #4a4a4a !important;
            line-height: 1;
            min-height: 30px;
            padding: .35rem .9rem;
        }

        body.page-index .navTopLinks .topLoginButton:hover,
body.page-index .navTopLinks .topLoginButton:focus {
            background: #f5f5f5;
            color: #444 !important;
            text-decoration: none;
        }

        body.page-index .fontSizeControl {
            align-items: center;
            display: inline-flex;
            position: relative;
            z-index: 10001;
        }

        body.page-index .fontSizeToggle {
            align-items: center;
            cursor: pointer;
            gap: .25rem;
            white-space: nowrap;
        }

        body.page-index .fontSizeToggle::after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid #444;
            content: "";
            display: inline-block;
            margin-left: .1rem;
        }

        body.page-index .fontSizeMenu {
            background: #fff;
            border: 1px solid #d8d8d8;
            box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
            display: none !important;
            flex-direction: column;
            min-width: 4.5rem;
            padding: .25rem 0;
            position: fixed;
            z-index: 2147483647;
        }

        body.page-index .fontSizeMenu.isPositioning {
            display: flex !important;
            left: 0;
            top: 0;
            visibility: hidden;
        }

        body.page-index .fontSizeMenu.isOpen {
            display: flex !important;
        }

        body.page-index .fontSizeMenu button {
            background: transparent;
            border: 0;
            color: #444 !important;
            display: flex !important;
            font-size: .95rem;
            font-weight: 400;
            line-height: 1.2;
            justify-content: center;
            padding: .5rem .8rem;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            width: 100%;
        }

        body.page-index .fontSizeMenu button:hover,
body.page-index .fontSizeMenu button:focus {
            background: #f2f2f2;
            text-decoration: none;
        }

        body.page-index .fontSizeMenu button[aria-pressed="true"] {
            font-weight: 700;
        }

        body.page-index .mobileMenuPanel {
            display: none;
        }

        body.page-index .mobileMenuTrigger {
            display: none !important;
        }

        body.page-index .mobileMenuTrigger .btn {
            align-items: center;
            color: #444 !important;
            display: inline-flex;
            height: 44px;
            justify-content: center;
            padding: 0;
            width: 44px;
        }

        body.page-index .hamburgerIcon {
            display: inline-flex;
            flex-direction: column;
            gap: 5px;
            width: 26px;
        }

        body.page-index .hamburgerIcon span {
            background: #444;
            display: block;
            height: 3px;
            width: 100%;
        }

        @media (min-width: 768px) {
            body.page-index .mobileMenuTrigger {
                display: none !important;
            }

            body.page-index .bsb-navbar #offcanvasNavbar {
                bottom: auto !important;
                display: block;
                flex: 0 0 auto;
                height: calc(56px + 1.15rem) !important;
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
                max-width: none;
                min-height: 0 !important;
                overflow: visible !important;
                position: relative;
                top: auto !important;
                transform: none !important;
                visibility: visible !important;
                width: 100vw !important;
                z-index: 8000;
            }

            body.page-index .bsb-navbar .offcanvas-body {
                background: #444;
                margin-top: 1.15rem;
                overflow: visible !important;
                padding: 0;
                position: relative;
                width: 100vw;
                z-index: 8000;
            }

            body.page-index .bsb-navbar #offcanvasNavbar .offcanvas-header {
                display: none;
            }

            body.page-index .bsb-navbar .navbar-nav,
body.page-index .bsb-navbar .nav-item {
                overflow: visible !important;
            }
        }

        body.page-index .bsb-navbar .navbar-nav {
            align-items: stretch;
            display: flex;
            justify-content: center !important;
            margin: 0 auto;
            max-width: 1440px;
            width: 100%;
        }

        body.page-index .bsb-navbar .nav-item {
            align-items: stretch;
            display: flex;
            padding-left: 0 !important;
            padding-right: 0 !important;
            position: relative;
        }

        body.page-index .bsb-navbar .navbar-nav .nav-link {
            align-items: center;
            color: #fff !important;
            display: flex;
            font-size: 1.15rem;
            font-weight: 400;
            justify-content: center;
            letter-spacing: 1px;
            min-height: 56px;
            padding: .85rem 1.45rem !important;
            position: relative;
            text-decoration: none;
            transition: background .2s ease;
        }

        body.page-index .bsb-navbar .navbar-nav .nav-link::after {
            background: #fff;
            bottom: 0;
            content: "";
            height: 3px;
            left: 1.45rem;
            opacity: 0;
            position: absolute;
            right: 1.45rem;
            transition: opacity .2s ease;
        }

        body.page-index .bsb-navbar .navbar-nav .nav-link:hover,
body.page-index .bsb-navbar .navbar-nav .nav-link:focus,
body.page-index .bsb-navbar .navbar-nav .nav-link.show {
            background: #4a4a4a;
            color: #fff !important;
        }

        body.page-index .bsb-navbar .navbar-nav .nav-link:hover::after,
body.page-index .bsb-navbar .navbar-nav .nav-link:focus::after,
body.page-index .bsb-navbar .navbar-nav .nav-link.show::after {
            opacity: 1;
        }

        body.page-index .bsb-navbar .navbar-nav .nav-link:focus-visible {
            outline: 2px solid var(--hvcs-yellow);
            outline-offset: -4px;
        }

        body.page-index .bsb-navbar .caret {
            display: none;
        }

        body.page-index .bsb-navbar .dropdown-menu {
            background: #444;
            border: 0 !important;
            border-radius: 0;
            left: 0;
            margin-top: 0 !important;
            min-width: 240px;
            padding: .6rem 0;
            top: 100% !important;
            transform: none !important;
            z-index: 30;
        }

        @media (min-width: 768px) {
            body.page-index .bsb-navbar .dropdown:hover > .dropdown-menu,
body.page-index .bsb-navbar .dropdown:focus-within > .dropdown-menu,
body.page-index .bsb-navbar .dropdown > .nav-link.show + .dropdown-menu,
body.page-index .bsb-navbar .dropdown > .dropdown-menu.show {
                display: block !important;
                margin-top: 0 !important;
                opacity: 1 !important;
                pointer-events: auto;
                top: 100% !important;
                visibility: visible !important;
                z-index: 9000;
            }
        }

        body.page-index .bsb-navbar .dropdown-item {
            color: #fff !important;
            font-size: 1rem !important;
            font-weight: 400 !important;
            line-height: 1.5;
            padding: .75rem 1.2rem;
        }

        body.page-index .bsb-navbar .dropdown-item:hover,
body.page-index .bsb-navbar .dropdown-item:focus {
            background: #4a4a4a;
            color: #fff !important;
        }

        @media (max-width: 1199.98px) {
            body.page-index .bsb-navbar .navMobile {
                gap: .85rem;
                justify-content: center !important;
            }

            body.page-index .navLogo {
                flex: 0 0 100%;
                padding-left: 1rem;
                padding-right: 1rem;
            }

            body.page-index .navLogo img {
                margin: 0 auto;
                max-width: min(420px, 82vw);
                transform-origin: center center;
            }

            body.page-index .navTopLinks {
                flex: 0 1 100%;
                justify-content: center;
                margin: .75rem 1rem 0;
                max-width: calc(100vw - 2rem);
            }
        }

        @media (max-width: 767.98px) {
            body.page-index .bsb-navbar {
                height: auto !important;
                min-height: 0 !important;
            }

            body.page-index .bsb-navbar .navMobile {
                align-items: center;
                flex-wrap: nowrap;
                gap: .75rem;
                justify-content: space-between !important;
                min-height: 0 !important;
                padding: .85rem 1rem;
            }

            body.page-index .navLogo {
                box-sizing: border-box;
                flex: 0 0 100%;
                min-width: 0;
                order: 1;
                padding: 0 4rem 0 0;
            }

            body.page-index .navLogo img {
                margin: 0;
                max-width: min(300px, calc(100vw - 8rem));
                transform: scale(1.13);
                transform-origin: left center;
            }

            body.page-index .navTopLinks {
                display: none !important;
            }

            body.page-index .mobileMenuTrigger {
                align-items: center;
                display: block !important;
                height: 44px;
                margin: 0 !important;
                order: 2;
                position: absolute;
                right: 1rem;
                top: 50%;
                transform: translateY(-50%);
                width: 44px;
                z-index: 5;
            }

            body.page-index .bsb-navbar #offcanvasNavbar {
                display: none !important;
            }

            body.page-index .mobileMenuPanel {
                background: #444 !important;
                box-sizing: border-box;
                color: #fff !important;
                display: none;
                flex-direction: column;
                height: 100vh;
                height: 100dvh;
                inset: 0;
                min-height: 100vh;
                min-height: 100dvh;
                overflow-y: auto;
                position: fixed;
                width: 100vw;
                z-index: 100000;
            }

            body.page-index .mobileMenuPanel * {
                box-sizing: border-box;
            }

            body.page-index.mobileMenuOpen {
                overflow: hidden;
            }

            body.page-index.mobileMenuOpen #sb-site {
                height: 100vh;
                height: 100dvh;
                overflow: hidden;
            }

            body.page-index.mobileMenuOpen .mobileMenuPanel {
                display: flex;
            }

            body.page-index .mobileMenuHeader {
                align-items: center;
                background: #444 !important;
                display: flex;
                flex: 0 0 auto;
                justify-content: flex-end;
                min-height: 72px;
                padding: 1rem 1.25rem;
            }

            body.page-index .mobileMenuClose {
                align-items: center;
                background: transparent;
                border: 0;
                display: inline-flex;
                height: 44px;
                justify-content: center;
                padding: 0;
                position: relative;
                width: 44px;
            }

            body.page-index .mobileMenuClose::before,
body.page-index .mobileMenuClose::after {
                background: rgba(255, 255, 255, .75);
                content: "";
                height: 3px;
                position: absolute;
                width: 34px;
            }

            body.page-index .mobileMenuClose::before {
                transform: rotate(45deg);
            }

            body.page-index .mobileMenuClose::after {
                transform: rotate(-45deg);
            }

            body.page-index .mobileMenuMain {
                background: #444 !important;
                flex: 0 0 auto;
            }

            body.page-index .mobileMenuItem,
body.page-index .mobileMenuLink {
                background: #444 !important;
                border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            body.page-index .mobileMenuButton,
body.page-index .mobileMenuLink {
                align-items: center;
                appearance: none;
                background: #444 !important;
                border: 0 !important;
                color: #fff !important;
                display: flex !important;
                font-size: 1.45rem !important;
                font-weight: 400;
                justify-content: space-between;
                line-height: 1.3 !important;
                list-style: none;
                min-height: 88px !important;
                padding: 1.35rem 1.5rem !important;
                text-align: left;
                text-decoration: none;
                width: 100%;
            }

            body.page-index .mobileMenuButton::after {
                border: solid #fff;
                border-width: 0 3px 3px 0;
                content: "";
                height: .65rem;
                transform: rotate(45deg);
                transition: transform .2s ease;
                width: .65rem;
            }

            body.page-index .mobileMenuItem.isOpen .mobileMenuButton {
                background: #4a4a4a !important;
            }

            body.page-index .mobileMenuButton[aria-expanded="true"]::after {
                transform: rotate(-135deg);
            }

            body.page-index .mobileSubMenu {
                background: #2f2f2f !important;
                padding: .25rem 0 !important;
            }

            body.page-index .mobileSubMenu[hidden] {
                display: none !important;
            }

            body.page-index .mobileSubMenu a,
body.page-index .mobileSubMenu span {
                background: #2f2f2f !important;
                border-top: 1px solid rgba(255, 255, 255, .08) !important;
                color: #fff !important;
                display: block !important;
                font-size: 1rem;
                line-height: 1.4;
                padding: .85rem 1.5rem .85rem 2.25rem;
                text-decoration: none;
            }

            body.page-index .mobileSubMenu a:hover,
body.page-index .mobileSubMenu a:focus,
body.page-index .mobileMenuLink:hover,
body.page-index .mobileMenuLink:focus {
                background: #4a4a4a !important;
                color: #fff !important;
            }

            body.page-index .mobileUtilityGrid {
                background: #444 !important;
                border-top: 1px solid rgba(255, 255, 255, .18) !important;
                display: grid !important;
                gap: .75rem;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: auto;
                padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
            }

            body.page-index .mobileUtilityGrid a,
body.page-index .mobileUtilityGrid span,
body.page-index .mobileFontSizeBox {
                align-items: center;
                background: rgba(255, 255, 255, .88) !important;
                border-radius: 4px;
                color: #444 !important;
                display: flex !important;
                font-size: 1.05rem;
                justify-content: center;
                min-height: 54px;
                padding: .75rem .5rem;
                text-align: center;
                text-decoration: none;
            }

            body.page-index .mobileFontSizeBox {
                gap: .55rem;
                grid-column: 1 / -1;
            }

            body.page-index .mobileFontSizeBox span {
                background: transparent !important;
                min-height: 0;
                padding: 0;
            }

            body.page-index .mobileFontSizeBox button {
                background: transparent;
                border: 0;
                color: #444;
                font: inherit;
                padding: .15rem .35rem;
            }

            body.page-index .mobileFontSizeBox button[aria-pressed="true"] {
                font-weight: 700;
                text-decoration: underline;
                text-underline-offset: .2rem;
            }
        }

        body.page-index .announcementSection,
body.page-index .announcementListWrap {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        body.page-index .announcementListWrap {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            margin: 0 auto !important;
            max-width: none;
            padding: 0 !important;
            width: 100%;
        }

        body.page-index .announcementHeader {
            background: transparent !important;
            border-bottom: 0;
            margin: 0 0 1.25rem !important;
            padding: 0 !important;
            text-align: center;
        }

        body.page-index .announcementTitle {
            background: transparent !important;
            border: 0 !important;
            color: #000;
            display: block;
            font-size: clamp(1.75rem, 3.4vw, 2.4rem);
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.3;
            margin: 0 !important;
            padding: 0 !important;
            position: relative;
            text-align: center;
        }

        body.page-index .announcementTitle::after {
            background: #444;
            content: "";
            display: block;
            height: 4px;
            margin: .45rem auto 0;
            width: 60px;
        }

        body.page-index .announcementSection .bulletinAccordion {
            border-top: 0;
            display: grid;
            gap: 1rem;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-item {
            background: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            overflow: hidden;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button {
            align-items: center;
            background: #fff;
            color: #000;
            min-height: 116px;
            overflow: hidden;
            padding: 1.35rem 1.5rem 1.35rem 1.7rem;
            position: relative;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button::before {
            background: #444;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scaleX(1);
            transform-origin: center;
            transition: width .2s ease;
            width: 6px;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:hover,
body.page-index .announcementSection .bulletinAccordion .accordion-button:not(.collapsed),
body.page-index .announcementSection .bulletinAccordion .accordion-button:focus-visible {
            background: #f7f7f7;
            color: #000;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:hover::before,
body.page-index .announcementSection .bulletinAccordion .accordion-button:not(.collapsed)::before,
body.page-index .announcementSection .bulletinAccordion .accordion-button:focus-visible::before {
            width: 10px;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:focus {
            box-shadow: none;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:focus-visible {
            outline: 2px solid #000;
            outline-offset: -3px;
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-button:hover .bulletinSummary,
body.page-index .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinSummary,
body.page-index .announcementSection .bulletinAccordion .accordion-button:focus-visible .bulletinSummary {
            transform: translateX(.45rem);
        }

        body.page-index .announcementSection .bulletinAccordion .accordion-body {
            background: #fff;
            border-top: 1px solid #eeeeee;
            padding: 1.1rem 1.6rem 1.45rem 1.7rem;
        }

        body.page-index .announcementSection .bulletin-content {
            border-left: 3px solid #444;
            font-size: 1.08rem;
            padding-left: 1rem;
        }

        body.page-index .announcementSection .bulletinDate {
            color: #444;
            font-size: 1.18rem;
            font-weight: 400;
        }

        body.page-index .announcementSection .bulletinBadge {
            background: #c62828;
            border-color: #c62828;
            color: #fff;
            font-size: .95rem;
            padding: .42rem .65rem;
        }

        body.page-index .announcementSection .bulletinTitle {
            font-size: 1.45rem;
            font-weight: 400;
            line-height: 1.42;
        }

        body.page-index .announcementSection .bulletin-content a {
            color: #000;
            text-decoration: underline;
        }

        body.page-index .photoblock {
            background: #eaf6fb;
            height: auto;
            isolation: isolate;
            min-height: 0;
            overflow: hidden;
            position: relative;
        }

        body.page-index .springBannerVideo {
            aspect-ratio: 2560 / 700;
            display: block;
            height: auto;
            object-fit: contain;
            width: 100%;
        }

        body.page-index .springVideoToggle {
            align-items: center;
            background: rgba(0, 0, 0, .78);
            border: 2px solid #fff;
            border-radius: 6px;
            color: #fff;
            display: inline-flex;
            font-size: 1rem;
            font-weight: 700;
            gap: .45rem;
            line-height: 1.2;
            min-height: 44px;
            padding: .55rem .8rem;
            position: absolute;
            right: 1rem;
            top: 1rem;
            z-index: 2;
        }

        body.page-index .springVideoIcon {
            color: currentColor;
            display: inline-block;
            flex: 0 0 auto;
            height: .9rem;
            position: relative;
            width: .9rem;
        }

        body.page-index .springVideoIcon::before,
body.page-index .springVideoIcon::after {
            background: currentColor;
            border-radius: 1px;
            bottom: 0;
            content: "";
            position: absolute;
            top: 0;
            width: .28rem;
        }

        body.page-index .springVideoIcon::before {
            left: .12rem;
        }

        body.page-index .springVideoIcon::after {
            right: .12rem;
        }

        body.page-index .springVideoToggle.isPaused .springVideoIcon::before {
            background: transparent;
            border-bottom: .45rem solid transparent;
            border-left: .72rem solid currentColor;
            border-radius: 0;
            border-top: .45rem solid transparent;
            height: 0;
            left: .15rem;
            top: 0;
            width: 0;
        }

        body.page-index .springVideoToggle.isPaused .springVideoIcon::after {
            display: none;
        }

        body.page-index .springVideoToggle:hover,
body.page-index .springVideoToggle:focus-visible {
            background: #000;
        }

        body.page-index .springVideoToggle:focus-visible {
            box-shadow: 0 0 0 4px rgba(255, 255, 255, .7);
            outline: 3px solid #ffc107;
            outline-offset: 2px;
        }

        @media (max-width: 575.98px) {
            body.page-index .bulletinAccordion .accordion-button {
                grid-template-columns: minmax(0, 1fr) auto;
            }

            body.page-index .bulletinAction {
                justify-content: flex-end;
                width: auto;
            }

            body.page-index .announcementSection .bulletinAccordion {
                gap: .85rem;
            }

            body.page-index .announcementSection .bulletinAccordion .accordion-button {
                min-height: 104px;
                padding: 1.1rem 1rem 1.1rem 1.25rem;
            }

            body.page-index .announcementSection .bulletinDate {
                font-size: 1.05rem;
            }

            body.page-index .announcementSection .bulletinBadge {
                font-size: .88rem;
            }

            body.page-index .announcementSection .bulletinTitle {
                font-size: 1.28rem;
            }

            body.page-index .announcementSection .bulletinAccordion .accordion-body {
                padding: 1rem 1rem 1.25rem 1.25rem;
            }

            body.page-index .springVideoToggle {
                font-size: .95rem;
                right: .75rem;
                top: .75rem;
            }
        }

        body.page-index .webFooter {
            background-color: #444;
            color: #fff;
            margin: 50px 0 0;
            padding: 0;
            position: relative;
        }

        body.page-index .webFooter .accesskey {
            color: transparent;
            left: calc(4% - 1em);
            position: absolute;
            text-decoration: none;
            top: -1.3em;
            z-index: 9;
        }

        body.page-index .webFooter .accesskey:focus,
body.page-index .webFooter .accesskey:hover {
            color: #47816b;
            outline: 1px solid #47816b;
        }

        body.page-index .webFooter .middle,
body.page-index .webFooter .base {
            color: #fff;
            margin: 0 auto;
            padding: 40px 0;
            width: 92%;
        }

        body.page-index .webFooter .middle a,
body.page-index .webFooter .base a {
            color: #fff;
        }

        body.page-index .webFooter .middle .logo {
            margin: 0;
        }

        body.page-index .webFooter .middle .logo img {
            display: block;
            max-width: 160px;
            width: 100%;
        }

        body.page-index .webFooter .middle .contactInfo {
            line-height: 1.5;
            margin: 1.8em 0;
        }

        body.page-index .webFooter .middle .contactInfo p {
            margin: 0;
        }

        body.page-index .webFooter .middle .contactInfo p + p {
            margin-top: .7em;
        }

        body.page-index .webFooter .middle .contactInfo a {
            display: inline-block;
            text-decoration: underline;
        }

        body.page-index .webFooter .middle .contactInfo a:hover,
body.page-index .webFooter .middle .contactInfo a:focus {
            outline: 1px solid #a3dd6d;
            text-decoration: none;
        }

        body.page-index .webFooter .middle .badgeA a {
            display: block;
        }

        body.page-index .webFooter .middle .badgeA a:hover img,
body.page-index .webFooter .middle .badgeA a:focus img {
            box-shadow: #4c4c4c 0 0 0 1px, #a3dd6d 0 0 0 4px;
        }

        body.page-index .webFooter .middle .badgeA img {
            display: block;
            height: 57px;
            max-width: none;
            transition: .2s;
            width: 160px;
        }

        body.page-index .webFooter .base {
            border-top: 1px solid rgba(255, 255, 255, .4);
            position: relative;
        }

        body.page-index .webFooter .base ul {
            line-height: 1.2;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

        body.page-index .webFooter .base ul.textLink li {
            float: left;
            margin: 0 2em 0 0;
            padding: 4px;
        }

        body.page-index .webFooter .base ul.textLink li a {
            border-bottom: 2px solid transparent;
            display: block;
            outline: none;
            text-decoration: none;
        }

        body.page-index .webFooter .base ul.textLink li a:hover,
body.page-index .webFooter .base ul.textLink li a:focus {
            border-bottom-color: #a3dd6d;
        }

        body.page-index .webFooter .base ul.iconLink {
            margin-top: 1em;
        }

        body.page-index .webFooter .base ul.iconLink li {
            float: left;
            margin: 0;
            padding: 4px;
        }

        body.page-index .webFooter .base ul.iconLink li + li {
            margin-left: 8px;
        }

        body.page-index .webFooter .base ul.iconLink li a {
            background-color: #fff;
            border-radius: 50%;
            display: block;
            height: 40px;
            text-decoration: none;
            transition: .2s;
            width: 40px;
        }

        body.page-index .webFooter .base ul.iconLink li a:hover,
body.page-index .webFooter .base ul.iconLink li a:focus {
            box-shadow: 0 0 0 1px #4c4c4c, 0 0 0 4px #a3dd6d;
        }

        body.page-index .webFooter .base ul.iconLink li img {
            display: block;
            height: 100%;
            margin: auto;
            object-fit: contain;
            width: 64%;
        }

        body.page-index .goTop {
            --bg: #fff;
            --front: #4c4c4c;
            align-items: center;
            background-color: var(--bg);
            border: none;
            border-radius: 50%;
            bottom: -80px;
            box-shadow: rgba(50, 77, 50, .25) 0 0 20px;
            color: var(--front);
            cursor: pointer;
            display: flex;
            font-size: 1.2rem;
            font-weight: 700;
            height: 68px;
            justify-content: center;
            line-height: 1;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: fixed;
            right: 20px;
            text-indent: 0;
            transition: bottom .8s, background .2s, box-shadow .2s;
            width: 68px;
            z-index: 90;
        }

        body.page-index .goTop::before,
body.page-index .goTop::after {
            display: none;
        }

        body.page-index .goTop:hover,
body.page-index .goTop:focus {
            --bg: #4c4c4c;
            --front: #a3dd6d;
            box-shadow: #a3dd6d 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
        }

        body.page-index .goTop:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-index .goTop.show {
            bottom: 20px;
        }

        @media screen and (min-width: 700px) {
            body.page-index .webFooter .middle {
                display: flex;
                justify-content: space-between;
            }

            body.page-index .webFooter .middle .logo {
                flex: 1 1 180px;
                margin: 0;
            }

            body.page-index .webFooter .middle .contactInfo {
                flex: 1 1 60%;
                margin: 0 2%;
            }

            body.page-index .webFooter .middle .badgeA {
                flex: 0 0 25%;
                max-width: 160px;
            }

            body.page-index .webFooter .middle .badgeA img {
                width: 100%;
            }

            body.page-index .webFooter .base ul.textLink,
body.page-index .webFooter .base ul.iconLink {
                display: inline-block;
                vertical-align: middle;
            }

            body.page-index .webFooter .base ul.iconLink {
                margin: 0 80px 0 2em;
            }
        }

        @media screen and (min-width: 1400px) {
            body.page-index .webFooter .accesskey {
                left: calc(50% - 644px - 1em);
            }

            body.page-index .webFooter .middle,
body.page-index .webFooter .base {
                width: 1288px;
            }

            body.page-index .goTop {
                right: calc(50vw - 644px - 88px);
            }
        }

/* ===== login.php inline style 1 ===== */

        html.fontSizeSmall {
            font-size: 90%;
        }

        html.fontSizeMedium {
            font-size: 100%;
        }

        html.fontSizeLarge {
            font-size: 110%;
        }

        body.page-login .news_type {
            margin-left: .4rem;
            white-space: nowrap;
        }

        body.page-login .bulletinAccordion {
            display: grid;
            gap: .75rem;
        }

        body.page-login .bulletinAccordion .accordion-item {
            border: 1px solid rgba(0, 0, 0, .12);
            border-radius: 8px;
            overflow: hidden;
        }

        body.page-login .bulletinAccordion .accordion-button {
            align-items: center;
            background: transparent;
            box-shadow: none;
            display: grid;
            gap: .45rem 1rem;
            grid-template-columns: minmax(0, 1fr) auto;
            padding: 1rem 1.15rem;
        }

        body.page-login .bulletinAccordion .accordion-button:not(.collapsed) {
            background: transparent;
            color: #000;
        }

        body.page-login .bulletinAccordion .accordion-button::after {
            display: none;
        }

        body.page-login .bulletinAccordion .accordion-button:focus {
            border-color: transparent;
            box-shadow: none;
        }

        body.page-login .bulletinSummary {
            display: grid;
            gap: .35rem;
            min-width: 0;
            text-align: left;
            transition: transform .2s ease;
        }

        body.page-login .bulletinMeta {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .5rem;
        }

        body.page-login .bulletinDate {
            color: #000;
            font-size: .95rem;
            font-weight: 700;
        }

        body.page-login .bulletinBadge {
            background: transparent;
            border: 1px solid #000;
            border-radius: 0;
            color: #000;
            display: inline-flex;
            font-size: .85rem;
            font-weight: 700;
            line-height: 1;
            padding: .35rem .55rem;
        }

        body.page-login .bulletinTitle {
            color: #000;
            font-size: 1.12rem;
            font-weight: 700;
            line-height: 1.45;
            overflow-wrap: anywhere;
        }

        body.page-login .bulletinAction {
            align-items: center;
            background: transparent;
            border-radius: 0;
            color: #777;
            display: inline-flex;
            font-size: 1.35rem;
            font-weight: 400;
            gap: .4rem;
            min-height: 40px;
            justify-content: flex-end;
            line-height: 1;
            min-width: 1.5rem;
            padding: 0;
            transition: color .2s ease, transform .2s ease;
            white-space: nowrap;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:hover .bulletinAction,
body.page-login .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinAction,
body.page-login .announcementSection .bulletinAccordion .accordion-button:focus-visible .bulletinAction {
            color: #333;
            transform: translateX(.2rem);
        }

        body.page-login .bulletinChevron {
            display: inline-block;
            font-family: Arial, sans-serif;
            transition: transform .2s ease;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinChevron {
            transform: rotate(90deg);
        }

        body.page-login .bulletinAccordion .accordion-body {
            background: transparent;
            border-top: 0;
            padding: 1.15rem 1.25rem 1.25rem;
        }

        body.page-login .bulletinContent,
body.page-login .bulletin-content {
            color: #333;
            font-size: 1rem;
            line-height: 1.8;
        }

        body.page-login .bulletinContent p,
body.page-login .bulletin-content p {
            margin: 0 0 .75rem;
        }

        body.page-login .bulletinContent a,
body.page-login .bulletin-content a {
            color: #0d6efd;
            overflow-wrap: anywhere;
            text-decoration: underline;
        }

/* ===== login.php inline style 2 ===== */
body.page-login {
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        }

        body.page-login .announcementContainer {
            padding-top: 2.5rem !important;
        }

        body.page-login .bsb-navbar {
            background: #fff;
            position: relative;
            z-index: 7000;
        }

        body.page-login .bsb-navbar .navMobile {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: 0 1rem;
            justify-content: space-between !important;
            max-width: none;
            overflow: visible;
            padding: 1.25rem 0 0;
            position: relative;
            width: 100%;
        }

        body.page-login .navLogo {
            flex: 1 1 auto;
            padding-left: max(1rem, calc((100vw - 1140px) / 2));
        }

        body.page-login .navLogo img {
            display: block;
            max-width: min(420px, 68vw);
            position: relative;
            transform: scale(1.24);
            transform-origin: left center;
            width: 100%;
            z-index: 2;
        }

        body.page-login .navTopLinks {
            align-items: center;
            display: flex;
            flex: 0 0 auto;
            flex-wrap: wrap;
            gap: .35rem .75rem;
            justify-content: flex-end;
            margin-right: max(1rem, calc((100vw - 1140px) / 2));
            overflow: visible;
            position: relative;
            z-index: 10000;
        }

        body.page-login .navTopLinks a,
body.page-login .navTopLinks span,
body.page-login .navTopLinks button {
            background: transparent;
            border: 0;
            color: #444 !important;
            display: inline-flex;
            font-size: .95rem;
            font-weight: 400;
            line-height: 1.2;
            padding: .35rem 0;
            text-decoration: none;
        }

        body.page-login .navTopLinks a:hover,
body.page-login .navTopLinks a:focus,
body.page-login .navTopLinks button:hover,
body.page-login .navTopLinks button:focus {
            color: #444 !important;
            text-decoration: underline;
            text-underline-offset: .25rem;
        }

        body.page-login .navTopLinks .accesskey {
            font-size: .82rem;
            letter-spacing: 0;
        }

        body.page-login .navTopLinks .topLoginButton {
            align-items: center;
            background: #fff;
            border: 1px solid #cfcfcf;
            border-radius: 6px;
            color: #4a4a4a !important;
            line-height: 1;
            min-height: 30px;
            padding: .35rem .9rem;
        }

        body.page-login .navTopLinks .topLoginButton:hover,
body.page-login .navTopLinks .topLoginButton:focus {
            background: #f5f5f5;
            color: #444 !important;
            text-decoration: none;
        }

        body.page-login .fontSizeControl {
            align-items: center;
            display: inline-flex;
            position: relative;
            z-index: 10001;
        }

        body.page-login .fontSizeToggle {
            align-items: center;
            cursor: pointer;
            gap: .25rem;
            white-space: nowrap;
        }

        body.page-login .fontSizeToggle::after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid #444;
            content: "";
            display: inline-block;
            margin-left: .1rem;
        }

        body.page-login .fontSizeMenu {
            background: #fff;
            border: 1px solid #d8d8d8;
            box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
            display: none !important;
            flex-direction: column;
            min-width: 4.5rem;
            padding: .25rem 0;
            position: fixed;
            z-index: 2147483647;
        }

        body.page-login .fontSizeMenu.isPositioning {
            display: flex !important;
            left: 0;
            top: 0;
            visibility: hidden;
        }

        body.page-login .fontSizeMenu.isOpen {
            display: flex !important;
        }

        body.page-login .fontSizeMenu button {
            background: transparent;
            border: 0;
            color: #444 !important;
            display: flex !important;
            font-size: .95rem;
            font-weight: 400;
            line-height: 1.2;
            justify-content: center;
            padding: .5rem .8rem;
            text-align: center;
            text-decoration: none;
            white-space: nowrap;
            width: 100%;
        }

        body.page-login .fontSizeMenu button:hover,
body.page-login .fontSizeMenu button:focus {
            background: #f2f2f2;
            text-decoration: none;
        }

        body.page-login .fontSizeMenu button[aria-pressed="true"] {
            font-weight: 700;
        }

        body.page-login .mobileMenuPanel {
            display: none;
        }

        body.page-login .mobileMenuTrigger {
            display: none !important;
        }

        body.page-login .mobileMenuTrigger .btn {
            align-items: center;
            color: #444 !important;
            display: inline-flex;
            height: 44px;
            justify-content: center;
            padding: 0;
            width: 44px;
        }

        body.page-login .hamburgerIcon {
            display: inline-flex;
            flex-direction: column;
            gap: 5px;
            width: 26px;
        }

        body.page-login .hamburgerIcon span {
            background: #444;
            display: block;
            height: 3px;
            width: 100%;
        }

        @media (min-width: 768px) {
            body.page-login .mobileMenuTrigger {
                display: none !important;
            }

            body.page-login .bsb-navbar #offcanvasNavbar {
                bottom: auto !important;
                display: block;
                flex: 0 0 auto;
                height: calc(56px + 1.15rem) !important;
                margin-left: calc(50% - 50vw);
                margin-right: calc(50% - 50vw);
                max-width: none;
                min-height: 0 !important;
                overflow: visible !important;
                position: relative;
                top: auto !important;
                transform: none !important;
                visibility: visible !important;
                width: 100vw !important;
                z-index: 8000;
            }

            body.page-login .bsb-navbar .offcanvas-body {
                background: #444;
                margin-top: 1.15rem;
                overflow: visible !important;
                padding: 0;
                position: relative;
                width: 100vw;
                z-index: 8000;
            }

            body.page-login .bsb-navbar #offcanvasNavbar .offcanvas-header {
                display: none;
            }

            body.page-login .bsb-navbar .navbar-nav,
body.page-login .bsb-navbar .nav-item {
                overflow: visible !important;
            }
        }

        body.page-login .bsb-navbar .navbar-nav {
            align-items: stretch;
            display: flex;
            justify-content: center !important;
            margin: 0 auto;
            max-width: 1440px;
            width: 100%;
        }

        body.page-login .bsb-navbar .nav-item {
            align-items: stretch;
            display: flex;
            padding-left: 0 !important;
            padding-right: 0 !important;
            position: relative;
        }

        body.page-login .bsb-navbar .navbar-nav .nav-link {
            align-items: center;
            color: #fff !important;
            display: flex;
            font-size: 1.15rem;
            font-weight: 400;
            justify-content: center;
            letter-spacing: 1px;
            min-height: 56px;
            padding: .85rem 1.45rem !important;
            position: relative;
            text-decoration: none;
            transition: background .2s ease;
        }

        body.page-login .bsb-navbar .navbar-nav .nav-link::after {
            background: #fff;
            bottom: 0;
            content: "";
            height: 3px;
            left: 1.45rem;
            opacity: 0;
            position: absolute;
            right: 1.45rem;
            transition: opacity .2s ease;
        }

        body.page-login .bsb-navbar .navbar-nav .nav-link:hover,
body.page-login .bsb-navbar .navbar-nav .nav-link:focus,
body.page-login .bsb-navbar .navbar-nav .nav-link.show {
            background: #4a4a4a;
            color: #fff !important;
        }

        body.page-login .bsb-navbar .navbar-nav .nav-link:hover::after,
body.page-login .bsb-navbar .navbar-nav .nav-link:focus::after,
body.page-login .bsb-navbar .navbar-nav .nav-link.show::after {
            opacity: 1;
        }

        body.page-login .bsb-navbar .navbar-nav .nav-link:focus-visible {
            outline: 2px solid var(--hvcs-yellow);
            outline-offset: -4px;
        }

        body.page-login .bsb-navbar .caret {
            display: none;
        }

        body.page-login .bsb-navbar .dropdown-menu {
            background: #444;
            border: 0 !important;
            border-radius: 0;
            left: 0;
            margin-top: 0 !important;
            min-width: 240px;
            padding: .6rem 0;
            top: 100% !important;
            transform: none !important;
            z-index: 30;
        }

        @media (min-width: 768px) {
            body.page-login .bsb-navbar .dropdown:hover > .dropdown-menu,
body.page-login .bsb-navbar .dropdown:focus-within > .dropdown-menu,
body.page-login .bsb-navbar .dropdown > .nav-link.show + .dropdown-menu,
body.page-login .bsb-navbar .dropdown > .dropdown-menu.show {
                display: block !important;
                margin-top: 0 !important;
                opacity: 1 !important;
                pointer-events: auto;
                top: 100% !important;
                visibility: visible !important;
                z-index: 9000;
            }
        }

        body.page-login .bsb-navbar .dropdown-item {
            color: #fff !important;
            font-size: 1rem !important;
            font-weight: 400 !important;
            line-height: 1.5;
            padding: .75rem 1.2rem;
        }

        body.page-login .bsb-navbar .dropdown-item:hover,
body.page-login .bsb-navbar .dropdown-item:focus {
            background: #4a4a4a;
            color: #fff !important;
        }

        @media (max-width: 1199.98px) {
            body.page-login .bsb-navbar .navMobile {
                gap: .85rem;
                justify-content: center !important;
            }

            body.page-login .navLogo {
                flex: 0 0 100%;
                padding-left: 1rem;
                padding-right: 1rem;
            }

            body.page-login .navLogo img {
                margin: 0 auto;
                max-width: min(420px, 82vw);
                transform-origin: center center;
            }

            body.page-login .navTopLinks {
                flex: 0 1 100%;
                justify-content: center;
                margin: .75rem 1rem 0;
                max-width: calc(100vw - 2rem);
            }
        }

        @media (max-width: 767.98px) {
            body.page-login .bsb-navbar {
                height: auto !important;
                min-height: 0 !important;
            }

            body.page-login .bsb-navbar .navMobile {
                align-items: center;
                flex-wrap: nowrap;
                gap: .75rem;
                justify-content: space-between !important;
                min-height: 0 !important;
                padding: .85rem 1rem;
            }

            body.page-login .navLogo {
                box-sizing: border-box;
                flex: 0 0 100%;
                min-width: 0;
                order: 1;
                padding: 0 4rem 0 0;
            }

            body.page-login .navLogo img {
                margin: 0;
                max-width: min(300px, calc(100vw - 8rem));
                transform: scale(1.13);
                transform-origin: left center;
            }

            body.page-login .navTopLinks {
                display: none !important;
            }

            body.page-login .mobileMenuTrigger {
                align-items: center;
                display: block !important;
                height: 44px;
                margin: 0 !important;
                order: 2;
                position: absolute;
                right: 1rem;
                top: 50%;
                transform: translateY(-50%);
                width: 44px;
                z-index: 5;
            }

            body.page-login .bsb-navbar #offcanvasNavbar {
                display: none !important;
            }

            body.page-login .mobileMenuPanel {
                background: #444 !important;
                box-sizing: border-box;
                color: #fff !important;
                display: none;
                flex-direction: column;
                height: 100vh;
                height: 100dvh;
                inset: 0;
                min-height: 100vh;
                min-height: 100dvh;
                overflow-y: auto;
                position: fixed;
                width: 100vw;
                z-index: 100000;
            }

            body.page-login .mobileMenuPanel * {
                box-sizing: border-box;
            }

            body.page-login.mobileMenuOpen {
                overflow: hidden;
            }

            body.page-login.mobileMenuOpen #sb-site {
                height: 100vh;
                height: 100dvh;
                overflow: hidden;
            }

            body.page-login.mobileMenuOpen .mobileMenuPanel {
                display: flex;
            }

            body.page-login .mobileMenuHeader {
                align-items: center;
                background: #444 !important;
                display: flex;
                flex: 0 0 auto;
                justify-content: flex-end;
                min-height: 72px;
                padding: 1rem 1.25rem;
            }

            body.page-login .mobileMenuClose {
                align-items: center;
                background: transparent;
                border: 0;
                display: inline-flex;
                height: 44px;
                justify-content: center;
                padding: 0;
                position: relative;
                width: 44px;
            }

            body.page-login .mobileMenuClose::before,
body.page-login .mobileMenuClose::after {
                background: rgba(255, 255, 255, .75);
                content: "";
                height: 3px;
                position: absolute;
                width: 34px;
            }

            body.page-login .mobileMenuClose::before {
                transform: rotate(45deg);
            }

            body.page-login .mobileMenuClose::after {
                transform: rotate(-45deg);
            }

            body.page-login .mobileMenuMain {
                background: #444 !important;
                flex: 0 0 auto;
            }

            body.page-login .mobileMenuItem,
body.page-login .mobileMenuLink {
                background: #444 !important;
                border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            body.page-login .mobileMenuButton,
body.page-login .mobileMenuLink {
                align-items: center;
                appearance: none;
                background: #444 !important;
                border: 0 !important;
                color: #fff !important;
                display: flex !important;
                font-size: 1.45rem !important;
                font-weight: 400;
                justify-content: space-between;
                line-height: 1.3 !important;
                list-style: none;
                min-height: 88px !important;
                padding: 1.35rem 1.5rem !important;
                text-align: left;
                text-decoration: none;
                width: 100%;
            }

            body.page-login .mobileMenuButton::after {
                border: solid #fff;
                border-width: 0 3px 3px 0;
                content: "";
                height: .65rem;
                transform: rotate(45deg);
                transition: transform .2s ease;
                width: .65rem;
            }

            body.page-login .mobileMenuItem.isOpen .mobileMenuButton {
                background: #4a4a4a !important;
            }

            body.page-login .mobileMenuButton[aria-expanded="true"]::after {
                transform: rotate(-135deg);
            }

            body.page-login .mobileSubMenu {
                background: #2f2f2f !important;
                padding: .25rem 0 !important;
            }

            body.page-login .mobileSubMenu[hidden] {
                display: none !important;
            }

            body.page-login .mobileSubMenu a,
body.page-login .mobileSubMenu span {
                background: #2f2f2f !important;
                border-top: 1px solid rgba(255, 255, 255, .08) !important;
                color: #fff !important;
                display: block !important;
                font-size: 1rem;
                line-height: 1.4;
                padding: .85rem 1.5rem .85rem 2.25rem;
                text-decoration: none;
            }

            body.page-login .mobileSubMenu a:hover,
body.page-login .mobileSubMenu a:focus,
body.page-login .mobileMenuLink:hover,
body.page-login .mobileMenuLink:focus {
                background: #4a4a4a !important;
                color: #fff !important;
            }

            body.page-login .mobileUtilityGrid {
                background: #444 !important;
                border-top: 1px solid rgba(255, 255, 255, .18) !important;
                display: grid !important;
                gap: .75rem;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: auto;
                padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
            }

            body.page-login .mobileUtilityGrid a,
body.page-login .mobileUtilityGrid span,
body.page-login .mobileFontSizeBox {
                align-items: center;
                background: rgba(255, 255, 255, .88) !important;
                border-radius: 4px;
                color: #444 !important;
                display: flex !important;
                font-size: 1.05rem;
                justify-content: center;
                min-height: 54px;
                padding: .75rem .5rem;
                text-align: center;
                text-decoration: none;
            }

            body.page-login .mobileFontSizeBox {
                gap: .55rem;
                grid-column: 1 / -1;
            }

            body.page-login .mobileFontSizeBox span {
                background: transparent !important;
                min-height: 0;
                padding: 0;
            }

            body.page-login .mobileFontSizeBox button {
                background: transparent;
                border: 0;
                color: #444;
                font: inherit;
                padding: .15rem .35rem;
            }

            body.page-login .mobileFontSizeBox button[aria-pressed="true"] {
                font-weight: 700;
                text-decoration: underline;
                text-underline-offset: .2rem;
            }
        }

        body.page-login .announcementSection,
body.page-login .announcementListWrap {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            margin: 0 !important;
            padding: 0 !important;
        }

        body.page-login .announcementListWrap {
            background: transparent !important;
            border: 0 !important;
            border-radius: 0 !important;
            box-shadow: none !important;
            margin: 0 auto !important;
            max-width: 1040px;
            padding: 0 !important;
            width: 100%;
        }

        body.page-login .announcementHeader {
            background: transparent !important;
            border-bottom: 0;
            margin: 0 0 30px !important;
            padding: 0 !important;
        }

        body.page-login .announcementTitle {
            background: transparent !important;
            border: 0 !important;
            color: #000;
            display: block;
            font-size: 1.55rem;
            font-weight: 400;
            letter-spacing: 2px;
            line-height: 1.4;
            margin: 0 !important;
            padding: 0 !important;
            position: relative;
            text-align: center;
        }

        body.page-login .announcementTitle::after {
            background-color: #444;
            bottom: -5px;
            content: "";
            height: 4px;
            left: 50%;
            margin-left: -30px;
            position: absolute;
            width: 60px;
        }

        body.page-login .announcementSection .bulletinAccordion {
            border-top: 0;
            display: grid;
            gap: 1rem;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-item {
            background: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            overflow: hidden;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button {
            align-items: center;
            background: #fff;
            color: #000;
            min-height: 116px;
            overflow: hidden;
            padding: 1.35rem 1.5rem 1.35rem 1.7rem;
            position: relative;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button::before {
            background: #444;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform: scaleX(1);
            transform-origin: center;
            transition: width .2s ease;
            width: 6px;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:hover,
body.page-login .announcementSection .bulletinAccordion .accordion-button:not(.collapsed),
body.page-login .announcementSection .bulletinAccordion .accordion-button:focus-visible {
            background: #f7f7f7;
            color: #000;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:hover::before,
body.page-login .announcementSection .bulletinAccordion .accordion-button:not(.collapsed)::before,
body.page-login .announcementSection .bulletinAccordion .accordion-button:focus-visible::before {
            width: 10px;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:focus {
            box-shadow: none;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:focus-visible {
            outline: 2px solid #000;
            outline-offset: -3px;
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-button:hover .bulletinSummary,
body.page-login .announcementSection .bulletinAccordion .accordion-button:not(.collapsed) .bulletinSummary,
body.page-login .announcementSection .bulletinAccordion .accordion-button:focus-visible .bulletinSummary {
            transform: translateX(.45rem);
        }

        body.page-login .announcementSection .bulletinAccordion .accordion-body {
            background: #fff;
            border-top: 1px solid #eeeeee;
            padding: 1.1rem 1.6rem 1.45rem 1.7rem;
        }

        body.page-login .announcementSection .bulletin-content {
            border-left: 3px solid #444;
            font-size: 1.08rem;
            padding-left: 1rem;
        }

        body.page-login .announcementSection .bulletinDate {
            color: #444;
            font-size: 1.18rem;
            font-weight: 400;
        }

        body.page-login .announcementSection .bulletinBadge {
            background: #c62828;
            border-color: #c62828;
            color: #fff;
            font-size: .95rem;
            padding: .42rem .65rem;
        }

        body.page-login .announcementSection .bulletinTitle {
            font-size: 1.45rem;
            font-weight: 400;
            line-height: 1.42;
        }

        body.page-login .announcementSection .bulletin-content a {
            color: #000;
            text-decoration: underline;
        }

        body.page-login .loginPageContainer {
            padding-bottom: 3rem;
            padding-top: 2.75rem;
        }

        body.page-login .loginPageSection {
            margin: 0 auto;
            max-width: 1180px;
        }

        body.page-login .loginContentGrid {
            align-items: start;
            display: grid;
            gap: 1.25rem;
            grid-template-columns: minmax(340px, .9fr) minmax(0, 1.1fr);
        }

        body.page-login .loginPanel,
        body.page-login .certInstallPanel {
            background: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            overflow: hidden;
        }

        body.page-login .loginPanelHeading,
        body.page-login .certInstallHeader {
            background: #444;
            color: #fff;
            font-size: 1.28rem;
            font-weight: 800;
            line-height: 1.35;
            margin: 0;
            padding: .9rem 1rem;
        }

        body.page-login .certInstallBody {
            display: grid;
            gap: 1rem;
            padding: 1.25rem;
        }

        body.page-login .certInstallBody p,
        body.page-login .certDownloadLinks a {
            font-size: 1.08rem;
            line-height: 1.72;
        }

        body.page-login .certInstallBody p {
            color: #30363c;
            margin: 0;
        }

        body.page-login .certDownloadGroup {
            border: 1px solid #dfe7e7;
            border-radius: 6px;
            overflow: hidden;
        }

        body.page-login .certDownloadGroup h3 {
            background: #f3f6f6;
            color: #222;
            font-size: 1.08rem;
            font-weight: 800;
            line-height: 1.45;
            margin: 0;
            padding: .75rem .9rem;
        }

        body.page-login .certDownloadLinks {
            display: grid;
            gap: 0;
        }

        body.page-login .certDownloadLinks a {
            color: #005ea8;
            font-weight: 800;
            padding: .75rem .9rem;
            text-decoration: none;
        }

        body.page-login .certDownloadLinks a + a {
            border-top: 1px solid #e6ecec;
        }

        body.page-login .certDownloadLinks a:hover,
        body.page-login .certDownloadLinks a:focus {
            background: #f7f9f9;
            color: #003f72;
            text-decoration: underline;
            text-underline-offset: .22rem;
        }

        body.page-login .certDownloadLinks a:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: -3px;
        }

        body.page-login .certInstallNote {
            background: #f5f7f7;
            border-left: 5px solid #444;
            font-weight: 700;
            padding: .85rem 1rem;
        }

        body.page-login .loginContentGrid {
            grid-template-columns: minmax(0, 700px);
            justify-content: center;
        }

        .certInstallPanel {
            background: #fff;
            border: 1px solid #e2e2e2;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            margin-top: .35rem;
            overflow: hidden;
        }

        .certInstallHeader {
            background: #444;
            color: #fff;
            font-size: 1.28rem;
            font-weight: 800;
            line-height: 1.35;
            margin: 0;
            padding: .9rem 1rem;
        }

        .certInstallBody {
            display: grid;
            gap: 1rem;
            padding: 1.25rem;
        }

        .certInstallBody p,
        .certDownloadLinks a {
            font-size: 1.08rem;
            line-height: 1.72;
        }

        .certInstallBody p {
            color: #30363c;
            margin: 0;
        }

        .certDownloadGroup {
            border: 1px solid #dfe7e7;
            border-radius: 6px;
            overflow: hidden;
        }

        .certDownloadGroup h3,
        .certDownloadGroup h4 {
            background: #f3f6f6;
            color: #222;
            font-size: 1.08rem;
            font-weight: 800;
            line-height: 1.45;
            margin: 0;
            padding: .75rem .9rem;
        }

        .certDownloadLinks {
            display: grid;
            gap: 0;
        }

        .certDownloadLinks a {
            color: #005ea8;
            font-weight: 800;
            padding: .75rem .9rem;
            text-decoration: none;
        }

        .certDownloadLinks a + a {
            border-top: 1px solid #e6ecec;
        }

        .certDownloadLinks a:hover,
        .certDownloadLinks a:focus {
            background: #f7f9f9;
            color: #003f72;
            text-decoration: underline;
            text-underline-offset: .22rem;
        }

        .certDownloadLinks a:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: -3px;
        }

        .certInstallNote {
            background: #f5f7f7;
            border-left: 5px solid #444;
            font-weight: 700;
            padding: .85rem 1rem;
        }

        body.page-login .loginPanelHeader {
            align-items: center;
            background: #444;
            color: #fff;
            display: flex;
            gap: .75rem;
            justify-content: center;
            min-height: 64px;
            padding: 1rem 1.35rem;
            text-align: center;
        }

        body.page-login .loginPanelIcon {
            align-items: center;
            border: 2px solid currentColor;
            border-radius: 50%;
            display: inline-flex;
            flex: 0 0 auto;
            height: 28px;
            justify-content: center;
            position: relative;
            width: 28px;
        }

        body.page-login .loginPanelIcon::before {
            background: currentColor;
            border-radius: 50%;
            content: "";
            height: 7px;
            position: absolute;
            top: 5px;
            width: 7px;
        }

        body.page-login .loginPanelIcon::after {
            background: currentColor;
            border-radius: 50% 50% 0 0;
            bottom: 5px;
            content: "";
            height: 8px;
            position: absolute;
            width: 15px;
        }

        body.page-login .loginPanelTitle {
            font-size: 1.45rem;
            font-weight: 400;
            letter-spacing: 1px;
            line-height: 1.3;
            margin: 0;
            text-align: center;
        }

        body.page-login .loginForm {
            display: grid;
            gap: 1rem;
            padding: 1.25rem;
        }

        body.page-login .loginField {
            display: grid;
            gap: .45rem;
        }

        body.page-login .loginField label {
            color: #444;
            font-size: .95rem;
            font-weight: 400;
            margin: 0;
        }

        body.page-login .loginInput {
            background: #fff;
            border: 1px solid #bfc7ce;
            border-radius: 6px;
            color: #222;
            font-size: 1rem;
            min-height: 50px;
            padding: .75rem .9rem;
            width: 100%;
        }

        body.page-login .loginInput:focus {
            border-color: #444;
            box-shadow: 0 0 0 3px rgba(56, 56, 56, .18);
            outline: none;
        }

        body.page-login .loginCaptchaRow {
            align-items: end;
            display: grid;
            gap: .75rem;
            grid-template-columns: minmax(0, 1fr) auto;
        }

        body.page-login .captchaTools {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .65rem;
        }

        body.page-login .captchaImage {
            border: 1px solid #ddd;
            border-radius: 6px;
            display: block;
            height: 42px;
            object-fit: cover;
            width: 92px;
        }

        body.page-login .captchaRefreshButton {
            background: #efefef;
            border: 0;
            border-radius: 6px;
            color: #444;
            font-size: .95rem;
            min-height: 42px;
            padding: .55rem .8rem;
        }

        body.page-login .captchaRefreshButton:hover,
body.page-login .captchaRefreshButton:focus {
            background: #dedede;
        }

        body.page-login .loginSubmitButton,
body.page-login .loginActionLink {
            align-items: center;
            border: 1px solid #bfc7cc;
            border-radius: 6px;
            display: inline-flex;
            font-size: 1rem;
            font-weight: 700;
            justify-content: center;
            min-height: 44px;
            padding: .6rem 1rem;
            text-decoration: none;
        }

        body.page-login .loginSubmitButton {
            background: #4a4a4a;
            border-color: #4a4a4a;
            color: #fff;
            width: 100%;
        }

        body.page-login .loginSubmitButton:hover,
body.page-login .loginSubmitButton:focus {
            background: #444;
            border-color: #444;
        }

        body.page-login .loginActionGrid {
            display: grid;
            gap: .75rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.page-login .loginRegisterLink {
            background: #fff;
            color: #444;
        }

        body.page-login .loginForgotLink {
            background: #fff;
            color: #444;
        }

        body.page-login .loginRegisterLink:hover,
body.page-login .loginRegisterLink:focus {
            background: #f2f2f2;
            border-color: #444;
            color: #000;
        }

body.page-login .loginForgotLink:hover,
body.page-login .loginForgotLink:focus {
            background: #f2f2f2;
            border-color: #444;
            color: #000;
        }

        @media (max-width: 575.98px) {
            body.page-login .loginPageContainer {
                padding-top: 2rem;
            }

            body.page-login .loginPageSection {
                max-width: none;
            }

            body.page-login .loginContentGrid {
                grid-template-columns: 1fr;
            }

            body.page-login .loginPanelHeader {
                min-height: 58px;
                padding: .9rem 1rem;
            }

            body.page-login .loginForm {
                padding: 1rem;
            }

            body.page-login .loginCaptchaRow,
body.page-login .loginActionGrid {
                grid-template-columns: 1fr;
            }
        }

        body.page-login .photoblock {
            background: #eaf6fb;
            height: 300px;
            isolation: isolate;
            min-height: 0;
            overflow: hidden;
            position: relative;
        }

        body.page-login .springBannerVideo {
            display: block;
            height: 300px;
            object-fit: cover;
            object-position: center center;
            width: 100%;
        }

        @media (max-width: 575.98px) {
            body.page-login .bulletinAccordion .accordion-button {
                grid-template-columns: minmax(0, 1fr) auto;
            }

            body.page-login .bulletinAction {
                justify-content: flex-end;
                width: auto;
            }

            body.page-login .announcementSection .bulletinAccordion {
                gap: .85rem;
            }

            body.page-login .announcementSection .bulletinAccordion .accordion-button {
                min-height: 104px;
                padding: 1.1rem 1rem 1.1rem 1.25rem;
            }

            body.page-login .announcementSection .bulletinDate {
                font-size: 1.05rem;
            }

            body.page-login .announcementSection .bulletinBadge {
                font-size: .88rem;
            }

            body.page-login .announcementSection .bulletinTitle {
                font-size: 1.28rem;
            }

            body.page-login .announcementSection .bulletinAccordion .accordion-body {
                padding: 1rem 1rem 1.25rem 1.25rem;
            }

        }

        body.page-login .webFooter {
            background-color: #444;
            color: #fff;
            margin: 50px 0 0;
            padding: 0;
            position: relative;
        }

        body.page-login .webFooter .accesskey {
            color: transparent;
            left: calc(4% - 1em);
            position: absolute;
            text-decoration: none;
            top: -1.3em;
            z-index: 9;
        }

        body.page-login .webFooter .accesskey:focus,
body.page-login .webFooter .accesskey:hover {
            color: #47816b;
            outline: 1px solid #47816b;
        }

        body.page-login .webFooter .middle,
body.page-login .webFooter .base {
            color: #fff;
            margin: 0 auto;
            padding: 40px 0;
            width: 92%;
        }

        body.page-login .webFooter .middle a,
body.page-login .webFooter .base a {
            color: #fff;
        }

        body.page-login .webFooter .middle .logo {
            margin: 0;
        }

        body.page-login .webFooter .middle .logo img {
            display: block;
            max-width: 160px;
            width: 100%;
        }

        body.page-login .webFooter .middle .contactInfo {
            line-height: 1.5;
            margin: 1.8em 0;
        }

        body.page-login .webFooter .middle .contactInfo p {
            margin: 0;
        }

        body.page-login .webFooter .middle .contactInfo p + p {
            margin-top: .7em;
        }

        body.page-login .webFooter .middle .contactInfo a {
            display: inline-block;
            text-decoration: underline;
        }

        body.page-login .webFooter .middle .contactInfo a:hover,
body.page-login .webFooter .middle .contactInfo a:focus {
            outline: 1px solid #a3dd6d;
            text-decoration: none;
        }

        body.page-login .webFooter .middle .badgeA a {
            display: block;
        }

        body.page-login .webFooter .middle .badgeA a:hover img,
body.page-login .webFooter .middle .badgeA a:focus img {
            box-shadow: #4c4c4c 0 0 0 1px, #a3dd6d 0 0 0 4px;
        }

        body.page-login .webFooter .middle .badgeA img {
            display: block;
            height: 57px;
            max-width: none;
            transition: .2s;
            width: 160px;
        }

        body.page-login .webFooter .base {
            border-top: 1px solid rgba(255, 255, 255, .4);
            position: relative;
        }

        body.page-login .webFooter .base ul {
            line-height: 1.2;
            list-style: none;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

        body.page-login .webFooter .base ul.textLink li {
            float: left;
            margin: 0 2em 0 0;
            padding: 4px;
        }

        body.page-login .webFooter .base ul.textLink li a {
            border-bottom: 2px solid transparent;
            display: block;
            outline: none;
            text-decoration: none;
        }

        body.page-login .webFooter .base ul.textLink li a:hover,
body.page-login .webFooter .base ul.textLink li a:focus {
            border-bottom-color: #a3dd6d;
        }

        body.page-login .webFooter .base ul.iconLink {
            margin-top: 1em;
        }

        body.page-login .webFooter .base ul.iconLink li {
            float: left;
            margin: 0;
            padding: 4px;
        }

        body.page-login .webFooter .base ul.iconLink li + li {
            margin-left: 8px;
        }

        body.page-login .webFooter .base ul.iconLink li a {
            background-color: #fff;
            border-radius: 50%;
            display: block;
            height: 40px;
            text-decoration: none;
            transition: .2s;
            width: 40px;
        }

        body.page-login .webFooter .base ul.iconLink li a:hover,
body.page-login .webFooter .base ul.iconLink li a:focus {
            box-shadow: 0 0 0 1px #4c4c4c, 0 0 0 4px #a3dd6d;
        }

        body.page-login .webFooter .base ul.iconLink li img {
            display: block;
            height: 100%;
            margin: auto;
            object-fit: contain;
            width: 64%;
        }

        body.page-login .goTop {
            --bg: #fff;
            --front: #4c4c4c;
            align-items: center;
            background-color: var(--bg);
            border: none;
            border-radius: 50%;
            bottom: -80px;
            box-shadow: rgba(50, 77, 50, .25) 0 0 20px;
            color: var(--front);
            cursor: pointer;
            display: flex;
            font-size: 1.2rem;
            font-weight: 700;
            height: 68px;
            justify-content: center;
            line-height: 1;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: fixed;
            right: 20px;
            text-indent: 0;
            transition: bottom .8s, background .2s, box-shadow .2s;
            width: 68px;
            z-index: 90;
        }

        body.page-login .goTop::before,
body.page-login .goTop::after {
            display: none;
        }

        body.page-login .goTop:hover,
body.page-login .goTop:focus {
            --bg: #4c4c4c;
            --front: #a3dd6d;
            box-shadow: #a3dd6d 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
        }

        body.page-login .goTop:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-login .goTop.show {
            bottom: 20px;
        }

        @media screen and (min-width: 700px) {
            body.page-login .webFooter .middle {
                display: flex;
                justify-content: space-between;
            }

            body.page-login .webFooter .middle .logo {
                flex: 1 1 180px;
                margin: 0;
            }

            body.page-login .webFooter .middle .contactInfo {
                flex: 1 1 60%;
                margin: 0 2%;
            }

            body.page-login .webFooter .middle .badgeA {
                flex: 0 0 25%;
                max-width: 160px;
            }

            body.page-login .webFooter .middle .badgeA img {
                width: 100%;
            }

            body.page-login .webFooter .base ul.textLink,
body.page-login .webFooter .base ul.iconLink {
                display: inline-block;
                vertical-align: middle;
            }

            body.page-login .webFooter .base ul.iconLink {
                margin: 0 80px 0 2em;
            }
        }

        @media screen and (min-width: 1400px) {
            body.page-login .webFooter .accesskey {
                left: calc(50% - 644px - 1em);
            }

            body.page-login .webFooter .middle,
body.page-login .webFooter .base {
                width: 1288px;
            }

            body.page-login .goTop {
                right: calc(50vw - 644px - 88px);
            }
        }

/* ===== intro.php inline style 1 ===== */

        :root {
            --hvcs-ink: #444;
            --hvcs-muted: #5f666d;
            --hvcs-line: #e1e4e8;
            --hvcs-panel: #fff;
            --hvcs-soft: #f6f7f8;
            --hvcs-dark: #444;
            --hvcs-teal: #027d84;
            --hvcs-green: #5e8f2d;
            --hvcs-yellow: #f0c84b;
            --hvcs-red: #c62828;
        }

        body.page-intro *,
body.page-intro *::before,
body.page-intro *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        html.fontSizeSmall {
            font-size: 90%;
        }

        html.fontSizeMedium {
            font-size: 100%;
        }

        html.fontSizeLarge {
            font-size: 110%;
        }

        body.page-intro {
            background: var(--hvcs-soft);
            color: var(--hvcs-ink);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.65;
            margin: 0;
            overflow-x: hidden;
        }

        body.page-intro a {
            color: inherit;
        }

        body.page-intro a:focus-visible,
body.page-intro button:focus-visible,
body.page-intro video:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-intro .skipLink {
            background: #fff;
            border: 2px solid var(--hvcs-dark);
            color: var(--hvcs-dark);
            left: 1rem;
            padding: .6rem .9rem;
            position: absolute;
            top: -5rem;
            z-index: 100001;
        }

        body.page-intro .skipLink:focus {
            top: 1rem;
        }

        body.page-intro .siteShell {
            background: var(--hvcs-soft);
            min-height: 100vh;
            overflow-x: clip;
        }

        body.page-intro .siteHeader {
            background: #fff;
            position: relative;
            z-index: 1000;
        }

        body.page-intro .headerInner {
            align-items: center;
            display: grid;
            gap: 1rem;
            grid-template-columns: minmax(0, 1fr) auto;
            margin: 0 auto;
            max-width: 1180px;
            padding: 1.1rem clamp(1rem, 3vw, 1.5rem);
        }

        body.page-intro .brandLink {
            align-items: center;
            display: inline-flex;
            min-width: 0;
            text-decoration: none;
        }

        body.page-intro .brandLink img {
            display: block;
            height: auto;
            max-width: min(420px, 68vw);
            position: relative;
            transform: scale(1.24);
            transform-origin: left center;
            width: 100%;
            z-index: 2;
        }

        body.page-intro .utilityLinks {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .35rem .8rem;
            justify-content: flex-end;
        }

        body.page-intro .utilityLinks a,
body.page-intro .fontSizeToggle {
            background: transparent;
            border: 0;
            color: var(--hvcs-dark);
            font-size: .95rem;
            line-height: 1.2;
            padding: .35rem 0;
            text-decoration: none;
            white-space: nowrap;
        }

        body.page-intro .utilityLinks a:hover,
body.page-intro .utilityLinks a:focus,
body.page-intro .fontSizeToggle:hover,
body.page-intro .fontSizeToggle:focus {
            text-decoration: underline;
            text-underline-offset: .25rem;
        }

        body.page-intro .topLoginButton {
            border: 1px solid #cfcfcf !important;
            border-radius: 6px;
            min-height: 32px;
            padding: .38rem .9rem !important;
            text-decoration: none !important;
        }

        body.page-intro .fontSizeControl {
            display: inline-flex;
            position: relative;
        }

        body.page-intro .fontSizeToggle {
            align-items: center;
            cursor: pointer;
            display: inline-flex;
            gap: .25rem;
        }

        body.page-intro .fontSizeToggle::after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid var(--hvcs-dark);
            content: "";
            display: inline-block;
        }

        body.page-intro .fontSizeMenu {
            background: #fff;
            border: 1px solid #d8d8d8;
            box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
            display: none;
            min-width: 4.5rem;
            padding: .25rem 0;
            position: absolute;
            right: 0;
            top: calc(100% + .35rem);
            z-index: 20;
        }

        body.page-intro .fontSizeMenu.isOpen {
            display: grid;
        }

        body.page-intro .fontSizeMenu button {
            background: transparent;
            border: 0;
            color: var(--hvcs-dark);
            font: inherit;
            padding: .55rem .8rem;
            text-align: center;
            white-space: nowrap;
        }

        body.page-intro .fontSizeMenu button:hover,
body.page-intro .fontSizeMenu button:focus {
            background: #f0f0f0;
        }

        body.page-intro .fontSizeMenu button[aria-pressed="true"] {
            font-weight: 700;
        }

        body.page-intro .desktopNav {
            background: var(--hvcs-dark);
        }

        body.page-intro .desktopNavList {
            align-items: stretch;
            display: flex;
            justify-content: center;
            list-style: none;
            margin: 0 auto;
            max-width: 1180px;
            padding: 0;
        }

        body.page-intro .desktopNavList a {
            color: #fff;
            display: inline-flex;
            font-size: 1.1rem;
            min-height: 56px;
            padding: .85rem 1.45rem;
            text-decoration: none;
        }

        body.page-intro .desktopNavList a:hover,
body.page-intro .desktopNavList a:focus,
body.page-intro .desktopNavList a[aria-current="page"] {
            background: #4a4a4a;
        }

        body.page-intro .mobileMenuPanel {
            display: none;
        }

        body.page-intro .mobileMenuTrigger {
            display: none !important;
        }

        body.page-intro .mobileMenuTrigger .btn {
            align-items: center;
            color: #444 !important;
            display: inline-flex;
            height: 44px;
            justify-content: center;
            padding: 0;
            width: 44px;
        }

        body.page-intro .hamburgerIcon {
            display: inline-flex;
            flex-direction: column;
            gap: 5px;
            width: 26px;
        }

        body.page-intro .hamburgerIcon span {
            background: #444;
            display: block;
            height: 3px;
            width: 100%;
        }

        body.page-intro .photoblock {
            background: #eaf6fb;
            height: clamp(180px, 28vw, 300px);
            overflow: hidden;
            position: relative;
        }

        body.page-intro .springBannerVideo {
            display: block;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            width: 100%;
        }

        body.page-intro .pageIntro {
            background: linear-gradient(180deg, #fff 0%, #f5f8f8 100%);
            border-bottom: 1px solid var(--hvcs-line);
        }

        body.page-intro .pageIntroInner {
            margin: 0 auto;
            max-width: 1180px;
            padding: clamp(1rem, 3vw, 1.8rem) clamp(1rem, 3vw, 1.5rem);
        }

        body.page-intro .introStats {
            background: #fff;
            border: 1px solid #dfe7e7;
            border-radius: 8px;
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 1rem;
            padding: clamp(1rem, 2.4vw, 1.35rem);
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
        }

        body.page-intro .statItem {
            border-left: 5px solid var(--hvcs-teal);
            min-width: 0;
            padding: .2rem .5rem .2rem .9rem;
        }

        body.page-intro .statItem:nth-child(2) {
            border-left-color: var(--hvcs-green);
        }

        body.page-intro .statItem:nth-child(3) {
            border-left-color: var(--hvcs-red);
        }

        body.page-intro .statItem strong {
            display: block;
            font-size: 1.55rem;
            font-weight: 600;
            line-height: 1.2;
        }

        body.page-intro .statItem span {
            color: var(--hvcs-muted);
            display: block;
            margin-top: .2rem;
        }

        body.page-intro .sectionNav {
            background: rgba(255, 255, 255, .96);
            border-bottom: 1px solid var(--hvcs-line);
            position: sticky;
            top: 0;
            z-index: 900;
        }

        body.page-intro .sectionNavInner {
            display: flex;
            gap: .5rem;
            justify-content: center;
            margin: 0 auto;
            max-width: 1180px;
            overflow-x: auto;
            padding: .65rem clamp(1rem, 3vw, 1.5rem);
            scrollbar-width: thin;
        }

        body.page-intro .sectionNav a {
            border: 1px solid var(--hvcs-line);
            border-radius: 6px;
            color: var(--hvcs-dark);
            flex: 0 0 auto;
            font-weight: 600;
            padding: .55rem .9rem;
            text-decoration: none;
            white-space: nowrap;
        }

        body.page-intro .sectionNav a:hover,
body.page-intro .sectionNav a:focus,
body.page-intro .sectionNav a.isActive {
            background: var(--hvcs-dark);
            border-color: var(--hvcs-dark);
            color: #fff;
        }

        body.page-intro main {
            display: grid;
            gap: clamp(1.5rem, 4vw, 3rem);
            padding: clamp(1.5rem, 4vw, 3rem) 0 0;
        }

        body.page-intro .contentSection {
            margin: 0 auto;
            max-width: 1180px;
            padding: 0 clamp(1rem, 3vw, 1.5rem);
            scroll-margin-top: 82px;
            width: 100%;
        }

        body.page-intro .sectionHeader {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.25rem;
            max-width: none;
            text-align: center;
        }

        body.page-intro .sectionHeader h1 {
            color: #000;
            font-size: clamp(1.75rem, 3.4vw, 2.4rem);
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.3;
            margin: 0;
            position: relative;
        }

        body.page-intro .sectionHeader h1::after {
            background: var(--hvcs-dark);
            content: "";
            display: block;
            height: 4px;
            margin: .45rem auto 0;
            width: 60px;
        }

        body.page-intro .sectionHeader h2 {
            color: #000;
            font-size: clamp(1.55rem, 3vw, 2.1rem);
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.35;
            margin: 0;
            position: relative;
        }

        body.page-intro .sectionHeader h2::after {
            background: var(--hvcs-dark);
            content: "";
            display: block;
            height: 4px;
            margin: .45rem auto 0;
            width: 60px;
        }

        body.page-intro .sectionHeader p {
            color: var(--hvcs-muted);
            font-size: 1.08rem;
            margin: .8rem 0 0;
        }

        body.page-intro .introCopy {
            background: var(--hvcs-panel);
            border: 1px solid var(--hvcs-line);
            border-left: 6px solid var(--hvcs-dark);
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            color: #30363c;
            font-size: 1.08rem;
            padding: clamp(1.1rem, 3vw, 1.6rem);
        }

        body.page-intro .introCopy p {
            margin: 0;
        }

        body.page-intro .introCopy p + p {
            margin-top: 1rem;
        }

        body.page-intro .cardGrid {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(3, minmax(0, 1fr));
        }

        body.page-intro .cardGrid.twoUp {
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.page-intro .infoCard,
body.page-intro .storyCard,
body.page-intro .videoPanel {
            background: var(--hvcs-panel);
            border: 1px solid var(--hvcs-line);
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
        }

        body.page-intro .infoCard {
            display: grid;
            gap: .8rem;
            grid-template-rows: auto auto 1fr;
            padding: 1.2rem;
        }

        body.page-intro .infoCardIcon {
            align-items: center;
            background: #f2f5f5;
            border: 1px solid #d9e3e3;
            border-radius: 8px;
            color: var(--hvcs-teal);
            display: inline-flex;
            font-size: 1.65rem;
            height: 58px;
            justify-content: center;
            width: 58px;
        }

        body.page-intro .infoCard:nth-child(2n) .infoCardIcon {
            color: var(--hvcs-green);
        }

        body.page-intro .infoCard:nth-child(3n) .infoCardIcon {
            color: var(--hvcs-red);
        }

        body.page-intro .infoCard h3 {
            font-size: 1.28rem;
            font-weight: 500;
            line-height: 1.35;
            margin: 0;
        }

        body.page-intro .infoCard p {
            color: var(--hvcs-muted);
            margin: 0;
        }

        body.page-intro .videoPanel {
            overflow: hidden;
        }

        body.page-intro .videoFrame {
            background: #111;
            aspect-ratio: 16 / 9;
            width: 100%;
        }

        body.page-intro .videoFrame video {
            display: block;
            height: 100%;
            width: 100%;
        }

        body.page-intro .videoNote {
            color: var(--hvcs-muted);
            margin: 0;
            padding: 1rem 1.2rem;
        }

        body.page-intro .storyGrid {
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        body.page-intro .storyCard {
            display: grid;
            gap: 1rem;
            padding: 1.25rem;
        }

        body.page-intro .storyCard h3 {
            align-items: center;
            display: flex;
            font-size: 1.2rem;
            font-weight: 600;
            gap: .6rem;
            margin: 0;
        }

        body.page-intro .storyCard h3 i {
            color: var(--hvcs-teal);
        }

        body.page-intro .storyCard p {
            color: #3b4147;
            margin: 0;
        }

        body.page-intro .webFooter {
            background-color: var(--hvcs-dark);
            color: #fff;
            margin: 50px 0 0;
            position: relative;
        }

        body.page-intro .webFooter .accesskey {
            color: transparent;
            left: 1rem;
            position: absolute;
            text-decoration: none;
            top: -1.4rem;
        }

        body.page-intro .webFooter .accesskey:focus,
body.page-intro .webFooter .accesskey:hover {
            color: #fff;
            outline: 1px solid #fff;
        }

        body.page-intro .footerMiddle,
body.page-intro .footerBase {
            margin: 0 auto;
            max-width: 1180px;
            padding: 2rem clamp(1rem, 3vw, 1.5rem);
        }

        body.page-intro .footerMiddle {
            align-items: start;
            display: grid;
            gap: 1.5rem;
            grid-template-columns: 180px minmax(0, 1fr) auto;
        }

        body.page-intro .footerMiddle img {
            display: block;
            max-width: 160px;
            width: 100%;
        }

        body.page-intro .contactInfo p {
            margin: 0;
        }

        body.page-intro .contactInfo p + p {
            margin-top: .35rem;
        }

        body.page-intro .webFooter a {
            color: #fff;
        }

        body.page-intro .badgeA img {
            height: 57px;
            max-width: none;
            width: 160px;
        }

        body.page-intro .footerBase {
            border-top: 1px solid rgba(255, 255, 255, .18);
            padding-bottom: 1.4rem;
            padding-top: 1.4rem;
        }

        body.page-intro .footerBase ul {
            display: flex;
            flex-wrap: wrap;
            gap: .75rem 1.25rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        body.page-intro .goTop {
            --bg: #fff;
            --front: #4c4c4c;
            align-items: center;
            background-color: var(--bg);
            border: none;
            border-radius: 50%;
            bottom: -80px;
            box-shadow: rgba(50, 77, 50, .25) 0 0 20px;
            color: var(--front);
            cursor: pointer;
            display: flex;
            font-size: 1.2rem;
            font-weight: 700;
            height: 68px;
            justify-content: center;
            line-height: 1;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: fixed;
            right: 20px;
            text-indent: 0;
            transition: bottom .8s, background .2s, box-shadow .2s;
            width: 68px;
            z-index: 90;
        }

        body.page-intro .goTop::before,
body.page-intro .goTop::after {
            display: none;
        }

        body.page-intro .goTop:hover,
body.page-intro .goTop:focus {
            --bg: #4c4c4c;
            --front: #a3dd6d;
            box-shadow: #a3dd6d 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
        }

        body.page-intro .goTop:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-intro .goTop.show {
            bottom: 20px;
        }

        @media (max-width: 991.98px) {
            body.page-intro .utilityLinks {
                display: none;
            }

            body.page-intro .desktopNav {
                display: block;
                overflow-x: auto;
            }

            body.page-intro .desktopNavList {
                justify-content: flex-start;
                min-width: 100%;
                width: max-content;
            }

            body.page-intro .desktopNavList a {
                font-size: 1rem;
                min-height: 48px;
                padding: .75rem 1rem;
            }

            body.page-intro .headerInner {
                grid-template-columns: minmax(0, 1fr) auto;
                position: relative;
            }

            body.page-intro .brandLink img {
                max-width: min(300px, calc(100vw - 8rem));
                transform: scale(1.13);
                transform-origin: left center;
            }

            body.page-intro .pageIntroInner,
body.page-intro .footerMiddle {
                grid-template-columns: 1fr;
            }

            body.page-intro .introStats {
                grid-template-columns: repeat(3, minmax(0, 1fr));
            }

            body.page-intro .cardGrid,
body.page-intro .cardGrid.twoUp {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }
        }

        @media (max-width: 767.98px) {
            body.page-intro .desktopNav {
                display: none;
            }

            body.page-intro .mobileMenuTrigger {
                display: block !important;
                height: 44px;
                margin: 0 !important;
                order: 2;
                position: fixed;
                right: 1rem;
                top: .85rem;
                transform: none;
                width: 44px;
                z-index: 1001;
            }

            body.page-intro .mobileMenuPanel {
                background: #444 !important;
                box-sizing: border-box;
                color: #fff !important;
                display: none;
                flex-direction: column;
                height: 100vh;
                height: 100dvh;
                inset: 0;
                min-height: 100vh;
                min-height: 100dvh;
                overflow-y: auto;
                position: fixed;
                width: 100vw;
                z-index: 100000;
            }

            body.page-intro .mobileMenuPanel * {
                box-sizing: border-box;
            }

            body.page-intro.mobileMenuOpen {
                overflow: hidden;
            }

            body.page-intro.mobileMenuOpen .siteShell {
                height: 100vh;
                height: 100dvh;
                overflow: hidden;
            }

            body.page-intro.mobileMenuOpen .mobileMenuPanel {
                display: flex;
            }

            body.page-intro .mobileMenuHeader {
                align-items: center;
                background: #444 !important;
                display: flex;
                flex: 0 0 auto;
                justify-content: flex-end;
                min-height: 72px;
                padding: 1rem 1.25rem;
            }

            body.page-intro .mobileMenuClose {
                align-items: center;
                background: transparent;
                border: 0;
                display: inline-flex;
                height: 44px;
                justify-content: center;
                padding: 0;
                position: relative;
                width: 44px;
            }

            body.page-intro .mobileMenuClose::before,
body.page-intro .mobileMenuClose::after {
                background: rgba(255, 255, 255, .75);
                content: "";
                height: 3px;
                position: absolute;
                width: 34px;
            }

            body.page-intro .mobileMenuClose::before {
                transform: rotate(45deg);
            }

            body.page-intro .mobileMenuClose::after {
                transform: rotate(-45deg);
            }

            body.page-intro .mobileMenuMain {
                background: #444 !important;
                flex: 0 0 auto;
            }

            body.page-intro .mobileMenuItem,
body.page-intro .mobileMenuLink {
                background: #444 !important;
                border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
                margin: 0 !important;
                padding: 0 !important;
            }

            body.page-intro .mobileMenuButton,
body.page-intro .mobileMenuLink {
                align-items: center;
                appearance: none;
                background: #444 !important;
                border: 0 !important;
                color: #fff !important;
                display: flex !important;
                font-size: 1.45rem !important;
                font-weight: 400;
                justify-content: space-between;
                line-height: 1.3 !important;
                list-style: none;
                min-height: 88px !important;
                padding: 1.35rem 1.5rem !important;
                text-align: left;
                text-decoration: none;
                width: 100%;
            }

            body.page-intro .mobileMenuButton::after {
                border: solid #fff;
                border-width: 0 3px 3px 0;
                content: "";
                height: .65rem;
                transform: rotate(45deg);
                transition: transform .2s ease;
                width: .65rem;
            }

            body.page-intro .mobileMenuItem.isOpen .mobileMenuButton {
                background: #4a4a4a !important;
            }

            body.page-intro .mobileMenuButton[aria-expanded="true"]::after {
                transform: rotate(-135deg);
            }

            body.page-intro .mobileSubMenu {
                background: #2f2f2f !important;
                padding: .25rem 0 !important;
            }

            body.page-intro .mobileSubMenu[hidden] {
                display: none !important;
            }

            body.page-intro .mobileSubMenu a,
body.page-intro .mobileSubMenu span {
                background: #2f2f2f !important;
                border-top: 1px solid rgba(255, 255, 255, .08) !important;
                color: #fff !important;
                display: block !important;
                font-size: 1rem;
                line-height: 1.4;
                padding: .85rem 1.5rem .85rem 2.25rem;
                text-decoration: none;
            }

            body.page-intro .mobileSubMenu a:hover,
body.page-intro .mobileSubMenu a:focus,
body.page-intro .mobileMenuLink:hover,
body.page-intro .mobileMenuLink:focus {
                background: #4a4a4a !important;
                color: #fff !important;
            }

            body.page-intro .mobileUtilityGrid {
                background: #444 !important;
                border-top: 1px solid rgba(255, 255, 255, .18) !important;
                display: grid !important;
                gap: .75rem;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: auto;
                padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
            }

            body.page-intro .mobileUtilityGrid a,
body.page-intro .mobileUtilityGrid span,
body.page-intro .mobileFontSizeBox {
                align-items: center;
                background: rgba(255, 255, 255, .88) !important;
                border-radius: 4px;
                color: #444 !important;
                display: flex !important;
                font-size: 1.05rem;
                justify-content: center;
                min-height: 54px;
                padding: .75rem .5rem;
                text-align: center;
                text-decoration: none;
            }

            body.page-intro .mobileFontSizeBox {
                gap: .55rem;
                grid-column: 1 / -1;
            }

            body.page-intro .mobileFontSizeBox span {
                background: transparent !important;
                min-height: 0;
                padding: 0;
            }

            body.page-intro .mobileFontSizeBox button {
                background: transparent;
                border: 0;
                color: #444;
                font: inherit;
                padding: .15rem .35rem;
            }

            body.page-intro .mobileFontSizeBox button[aria-pressed="true"] {
                font-weight: 700;
                text-decoration: underline;
                text-underline-offset: .2rem;
            }
        }

        @media (max-width: 575.98px) {
            body.page-intro .headerInner {
                padding: .85rem 1rem;
            }

            body.page-intro .photoblock {
                height: 190px;
            }

            body.page-intro .pageIntroInner {
                padding-top: 2rem;
            }

            body.page-intro .introStats,
body.page-intro .cardGrid,
body.page-intro .cardGrid.twoUp,
body.page-intro .storyGrid {
                grid-template-columns: 1fr;
            }

            body.page-intro .sectionNav {
                top: 0;
            }

            body.page-intro .sectionNavInner {
                justify-content: flex-start;
                padding-bottom: .8rem;
            }

            body.page-intro .infoCard,
body.page-intro .storyCard {
                padding: 1rem;
            }

            body.page-intro .footerMiddle,
body.page-intro .footerBase {
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
        }

        @media screen and (min-width: 1288px) {
            body.page-intro .goTop {
                right: max(20px, calc(50vw - 644px - 88px));
            }
        }

/* ===== question.php inline style 1 ===== */

        :root {
            --hvcs-ink: #444;
            --hvcs-muted: #5f666d;
            --hvcs-line: #e1e4e8;
            --hvcs-panel: #fff;
            --hvcs-soft: #f6f7f8;
            --hvcs-dark: #444;
            --hvcs-teal: #027d84;
            --hvcs-green: #5e8f2d;
            --hvcs-yellow: #f0c84b;
            --hvcs-red: #c62828;
        }

        body.page-question *,
body.page-question *::before,
body.page-question *::after {
            box-sizing: border-box;
        }

        html {
            scroll-behavior: smooth;
        }

        html.fontSizeSmall {
            font-size: 90%;
        }

        html.fontSizeMedium {
            font-size: 100%;
        }

        html.fontSizeLarge {
            font-size: 110%;
        }

        body.page-question {
            background: var(--hvcs-soft);
            color: var(--hvcs-ink);
            font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.65;
            margin: 0;
            overflow-x: hidden;
        }

        body.page-question a {
            color: inherit;
        }

        body.page-question a:focus-visible,
body.page-question button:focus-visible,
body.page-question input:focus-visible,
body.page-question summary:focus-visible,
body.page-question video:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-question .skipLink {
            background: #fff;
            border: 2px solid var(--hvcs-dark);
            color: var(--hvcs-dark);
            left: 1rem;
            padding: .6rem .9rem;
            position: absolute;
            top: -5rem;
            z-index: 100001;
        }

        body.page-question .skipLink:focus {
            top: 1rem;
        }

        body.page-question .siteShell {
            background: var(--hvcs-soft);
            min-height: 100vh;
            overflow-x: clip;
        }

        body.page-question .siteHeader {
            background: #fff;
            position: relative;
            z-index: 1000;
        }

        body.page-question .headerInner {
            align-items: center;
            display: grid;
            gap: 1rem;
            grid-template-columns: minmax(0, 1fr) auto;
            margin: 0 auto;
            max-width: 1180px;
            padding: 1.1rem clamp(1rem, 3vw, 1.5rem);
        }

        body.page-question .brandLink {
            align-items: center;
            display: inline-flex;
            min-width: 0;
            text-decoration: none;
        }

        body.page-question .brandLink img {
            display: block;
            height: auto;
            max-width: min(420px, 68vw);
            position: relative;
            transform: scale(1.24);
            transform-origin: left center;
            width: 100%;
            z-index: 2;
        }

        body.page-question .utilityLinks {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            gap: .35rem .8rem;
            justify-content: flex-end;
        }

        body.page-question .utilityLinks a,
body.page-question .fontSizeToggle {
            background: transparent;
            border: 0;
            color: var(--hvcs-dark);
            font-size: .95rem;
            line-height: 1.2;
            padding: .35rem 0;
            text-decoration: none;
            white-space: nowrap;
        }

        body.page-question .utilityLinks a:hover,
body.page-question .utilityLinks a:focus,
body.page-question .fontSizeToggle:hover,
body.page-question .fontSizeToggle:focus {
            text-decoration: underline;
            text-underline-offset: .25rem;
        }

        body.page-question .topLoginButton {
            border: 1px solid #cfcfcf !important;
            border-radius: 6px;
            min-height: 32px;
            padding: .38rem .9rem !important;
            text-decoration: none !important;
        }

        body.page-question .fontSizeControl {
            display: inline-flex;
            position: relative;
        }

        body.page-question .fontSizeToggle {
            align-items: center;
            cursor: pointer;
            display: inline-flex;
            gap: .25rem;
        }

        body.page-question .fontSizeToggle::after {
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid var(--hvcs-dark);
            content: "";
            display: inline-block;
        }

        body.page-question .fontSizeMenu {
            background: #fff;
            border: 1px solid #d8d8d8;
            box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
            display: none;
            min-width: 4.5rem;
            padding: .25rem 0;
            position: absolute;
            right: 0;
            top: calc(100% + .35rem);
            z-index: 20;
        }

        body.page-question .fontSizeMenu.isOpen {
            display: grid;
        }

        body.page-question .fontSizeMenu button {
            background: transparent;
            border: 0;
            color: var(--hvcs-dark);
            font: inherit;
            padding: .55rem .8rem;
            text-align: center;
            white-space: nowrap;
        }

        body.page-question .fontSizeMenu button:hover,
body.page-question .fontSizeMenu button:focus {
            background: #f0f0f0;
        }

        body.page-question .fontSizeMenu button[aria-pressed="true"] {
            font-weight: 700;
        }

        body.page-question .desktopNav {
            background: var(--hvcs-dark);
        }

        body.page-question .desktopNavList {
            align-items: stretch;
            display: flex;
            justify-content: center;
            list-style: none;
            margin: 0 auto;
            max-width: 1180px;
            padding: 0;
        }

        body.page-question .desktopNavList a {
            color: #fff;
            display: inline-flex;
            font-size: 1.1rem;
            min-height: 56px;
            padding: .85rem 1.45rem;
            text-decoration: none;
        }

        body.page-question .desktopNavList a:hover,
body.page-question .desktopNavList a:focus,
body.page-question .desktopNavList a[aria-current="page"] {
            background: #4a4a4a;
        }

        body.page-question .mobileMenuPanel {
            display: none;
        }

        body.page-question .mobileMenuTrigger {
            display: none !important;
        }

        body.page-question .mobileMenuTrigger .btn {
            align-items: center;
            background: transparent;
            border: 0;
            color: #444 !important;
            display: inline-flex;
            height: 44px;
            justify-content: center;
            padding: 0;
            width: 44px;
        }

        body.page-question .hamburgerIcon {
            display: inline-flex;
            flex-direction: column;
            gap: 5px;
            width: 26px;
        }

        body.page-question .hamburgerIcon span {
            background: #444;
            display: block;
            height: 3px;
            width: 100%;
        }

        body.page-question .photoblock {
            background: #eaf6fb;
            height: clamp(180px, 28vw, 300px);
            overflow: hidden;
            position: relative;
        }

        body.page-question .springBannerVideo {
            display: block;
            height: 100%;
            object-fit: cover;
            object-position: center center;
            width: 100%;
        }

        body.page-question .pageIntro {
            background: linear-gradient(180deg, #fff 0%, #f5f8f8 100%);
            border-bottom: 1px solid var(--hvcs-line);
        }

        body.page-question .pageIntroInner {
            margin: 0 auto;
            max-width: 1180px;
            padding: clamp(1.2rem, 3vw, 2rem) clamp(1rem, 3vw, 1.5rem);
        }

        body.page-question .introStats {
            background: #fff;
            border: 1px solid #dfe7e7;
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .08);
            display: grid;
            gap: 1rem;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            padding: clamp(1rem, 2.4vw, 1.35rem);
        }

        body.page-question .statItem {
            border-left: 5px solid var(--hvcs-teal);
            min-width: 0;
            padding: .2rem .5rem .2rem .9rem;
        }

        body.page-question .statItem:nth-child(2) {
            border-left-color: var(--hvcs-green);
        }

        body.page-question .statItem:nth-child(3) {
            border-left-color: var(--hvcs-red);
        }

        body.page-question .statItem strong {
            display: block;
            font-size: 1.55rem;
            font-weight: 600;
            line-height: 1.2;
        }

        body.page-question .statItem span {
            color: var(--hvcs-muted);
            display: block;
            margin-top: .2rem;
        }

        body.page-question main {
            display: grid;
            gap: clamp(1.5rem, 4vw, 3rem);
            padding: clamp(1.5rem, 4vw, 3rem) 0 0;
        }

        body.page-question .contentSection {
            margin: 0 auto;
            max-width: 1180px;
            padding: 0 clamp(1rem, 3vw, 1.5rem);
            width: 100%;
        }

        body.page-question .sectionHeader {
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 1.25rem;
            max-width: 760px;
            text-align: center;
        }

        body.page-question .sectionHeader h1 {
            color: #000;
            font-size: clamp(1.75rem, 3.4vw, 2.4rem);
            font-weight: 500;
            letter-spacing: 0;
            line-height: 1.3;
            margin: 0;
            position: relative;
        }

        body.page-question .sectionHeader h1::after {
            background: var(--hvcs-dark);
            content: "";
            display: block;
            height: 4px;
            margin: .45rem auto 0;
            width: 60px;
        }

        body.page-question .sectionHeader p {
            color: var(--hvcs-muted);
            font-size: 1.08rem;
            margin: .8rem 0 0;
        }

        body.page-question .faqGroups {
            display: grid;
            gap: 2rem;
        }

        body.page-question .faqCategoryBlock {
            display: grid;
            gap: 1rem;
        }

        body.page-question .faqCategoryBlock > summary {
            align-items: center;
            background: var(--hvcs-dark);
            border: 1px solid var(--hvcs-dark);
            border-radius: 8px;
            box-shadow: 0 8px 18px rgba(56, 56, 56, .05);
            color: #fff;
            cursor: pointer;
            display: flex;
            gap: .8rem;
            justify-content: space-between;
            list-style: none;
            min-height: 58px;
            padding: .85rem 1rem;
        }

        body.page-question .faqCategoryBlock > summary::-webkit-details-marker {
            display: none;
        }

        body.page-question .faqCategoryBlock > summary:hover,
body.page-question .faqCategoryBlock > summary:focus-visible,
body.page-question .faqCategoryBlock[open] > summary {
            background: #444;
            border-color: #444;
        }

        body.page-question .faqCategoryBlock > summary:focus {
            outline: none;
        }

        body.page-question .faqCategoryBlock > summary:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-question .faqCategoryBlock h2 {
            color: #fff;
            font-size: 1.45rem;
            font-weight: 800;
            line-height: 1.35;
            margin: 0;
            padding: 0;
        }

        body.page-question .faqCategoryBlock h2::before {
            content: none;
        }

        body.page-question .faqList {
            display: grid;
            gap: .75rem;
            padding-top: 1rem;
        }

        body.page-question .faqCategoryToggle {
            flex: 0 0 auto;
            font-size: 1.25rem;
            font-weight: 800;
            line-height: 1;
            transition: transform .2s ease;
        }

        body.page-question .faqCategoryBlock[open] .faqCategoryToggle {
            transform: rotate(90deg);
        }

        body.page-question .faqItem {
            background: var(--hvcs-panel);
            border: 1px solid var(--hvcs-line);
            border-radius: 8px;
            box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
            overflow: hidden;
        }

        body.page-question .faqItem summary {
            align-items: center;
            background: #fff;
            color: #000;
            cursor: pointer;
            display: grid;
            gap: .5rem 1rem;
            grid-template-columns: minmax(0, 1fr) auto;
            list-style: none;
            overflow: hidden;
            padding: 1rem 1.15rem 1rem 1.35rem;
            position: relative;
        }

        body.page-question .faqItem summary::before {
            background: #444;
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: width .2s ease;
            width: 6px;
        }

        body.page-question .faqItem summary:hover,
body.page-question .faqItem[open] summary,
body.page-question .faqItem summary:focus-visible {
            background: #f7f7f7;
            color: #000;
        }

        body.page-question .faqItem summary:hover::before,
body.page-question .faqItem[open] summary::before,
body.page-question .faqItem summary:focus-visible::before {
            width: 10px;
        }

        body.page-question .faqItem summary:focus {
            outline: none;
        }

        body.page-question .faqItem summary:focus-visible {
            outline: 2px solid #000;
            outline-offset: -3px;
        }

        body.page-question .faqItem summary::-webkit-details-marker {
            display: none;
        }

        body.page-question .faqTitle {
            display: grid;
            gap: .35rem;
            min-width: 0;
            transition: transform .2s ease;
        }

        body.page-question .faqItem summary:hover .faqTitle,
body.page-question .faqItem[open] summary .faqTitle,
body.page-question .faqItem summary:focus-visible .faqTitle {
            transform: translateX(.45rem);
        }

        body.page-question .faqQuestion {
            color: #000;
            font-size: 1.12rem;
            font-weight: 700;
            line-height: 1.45;
            overflow-wrap: anywhere;
        }

        body.page-question .faqToggle {
            color: #777;
            font-size: 1.35rem;
            line-height: 1;
            transition: transform .2s ease;
        }

        body.page-question .faqItem[open] .faqToggle {
            transform: rotate(90deg);
        }

        body.page-question .faqAnswer {
            border-top: 1px solid var(--hvcs-line);
            color: #30363c;
            padding: 1rem 1.15rem 1.15rem;
        }

        body.page-question .faqAnswer p,
body.page-question .faqAnswer ol {
            margin: 0;
        }

        body.page-question .faqAnswer p + p,
body.page-question .faqAnswer ol + p,
body.page-question .faqAnswer p + ol {
            margin-top: .8rem;
        }

        body.page-question .faqAnswer ol {
            padding-left: 1.4rem;
        }

        body.page-question .faqAnswer li + li {
            margin-top: .4rem;
        }

        body.page-question .webFooter {
            background-color: var(--hvcs-dark);
            color: #fff;
            margin: 50px 0 0;
            position: relative;
        }

        body.page-question .webFooter .accesskey {
            color: transparent;
            left: 1rem;
            position: absolute;
            text-decoration: none;
            top: -1.4rem;
        }

        body.page-question .webFooter .accesskey:focus,
body.page-question .webFooter .accesskey:hover {
            color: #fff;
            outline: 1px solid #fff;
        }

        body.page-question .footerMiddle,
body.page-question .footerBase {
            margin: 0 auto;
            max-width: 1180px;
            padding: 2rem clamp(1rem, 3vw, 1.5rem);
        }

        body.page-question .footerMiddle {
            align-items: start;
            display: grid;
            gap: 1.5rem;
            grid-template-columns: 180px minmax(0, 1fr) auto;
        }

        body.page-question .footerMiddle img {
            display: block;
            max-width: 160px;
            width: 100%;
        }

        body.page-question .contactInfo p {
            margin: 0;
        }

        body.page-question .contactInfo p + p {
            margin-top: .35rem;
        }

        body.page-question .webFooter a {
            color: #fff;
        }

        body.page-question .badgeA img {
            height: 57px;
            max-width: none;
            width: 160px;
        }

        body.page-question .footerBase {
            border-top: 1px solid rgba(255, 255, 255, .18);
            padding-bottom: 1.4rem;
            padding-top: 1.4rem;
        }

        body.page-question .footerBase ul {
            display: flex;
            flex-wrap: wrap;
            gap: .75rem 1.25rem;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        body.page-question .goTop {
            --bg: #fff;
            --front: #4c4c4c;
            align-items: center;
            background-color: var(--bg);
            border: none;
            border-radius: 50%;
            bottom: -80px;
            box-shadow: rgba(50, 77, 50, .25) 0 0 20px;
            color: var(--front);
            cursor: pointer;
            display: flex;
            font-size: 1.2rem;
            font-weight: 700;
            height: 68px;
            justify-content: center;
            line-height: 1;
            margin: 0;
            overflow: hidden;
            padding: 0;
            position: fixed;
            right: 20px;
            text-indent: 0;
            transition: bottom .8s, background .2s, box-shadow .2s;
            width: 68px;
            z-index: 90;
        }

        body.page-question .goTop::before,
body.page-question .goTop::after {
            display: none;
        }

        body.page-question .goTop:hover,
body.page-question .goTop:focus {
            --bg: #4c4c4c;
            --front: #a3dd6d;
            box-shadow: #a3dd6d 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
        }

        body.page-question .goTop:focus-visible {
            outline: 3px solid var(--hvcs-yellow);
            outline-offset: 3px;
        }

        body.page-question .goTop.show {
            bottom: 20px;
        }

        @media (max-width: 991.98px) {
            body.page-question .utilityLinks {
                display: none;
            }

            body.page-question .desktopNavList {
                justify-content: flex-start;
                min-width: 100%;
                width: max-content;
            }

            body.page-question .desktopNav {
                display: block;
                overflow-x: auto;
            }

            body.page-question .headerInner {
                grid-template-columns: minmax(0, 1fr) auto;
                position: relative;
            }

            body.page-question .brandLink img {
                max-width: min(300px, calc(100vw - 8rem));
                transform: scale(1.13);
                transform-origin: left center;
            }

            body.page-question .introStats,
body.page-question .footerMiddle {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 767.98px) {
            body.page-question .headerInner {
                grid-template-columns: minmax(0, 1fr) 44px;
            }

            body.page-question .desktopNav {
                display: none;
            }

            body.page-question .mobileMenuTrigger {
                display: block !important;
                height: 44px;
                justify-self: end;
                margin: 0 !important;
                order: 2;
                position: static;
                transform: none;
                width: 44px;
                z-index: 5;
            }

            body.page-question .mobileMenuPanel {
                background: #444 !important;
                box-sizing: border-box;
                color: #fff !important;
                display: none;
                flex-direction: column;
                height: 100vh;
                height: 100dvh;
                inset: 0;
                min-height: 100vh;
                min-height: 100dvh;
                overflow-y: auto;
                position: fixed;
                width: 100vw;
                z-index: 100000;
            }

            body.page-question .mobileMenuPanel * {
                box-sizing: border-box;
            }

            body.page-question.mobileMenuOpen {
                overflow: hidden;
            }

            body.page-question.mobileMenuOpen .siteShell {
                height: 100vh;
                height: 100dvh;
                overflow: hidden;
            }

            body.page-question.mobileMenuOpen .mobileMenuPanel {
                display: flex;
            }

            body.page-question .mobileMenuHeader {
                align-items: center;
                background: #444 !important;
                display: flex;
                flex: 0 0 auto;
                justify-content: flex-end;
                min-height: 72px;
                padding: 1rem 1.25rem;
            }

            body.page-question .mobileMenuClose {
                align-items: center;
                background: transparent;
                border: 0;
                display: inline-flex;
                height: 44px;
                justify-content: center;
                padding: 0;
                position: relative;
                width: 44px;
            }

            body.page-question .mobileMenuClose::before,
body.page-question .mobileMenuClose::after {
                background: rgba(255, 255, 255, .75);
                content: "";
                height: 3px;
                position: absolute;
                width: 34px;
            }

            body.page-question .mobileMenuClose::before {
                transform: rotate(45deg);
            }

            body.page-question .mobileMenuClose::after {
                transform: rotate(-45deg);
            }

            body.page-question .mobileMenuMain {
                background: #444 !important;
                flex: 0 0 auto;
            }

            body.page-question .mobileMenuLink {
                align-items: center;
                background: #444 !important;
                border-bottom: 1px solid rgba(255, 255, 255, .16) !important;
                color: #fff !important;
                display: flex !important;
                font-size: 1.25rem !important;
                font-weight: 400;
                line-height: 1.3 !important;
                min-height: 70px !important;
                padding: 1.1rem 1.5rem !important;
                text-align: left;
                text-decoration: none;
                width: 100%;
            }

            body.page-question .mobileMenuLink:hover,
body.page-question .mobileMenuLink:focus {
                background: #4a4a4a !important;
                color: #fff !important;
            }

            body.page-question .mobileUtilityGrid {
                background: #444 !important;
                border-top: 1px solid rgba(255, 255, 255, .18) !important;
                display: grid !important;
                gap: .75rem;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                margin-top: auto;
                padding: 1rem 1rem max(1rem, env(safe-area-inset-bottom));
            }

            body.page-question .mobileUtilityGrid a,
body.page-question .mobileUtilityGrid span,
body.page-question .mobileFontSizeBox {
                align-items: center;
                background: rgba(255, 255, 255, .88) !important;
                border-radius: 4px;
                color: #444 !important;
                display: flex !important;
                font-size: 1.05rem;
                justify-content: center;
                min-height: 54px;
                padding: .75rem .5rem;
                text-align: center;
                text-decoration: none;
            }

            body.page-question .mobileFontSizeBox {
                gap: .55rem;
                grid-column: 1 / -1;
            }

            body.page-question .mobileFontSizeBox span {
                background: transparent !important;
                min-height: 0;
                padding: 0;
            }

            body.page-question .mobileFontSizeBox button {
                background: transparent;
                border: 0;
                color: #444;
                font: inherit;
                padding: .15rem .35rem;
            }

            body.page-question .mobileFontSizeBox button[aria-pressed="true"] {
                font-weight: 700;
                text-decoration: underline;
                text-underline-offset: .2rem;
            }
        }

        @media (max-width: 575.98px) {
            body.page-question .headerInner {
                padding: .85rem 1rem;
            }

            body.page-question .photoblock {
                height: 190px;
            }

            body.page-question .introStats {
                grid-template-columns: 1fr;
            }

            body.page-question .faqCategoryBlock h2 {
                align-items: flex-start;
                flex-direction: column;
                font-size: 1.28rem;
                gap: .55rem;
                padding: .8rem .9rem;
            }

            body.page-question .faqItem summary {
                align-items: start;
                grid-template-columns: minmax(0, 1fr) auto;
                padding: 1rem;
            }

            body.page-question .footerMiddle,
body.page-question .footerBase {
                padding-left: 1rem;
                padding-right: 1rem;
            }
        }

        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
        }

        @media screen and (min-width: 1288px) {
body.page-question .goTop {
                right: max(20px, calc(50vw - 644px - 88px));
            }
        }

/* ===== Shared hamburger menu normalization ===== */
body.page-index .mobileMenuTrigger .btn::before,
body.page-login .mobileMenuTrigger .btn::before,
body.page-intro .mobileMenuTrigger .btn::before,
body.page-question .mobileMenuTrigger .btn::before,
body.page-document .mobileMenuTrigger .btn::before {
    content: none !important;
}

body.page-index .mobileMenuTrigger,
body.page-login .mobileMenuTrigger,
body.page-intro .mobileMenuTrigger,
body.page-question .mobileMenuTrigger,
body.page-document .mobileMenuTrigger {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body.page-index .mobileMenuTrigger .btn,
body.page-login .mobileMenuTrigger .btn,
body.page-intro .mobileMenuTrigger .btn,
body.page-question .mobileMenuTrigger .btn,
body.page-document .mobileMenuTrigger .btn {
    align-items: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #444 !important;
    display: inline-flex !important;
    font-size: 1rem !important;
    height: 44px !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 44px !important;
}

body.page-index .hamburgerIcon,
body.page-login .hamburgerIcon,
body.page-intro .hamburgerIcon,
body.page-question .hamburgerIcon,
body.page-document .hamburgerIcon {
    display: inline-flex !important;
    flex-direction: column !important;
    gap: 5px !important;
    width: 26px !important;
}

body.page-index .hamburgerIcon span,
body.page-login .hamburgerIcon span,
body.page-intro .hamburgerIcon span,
body.page-question .hamburgerIcon span,
body.page-document .hamburgerIcon span {
    background: #444 !important;
    display: block !important;
    height: 3px !important;
    width: 100% !important;
}

@media (min-width: 768px) {
    body.page-index .mobileMenuTrigger,
    body.page-login .mobileMenuTrigger,
    body.page-intro .mobileMenuTrigger,
    body.page-question .mobileMenuTrigger,
    body.page-document .mobileMenuTrigger {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    body.page-index .mobileMenuTrigger,
    body.page-login .mobileMenuTrigger {
        display: block !important;
        height: 44px !important;
        margin: 0 !important;
        position: absolute !important;
        right: 1rem !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 44px !important;
        z-index: 5 !important;
    }

    body.page-intro .mobileMenuTrigger,
    body.page-question .mobileMenuTrigger,
    body.page-document .mobileMenuTrigger {
        display: block !important;
        height: 44px !important;
        justify-self: end !important;
        margin: 0 !important;
        position: relative !important;
        transform: none !important;
        width: 44px !important;
        z-index: 20 !important;
    }
}

/* ===== document_download.php ===== */
body.page-document .registerBlocks {
    display: grid;
    gap: 1.5rem;
}

body.page-document .downloadPanel {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
    overflow: hidden;
}

body.page-document .downloadPanelHeader {
    background: var(--hvcs-dark);
    color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding: .9rem 1rem;
}

body.page-document .downloadTableWrap {
    overflow-x: auto;
}

body.page-document .downloadTable {
    border-collapse: collapse;
    min-width: 760px;
    width: 100%;
}

body.page-document .downloadTable caption {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body.page-document .downloadTable th,
body.page-document .downloadTable td {
    border-bottom: 1px solid var(--hvcs-line);
    padding: 1rem;
    text-align: left;
    vertical-align: middle;
}

body.page-document .downloadTable thead th {
    background: #f3f6f6;
    color: #222;
    font-weight: 800;
}

body.page-document .downloadTable tbody th {
    color: #111;
    font-weight: 800;
}

body.page-document .downloadTable tr:last-child th,
body.page-document .downloadTable tr:last-child td {
    border-bottom: 0;
}

body.page-document .downloadIndex {
    color: var(--hvcs-muted);
    font-weight: 700;
    white-space: nowrap;
    width: 6rem;
}

body.page-document .downloadActions {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

body.page-document .downloadLink {
    align-items: center;
    background: #fff;
    border: 1px solid #bfc7cc;
    border-radius: 6px;
    color: var(--hvcs-dark);
    display: inline-flex;
    font-weight: 800;
    line-height: 1.2;
    min-height: 44px;
    padding: .55rem .8rem;
    text-decoration: none;
}

body.page-document .downloadLink:hover,
body.page-document .downloadLink:focus {
    background: var(--hvcs-dark);
    border-color: var(--hvcs-dark);
    color: #fff;
}

body.page-document .downloadLink:focus-visible {
    outline: 3px solid #a3dd6d;
    outline-offset: 3px;
}

body.page-document .noticePanel {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
    overflow: hidden;
}

body.page-document .noticeBody {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

body.page-document .noticeSection {
    border-bottom: 1px solid var(--hvcs-line);
    display: grid;
    gap: .6rem;
    padding-bottom: 1rem;
}

body.page-document .noticeSection:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

body.page-document .noticeSection h3 {
    color: #111;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

body.page-document .noticeSection p,
body.page-document .noticeSection ol {
    color: #30363c;
    line-height: 1.8;
    margin: 0;
}

body.page-document .noticeSection ol {
    padding-left: 1.45rem;
}

body.page-document .noticeSection li + li {
    margin-top: .4rem;
}

body.page-document .noticeSection a {
    color: #005ea8;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: .18rem;
}

body.page-document .noticeFlowList {
    display: grid;
    gap: 1.75rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    padding-left: 0 !important;
}

body.page-document .noticeFlowList li {
    align-items: center;
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    color: #222;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1.45;
    min-height: 68px;
    padding: .75rem .85rem;
    position: relative;
    text-align: center;
}

body.page-document .noticeFlowList li + li {
    margin-top: 0;
}

body.page-document .noticeFlowList li:not(:last-child)::after {
    color: var(--hvcs-dark);
    content: ">";
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1;
    position: absolute;
    right: -1.15rem;
    top: 50%;
    transform: translate(50%, -50%);
}

@media (max-width: 575.98px) {
    body.page-document .downloadPanelHeader {
        font-size: 1.18rem;
        padding: .85rem .9rem;
    }

    body.page-document .noticeBody {
        padding: .9rem;
    }

    body.page-document .downloadTable {
        min-width: 0;
    }

    body.page-document .downloadTable th,
    body.page-document .downloadTable td {
        padding: .85rem;
    }
}

@media (max-width: 767.98px) {
    body.page-document .downloadTableWrap {
        overflow-x: visible;
    }

    body.page-document .downloadTable {
        border-collapse: separate;
        border-spacing: 0;
        display: block;
        width: 100%;
    }

    body.page-document .downloadTable thead {
        height: 1px;
        margin: -1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    body.page-document .downloadTable tbody,
    body.page-document .downloadTable tr,
    body.page-document .downloadTable th,
    body.page-document .downloadTable td {
        display: block;
        width: 100%;
    }

    body.page-document .downloadTable tr {
        border-bottom: 1px solid var(--hvcs-line);
        padding: .75rem 0;
    }

    body.page-document .downloadTable tr:last-child {
        border-bottom: 0;
    }

    body.page-document .downloadTable th,
    body.page-document .downloadTable td,
    body.page-document .downloadTable tr:last-child th,
    body.page-document .downloadTable tr:last-child td {
        border-bottom: 0;
        padding: .35rem 1rem;
    }

    body.page-document .downloadTable tbody th,
    body.page-document .downloadTable td {
        align-items: flex-start;
        display: grid;
        gap: .7rem;
        grid-template-columns: 5rem minmax(0, 1fr);
    }

    body.page-document .downloadTable tbody th::before,
    body.page-document .downloadTable td::before {
        color: var(--hvcs-muted);
        content: attr(data-label);
        font-weight: 800;
    }

    body.page-document .downloadActions {
        min-width: 0;
    }

    body.page-document .noticeFlowList {
        gap: 2.05rem;
        grid-template-columns: 1fr;
    }

    body.page-document .noticeFlowList li {
        min-height: 56px;
    }

    body.page-document .noticeFlowList li:not(:last-child)::after {
        bottom: -1.55rem;
        content: "v";
        right: 50%;
        top: auto;
        transform: translateX(50%);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    body.page-document .noticeFlowList {
        gap: .75rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.page-document .noticeFlowList li:not(:last-child)::after {
        content: none;
    }
}

/* ===== topic.php ===== */
body.page-topic .serviceGroups {
    display: grid;
    gap: 1.35rem;
}

body.page-topic .serviceCategory {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
    overflow: hidden;
}

body.page-topic .serviceCategoryHeader {
    background: var(--hvcs-dark);
    color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding: .9rem 1rem;
}

body.page-topic .serviceCategoryBody {
    display: grid;
    gap: 1.15rem;
    padding: 1rem;
}

body.page-topic .serviceSubgroup {
    background: #fbfcfc;
    border: 1px solid rgba(68, 68, 68, .14);
    border-radius: 8px;
    box-shadow: 0 -5px 0 rgba(68, 68, 68, .26);
    display: grid;
    gap: .85rem;
    padding: 1rem;
}

body.page-topic .serviceSubgroupTitle {
    align-items: center;
    color: #111;
    display: flex;
    font-size: 1.12rem;
    font-weight: 800;
    gap: .55rem;
    line-height: 1.4;
    margin: 0;
}

body.page-topic .serviceSubgroupTitle::before {
    background: var(--hvcs-dark);
    border-radius: 2px;
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    height: 1.35em;
    width: 8px;
}

body.page-topic .serviceList {
    display: grid;
    gap: .65rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    list-style: none;
    margin: 0;
    padding: 0;
}

body.page-topic .serviceList li {
    align-items: center;
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    color: #222;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    line-height: 1.45;
    min-height: 44px;
    padding: .75rem .85rem;
    position: relative;
    transition: background .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, transform .18s ease;
}

body.page-topic .serviceList li:hover,
body.page-topic .serviceList li:focus-within {
    background: #fff;
    border-color: #9ea9ae;
    box-shadow: 0 8px 18px rgba(56, 56, 56, .12);
    color: #111;
    transform: translateY(-2px);
}

/* ===== shared top utility links ===== */
body.page-intro .utilityLinks,
body.page-question .utilityLinks {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: .35rem .75rem;
    justify-content: flex-end;
    overflow: visible;
    position: relative;
    z-index: 10000;
}

body.page-intro .utilityLinks a,
body.page-intro .utilityLinks span,
body.page-intro .utilityLinks button,
body.page-question .utilityLinks a,
body.page-question .utilityLinks span,
body.page-question .utilityLinks button {
    background: transparent;
    border: 0;
    color: #444 !important;
    display: inline-flex;
    font-size: .95rem;
    font-weight: 400;
    line-height: 1.2;
    padding: .35rem 0;
    text-decoration: none;
    white-space: nowrap;
}

body.page-intro .utilityLinks a:hover,
body.page-intro .utilityLinks a:focus,
body.page-intro .utilityLinks button:hover,
body.page-intro .utilityLinks button:focus,
body.page-question .utilityLinks a:hover,
body.page-question .utilityLinks a:focus,
body.page-question .utilityLinks button:hover,
body.page-question .utilityLinks button:focus {
    color: #444 !important;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

body.page-intro .utilityLinks .accesskey,
body.page-question .utilityLinks .accesskey {
    font-size: .82rem;
    letter-spacing: 0;
}

body.page-intro .utilityLinks .topLoginButton,
body.page-question .utilityLinks .topLoginButton {
    align-items: center;
    background: #fff;
    border: 1px solid #cfcfcf !important;
    border-radius: 6px;
    color: #4a4a4a !important;
    line-height: 1;
    min-height: 30px;
    padding: .35rem .9rem !important;
    text-decoration: none !important;
}

body.page-intro .utilityLinks .topLoginButton:hover,
body.page-intro .utilityLinks .topLoginButton:focus,
body.page-question .utilityLinks .topLoginButton:hover,
body.page-question .utilityLinks .topLoginButton:focus {
    background: #f5f5f5;
    color: #444 !important;
    text-decoration: none;
}

body.page-intro .utilityLinks .fontSizeMenu,
body.page-question .utilityLinks .fontSizeMenu {
    background: #fff;
    border: 1px solid #d8d8d8;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .12);
    display: none;
    min-width: 4.5rem;
    padding: .25rem 0;
    position: absolute;
    right: 0;
    top: calc(100% + .35rem);
    z-index: 20;
}

body.page-intro .utilityLinks .fontSizeMenu.isOpen,
body.page-question .utilityLinks .fontSizeMenu.isOpen {
    display: grid;
}

body.page-intro .utilityLinks .fontSizeMenu button,
body.page-question .utilityLinks .fontSizeMenu button {
    background: transparent;
    border: 0;
    color: #444 !important;
    font: inherit;
    padding: .55rem .8rem;
    text-align: center;
    white-space: nowrap;
}

body.page-intro .utilityLinks .fontSizeMenu button:hover,
body.page-intro .utilityLinks .fontSizeMenu button:focus,
body.page-question .utilityLinks .fontSizeMenu button:hover,
body.page-question .utilityLinks .fontSizeMenu button:focus {
    background: #f2f2f2;
    text-decoration: none;
}

body.page-intro .utilityLinks .fontSizeMenu button[aria-pressed="true"],
body.page-question .utilityLinks .fontSizeMenu button[aria-pressed="true"] {
    font-weight: 700;
}

@media (max-width: 991.98px) {
    body.page-intro .utilityLinks,
    body.page-question .utilityLinks {
        display: none;
    }
}

/* ===== shared dark main menu ===== */
body.page-intro .desktopNav,
body.page-question .desktopNav {
    background: #444;
}

body.page-intro .desktopNavList,
body.page-question .desktopNavList {
    align-items: stretch;
    display: flex;
    justify-content: center !important;
    list-style: none;
    margin: 0 auto;
    max-width: 1440px;
    padding: 0;
    width: 100%;
}

body.page-intro .desktopNavList li,
body.page-question .desktopNavList li {
    align-items: stretch;
    display: flex;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
}

body.page-intro .desktopNavList a,
body.page-question .desktopNavList a {
    align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 1.15rem;
    font-weight: 400;
    justify-content: center;
    letter-spacing: 1px;
    min-height: 56px;
    padding: .85rem 1.45rem !important;
    position: relative;
    text-decoration: none;
    transition: background .2s ease;
}

body.page-intro .desktopNavList a::after,
body.page-question .desktopNavList a::after {
    background: #fff;
    bottom: 0;
    content: "";
    height: 3px;
    left: 1.45rem;
    opacity: 0;
    position: absolute;
    right: 1.45rem;
    transition: opacity .2s ease;
}

body.page-intro .desktopNavList a:hover,
body.page-intro .desktopNavList a:focus,
body.page-intro .desktopNavList a[aria-current="page"],
body.page-question .desktopNavList a:hover,
body.page-question .desktopNavList a:focus,
body.page-question .desktopNavList a[aria-current="page"] {
    background: #4a4a4a;
    color: #fff !important;
}

body.page-intro .desktopNavList a:hover::after,
body.page-intro .desktopNavList a:focus::after,
body.page-intro .desktopNavList a[aria-current="page"]::after,
body.page-question .desktopNavList a:hover::after,
body.page-question .desktopNavList a:focus::after,
body.page-question .desktopNavList a[aria-current="page"]::after {
    opacity: 1;
}

body.page-intro .desktopNavList a:focus-visible,
body.page-question .desktopNavList a:focus-visible {
    outline: 2px solid var(--hvcs-yellow);
    outline-offset: -4px;
}

@media (max-width: 991.98px) {
    body.page-intro .desktopNavList,
    body.page-question .desktopNavList {
        justify-content: flex-start !important;
        min-width: 100%;
        width: max-content;
    }
}

@media (max-width: 991.98px) {
    body.page-topic .serviceList {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    body.page-topic .serviceCategoryHeader {
        font-size: 1.18rem;
        padding: .85rem .9rem;
    }

    body.page-topic .serviceCategoryBody {
        padding: .9rem;
    }

    body.page-topic .serviceList {
        grid-template-columns: 1fr;
    }
}

/* ===== shared keyboard focus adjustments ===== */
body.page-index .bsb-navbar .navbar-nav .nav-link:focus-visible,
body.page-login .bsb-navbar .navbar-nav .nav-link:focus-visible,
body.page-intro .desktopNavList a:focus-visible,
body.page-question .desktopNavList a:focus-visible {
    outline-color: var(--hvcs-yellow);
}

body.page-index .webFooter .middle .badgeA a,
body.page-login .webFooter .middle .badgeA a,
body.page-intro .webFooter .footerMiddle .badgeA a,
body.page-question .webFooter .footerMiddle .badgeA a {
    border-radius: 4px;
    display: inline-flex;
    line-height: 0;
}

body.page-index .webFooter .middle .badgeA a:focus-visible,
body.page-login .webFooter .middle .badgeA a:focus-visible,
body.page-intro .webFooter .footerMiddle .badgeA a:focus-visible,
body.page-question .webFooter .footerMiddle .badgeA a:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 4px;
}

body.page-index .webFooter .middle .badgeA a:focus-visible img,
body.page-login .webFooter .middle .badgeA a:focus-visible img,
body.page-intro .webFooter .footerMiddle .badgeA a:focus-visible img,
body.page-question .webFooter .footerMiddle .badgeA a:focus-visible img {
    box-shadow: #4c4c4c 0 0 0 1px, var(--hvcs-yellow) 0 0 0 4px;
}

body.page-index .webFooter .middle .badgeA a:focus img,
body.page-login .webFooter .middle .badgeA a:focus img,
body.page-intro .webFooter .footerMiddle .badgeA a:focus img,
body.page-question .webFooter .footerMiddle .badgeA a:focus img {
    box-shadow: #4c4c4c 0 0 0 1px, var(--hvcs-yellow) 0 0 0 4px;
}

body.page-index .goTop:hover,
body.page-index .goTop:focus,
body.page-login .goTop:hover,
body.page-login .goTop:focus,
body.page-intro .goTop:hover,
body.page-intro .goTop:focus,
body.page-question .goTop:hover,
body.page-question .goTop:focus {
    --front: var(--hvcs-yellow);
    box-shadow: var(--hvcs-yellow) 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
}

body.page-index .goTop:focus-visible,
body.page-login .goTop:focus-visible,
body.page-intro .goTop:focus-visible,
body.page-question .goTop:focus-visible {
    box-shadow: var(--hvcs-yellow) 0 0 0 4px, rgba(50, 77, 50, .25) 0 0 12px 5px;
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-question main {
    position: relative;
}

body.page-index .contentAccesskey,
body.page-login .contentAccesskey,
body.page-intro .contentAccesskey,
body.page-question .contentAccesskey {
    color: transparent;
    left: 1rem;
    position: absolute;
    text-decoration: none;
    top: .75rem;
    z-index: 2;
}

body.page-index .contentAccesskey:focus,
body.page-index .contentAccesskey:hover,
body.page-login .contentAccesskey:focus,
body.page-login .contentAccesskey:hover,
body.page-intro .contentAccesskey:focus,
body.page-intro .contentAccesskey:hover,
body.page-question .contentAccesskey:focus,
body.page-question .contentAccesskey:hover {
    color: var(--hvcs-dark);
    outline: 1px solid var(--hvcs-yellow);
}

body.page-intro .webFooter .accesskey:focus,
body.page-intro .webFooter .accesskey:hover,
body.page-question .webFooter .accesskey:focus,
body.page-question .webFooter .accesskey:hover {
    outline: 1px solid var(--hvcs-yellow);
}

body.page-index .navTopLinks .accesskey,
body.page-login .navTopLinks .accesskey,
body.page-intro .utilityLinks .accesskey,
body.page-question .utilityLinks .accesskey {
    background: transparent;
    color: #fff !important;
    display: inline-flex;
    height: auto;
    margin: 0 !important;
    overflow: visible;
    padding: .35rem 0;
    position: static;
    text-decoration: none !important;
    width: auto;
}

body.page-index .navTopLinks .accesskey:focus,
body.page-index .navTopLinks .accesskey:hover,
body.page-login .navTopLinks .accesskey:focus,
body.page-login .navTopLinks .accesskey:hover,
body.page-intro .utilityLinks .accesskey:focus,
body.page-intro .utilityLinks .accesskey:hover,
body.page-question .utilityLinks .accesskey:focus,
body.page-question .utilityLinks .accesskey:hover {
    color: var(--hvcs-dark) !important;
    outline: 2px solid var(--hvcs-yellow);
    outline-offset: 2px;
}

body.page-index .skipLink,
body.page-login .skipLink {
    background: #fff;
    border: 2px solid #444;
    color: #444;
    left: 1rem;
    padding: .6rem .9rem;
    position: absolute;
    top: -5rem;
    z-index: 100001;
}

body.page-index .skipLink:focus,
body.page-login .skipLink:focus {
    top: 1rem;
}

body.page-index main,
body.page-login main,
body.page-intro main,
body.page-question main {
    position: relative;
}

/* ===== sitemap.php ===== */
body.page-sitemap .sitemapSection {
    display: grid;
    gap: 1.5rem;
}

body.page-sitemap .sitemapPanel {
    background: #fff;
    border: 1px solid #dfe7e7;
    border-radius: 8px;
    display: grid;
    gap: 1rem;
    padding: clamp(1rem, 3vw, 1.5rem);
}

body.page-sitemap .sitemapPanel h2 {
    border-bottom: 3px solid var(--hvcs-dark);
    color: var(--hvcs-dark);
    font-size: clamp(1.35rem, 2vw, 1.65rem);
    font-weight: 700;
    margin: 0;
    padding-bottom: .65rem;
}

body.page-sitemap .sitemapPanel p {
    line-height: 1.75;
    margin: 0;
}

body.page-sitemap .accesskeyGrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.page-sitemap .accesskeyCard {
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    display: grid;
    gap: .45rem;
    min-height: 96px;
    padding: 1rem;
}

body.page-sitemap .accesskeyCard strong {
    color: var(--hvcs-dark);
    font-size: 1.35rem;
}

body.page-sitemap .accesskeyCard span {
    color: #333;
    font-weight: 700;
}

body.page-sitemap .shortcutNote {
    background: #f5f7f7;
    border-left: 5px solid var(--hvcs-dark);
    padding: .9rem 1rem;
}

body.page-sitemap .shortcutNote ul {
    margin: 0;
    padding-left: 1.35rem;
}

body.page-sitemap .shortcutNote li + li {
    margin-top: .35rem;
}

body.page-sitemap .sitemapGrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-sitemap .sitemapGroup {
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    overflow: hidden;
}

body.page-sitemap .sitemapGroup h3 {
    background: var(--hvcs-dark);
    color: #fff;
    font-size: 1.15rem;
    font-weight: 700;
    margin: 0;
    padding: .85rem 1rem;
}

body.page-sitemap .sitemapList {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

body.page-sitemap .sitemapList li + li {
    border-top: 1px solid #e6ecec;
}

body.page-sitemap .sitemapList a {
    color: #222;
    display: block;
    font-weight: 700;
    padding: .85rem 1rem;
    text-decoration: none;
}

body.page-sitemap .sitemapList a:hover,
body.page-sitemap .sitemapList a:focus {
    background: #f5f7f7;
    color: #000;
    text-decoration: underline;
    text-underline-offset: .25rem;
}

body.page-index .siteHeader,
body.page-login .siteHeader,
body.page-index .headerInner,
body.page-login .headerInner,
body.page-index .brandLink,
body.page-login .brandLink,
body.page-index .utilityLinks,
body.page-login .utilityLinks,
body.page-index .desktopNav,
body.page-login .desktopNav,
body.page-index .desktopNavList,
body.page-login .desktopNavList,
body.page-index .mobileMenuPanel,
body.page-login .mobileMenuPanel,
body.page-index .mobileMenuTrigger,
body.page-login .mobileMenuTrigger,
body.page-index .photoblock,
body.page-login .photoblock,
body.page-index .springBannerVideo,
body.page-login .springBannerVideo,
body.page-index .webFooter,
body.page-login .webFooter,
body.page-index .footerMiddle,
body.page-login .footerMiddle,
body.page-index .footerBase,
body.page-login .footerBase {
    box-sizing: border-box;
}

body.page-index .photoblock {
    height: auto;
    min-height: 0;
}

body.page-index .springBannerVideo {
    aspect-ratio: 2560 / 700;
    height: auto;
    object-fit: contain;
}

body.page-login .photoblock {
    height: 300px;
}

body.page-login .springBannerVideo {
    height: 300px;
    object-fit: cover;
}

body.page-login .loginPageSection {
    display: grid;
    gap: 1.25rem;
}

body.page-login .sectionHeader {
    margin: 0 auto;
    max-width: 760px;
    text-align: center;
    width: 100%;
}

body.page-login .sectionHeader h1 {
    color: #000;
    display: inline-block;
    font-size: clamp(1.65rem, 2.5vw, 2.1rem);
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.35;
    margin: 0;
    padding-bottom: .65rem;
    position: relative;
}

body.page-login .sectionHeader h1::after {
    background: #444;
    bottom: 0;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
}

body.page-login .loginInput:focus {
    border-color: var(--hvcs-yellow);
    box-shadow: 0 0 0 3px rgba(240, 200, 75, .35);
    outline: none;
}

body.page-intro .utilityLinks .topLoginButton:hover,
body.page-intro .utilityLinks .topLoginButton:focus,
body.page-question .utilityLinks .topLoginButton:hover,
body.page-question .utilityLinks .topLoginButton:focus {
    background: var(--hvcs-dark) !important;
    border-color: var(--hvcs-dark) !important;
    color: #fff !important;
    text-decoration: none !important;
}

body.page-intro .utilityLinks .topLoginButton:focus-visible,
body.page-question .utilityLinks .topLoginButton:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-index .springVideoToggle {
    left: 1rem;
    right: auto;
}

.mobileHeaderLogin {
    display: none;
}

body.page-index .announcementSection .bulletinBadge.bulletinBadgeMuted {
    background: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
}

body.page-intro main p,
body.page-intro main li,
body.page-intro .infoCard p,
body.page-intro .storyCard p {
    font-size: 1.12rem !important;
    line-height: 1.82 !important;
}

body.page-topic .serviceList li {
    font-size: 1.12rem !important;
    line-height: 1.55 !important;
}

body.page-document .noticeSection p,
body.page-document .noticeSection li,
body.page-document .downloadTable th,
body.page-document .downloadTable td,
body.page-document .downloadLink {
    font-size: 1.08rem !important;
    line-height: 1.75 !important;
}

body.page-question .faqQuestion {
    font-size: 1.12rem !important;
    line-height: 1.55 !important;
}

body.page-question .faqAnswer p,
body.page-question .faqAnswer li {
    font-size: 1.08rem !important;
    line-height: 1.78 !important;
}

body.page-login .loginField label,
body.page-login .loginInput,
body.page-login .captchaRefreshButton,
body.page-login .loginSubmitButton,
body.page-login .loginActionLink {
    font-size: 1.08rem !important;
}

body.page-sitemap .sitemapPanel p,
body.page-sitemap .accesskeyCard strong,
body.page-sitemap .accesskeyCard span,
body.page-sitemap .sitemapList a {
    font-size: 1.08rem !important;
    line-height: 1.72 !important;
}

body.page-register .registerStepList {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    list-style: none;
    margin: 0 auto 1.35rem;
    max-width: 1180px;
    padding: 0;
}

body.page-register .registerStepList li {
    align-items: center;
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    color: #222;
    display: flex;
    font-size: 1.08rem;
    font-weight: 800;
    gap: .65rem;
    justify-content: center;
    min-height: 64px;
    padding: .75rem;
    text-align: center;
}

body.page-register .registerStepList li span {
    align-items: center;
    background: var(--hvcs-dark);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    height: 30px;
    justify-content: center;
    width: 30px;
}

body.page-register .registerStepList li.isActive {
    background: var(--hvcs-dark);
    border-color: var(--hvcs-dark);
    color: #fff;
}

body.page-register .registerStepList li.isActive span {
    background: #fff;
    color: var(--hvcs-dark);
}

body.page-register .registerPanels {
    display: grid;
    gap: 1.25rem;
}

body.page-register .registerPanel {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
    overflow: hidden;
}

body.page-register .registerPanelHeader {
    background: var(--hvcs-dark);
    color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding: .9rem 1rem;
}

body.page-register .registerPanelBody {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

body.page-register .registerPanelBody p,
body.page-register .registerPanelBody li,
body.page-register .registerField label,
body.page-register .registerField input,
body.page-register .registerField output,
body.page-register .registerTable th,
body.page-register .registerTable td,
body.page-register .registerPrimaryButton,
body.page-register .registerSecondaryButton,
body.page-register .captchaPreview button {
    font-size: 1.08rem;
    line-height: 1.72;
}

body.page-register .registerAlert,
body.page-register .requiredNote {
    color: #8a1f1f;
    font-weight: 800;
    margin: 0;
}

body.page-register .requiredNote span,
body.page-register .registerField label span {
    color: #c62828;
    font-weight: 900;
}

body.page-register .termsBox {
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    display: grid;
    gap: .75rem;
    max-height: 260px;
    overflow-y: auto;
    padding: 1rem;
}

body.page-register .termsBox:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-register .registerCheck {
    align-items: center;
    color: #222;
    display: inline-flex;
    font-size: 1.08rem;
    font-weight: 800;
    gap: .55rem;
    line-height: 1.4;
}

body.page-register .registerCheck input {
    height: 1.15rem;
    width: 1.15rem;
}

body.page-register .registerFormGrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.page-register .registerFormSingle {
    grid-template-columns: 1fr;
}

body.page-register .registerField {
    display: grid;
    gap: .45rem;
}

body.page-register .registerFieldWide {
    grid-column: 1 / -1;
}

body.page-register .registerField label {
    color: #222;
    font-weight: 800;
}

body.page-register .registerField input,
body.page-register .registerField output {
    background: #fff;
    border: 1px solid #bfc7ce;
    border-radius: 6px;
    color: #222;
    min-height: 50px;
    padding: .65rem .85rem;
    width: 100%;
}

body.page-register .registerField output {
    background: #f7f9f9;
    display: flex;
    align-items: center;
}

body.page-register .registerField input:focus {
    border-color: var(--hvcs-yellow);
    box-shadow: 0 0 0 3px rgba(240, 200, 75, .35);
    outline: none;
}

body.page-register .captchaPreview {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

body.page-register .captchaPreview span {
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .18rem;
    min-height: 46px;
    min-width: 110px;
}

body.page-register .captchaPreview button,
body.page-register .registerPrimaryButton,
body.page-register .registerSecondaryButton {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: .55rem 1rem;
    text-decoration: none;
}

body.page-register .captchaPreview button,
body.page-register .registerSecondaryButton {
    background: #fff;
    border: 1px solid #bfc7cc;
    color: var(--hvcs-dark);
}

body.page-register .registerPrimaryButton {
    background: var(--hvcs-dark);
    border: 1px solid var(--hvcs-dark);
    color: #fff;
}

body.page-register .captchaPreview button:hover,
body.page-register .captchaPreview button:focus,
body.page-register .registerSecondaryButton:hover,
body.page-register .registerSecondaryButton:focus {
    background: #f2f2f2;
    color: #000;
}

body.page-register .registerPrimaryButton:hover,
body.page-register .registerPrimaryButton:focus {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}

body.page-register .captchaPreview button:focus-visible,
body.page-register .registerPrimaryButton:focus-visible,
body.page-register .registerSecondaryButton:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-register .registerButtonRow {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
}

body.page-register .registerCertStatusDemo {
    display: grid;
    gap: .9rem;
}

body.page-register .registerCertCase {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

body.page-register .registerCertCaseHeader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: space-between;
}

body.page-register .registerCertCase h3 {
    color: #222;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

body.page-register .registerCertCase p {
    margin: 0;
}

body.page-register .registerCertStatus {
    border-radius: 999px;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1;
    padding: .42rem .7rem;
}

body.page-register .registerCertCaseReady {
    border-left: 5px solid var(--hvcs-dark);
}

body.page-register .registerCertCaseReady .registerCertStatus {
    background: #e9f3ee;
    color: #1f5a3d;
}

body.page-register .registerCertCaseBlocked {
    background: #f8f8f8;
    border-left: 5px solid #8a1f1f;
}

body.page-register .registerCertCaseBlocked .registerCertStatus {
    background: #f5e5e5;
    color: #8a1f1f;
}

body.page-register .registerCertCaseBlocked a {
    color: #005ea8;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .2rem;
}

body.page-register .meterPanel {
    display: grid;
    gap: .75rem;
}

body.page-register .meterPanel h3 {
    color: #111;
    font-size: 1.15rem;
    font-weight: 800;
    margin: 0;
}

body.page-register .registerTableWrap {
    overflow-x: auto;
}

body.page-register .registerTable {
    border-collapse: collapse;
    min-width: 720px;
    width: 100%;
}

body.page-register .registerTable th,
body.page-register .registerTable td {
    border: 1px solid var(--hvcs-line);
    padding: .85rem;
    text-align: left;
    vertical-align: top;
}

body.page-register .registerTable th {
    background: #f3f6f6;
    color: #222;
    font-weight: 800;
}

body.page-register .registerReminder {
    background: #f5f7f7;
    border-left: 5px solid var(--hvcs-dark);
    display: grid;
    gap: .6rem;
    padding: .9rem 1rem;
}

body.page-register .registerReminder strong {
    color: #222;
    font-size: 1.1rem;
}

body.page-register .registerReminder ol {
    margin: 0;
    padding-left: 1.3rem;
}

body.page-register .registerPanel[hidden] {
    display: none;
}

body.page-forgot .forgotPanel {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    box-shadow: 0 8px 22px rgba(56, 56, 56, .06);
    margin: 0 auto;
    max-width: 1180px;
    overflow: hidden;
}

body.page-forgot .forgotPanelHeader {
    background: var(--hvcs-dark);
    color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    line-height: 1.35;
    margin: 0;
    padding: .9rem 1rem;
}

body.page-forgot .forgotPanelBody {
    display: grid;
    gap: 1rem;
    padding: 1rem;
}

body.page-forgot .forgotPanelBody p,
body.page-forgot .forgotChoice,
body.page-forgot .forgotDownloadLinks a,
body.page-forgot .forgotPrimaryButton,
body.page-forgot .forgotSecondaryButton {
    font-size: 1.08rem;
    line-height: 1.72;
}

body.page-forgot .forgotLead {
    color: #222;
    font-weight: 800;
    margin: 0;
}

body.page-forgot .forgotChoiceGroup {
    border: 0;
    display: grid;
    gap: 1rem;
    margin: 0;
    padding: 0;
}

body.page-forgot .forgotChoiceGroup legend {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

body.page-forgot .forgotChoice {
    align-items: flex-start;
    background: #f7f9f9;
    border: 1px solid #dfe7e7;
    border-radius: 6px;
    color: #222;
    display: grid;
    gap: .75rem;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 1rem;
}

body.page-forgot .forgotChoice input {
    height: 1.15rem;
    margin-top: .32rem;
    width: 1.15rem;
}

body.page-forgot .forgotChoice strong,
body.page-forgot .forgotChoice em {
    display: block;
}

body.page-forgot .forgotChoice strong {
    font-style: normal;
    font-weight: 800;
}

body.page-forgot .forgotChoice em {
    color: #4d555c;
    font-style: normal;
    margin-top: .25rem;
}

body.page-forgot .forgotChoice:has(input:checked),
body.page-forgot .forgotChoice[aria-checked="true"] {
    border-color: var(--hvcs-dark);
    box-shadow: inset 0 0 0 2px var(--hvcs-dark);
}

body.page-forgot .forgotChoice:focus,
body.page-forgot .forgotChoice:focus-within {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-forgot .forgotCertStatusDemo {
    display: grid;
    gap: .9rem;
}

body.page-forgot .forgotCertStatusDemo[hidden] {
    display: none;
}

body.page-forgot .forgotCertCase {
    background: #fff;
    border: 1px solid var(--hvcs-line);
    border-radius: 8px;
    display: grid;
    gap: .75rem;
    padding: 1rem;
}

body.page-forgot .forgotCertCaseHeader {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    justify-content: space-between;
}

body.page-forgot .forgotCertCase h3 {
    color: #222;
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

body.page-forgot .forgotCertCase p {
    margin: 0;
}

body.page-forgot .forgotCertStatus {
    border-radius: 999px;
    font-size: .98rem;
    font-weight: 800;
    line-height: 1;
    padding: .42rem .7rem;
}

body.page-forgot .forgotCertCaseReady {
    border-left: 5px solid var(--hvcs-dark);
}

body.page-forgot .forgotCertCaseReady .forgotCertStatus {
    background: #e9f3ee;
    color: #1f5a3d;
}

body.page-forgot .forgotCertCaseBlocked {
    background: #f8f8f8;
    border-left: 5px solid #8a1f1f;
}

body.page-forgot .forgotCertCaseBlocked .forgotCertStatus {
    background: #f5e5e5;
    color: #8a1f1f;
}

body.page-forgot .forgotCertCaseBlocked a {
    color: #005ea8;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .2rem;
}

body.page-forgot .forgotCertNote {
    background: #f5f7f7;
    border-left: 5px solid var(--hvcs-dark);
    display: grid;
    gap: .65rem;
    padding: .9rem 1rem;
}

body.page-forgot .forgotCertNote p {
    margin: 0;
}

body.page-forgot .forgotDownloadLinks {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}

body.page-forgot .forgotDownloadLinks a {
    color: #005ea8;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: .2rem;
}

body.page-forgot .forgotButtonRow {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    justify-content: center;
    margin-top: .75rem;
}

body.page-forgot .forgotPrimaryButton,
body.page-forgot .forgotSecondaryButton {
    align-items: center;
    border-radius: 6px;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: .55rem 1rem;
    text-decoration: none;
}

body.page-forgot .forgotPrimaryButton {
    background: var(--hvcs-dark);
    border: 1px solid var(--hvcs-dark);
    color: #fff;
}

body.page-forgot .forgotSecondaryButton {
    background: #fff;
    border: 1px solid #bfc7cc;
    color: var(--hvcs-dark);
}

body.page-forgot .forgotPrimaryButton:hover,
body.page-forgot .forgotPrimaryButton:focus {
    background: #4a4a4a;
    border-color: #4a4a4a;
    color: #fff;
}

body.page-forgot .forgotSecondaryButton:hover,
body.page-forgot .forgotSecondaryButton:focus {
    background: #f2f2f2;
    color: #000;
}

body.page-forgot .forgotPrimaryButton:focus-visible,
body.page-forgot .forgotSecondaryButton:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-forgot-detail .forgotDetailForm {
    display: grid;
    gap: 1rem;
}

body.page-forgot-detail .forgotDetailGrid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr;
}

body.page-forgot-detail .forgotDetailField {
    display: grid;
    gap: .45rem;
}

body.page-forgot-detail .forgotDetailField label,
body.page-forgot-detail .forgotDetailField input,
body.page-forgot-detail .forgotCaptchaPreview button,
body.page-forgot-detail .forgotNotice li {
    font-size: 1.08rem;
    line-height: 1.72;
}

body.page-forgot-detail .forgotDetailField label {
    color: #222;
    font-weight: 800;
}

body.page-forgot-detail .forgotDetailField input {
    background: #fff;
    border: 1px solid #bfc7ce;
    border-radius: 6px;
    color: #222;
    min-height: 50px;
    padding: .65rem .85rem;
    width: 100%;
}

body.page-forgot-detail .forgotDetailField input:focus {
    border-color: var(--hvcs-yellow);
    box-shadow: 0 0 0 3px rgba(240, 200, 75, .35);
    outline: none;
}

body.page-forgot-detail .forgotCaptchaPreview {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

body.page-forgot-detail .forgotCaptchaPreview span {
    align-items: center;
    background: #f2f2f2;
    border: 1px solid #d6d6d6;
    border-radius: 6px;
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 900;
    justify-content: center;
    letter-spacing: .18rem;
    min-height: 46px;
    min-width: 110px;
}

body.page-forgot-detail .forgotCaptchaPreview button {
    align-items: center;
    background: #fff;
    border: 1px solid #bfc7cc;
    border-radius: 6px;
    color: var(--hvcs-dark);
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    min-height: 44px;
    padding: .55rem 1rem;
}

body.page-forgot-detail .forgotCaptchaPreview button:hover,
body.page-forgot-detail .forgotCaptchaPreview button:focus {
    background: #f2f2f2;
    color: #000;
}

body.page-forgot-detail .forgotCaptchaPreview button:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-forgot-detail .forgotNotice {
    background: #f5f7f7;
    border-left: 5px solid var(--hvcs-dark);
    display: grid;
    gap: .6rem;
    padding: .9rem 1rem;
}

body.page-forgot-detail .forgotNotice h3 {
    color: #222;
    font-size: 1.18rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
}

body.page-forgot-detail .forgotNotice ol {
    margin: 0;
    padding-left: 1.3rem;
}

.breadcrumbNav {
    align-items: center;
    color: #5a5a5a;
    display: flex;
    flex-wrap: wrap;
    font-size: 1.05rem;
    font-weight: 700;
    gap: .5rem;
    line-height: 1.5;
    margin: -.35rem auto 1.35rem;
    max-width: 1180px;
    width: 100%;
}

.breadcrumbNav a {
    color: #444;
    text-decoration: none;
}

.breadcrumbNav a:hover,
.breadcrumbNav a:focus {
    color: #000;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: .25rem;
}

.breadcrumbNav a:focus-visible {
    outline: 3px solid var(--hvcs-yellow);
    outline-offset: 3px;
}

body.page-login .breadcrumbNav {
    max-width: 1180px;
}

body.page-login .loginPageSection {
    gap: 0;
}

@media (max-width: 767.98px) {
    body.page-register .registerStepList,
    body.page-register .registerFormGrid {
        grid-template-columns: 1fr;
    }

    body.page-register .registerStepList li {
        justify-content: flex-start;
        text-align: left;
    }

    body.page-register .registerTable {
        min-width: 0;
    }

    body.page-register .registerTable thead {
        height: 1px;
        margin: -1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }

    body.page-register .registerTable,
    body.page-register .registerTable tbody,
    body.page-register .registerTable tr,
    body.page-register .registerTable th,
    body.page-register .registerTable td {
        display: block;
        width: 100%;
    }

    body.page-register .registerTable tr {
        border: 1px solid var(--hvcs-line);
    }

    body.page-register .registerTable td {
        border: 0;
        display: grid;
        gap: .5rem;
        grid-template-columns: 5rem minmax(0, 1fr);
    }

    body.page-register .registerTable td::before {
        color: var(--hvcs-muted);
        content: attr(data-label);
        font-weight: 800;
    }
}

@media (min-width: 768px) {
    .siteHeader .utilityLinks a,
    .siteHeader .utilityLinks button {
        font-size: 1.05rem !important;
    }

    .siteHeader .utilityLinks a:hover,
    .siteHeader .utilityLinks a:focus,
    .siteHeader .utilityLinks button:hover,
    .siteHeader .utilityLinks button:focus {
        text-decoration-thickness: 2px !important;
        text-underline-offset: .34rem !important;
    }

    .siteHeader .utilityLinks .topLoginButton:hover,
    .siteHeader .utilityLinks .topLoginButton:focus {
        text-decoration: none !important;
    }

    .siteHeader .desktopNavList a {
        border: 2px solid transparent !important;
        box-sizing: border-box !important;
    }

    .siteHeader .desktopNavList a:hover,
    .siteHeader .desktopNavList a:focus,
    .siteHeader .desktopNavList a[aria-current="page"] {
        border-color: #fff !important;
        box-shadow: inset 0 0 0 1px #fff !important;
    }

    .siteHeader .desktopNavList a::after {
        content: none !important;
    }
}

@media (max-width: 767.98px) {
    body.page-index .springVideoToggle {
        gap: 0;
        align-items: center;
        justify-content: center;
        left: .75rem;
        min-height: 42px;
        padding: .6rem;
        top: .75rem;
        width: 42px;
    }

    body.page-index .springVideoIcon {
        margin: 0;
    }

body.page-index .springVideoToggleText {
        clip: rect(0 0 0 0);
        clip-path: inset(50%);
        height: 1px;
        overflow: hidden;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
}

@media (max-width: 767.98px) {
    .siteHeader .headerInner {
        align-items: center;
        display: grid;
        gap: .75rem;
        grid-template-columns: minmax(0, 1fr) 44px;
        padding: .85rem 1rem;
        position: relative;
    }

    .siteHeader .brandLink {
        justify-self: start;
        min-width: 0;
    }

    .siteHeader .brandLink img {
        max-width: min(300px, calc(100vw - 6.5rem));
    }

    .siteHeader .mobileMenuTrigger {
        align-self: center;
        display: flex !important;
        height: 44px !important;
        justify-content: center;
        justify-self: end;
        margin: 0 !important;
        min-height: 0 !important;
        order: initial !important;
        padding: 0 !important;
        position: static !important;
        right: auto !important;
        top: auto !important;
        transform: none !important;
        width: 44px !important;
        z-index: 20 !important;
    }

    .siteHeader .mobileMenuTrigger .btn {
        height: 44px !important;
        width: 44px !important;
    }
}

@media (max-width: 767.98px) {
    body.page-index .siteHeader,
    body.page-login .siteHeader,
    body.page-intro .siteHeader,
    body.page-question .siteHeader,
    body.page-topic .siteHeader,
    body.page-document .siteHeader,
    body.page-sitemap .siteHeader {
        box-sizing: border-box !important;
        max-width: 100vw !important;
        position: static !important;
        width: 100vw !important;
        z-index: 1000 !important;
    }

    body.page-index .siteHeader .headerInner,
    body.page-login .siteHeader .headerInner,
    body.page-intro .siteHeader .headerInner,
    body.page-question .siteHeader .headerInner,
    body.page-topic .siteHeader .headerInner,
    body.page-document .siteHeader .headerInner,
    body.page-sitemap .siteHeader .headerInner {
        align-items: center !important;
        display: flex !important;
        gap: .75rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100vw !important;
        min-height: 80px !important;
        padding: .85rem 8rem .85rem 1rem !important;
        position: static !important;
        width: 100vw !important;
    }

    body.page-index .siteHeader .brandLink,
    body.page-login .siteHeader .brandLink,
    body.page-intro .siteHeader .brandLink,
    body.page-question .siteHeader .brandLink,
    body.page-topic .siteHeader .brandLink,
    body.page-document .siteHeader .brandLink,
    body.page-sitemap .siteHeader .brandLink {
        justify-self: start !important;
        min-width: 0 !important;
    }

    body.page-index .siteHeader .brandLink img,
    body.page-login .siteHeader .brandLink img,
    body.page-intro .siteHeader .brandLink img,
    body.page-question .siteHeader .brandLink img,
    body.page-topic .siteHeader .brandLink img,
    body.page-document .siteHeader .brandLink img,
    body.page-sitemap .siteHeader .brandLink img {
        max-width: min(300px, calc(100vw - 9.75rem)) !important;
        transform: none !important;
    }

    body.page-index .siteHeader .mobileHeaderLogin,
    body.page-login .siteHeader .mobileHeaderLogin,
    body.page-intro .siteHeader .mobileHeaderLogin,
    body.page-question .siteHeader .mobileHeaderLogin,
    body.page-topic .siteHeader .mobileHeaderLogin,
    body.page-document .siteHeader .mobileHeaderLogin,
    body.page-sitemap .siteHeader .mobileHeaderLogin {
        align-items: center !important;
        background: var(--hvcs-dark) !important;
        border: 1px solid var(--hvcs-dark) !important;
        border-radius: 6px !important;
        color: #fff !important;
        display: inline-flex !important;
        font-size: .95rem !important;
        font-weight: 700 !important;
        height: 36px !important;
        justify-content: center !important;
        line-height: 1 !important;
        min-width: 52px !important;
        padding: 0 .75rem !important;
        position: absolute !important;
        right: 4.55rem !important;
        text-decoration: none !important;
        top: 22px !important;
        z-index: 10000 !important;
    }

    body.page-index .siteHeader .mobileHeaderLogin:hover,
    body.page-index .siteHeader .mobileHeaderLogin:focus,
    body.page-login .siteHeader .mobileHeaderLogin:hover,
    body.page-login .siteHeader .mobileHeaderLogin:focus,
    body.page-intro .siteHeader .mobileHeaderLogin:hover,
    body.page-intro .siteHeader .mobileHeaderLogin:focus,
    body.page-question .siteHeader .mobileHeaderLogin:hover,
    body.page-question .siteHeader .mobileHeaderLogin:focus,
    body.page-topic .siteHeader .mobileHeaderLogin:hover,
    body.page-topic .siteHeader .mobileHeaderLogin:focus,
    body.page-document .siteHeader .mobileHeaderLogin:hover,
    body.page-document .siteHeader .mobileHeaderLogin:focus,
    body.page-sitemap .siteHeader .mobileHeaderLogin:hover,
    body.page-sitemap .siteHeader .mobileHeaderLogin:focus {
        background: #4a4a4a !important;
        border-color: #4a4a4a !important;
        color: #fff !important;
    }

    body.page-index .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-login .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-intro .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-question .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-topic .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-document .siteHeader .mobileHeaderLogin:focus-visible,
    body.page-sitemap .siteHeader .mobileHeaderLogin:focus-visible {
        outline: 3px solid var(--hvcs-yellow) !important;
        outline-offset: 3px !important;
    }

    body.page-index .siteHeader .mobileMenuTrigger,
    body.page-login .siteHeader .mobileMenuTrigger,
    body.page-intro .siteHeader .mobileMenuTrigger,
    body.page-question .siteHeader .mobileMenuTrigger,
    body.page-topic .siteHeader .mobileMenuTrigger,
    body.page-document .siteHeader .mobileMenuTrigger,
    body.page-sitemap .siteHeader .mobileMenuTrigger {
        align-self: center !important;
        display: flex !important;
        height: 44px !important;
        justify-content: center !important;
        margin: 0 !important;
        min-height: 0 !important;
        order: initial !important;
        padding: 0 !important;
        position: absolute !important;
        right: 1rem !important;
        top: 18px !important;
        transform: none !important;
        width: 44px !important;
        z-index: 10000 !important;
    }

    body.page-index .siteHeader .mobileMenuTrigger .btn,
    body.page-login .siteHeader .mobileMenuTrigger .btn,
    body.page-intro .siteHeader .mobileMenuTrigger .btn,
    body.page-question .siteHeader .mobileMenuTrigger .btn,
    body.page-topic .siteHeader .mobileMenuTrigger .btn,
    body.page-document .siteHeader .mobileMenuTrigger .btn,
    body.page-sitemap .siteHeader .mobileMenuTrigger .btn {
        align-items: center !important;
        display: inline-flex !important;
        height: 44px !important;
        justify-content: center !important;
        width: 44px !important;
    }

    body.page-index .siteHeader .hamburgerIcon,
    body.page-login .siteHeader .hamburgerIcon,
    body.page-intro .siteHeader .hamburgerIcon,
    body.page-question .siteHeader .hamburgerIcon,
    body.page-topic .siteHeader .hamburgerIcon,
    body.page-document .siteHeader .hamburgerIcon,
    body.page-sitemap .siteHeader .hamburgerIcon {
        display: inline-flex !important;
        flex-direction: column !important;
        gap: 5px !important;
        width: 26px !important;
    }

    body.page-index .siteHeader .hamburgerIcon span,
    body.page-login .siteHeader .hamburgerIcon span,
    body.page-intro .siteHeader .hamburgerIcon span,
    body.page-question .siteHeader .hamburgerIcon span,
    body.page-topic .siteHeader .hamburgerIcon span,
    body.page-document .siteHeader .hamburgerIcon span,
    body.page-sitemap .siteHeader .hamburgerIcon span {
        background: #444 !important;
        display: block !important;
        height: 3px !important;
        width: 100% !important;
    }
}

@media (max-width: 767.98px) {
    body.page-login .loginPageContainer {
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        width: 100% !important;
    }

    body.page-login .loginPageSection,
    body.page-login .loginContentGrid,
    body.page-login .loginPanel,
    body.page-login .certInstallPanel,
    body.page-login .loginForm,
    body.page-login .certInstallBody {
        box-sizing: border-box !important;
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.page-login .breadcrumbNav {
        max-width: 100% !important;
        min-width: 0 !important;
        width: 100% !important;
    }

    body.page-login .loginCaptchaRow {
        grid-template-columns: 1fr !important;
    }

    body.page-login .captchaTools {
        align-items: center !important;
        display: flex !important;
        width: 100% !important;
    }

    body.page-login .loginInput,
    body.page-login .loginSubmitButton,
    body.page-login .loginActionLink,
    body.page-login .certDownloadLinks a {
        max-width: 100% !important;
        min-width: 0 !important;
    }

    body.page-sitemap .accesskeyGrid,
    body.page-sitemap .sitemapGrid {
        grid-template-columns: 1fr;
    }
}

/* ===== content accent color overrides ===== */
:root {
    --hvcs-content-dark: #666666;
    --hvcs-content-dark-rgb: 102, 102, 102;
}

body.page-index .announcementTitle,
body.page-intro .sectionHeader h1,
body.page-intro .sectionHeader h2,
body.page-question .sectionHeader h1,
body.page-login .sectionHeader h1,
body.page-sitemap .sitemapPanel h2 {
    color: var(--hvcs-content-dark);
}

body.page-index .announcementTitle::after,
body.page-index .announcementSection .bulletinAccordion .accordion-button::before,
body.page-intro .sectionHeader h1::after,
body.page-intro .sectionHeader h2::after,
body.page-question .sectionHeader h1::after,
body.page-login .sectionHeader h1::after {
    background: var(--hvcs-content-dark);
}

body.page-index .announcementSection .bulletin-content,
body.page-intro .introCopy,
body.page-sitemap .shortcutNote,
body.page-register .registerCertCaseReady,
body.page-register .registerReminder,
body.page-forgot .forgotCertCaseReady,
body.page-forgot .forgotCertNote,
body.page-forgot-detail .forgotNotice {
    border-left-color: var(--hvcs-content-dark);
}

body.page-index .announcementSection .bulletinDate,
.breadcrumbNav a,
body.page-document .downloadLink,
body.page-document .noticeFlowList li:not(:last-child)::after,
body.page-register .captchaPreview button,
body.page-register .registerSecondaryButton,
body.page-register .registerStepList li.isActive span,
body.page-forgot .forgotSecondaryButton,
body.page-forgot-detail .forgotCaptchaPreview button {
    color: var(--hvcs-content-dark);
}

body.page-intro .sectionNav a {
    color: var(--hvcs-content-dark);
}

body.page-intro .sectionNav a:hover,
body.page-intro .sectionNav a:focus,
body.page-intro .sectionNav a.isActive,
body.page-question .faqCategoryBlock > summary,
body.page-question .faqCategoryBlock > summary:hover,
body.page-question .faqCategoryBlock > summary:focus-visible,
body.page-question .faqCategoryBlock[open] > summary,
body.page-document .downloadPanelHeader,
body.page-document .downloadLink:hover,
body.page-document .downloadLink:focus,
body.page-topic .serviceCategoryHeader,
body.page-register .registerStepList li span,
body.page-register .registerStepList li.isActive,
body.page-register .registerPanelHeader,
body.page-register .registerPrimaryButton,
body.page-register .registerPrimaryButton:hover,
body.page-register .registerPrimaryButton:focus,
body.page-forgot .forgotPanelHeader,
body.page-forgot .forgotPrimaryButton,
body.page-forgot .forgotPrimaryButton:hover,
body.page-forgot .forgotPrimaryButton:focus,
body.page-sitemap .sitemapGroup h3,
body.page-login .loginPanelHeading,
body.page-login .certInstallHeader,
body.page-login .loginPanelHeader,
body.page-login .loginSubmitButton,
body.page-login .loginSubmitButton:hover,
body.page-login .loginSubmitButton:focus,
.certInstallHeader {
    background: var(--hvcs-content-dark);
}

body.page-intro .sectionNav a:hover,
body.page-intro .sectionNav a:focus,
body.page-intro .sectionNav a.isActive,
body.page-question .faqCategoryBlock > summary,
body.page-question .faqCategoryBlock > summary:hover,
body.page-question .faqCategoryBlock > summary:focus-visible,
body.page-question .faqCategoryBlock[open] > summary,
body.page-document .downloadLink:hover,
body.page-document .downloadLink:focus,
body.page-register .registerStepList li.isActive,
body.page-register .registerPrimaryButton,
body.page-register .registerPrimaryButton:hover,
body.page-register .registerPrimaryButton:focus,
body.page-forgot .forgotPrimaryButton,
body.page-forgot .forgotPrimaryButton:hover,
body.page-forgot .forgotPrimaryButton:focus,
body.page-login .loginSubmitButton,
body.page-login .loginSubmitButton:hover,
body.page-login .loginSubmitButton:focus {
    border-color: var(--hvcs-content-dark);
}

body.page-question .faqItem summary::before,
body.page-topic .serviceSubgroupTitle::before {
    background: var(--hvcs-content-dark);
}

body.page-topic .serviceSubgroup {
    border-color: rgba(var(--hvcs-content-dark-rgb), .18);
    box-shadow: 0 -5px 0 rgba(var(--hvcs-content-dark-rgb), .32);
}

body.page-login .certInstallNote,
.certInstallNote {
    border-left-color: var(--hvcs-content-dark);
}

body.page-login .loginField label,
body.page-login .captchaRefreshButton,
body.page-login .loginRegisterLink,
body.page-login .loginForgotLink {
    color: var(--hvcs-content-dark);
}

body.page-login .loginInput:focus {
    border-color: var(--hvcs-content-dark);
    box-shadow: 0 0 0 3px rgba(var(--hvcs-content-dark-rgb), .18);
}

body.page-login .loginRegisterLink:hover,
body.page-login .loginRegisterLink:focus,
body.page-login .loginForgotLink:hover,
body.page-login .loginForgotLink:focus,
body.page-forgot .forgotChoice:has(input:checked),
body.page-forgot .forgotChoice[aria-checked="true"] {
    border-color: var(--hvcs-content-dark);
}

body.page-forgot .forgotChoice:has(input:checked),
body.page-forgot .forgotChoice[aria-checked="true"] {
    box-shadow: inset 0 0 0 2px var(--hvcs-content-dark);
}

body.page-sitemap .sitemapPanel h2 {
    border-bottom-color: var(--hvcs-content-dark);
}

body.page-question .faqQuestion,
body.page-topic .serviceSubgroupTitle,
body.page-document .downloadTable thead th,
body.page-document .downloadTable tbody th,
body.page-document .noticeSection h3,
body.page-register .registerCertCase h3,
body.page-register .meterPanel h3,
body.page-register .registerTable th,
body.page-register .registerReminder strong,
body.page-forgot .forgotLead,
body.page-forgot .forgotChoice,
body.page-forgot .forgotCertCase h3,
body.page-forgot-detail .forgotNotice h3,
.certDownloadGroup h3,
.certDownloadGroup h4 {
    color: var(--hvcs-content-dark);
}
