﻿body {
    margin: 0;
    font-family: "Segoe UI", Arial, sans-serif;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-inner {
    max-width: 1200px;
    margin: auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    height: 42px;
}

.main-nav a {
    margin-left: 25px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
    font-size: 16px;
}

.main-nav a.active {
    color: #1f3c88;
}

.hero {
    height: 260px;
    background:
        linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
        url('join-us.png') center/cover no-repeat;
    display: flex;
    align-items: center;
}

.hero-text {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.hero h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
}

.breadcrumb {
    max-width: 1480px;
    margin: 15px auto 27px;
    padding: 0 20px;
    font-size: 13px;
    color: #777;
}

.breadcrumb a {
    color: #1f3c88;
    text-decoration: none;
}

@media (max-width: 768px) {

    .main-nav {
        display: none; /* later replace with hamburger */
    }

    .hero {
        height: 300px;
    }

    .hero h1 {
        font-size: 26px;
    }
}

.hero {
    display: flex;
    align-items: center;
}

.hero-text {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

.hero-text h1 {
    position: relative;
    padding-left: 15px;
}

.hero-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 28px;
    width: 3px;
    background: #fff;
}

.tabs a {
    font-size: 18px;
    letter-spacing: .5px;
}

.tabs a.active {
    border-bottom: 3px solid #1f3c88;
    padding-bottom: 10px;
}
.breadcrumb {
    margin-bottom: 20px;
    
    
}


@media (max-width: 768px) {

    .row {
        gap: 12px;
    }

    .col {
        margin-bottom: 8px;
    }

     .hero {
        height: 200px;
        align-items: flex-end;
    }

    .hero-text {
        padding-bottom: 30px;
    }

    .hero-text h1::before {
        height: 22px;
        width: 2px;
        top: 3px;
    }
     .tabs {
        margin-bottom: 20px;
    }

    .tabs a {
        margin: 0 10px;
        font-size: 13px;
    }
}
.hero-text {
    max-width: 1200px;
    margin: auto;
    padding-left: 40px;   /* shift left */
}
.hero-text {
    display: flex;
    align-items: center;
}
.hero-text h1::before {
    height: 32px;
}
.form-card {
    max-width: 1480px;
    margin: 0 auto;
}
.input {
    height: 24px;
}


.hero {
    height: 300px;
    background:
        linear-gradient(rgba(0,0,0,.35), rgba(0,0,0,.35)),
        url('join-us.png') center / cover no-repeat;

    display: flex;
    align-items: center;
}
.hero-text {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 60px;
}

.hero-text h1 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    padding-left: 18px;   /* space between line & text */
}

/* Vertical line */
.hero-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 34px;
    background: #fff;
}
@media (max-width: 768px) {

    .hero {
        height: 200px;
    }

    .hero-text {
        padding-left: 25px;
    }

    .hero-text h1 {
        font-size: 24px;
        padding-left: 14px;
    }

    .hero-text h1::before {
        height: 22px;
        width: 2px;
    }
}
.hero-text h1 {
    color: rgba(255,255,255,0.95);
}
.hero {
    background:
      linear-gradient(rgba(0,0,0,.25), rgba(0,0,0,.25)),
      url('join-us.png') center / cover no-repeat;
}
.hero-text {
    padding-left: 64px;
}
.hero {
    height: 300px;
    background:
        linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)),
        url('join-us.png') center / cover no-repeat;

    display: flex;
    align-items: center;
}
.hero-text {
    max-width: 1480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;

    padding-left: 27px;   /* controls how far from left */
}
.hero-text h1 {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: 600;

    padding-left: 18px; /* gap between | and text */
}

/* Vertical line */
.hero-text h1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

    width: 3px;
    height: 48px;
    background: #fff;
}
@media (max-width: 768px) {

    .hero {
        height: 300px;
    }

    .hero-text {
        padding-left: 24px;
    }

    .hero-text h1 {
        font-size: 24px;
        padding-left: 14px;
    }

    .hero-text h1::before {
        height: 22px;
        width: 2px;
    }
}
.site-container {
    max-width: 1480px;   /* ThinkLaw is wider than 1200 */
    margin: 0 auto;
    padding: 5px 27px;
}

