* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    background: #f5f7fa;
    color: #243041;
    font-family: Georgia, "Times New Roman", serif;
}

a {
    color: #1f5f8b;
    text-decoration: none;
}

a:hover {
    color: #163f5f;
    text-decoration: underline;
}

.top {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d9e0e8;
    display: flex;
    justify-content: space-between;
    padding: 24px max(32px, calc((100% - 1100px) / 2));
    width: 100%;
}

.top h1 {
    color: #1f2f44;
    display: flex;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: normal;
    line-height: 1.2;
}

.top h1.site-title-hidden {
    display: none;
}

.brand-logo {
    display: inline-flex;
}

.brand-logo img {
    display: block;
    height: auto;
    max-width: 320px;
    width: 30vw;
}

.nav-menu {
    align-items: center;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    gap: 26px;
    justify-content: flex-end;
}

.nav-menu li {
    list-style: none;
}

.nav-menu li a {
    color: #35516f;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}

.nav-menu li a:hover {
    color: #1f5f8b;
    text-decoration: underline;
}

.logo {
    height: 18px;
    margin-left: 10px;
    opacity: .82;
    vertical-align: middle;
}

.middle {
    align-items: center;
    background: #1f2f44;
    color: #ffffff;
    display: flex;
    gap: 34px;
    line-height: 1.8;
    padding: 56px max(32px, calc((100% - 1100px) / 2));
    text-align: left;
}

.middle img {
    border: 4px solid #ffffff;
    height: 190px;
    object-fit: cover;
    width: 190px;
}

.middle p {
    font-size: 21px;
    max-width: 820px;
}

.dayword {
    align-items: baseline;
    background: #eef2f6;
    border-bottom: 1px solid #d9e0e8;
    display: flex;
    gap: 28px;
    padding: 18px max(32px, calc((100% - 1100px) / 2));
}

.dayword h1 {
    color: #1f2f44;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
}

.dayword p {
    color: #4b5c70;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
}

.section {
    background: #ffffff;
    padding: 28px max(32px, calc((100% - 1100px) / 2)) 60px;
}

.section h2 {
    border-top: 1px solid #d9e0e8;
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.4;
    margin-top: 34px;
    padding-top: 28px;
}

.section p {
    color: #43546a;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 12px;
    text-align: left;
}

.section img {
    display: block;
    height: auto;
    margin: 28px auto;
    max-height: 360px;
    max-width: 100%;
}

.home-page {
    background: #ffffff;
}

.home-hero {
    align-items: center;
    background: #1f2f44;
    color: #ffffff;
    display: flex;
    gap: 56px;
    padding: 68px max(32px, calc((100% - 1100px) / 2));
}

.home-hero-text {
    flex: 1;
}

.eyebrow {
    color: #b9c7d8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.home-hero h1 {
    font-size: 52px;
    font-weight: normal;
    line-height: 1.1;
    margin-bottom: 22px;
}

.home-hero p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.8;
    max-width: 760px;
}

.home-hero img {
    border: 6px solid #ffffff;
    height: 320px;
    object-fit: cover;
    width: 320px;
}

.home-hero img.home-hero-graphic {
    background: #ffffff;
    height: auto;
    max-width: 470px;
    object-fit: contain;
    width: 42%;
}

.home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 28px;
}

.primary-link,
.secondary-link {
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 18px;
}

.primary-link {
    background: #ffffff;
    border: 1px solid #ffffff;
    color: #1f2f44;
}

.secondary-link {
    border: 1px solid #b9c7d8;
    color: #ffffff;
}

.home-section,
.home-contact {
    padding: 50px max(32px, calc((100% - 1100px) / 2));
}

.home-section h2,
.home-contact h2 {
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    margin-bottom: 24px;
}

