.elementor-262 .elementor-element.elementor-element-cebcd2b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-7a1fa32 */* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: Arial, sans-serif;
        }

        body {
            background-color: #f5f5f5;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }

        /* Navigation Tabs - Simplified */
        .nav-tabs {
            display: flex;
            border-bottom: 1px solid #ddd;
            margin-bottom: 30px;
            overflow-x: auto;
            -webkit-overflow-scrolling: touch;
            gap: 32px;
            padding: 0 20px;
        }

        .nav-link {
            padding: 16px 0;
            text-decoration: none;
            color: #056DAE;
            border-bottom: 3px solid transparent;
            font-size: 16px;
        }

        .nav-link.active {
            border-bottom: 3px solid #056DAE;
            font-weight: 600;
        }

        /* Content Grid */
        .content-grid {
            display: grid;
            grid-template-columns: 2fr 1fr;
            gap: 30px;
        }

        /* Contact Section */
        .contact-section {
            background: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .section-title {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            color: #333;
            font-size: 18px;
        }

        .section-title img {
            width: 24px;
            margin-right: 10px;
        }

        /* Phone Numbers */
        .phone-list {
            list-style: none;
        }

        .phone-item {
            margin-bottom: 20px;
        }

        .phone-label {
            color: #666;
            margin-bottom: 5px;
            font-size: 14px;
        }

        .phone-number {
            color: #056DAE;
            text-decoration: none;
            font-weight: bold;
            font-size: 16px;
        }

        /* TTY Section */
        .tty-section {
            margin-top: 30px;
            color: #666;
            font-size: 14px;
        }

        .tty-section p {
            margin-bottom: 8px;
        }

        /* Sidebar */
        .account-cta {
            background: white;
            padding: 20px;
            border-radius: 8px;
            margin-bottom: 20px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .account-cta h2 {
            font-size: 18px;
            margin-bottom: 15px;
        }

        .apply-button {
            display: inline-flex;
            align-items: center;
            color: #056DAE;
            text-decoration: none;
            font-weight: 600;
        }

        .apply-button::after {
            content: "→";
            margin-left: 8px;
        }

        /* Shortcuts */
        .sidebar h2 {
            margin: 20px 0;
            font-size: 18px;
        }

        .shortcuts-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 20px;
        }

        .shortcut-item {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            text-decoration: none;
            color: #056DAE;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }

        .shortcut-item img {
            width: 32px;
            margin-bottom: 10px;
        }

        @media (max-width: 768px) {
            .content-grid {
                grid-template-columns: 1fr;
            }

            .nav-tabs {
                gap: 20px;
            }
        }/* End custom CSS */