.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}
.main-nav {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: .4px;
}

.main-nav a {
    color: #000;
    text-decoration: none;
    font-weight: 600;
    padding: 0 12px;
}

.main-nav a.active {
    color: #1f3c88;
}

.main-nav .sep {
    color: #cfd6e0;
    font-weight: 300;
}
.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    height: 2px;
    width: 22px;
    background: #111;
    margin: 4px 0;
}
.mobile-nav {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
}

.mobile-nav a {
    padding: 15px 20px;
    text-decoration: none;
    color: #111;
    font-weight: 500;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav a.active {
    color: #1f3c88;
}
@media (max-width: 768px) {

    .desktop-nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile-nav.show {
        display: flex;
    }
}
.field-group {
    margin-bottom: 20px;
}

.name-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.full-width-border {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}
.full-width-border2 {
    width: 100%;
    border-bottom: 2px solid #f0f0f0;
}

.main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    position: relative;
    padding: 0 27px; /* equal space left & right */
    font-family: Ubuntu, sans-serif;
    font-size:15px;
    letter-spacing: .6px;
    font-weight:600;
    color:#000000;
}

.main-menu li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000000;
}




.main-menu li a {
    color: #1f1f1f;           /* dark neutral */
    text-decoration: none;
    font-weight: 600;
}

.main-menu li a:hover {
    color: #1e4fd7;           /* ThinkLaw blue */
}

.main-menu li.active a {
    color: #1e4fd7;
    font-weight: 700;
}

/* Kill default visited purple */
.main-menu li a:visited {
    color: #1f1f1f;
}
.main-menu li::after {
    content: "|";
    color: #cfd6e4;   /* soft grey */
}
.main-menu {
    list-style: none;
}

.main-menu a {
    outline: none;
}

.main-menu li a {
    color: #1f1f1f;
    text-decoration: none;
    font-weight: 600;
}

/* VISITED must come before hover */
.main-menu li a:visited {
    color: #1f1f1f;
}

.main-menu li a:hover,
.main-menu li a:focus {
    color: #233d87;
    font-size:17px;
    font-weight: 700;
}

.main-menu li.active > a {
    color: #233d87;
    font-size:17px;
    font-weight: 700;
}



.site-header {
    background: #fff;
    border-bottom: 1px solid #eee;
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.main-menu li {
    position: relative;
    padding: 0 22px;
}

.main-menu li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background: #d8deea;
}

.main-menu li:last-child::after {
    display: none;
}

.main-menu li a {
    text-decoration: none;
    color: #1f1f1f;
    font-weight: 600;
    white-space: nowrap; /* IMPORTANT */
}

.main-menu li a:hover,
.main-menu li a:focus {
    color: #233d87;
}


.hamburger {
    display: none;
    cursor: pointer;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    margin: 5px 0;
}
.mobile-nav {
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
}

.mobile-nav a {
    padding: 14px 20px;
    text-decoration: none;
    color: #1f1f1f;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav a.active {
    color: #1e4fd7;
    font-weight: 600;
}

.mobile-nav.show {
    display: flex;
}


.validation-summary {
    background: #eee;
    padding: 10px;
    border: 1px solid rgba(0,0,0,.25);
    border-radius: 6px;
    margin-bottom: 15px;
}

.responsive-grid {
    border: none !important;
}

.responsive-grid table {
    border: none !important;
}

.responsive-grid td {
    border: none !important;
    padding: 0 !important;
}


/* Mobile: still grouped, but stacked tightly */
@media (max-width: 768px) {
    .name-group {
        grid-template-columns: 1fr;
        gap: 10px;   /* 🔥 this fixes your screenshot issue */
    }
}
@media (max-width: 768px) {

    /* hide desktop menu */
    .main-menu {
        display: none;
    }

    /* show hamburger */
    .hamburger {
        display: block;
    }

    /* prevent text breaking anywhere */
    .mobile-nav a {
        white-space: nowrap;
    }
}
.contact-heading {
    margin-bottom: 30px;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2a5298;
    margin-bottom: 5px;
}

.contact-heading h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1e3c72;
    margin: 0;
    position: relative;
}

.contact-heading h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    background: linear-gradient(135deg, #1e3c72, #2a5298);
    margin-top: 12px;
}