.services-layout {
    display: grid;
    gap: 44px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-column h3 {
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    margin-bottom: 22px;
}

.home-contact p,
.service-column p,
.service-column li {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.home-highlight {
    background: #eef2f6;
    border-bottom: 1px solid #d9e0e8;
    border-top: 1px solid #d9e0e8;
}

.service-column p {
    margin-bottom: 14px;
}

.service-column ul {
    background: #eef2f6;
    border-left: 3px solid #35516f;
    margin-top: 18px;
    padding: 24px 24px 12px 42px;
}

.service-column li {
    margin-bottom: 12px;
}

.home-highlight ul {
    margin-left: 24px;
}

.home-highlight li {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.home-contact .primary-link {
    background: #1f2f44;
    border-color: #1f2f44;
    color: #ffffff;
    margin-top: 22px;
}

.home-contact .contact-email {
    margin-top: 18px;
}

.service-hero {
    background: #1f2f44;
    color: #ffffff;
    padding: 68px max(32px, calc((100% - 1100px) / 2));
}

.service-hero h1 {
    font-size: 46px;
    font-weight: normal;
    line-height: 1.15;
    margin-bottom: 22px;
    max-width: 860px;
}

.service-hero p:not(.eyebrow) {
    color: #dce6f0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.7;
    max-width: 820px;
}

.section-intro {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin: -8px 0 28px;
    max-width: 820px;
}

.package-grid {
    display: grid;
    gap: 26px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.package-card {
    background: #ffffff;
    border: 1px solid #d9e0e8;
    display: flex;
    flex-direction: column;
    padding: 28px;
}

.package-card.featured-package {
    border-color: #35516f;
    border-top: 4px solid #35516f;
}

.package-card h3 {
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.35;
}

.package-card h4 {
    color: #26384d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 18px;
    text-transform: uppercase;
}

.package-card p,
.package-card li,
.coaching-section p {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}

.package-card > p {
    margin-bottom: 10px;
}

.package-kicker {
    color: #26384d;
    font-weight: bold;
}

.package-card ul {
    margin: 12px 0 0 22px;
}

.package-card li {
    margin-bottom: 8px;
}

.package-note {
    border-top: 1px solid #d9e0e8;
    margin-top: 18px;
    padding-top: 14px;
}

.package-contact {
    border-top: 1px solid #d9e0e8;
    font-weight: bold;
    margin-top: auto;
    padding-top: 14px;
}

.package-contact a {
    color: #1f5f8b;
}

.contact-deep-link::after {
    content: " ->";
}

.coaching-section > p {
    max-width: 820px;
}

.profile-section {
    background: #ffffff;
}

.profile-intro {
    align-items: center;
    display: flex;
    gap: 42px;
}

.profile-intro p:not(.eyebrow) {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    max-width: 760px;
}

.profile-intro img {
    border: 1px solid #d9e0e8;
    height: 220px;
    object-fit: cover;
    width: 220px;
}

.profile-link {
    background: #1f2f44;
    border: 1px solid #1f2f44;
    color: #ffffff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 18px;
    padding: 12px 18px;
}

.profile-link:hover {
    color: #ffffff;
}

.professional-hero .secondary-link {
    color: #ffffff;
}

.resume-section {
    padding-bottom: 24px;
}

.resume-list {
    display: grid;
    gap: 26px;
}

.resume-item {
    border-top: 1px solid #d9e0e8;
    padding-top: 24px;
}

.resume-item:first-child {
    border-top: 0;
    padding-top: 0;
}

.resume-role {
    align-items: baseline;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: 12px;
}

.resume-role h3 {
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.4;
}

.resume-role time {
    color: #66778b;
    flex-shrink: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.resume-item ul {
    margin-left: 24px;
}

.resume-item li {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 10px;
}

.intro {
    background: #ffffff;
    color: #243041;
    margin: 0 auto;
    max-width: 1100px;
    padding: 42px 32px 64px;
}

.intro h1 {
    color: #1f2f44;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.3;
    margin: 28px 0 18px;
}

.intro h2 {
    border-top: 1px solid #d9e0e8;
    color: #1f2f44;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 23px;
    margin: 38px 0 20px;
    padding-top: 26px;
    text-decoration: none;
    text-transform: uppercase;
}

.intro h3 {
    color: #26384d;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.intro h3 time {
    color: #66778b;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
}

.intro p {
    color: #43546a;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    padding-bottom: 12px;
    text-align: left;
}

.intro ul {
    margin: 12px 0 34px 24px;
}

.intro li {
    color: #43546a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    text-align: left;
}

.intro img {
    display: block;
    height: auto;
    max-height: 220px;
    max-width: 100%;
    object-fit: cover;
}

.tab {
    background: #eef2f6;
    border-bottom: 1px solid #d9e0e8;
    display: flex;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    justify-content: center;
    padding-top: 14px;
}

.tab a {
    background: #ffffff;
    border: 1px solid #d9e0e8;
    border-bottom: 0;
    color: #35516f;
    margin: 0 6px;
    padding: 12px 28px;
    text-align: center;
    width: auto;
}

.tab a:hover {
    color: #1f5f8b;
}

.tab .unselected {
    background: #dfe7ef;
    color: #66778b;
}

.image-right,
.image-left {
    align-items: flex-start;
    display: flex;
    gap: 30px;
    margin-top: 22px;
}

.image-right img,
.image-left img {
    border: 1px solid #d9e0e8;
    height: 210px;
    margin: 0;
    width: auto;
}

.image-link {
    align-items: baseline;
    display: flex;
    gap: 10px;
}

.image-link img {
    height: 18px;
    margin-left: 3px;
}

.doc_link {
    color: #1f5f8b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-decoration: underline;
}

@media (max-width: 900px) {
    .top {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .top h1 {
        font-size: 28px;
    }

    .brand-logo img {
        max-width: 280px;
        width: 78vw;
    }

    .nav-menu {
        flex-wrap: wrap;
        gap: 14px 20px;
        justify-content: flex-start;
    }

    .middle,
    .dayword,
    .image-right,
    .home-hero,
    .profile-intro,
    .image-left {
        align-items: flex-start;
        flex-direction: column;
    }

    .middle,
    .section {
        padding-left: 24px;
        padding-right: 24px;
    }

    .middle p,
    .section p,
    .intro p {
        font-size: 17px;
    }

    .dayword {
        padding-left: 24px;
        padding-right: 24px;
    }

    .intro {
        padding-left: 24px;
        padding-right: 24px;
    }

    .intro h3 time {
        display: block;
        float: none;
        margin-top: 4px;
    }

    .resume-role {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    .tab {
        align-items: stretch;
        flex-direction: column;
        padding: 0;
    }

    .tab a {
        border-left: 0;
        border-right: 0;
        margin: 0;
        width: 100%;
    }

    .home-hero,
    .home-section,
    .home-contact {
        padding-left: 24px;
        padding-right: 24px;
    }

    .home-hero h1 {
        font-size: 40px;
    }

    .service-hero h1 {
        font-size: 36px;
    }

    .home-hero p {
        font-size: 17px;
    }

    .home-hero img {
        height: auto;
        max-width: 320px;
        width: 100%;
    }

    .home-hero img.home-hero-graphic {
        max-width: 100%;
        width: 100%;
    }

    .services-layout {
        grid-template-columns: 1fr;
    }

    .package-grid {
        grid-template-columns: 1fr;
    }
}
