﻿:root {
    --navy: #0a2239;
    --navy-deep: #061625;
    --navy-mid: #123a5a;
    --blue: #153d5b;
    --ink: #303030;
    --muted: #616161;
    --stone: #f1eee8;
    --stone-2: var(--stone);
    --line: #d3d0c8;
    --container: 1170px;
}

body {
    background: #fff;
    color: var(--ink);
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.52
}

a {
    color: #0d3e62;
    text-decoration: none
}

    a:hover {
        color: var(--navy);
        text-decoration: underline
    }

p {
    margin: 0 0 15px
}

.wrapper {
    overflow: hidden;
    background: #fff
}

.container {
    width: var(--container);
    max-width: calc(100% - 40px);
    margin: 0 auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.span12, .span9, .span8, .span6, .span4, .span3, .span2 {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 1px
}

.span12 {
    width: 100%
}

.span9 {
    width: 75%
}

.span8 {
    width: 66.6667%
}

.span6 {
    width: 50%
}

.span4 {
    width: 33.3333%
}

.span3 {
    width: 25%
}

.span2 {
    width: 16.6667%
}

.pull-right {
    float: right
}

.hide {
    display: none !important
}

/* Split masthead adapted from the supplied section-page reference. */
.header {
    height: 313px;
    min-height: 313px;
    position: relative;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    background: linear-gradient(90deg,#fff 0 calc(50% - 195px),var(--navy) calc(50% - 195px) 100%);
    z-index: 40
}

    .header:before {
        content: "";
        position: absolute;
        left: calc(50% - 195px);
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 0;
        background: linear-gradient(90deg,rgba(6,22,37,.94),rgba(6,22,37,.78) 52%,rgba(6,22,37,.92)),radial-gradient(circle at 67% 26%,rgba(255,255,255,.12),transparent 13%),linear-gradient(120deg,rgba(255,255,255,.06) 0 2px,transparent 2px 20px),linear-gradient(135deg,#0f3552 0%,#143a58 48%,#061625 100%)
    }

    .header:after {
        content: "⚖";
        position: absolute;
        right: 72px;
        top: -30px;
        z-index: 1;
        color: rgba(255,255,255,.075);
        font-size: 275px;
        line-height: 1;
        transform: rotate(-6deg);
        pointer-events: none
    }

.navbar, .navbar-inner {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent
}

.navbar-inner, .navMain, .header .container {
    height: 313px;
    min-height: 313px;
    position: relative;
    z-index: 2
}

.navMain {
    position: relative
}

.navIcon {
    display: none
}

.btn-navbar {
    display: none
}

.logo, .logo:hover {
    display: block;
    float: left;
    width: 304px;
    height: 86px;
    margin: 42px 0 0 0;
    color: var(--navy);
    text-decoration: none
}

    .logo svg {
        display: block;
        width: 304px;
        height: 86px
    }

.navigation {
    position: absolute;
    left: 395px;
    right: 0;
    top: 0;
    width: auto;
    float: none;
    z-index: 5
}

.top-nav {
    text-align: right;
    height: 28px;
    margin: 0
}

    .top-nav ul, .bottom-nav ul {
        margin: 0;
        padding: 0;
        list-style: none
    }

    .top-nav > ul > li {
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0
    }

.customBtn1, .customBtn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    min-height: 28px;
    padding: 0 25px;
    color: #fff !important;
    font-weight: 800;
    font-size: 11px;
    line-height: 28px;
    letter-spacing: .045em;
    text-transform: uppercase;
    text-decoration: none !important
}

.customBtn1 {
    background: transparent;
    border-bottom: 3px solid rgba(255,255,255,.72)
}

.customBtn2 {
    background: var(--navy-mid);
    min-width: 154px
}

.customBtn1:hover {
    background: rgba(255,255,255,.05);
    color: #fff !important;
    text-decoration: none
}

.customBtn2:hover {
    background: var(--navy-deep);
    color: #fff !important;
    text-decoration: none
}

.customBtn2 .memberIcon {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1.8px solid #fff;
    margin-right: 8px;
    display: inline-block;
    position: relative
}

    .customBtn2 .memberIcon:after {
        content: "";
        position: absolute;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fff;
        left: 2.7px;
        top: 2.7px
    }

.bottom-nav {
    float: none;
    margin-top: 20px;
    text-align: left;
    position: relative
}

    .bottom-nav > ul {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 0
    }

        .bottom-nav > ul > li {
            display: block;
            position: relative;
            margin: 0 22px 0 0
        }

            .bottom-nav > ul > li > a {
                display: block;
                color: #fff !important;
                min-height: 42px;
                height: 42px;
                padding: 0;
                border-left: 0;
                font-size: 15px;
                line-height: 17px;
                font-weight: 800;
                letter-spacing: .025em;
                text-align: left;
                text-decoration: none
            }

                .bottom-nav > ul > li > a:hover {
                    color: #f1f5f7 !important;
                    text-decoration: none
                }

            .bottom-nav > ul > li.dropdown:not(.nav-search) > a:after {
                content: "";
                display: inline-block;
                width: 8px;
                height: 8px;
                margin-left: 7px;
                border-right: 3px solid #fff;
                border-bottom: 3px solid #fff;
                transform: rotate(45deg) translateY(-2px);
                vertical-align: 2px
            }

    .bottom-nav .nav-search {
        margin-right: 0
    }

        .bottom-nav .nav-search > a {
            width: 26px;
            text-align: center;
            font-size: 0
        }

    .bottom-nav .searchGlyph {
        width: 24px;
        height: 24px;
        margin-top: 0;
        display: inline-block;
        position: relative;
        color: transparent
    }

        .bottom-nav .searchGlyph:before {
            content: "";
            position: absolute;
            left: 2px;
            top: 1px;
            width: 11px;
            height: 11px;
            border: 4px solid #fff;
            border-radius: 50%
        }

        .bottom-nav .searchGlyph:after {
            content: "";
            position: absolute;
            left: 16px;
            top: 15px;
            width: 11px;
            height: 4px;
            background: #fff;
            transform: rotate(45deg);
            transform-origin: left center;
            border-radius: 2px
        }

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0,0,0,.23);
    border-top: 4px solid var(--navy-mid);
    z-index: 200;
    text-align: left;
    color: #333
}

.dropdown:hover > .dropdown-menu, .dropdown.open > .dropdown-menu {
    display: flex
}

.dropdown-menu.child-4 {
    top: 43px;
    right: auto;
    left: 0;
    width: min(790px,calc(100vw - 40px));
    max-width: calc(100vw - 40px);
    min-height: 205px;
    padding: 24px
}

.bottom-nav .dropdown:hover > .dropdown-menu.child-4, .bottom-nav .dropdown.open > .dropdown-menu.child-4 {
    display: grid;
    grid-template-columns: 78px minmax(250px,300px) minmax(140px,1fr) minmax(140px,1fr);
    gap: 22px
}

.dropdown-menu.child-4 > li {
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 0
}

    .dropdown-menu.child-4 > li:nth-child(2) {
        border-right: 1px solid #ddd;
        padding-right: 18px
    }

.menuInLogo {
    width: 76px;
    height: 76px;
    display: block;
    margin: 5px auto 0
}

.dropdown-menu h6 {
    font-size: 18px;
    line-height: 22px;
    color: var(--navy);
    margin: 0 0 10px;
    text-transform: uppercase
}

.dropdown-menu p {
    font-size: 13px;
    line-height: 19px;
    color: #555;
    margin: 0
}

.dropdown-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

    .dropdown-menu ul li {
        margin: 0 0 8px;
        padding: 0 0 0 14px;
        position: relative;
        font-size: 13px;
        line-height: 18px
    }

        .dropdown-menu ul li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 8px;
            width: 5px;
            height: 5px;
            background: var(--navy-mid)
        }

        .dropdown-menu ul li a {
            font-size: 13px;
            color: #1f405a;
            font-weight: bold;
            text-decoration: none
        }

.dropdown-menu.child-1 {
    width: 330px;
    padding: 18px;
    display: none;
    right: 0
}

.dropdown:hover > .child-1, .dropdown.open > .child-1 {
    display: block
}

.bottom-nav .nav-search .dropdown-menu.child-1 {
    top: 43px;
    right: 0;
    left: auto
}

.MenuForms-desktop {
    display: flex;
    border: 1px solid #ddd;
    background: #f7f7f7;
    padding: 7px
}

    .MenuForms-desktop input {
        border: 0;
        background: #fff;
        flex: 1;
        height: 36px;
        padding: 0 10px;
        font-size: 13px;
        outline: 0
    }

.srchBtn {
    border: 0;
    background: var(--navy-mid);
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 13px;
    cursor: pointer
}

.top-nav .dropdown-menu.child-3 {
    width: 720px;
    min-height: 260px;
    padding: 26px;
    right: 0;
    top: 28px;
    display: none
}

.top-nav li:hover > .child-3, .top-nav li.open > .child-3 {
    display: flex
}

.child-3 > li {
    list-style: none;
    width: 33.33%;
    margin-right: 22px
}

    .child-3 > li:first-child {
        background: var(--navy-mid);
        color: #fff;
        padding: 25px 22px;
        text-transform: uppercase
    }

.child-3 h1 {
    font-size: 35px;
    line-height: 34px;
    font-weight: normal;
    margin: 0;
    color: #fff;
    letter-spacing: .02em
}

.child-3 h4 {
    font-size: 20px;
    color: var(--navy);
    margin: 0 0 8px;
    text-transform: uppercase
}

.menuForm ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.menuForm li {
    margin: 0 0 10px !important;
    padding: 0 !important
}

    .menuForm li:before {
        display: none !important
    }

.menuForm label {
    display: block;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 3px
}

.menuForm input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    padding: 0 9px
}

.forgot {
    display: block;
    font-size: 12px;
    line-height: 15px;
    margin: 3px 0 10px;
    color: #555 !important
}

.login-btn {
    display: inline-block;
    background: var(--navy-mid);
    color: #fff !important;
    padding: 8px 18px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none !important
}

/* Homepage-specific sections. */
.homeHero {
    background: #fff;
    position: relative;
    z-index: 20
}

.heroRibbon {
    background: var(--stone);
    border-top: 1px solid #e6e0d8;
    border-bottom: 1px solid #ded8cc
}

    .heroRibbon .container {
        position: relative;
        min-height: 178px
    }

.heroTitleCard {
    position: absolute;
    left: 0;
    top: -67px;
    width: 470px;
    min-height: 178px;
    background: var(--navy-mid);
    color: #fff;
    padding: 33px 31px 26px;
    z-index: 5
}

    .heroTitleCard:after {
        content: "";
        position: absolute;
        right: -19px;
        top: 0;
        width: 8px;
        height: 100%;
        background: var(--navy-mid)
    }

.eyebrow {
    display: block;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .12em;
    color: rgba(255,255,255,.72);
    margin-bottom: 10px
}

.heroTitleCard h1 {
    font-size: 34px;
    line-height: 38px;
    margin: 0 0 9px;
    color: #fff;
    letter-spacing: -.02em
}

.heroTitleCard p {
    font-size: 16px;
    line-height: 23px;
    margin: 0;
    color: #fff
}

.heroIntro {
    margin-left: 535px;
    padding: 31px 0 28px;
    color: #3c3c3c
}

    .heroIntro h2 {
        font-size: 28px;
        line-height: 33px;
        color: var(--blue);
        font-weight: normal;
        margin: 0 0 10px
    }

    .heroIntro p {
        font-size: 16px;
        line-height: 25px;
        margin: 0 0 18px
    }

.heroActions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px
}

.btn {
    display: inline-block;
    border: 2px solid var(--navy-mid);
    background: var(--navy-mid);
    color: #fff !important;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .055em;
    padding: 10px 16px;
    text-decoration: none !important
}

    .btn.alt {
        background: #fff;
        color: var(--navy-mid) !important
    }

    .btn:hover {
        background: var(--navy-deep);
        border-color: var(--navy-deep);
        color: #fff !important;
        text-decoration: none
    }

    .btn.alt:hover {
        background: var(--stone);
        color: var(--navy) !important
    }

.section {
    padding: 44px 0
}

    .section.stone {
        background: var(--stone-2);
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line)
    }

.sectionTitle {
    position: relative;
    margin-bottom: 24px
}

    .sectionTitle h2 {
        font-size: 31px;
        line-height: 36px;
        color: var(--blue);
        font-weight: normal;
        margin: 0;
        text-transform: uppercase
    }

    .sectionTitle .viewLink {
        position: absolute;
        right: 0;
        top: 9px;
        color: #666;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold
    }

        .sectionTitle .viewLink:after {
            content: " ›";
            font-size: 18px;
            color: #999;
            vertical-align: -1px
        }

.headingIcon {
    display: flex;
    align-items: center;
    position: relative
}

    .headingIcon .fakeHeadingIcon {
        width: 31px;
        height: 31px;
        margin-right: 9px;
        background: var(--navy-mid);
        display: inline-block;
        clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%)
    }

.RedUnderline {
    border-bottom: 4px solid var(--navy-mid);
    padding-bottom: 4px
}

.featureGrid, .resourceGrid, .promoGrid {
    display: grid;
    gap: 18px
}

.featureGrid {
    grid-template-columns: repeat(3,1fr)
}

.resourceGrid {
    grid-template-columns: repeat(4,1fr)
}

.promoGrid {
    grid-template-columns: repeat(3,1fr)
}

.featureCard, .resourceCard, .promoCard {
    background: #fff;
    border: 1px solid #dedad1;
    border-top: 5px solid var(--navy-mid);
    padding: 20px 18px 18px;
    min-height: 150px;
    box-shadow: 0 2px 0 rgba(0,0,0,.04)
}

    .featureCard h3, .resourceCard h3, .promoCard h3 {
        font-size: 21px;
        line-height: 25px;
        color: var(--blue);
        font-weight: normal;
        margin: 0 0 10px
    }

    .featureCard p, .resourceCard p, .promoCard p {
        font-size: 14px;
        line-height: 22px;
        color: #555;
        margin: 0 0 12px
    }

    .featureCard a, .resourceCard a, .promoCard a {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: bold;
        color: #666;
        text-decoration: none
    }

        .featureCard a:after, .resourceCard a:after, .promoCard a:after {
            content: " ›";
            color: #888;
            font-size: 18px;
            vertical-align: -1px
        }

.resourceCard {
    min-height: 118px
}

    .resourceCard h3 {
        font-size: 18px;
        line-height: 23px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 7px
    }

.promoCard.primary {
    background: var(--navy-mid);
    color: #fff
}

    .promoCard.primary h3, .promoCard.primary p, .promoCard.primary a {
        color: #fff
    }

.promoCard.primary {
    border-top-color: var(--navy-deep)
}

.promoCard.notice {
    border-top-color: var(--navy-mid)
}

.quickBand {
    background: var(--navy);
    color: #fff;
    padding: 22px 0
}

    .quickBand .row {
        align-items: center
    }

    .quickBand h2 {
        font-size: 24px;
        line-height: 29px;
        margin: 0;
        color: #fff;
        font-weight: normal
    }

    .quickBand p {
        margin: 0;
        color: #dce6ee
    }

    .quickBand .btn {
        float: right;
        border-color: #fff;
        background: #fff;
        color: var(--navy) !important
    }

        .quickBand .btn:hover {
            background: var(--stone);
            color: var(--navy) !important
        }

.eventsList {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 18px
}

.eventCard {
    background: #fff;
    min-height: 146px;
    border-top: 5px solid var(--navy-mid);
    box-shadow: 0 2px 0 rgba(0,0,0,.08);
    padding: 18px 17px 14px;
    text-align: left
}

    .eventCard h6 {
        margin: 0 0 12px;
        font-size: 25px;
        line-height: 28px;
        color: var(--navy-mid);
        font-weight: normal
    }

    .eventCard hr {
        border: 0;
        border-top: 1px solid #dad6ce;
        margin: 0 0 12px
    }

    .eventCard p {
        font-size: 14px;
        line-height: 19px;
        margin: 0;
        color: #333
    }

.alertBox {
    background: var(--stone);
    border-left: 7px solid var(--navy-mid);
    padding: 22px 28px 20px;
    color: #343434;
    font-size: 17px;
    line-height: 28px;
    box-shadow: inset 0 1px 0 #fff
}

    .alertBox strong {
        color: var(--navy)
    }

/* Footer. */
#footer {
    background: var(--navy);
    color: #fff;
    margin-top: 50px;
}

.footerTop {
    background: var(--navy-mid);
    padding: 18px 0
}

.socialLinks ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.socialLinks li {
    display: inline-block;
    margin: 0 5px
}

.socialLinks a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    border: 2px solid rgba(255,255,255,.75);
    border-radius: 50%;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px
}

    .socialLinks a:hover {
        background: #fff;
        color: var(--navy-mid)
    }

.footerBottom {
    background: var(--navy);
    padding: 36px 0 34px
}

    .footerBottom .row {
        align-items: flex-start
    }

    .footerBottom p {
        color: #fff;
        font-size: 14px;
        line-height: 22px
    }

.footer-logo {
    display: block;
    width: 250px;
    max-width: 100%;
    height: 72px;
    margin-bottom: 17px
}

    .footer-logo svg {
        display: block;
        width: 250px;
        height: 72px
    }

.foo h6 {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 5px 0 12px;
    font-weight: bold;
    letter-spacing: .02em
}

.foo ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.foo li {
    margin: 0 0 8px
}

.foo a {
    color: #fff;
    text-decoration: none;
    font-size: 14px
}

    .foo a:hover {
        color: #fff;
        text-decoration: underline
    }

.footerLastRow {
    background: var(--navy-deep);
    text-align: center;
    padding: 13px 0;
    color: #b9c5cf
}

    .footerLastRow small {
        font-size: 12px
    }

@media (max-width:1120px) {
    .bottom-nav > ul > li {
        margin-right: 16px
    }

        .bottom-nav > ul > li > a {
            font-size: 14px
        }

    .navigation {
        left: 365px
    }

    .resourceGrid {
        grid-template-columns: repeat(3,1fr)
    }
}

@media (max-width:1020px) {
    .container {
        max-width: calc(100% - 30px)
    }

    .header {
        height: auto;
        min-height: 250px;
        overflow: visible;
        background: linear-gradient(#fff 0 112px,var(--navy) 112px 100%)
    }

        .header:before {
            left: 0;
            top: 112px
        }

        .header:after {
            top: 90px;
            right: 25px;
            font-size: 210px
        }

        .navbar-inner, .navMain, .header .container {
            height: auto;
            min-height: 250px
        }

    .logo {
        float: none;
        margin: 24px auto 11px
    }

    .navigation {
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        width: 100%;
        float: none;
        padding-bottom: 28px
    }

    .top-nav {
        text-align: center
    }

    .bottom-nav {
        margin-top: 21px;
        text-align: center
    }

        .bottom-nav > ul {
            justify-content: center;
            flex-wrap: wrap
        }

            .bottom-nav > ul > li {
                margin: 0 13px 10px
            }

        .bottom-nav .dropdown-menu.child-4 {
            left: 50%;
            right: auto;
            transform: translateX(-50%)
        }

    .heroRibbon .container {
        min-height: auto
    }

    .heroTitleCard {
        position: relative;
        left: 0;
        top: -34px;
        width: min(470px,100%);
        margin-bottom: -14px
    }

    .heroIntro {
        margin-left: 0;
        padding: 9px 0 30px
    }

    .featureGrid, .promoGrid {
        grid-template-columns: repeat(2,1fr)
    }

    .resourceGrid {
        grid-template-columns: repeat(2,1fr)
    }

    .eventsList {
        grid-template-columns: repeat(2,1fr)
    }

    .span8, .span4 {
        width: 100%
    }

    .span4 {
        margin-top: 22px
    }

    .footerBottom .span3 {
        width: 100%;
        margin-bottom: 20px
    }

    .footerBottom .span2 {
        width: 33.333%
    }
}

@media (max-width:760px) {
    .row {
        display: block
    }

    .span12, .span9, .span8, .span6, .span4, .span3, .span2 {
        width: 100%
    }

    .header {
        height: auto;
        min-height: 0;
        overflow: visible;
        background: #fff
    }

        .header:before, .header:after {
            display: none
        }

        .navbar-inner, .navMain, .header .container {
            height: auto;
            min-height: 0
        }

    .logo {
        width: 252px;
        height: 72px;
        margin: 15px 0 8px
    }

        .logo svg {
            width: 252px;
            height: 72px
        }

    .navIcon {
        display: block;
        position: absolute;
        right: 15px;
        top: 24px;
        z-index: 300
    }

    .btn-navbar {
        display: block;
        width: 43px;
        height: 36px;
        background: var(--navy-mid);
        border: 0;
        cursor: pointer;
        position: relative
    }

        .btn-navbar:before, .btn-navbar:after, .btn-navbar span {
            content: "";
            position: absolute;
            left: 9px;
            right: 9px;
            height: 3px;
            background: #fff
        }

        .btn-navbar:before {
            top: 9px
        }

        .btn-navbar span {
            top: 16px
        }

        .btn-navbar:after {
            top: 23px
        }

    .navigation {
        display: none;
        position: static;
        width: 100%;
        background: var(--navy);
        padding: 12px 12px 14px
    }

        .navigation.open {
            display: block
        }

    .top-nav {
        text-align: left;
        height: auto
    }

        .top-nav > ul > li {
            display: block;
            margin: 0 0 6px
        }

    .customBtn1, .customBtn2 {
        width: 100%;
        height: 38px;
        line-height: 38px;
        justify-content: center
    }

    .customBtn1 {
        border: 1px solid rgba(255,255,255,.55);
        border-bottom: 3px solid rgba(255,255,255,.75)
    }

    .bottom-nav {
        margin-top: 10px;
        text-align: left
    }

        .bottom-nav > ul {
            display: block
        }

            .bottom-nav > ul > li {
                display: block;
                margin: 0;
                border-bottom: 1px solid rgba(255,255,255,.18)
            }

                .bottom-nav > ul > li > a {
                    height: auto;
                    min-height: 42px;
                    padding: 12px 4px;
                    font-size: 14px
                }

                .bottom-nav > ul > li.dropdown:not(.nav-search) > a:after {
                    float: right;
                    margin-top: 2px
                }

        .bottom-nav .nav-search > a {
            width: 100%;
            text-align: left
        }

    .dropdown:hover > .dropdown-menu {
        display: none
    }

    .dropdown.open > .dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        max-width: 100%;
        transform: none;
        box-shadow: none;
        border-top: 3px solid var(--navy-mid)
    }

    .bottom-nav .dropdown:hover > .dropdown-menu.child-4 {
        display: none
    }

    .bottom-nav .dropdown.open > .dropdown-menu.child-4 {
        display: block
    }

    .bottom-nav .dropdown-menu.child-4 {
        left: auto;
        right: auto;
        top: auto;
        transform: none;
        padding: 18px
    }

    .dropdown-menu.child-4 > li:nth-child(2) {
        border-right: 0;
        padding-right: 0
    }

    .top-nav .dropdown-menu.child-3 {
        top: auto
    }

    .child-3 > li {
        width: 100%;
        margin: 0 0 15px
    }

    .heroTitleCard {
        top: 0;
        width: 100%;
        padding: 24px 22px;
        margin: 0
    }

        .heroTitleCard:after {
            display: none
        }

        .heroTitleCard h1 {
            font-size: 29px;
            line-height: 34px
        }

    .heroIntro {
        padding: 24px 0
    }

    .section {
        padding: 34px 0
    }

    .sectionTitle h2 {
        font-size: 26px;
        line-height: 31px
    }

    .sectionTitle .viewLink {
        position: static;
        display: block;
        margin-top: 8px
    }

    .featureGrid, .resourceGrid, .promoGrid, .eventsList {
        grid-template-columns: 1fr
    }

    .quickBand .btn {
        float: none;
        margin-top: 13px
    }

    .footerBottom .span2 {
        width: 100%
    }
}

@media print {
    .header, #footer {
        display: none !important
    }

    .section {
        padding: 18px 0
    }

    .heroTitleCard {
        position: static;
        background: #fff;
        color: #000;
        padding: 0
    }

        .heroTitleCard h1, .heroTitleCard p {
            color: #000
        }
}


/* Smoother CSS polish layer: navy-only palette using original code colors. */
:root {
    --navy: #0a2239;
    --navy-deep: #061625;
    --navy-mid: #123a5a;
    --blue: #153d5b;
    --ink: #303030;
    --muted: #616161;
    --stone: #f1eee8;
    --stone-2: #f1eee8;
    --line: #d3d0c8;
    --radius-sm: 10px;
    --radius: 16px;
    --radius-lg: 24px;
    --shadow-soft: 0 14px 36px rgba(6,22,37,.12);
    --shadow-card: 0 10px 26px rgba(6,22,37,.09);
    --shadow-lift: 0 22px 58px rgba(6,22,37,.18);
}

body {
    color: var(--ink);
    font-family: "Segoe UI"
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

a, button, .btn, .customBtn1, .customBtn2, .logo, .dropdown-menu, .featureCard, .resourceCard, .promoCard, .eventCard, .alertBox, .socialLinks a {
    transition: background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease,opacity .2s ease;
}

    a:focus-visible, button:focus-visible, input:focus-visible {
        outline: 3px solid rgba(18,58,90,.55);
        outline-offset: 3px;
    }

.header {
    background: linear-gradient(90deg,#fff 0 calc(50% - 215px),var(--navy) calc(50% - 215px) 100%);
    box-shadow: 0 18px 48px rgba(6,22,37,.14);
}

    .header:before {
        left: calc(50% - 215px);
        background: radial-gradient(circle at 74% 22%,rgba(255,255,255,.16),transparent 15%), radial-gradient(circle at 91% 82%,rgba(18,58,90,.16),transparent 18%), linear-gradient(110deg,rgba(255,255,255,.07) 0 2px,transparent 2px 24px), linear-gradient(135deg,var(--navy-mid) 0%,var(--navy) 48%,var(--navy-deep) 100%);
    }

    .header:after {
        color: rgba(255,255,255,.065);
        filter: blur(.2px)
    }

.logo, .logo:hover {
    width: 322px;
    height: 100px;
    margin-top: 32px;
    padding: 10px 14px;
    border-radius: 22px;
    background: linear-gradient(135deg,#fff 0%,var(--stone) 100%);
    border: 1px solid rgba(211,208,200,.9);
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: center;
}

    .logo svg {
        width: 100%;
        height: 86px
    }

    .logo:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-lift);
        text-decoration: none
    }

.navigation {
    left: 395px;
    top: 0
}

.customBtn1, .customBtn2 {
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    border-radius: 0 0 14px 14px;
    box-shadow: 0 9px 22px rgba(4,21,34,.14);
}

.customBtn1 {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.3);
    border-top: 0;
}

.customBtn2 {
    background: linear-gradient(135deg,var(--navy-mid),var(--navy))
}

    .customBtn1:hover, .customBtn2:hover {
        transform: translateY(1px);
        box-shadow: 0 5px 14px rgba(4,21,34,.18)
    }

.bottom-nav {
    margin-top: 28px
}

    .bottom-nav > ul > li > a {
        position: relative;
        padding-bottom: 12px;
        text-shadow: 0 1px 1px rgba(0,0,0,.18);
    }

        .bottom-nav > ul > li > a:before {
            content: "";
            position: absolute;
            left: 0;
            right: 16px;
            bottom: 2px;
            height: 3px;
            border-radius: 999px;
            background: var(--navy-mid);
            transform: scaleX(0);
            transform-origin: left center;
            transition: transform .22s ease;
        }

        .bottom-nav > ul > li > a:hover:before {
            transform: scaleX(1)
        }

    .bottom-nav .nav-search > a:before {
        right: 0
    }

.dropdown-menu {
    border-top-color: var(--navy-mid);
    border-radius: 0 0 18px 18px;
    box-shadow: 0 24px 64px rgba(4,21,34,.24);
    overflow: hidden;
}

    .dropdown-menu.child-4 {
        padding: 28px;
        gap: 24px
    }

        .dropdown-menu.child-4 > li:nth-child(2) {
            border-right-color: var(--line)
        }

    .dropdown-menu h6 {
        letter-spacing: .03em
    }

    .dropdown-menu ul li:before {
        border-radius: 50%;
        background: var(--navy-mid)
    }

.MenuForms-desktop {
    border: 1px solid var(--line);
    border-radius: 14px;
    background: var(--stone);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.85);
}

    .MenuForms-desktop input, .menuForm input {
        border-radius: 9px
    }

.srchBtn, .login-btn {
    border-radius: 9px;
    background: linear-gradient(135deg,var(--navy-mid),var(--navy))
}

.child-3 > li:first-child {
    background: linear-gradient(135deg,var(--navy-mid),var(--navy-deep));
    border-radius: 14px
}

.homeHero {
    background: linear-gradient(180deg,#fff 0%,#fff 62%,var(--stone) 100%)
}

.heroRibbon {
    background: linear-gradient(180deg,var(--stone),var(--stone));
    border-top-color: var(--line);
    border-bottom-color: var(--line);
}

.heroTitleCard {
    background: linear-gradient(135deg,var(--navy-mid) 0%,var(--navy) 58%,var(--navy-deep) 100%);
    border-radius: 0 0 24px 0;
    box-shadow: var(--shadow-lift);
}

    .heroTitleCard:after {
        border-radius: 0 18px 18px 0;
        background: var(--navy-mid);
        width: 7px
    }

.eyebrow {
    color: rgba(255,255,255,.72);
    letter-spacing: .14em
}

.heroTitleCard h1 {
    letter-spacing: -.025em
}

.heroIntro h2, .sectionTitle h2 {
    letter-spacing: .005em
}

.heroIntro p {
    color: #47525c
}

.btn {
    border-radius: 999px;
    box-shadow: 0 10px 22px rgba(6,22,37,.12);
}

    .btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 16px 34px rgba(6,22,37,.18)
    }

.quickBand {
    background: linear-gradient(135deg,var(--navy),var(--navy-mid));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08),inset 0 -1px 0 rgba(0,0,0,.14);
}

    .quickBand .btn {
        box-shadow: 0 10px 24px rgba(0,0,0,.16)
    }

.section {
    padding: 50px 0
}

    .section.stone {
        background: linear-gradient(180deg,var(--stone),var(--stone))
    }

.headingIcon .fakeHeadingIcon {
    border-radius: 9px;
    clip-path: none;
    transform: rotate(45deg);
    background: var(--navy-mid);
}

.RedUnderline {
    border-bottom-color: var(--navy-mid)
}

.featureGrid, .resourceGrid, .promoGrid, .eventsList {
    gap: 22px
}

.featureCard, .resourceCard, .promoCard, .eventCard {
    border: 1px solid rgba(211,208,200,.95);
    border-top: 5px solid var(--navy-mid);
    border-radius: var(--radius);
    box-shadow: var(--shadow-card);
    overflow: hidden;
    background: linear-gradient(180deg,#fff,#fff);
}

    .featureCard:hover, .resourceCard:hover, .promoCard:hover, .eventCard:hover {
        transform: translateY(-4px);
        box-shadow: var(--shadow-lift);
        border-top-color: var(--navy-mid);
    }

    .featureCard h3, .resourceCard h3, .promoCard h3 {
        color: var(--blue)
    }

    .featureCard a, .resourceCard a, .promoCard a {
        color: var(--navy-mid);
        letter-spacing: .04em
    }

    .promoCard.primary {
        background: linear-gradient(135deg,var(--navy-mid),var(--navy-deep));
        border-color: rgba(255,255,255,.14);
        border-top-color: var(--navy-mid);
    }

    .promoCard.notice {
        border-top-color: var(--navy-mid);
        background: linear-gradient(180deg,#fff,var(--stone))
    }

    .eventCard h6 {
        color: var(--navy-mid);
        font-weight: 700
    }

.alertBox {
    border-left-color: var(--navy-mid);
    border-radius: var(--radius);
    background: linear-gradient(180deg,var(--stone),var(--stone));
    box-shadow: var(--shadow-card);
}

.footerTop {
    background: linear-gradient(135deg,var(--navy-mid),var(--navy))
}

.socialLinks a {
    background: rgba(255,255,255,.06)
}

    .socialLinks a:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 24px rgba(0,0,0,.18)
    }

.footerBottom {
    background: linear-gradient(180deg,var(--navy),var(--navy-deep))
}

.footer-logo {
    width: 260px;
    height: 82px;
    padding: 6px 8px;
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.11);
}

    .footer-logo svg {
        width: 100%;
        height: 70px
    }

.foo a {
    color: rgba(255,255,255,.88)
}

    .foo a:hover {
        color: #fff;
        text-decoration: none
    }

.footerLastRow {
    background: #03111d
}

@media (max-width:1120px) {
    .logo, .logo:hover {
        width: 292px
    }

    .navigation {
        left: 360px
    }
}

@media (max-width:1020px) {
    .header {
        box-shadow: 0 12px 34px rgba(6,22,37,.12)
    }

        .header:before {
            left: 0
        }

    .logo, .logo:hover {
        width: 304px;
        height: 96px;
        margin: 24px auto 12px
    }

    .navigation {
        left: auto;
        top: auto
    }

    .customBtn1, .customBtn2 {
        border-radius: 14px;
        height: 36px;
        line-height: 36px
    }

    .heroTitleCard {
        border-radius: 0 0 24px 24px
    }

        .heroTitleCard:after {
            display: none
        }
}

@media (max-width:760px) {
    .container {
        max-width: calc(100% - 28px)
    }

    .logo, .logo:hover {
        width: 244px;
        height: 76px;
        margin: 14px 0 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

        .logo svg {
            width: 244px;
            height: 76px
        }

    .btn-navbar {
        border-radius: 11px;
        box-shadow: 0 10px 22px rgba(6,22,37,.16)
    }

    .navigation {
        border-radius: 18px;
        box-shadow: var(--shadow-soft);
        margin-bottom: 12px
    }

    .customBtn1, .customBtn2 {
        border-radius: 12px
    }

    .bottom-nav > ul > li > a:before {
        display: none
    }

    .dropdown-menu {
        border-radius: 14px;
        overflow: hidden
    }

    .heroTitleCard {
        border-radius: 18px;
        box-shadow: var(--shadow-soft)
    }

    .heroIntro h2 {
        font-size: 25px;
        line-height: 31px
    }

    .quickBand {
        padding: 24px 0
    }

    .featureCard, .resourceCard, .promoCard, .eventCard, .alertBox {
        border-radius: 14px
    }

    .footer-logo {
        width: 244px;
        max-width: 100%
    }
}



/* Official CBA logo asset from cobar.org. */
.logo, .logo:hover {
    width: 250px;
    height: 124px;
    margin-top: 26px;
    padding: 18px 22px;
    justify-content: center;
    align-items: center;
    background: linear-gradient(145deg,var(--navy) 0%,var(--navy-deep) 100%);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 38px rgba(6,22,37,.18);
}

    .logo span, .footer-logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .logo svg, .footer-logo svg {
            display: none
        }

.officialCbaLogo {
    display: block;
    width: 170px;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.logo:hover .officialCbaLogo {
    transform: translateY(-1px)
}

.footer-logo {
    width: 218px;
    height: 106px;
    padding: 12px 14px;
    border-radius: 18px;
    background: rgba(255,255,255,.035);
    border: 1px solid rgba(255,255,255,.12);
}

    .footer-logo .officialCbaLogo {
        width: 170px
    }

.menuLogoBadge {
    width: 114px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(145deg,var(--navy) 0%,var(--navy-deep) 100%);
    box-shadow: 0 10px 24px rgba(6,22,37,.16);
    margin: 0 auto;
    padding: 10px;
}

    .menuLogoBadge .officialCbaLogo {
        width: 94px
    }

@media (max-width:1120px) {
    .logo, .logo:hover {
        width: 238px;
        height: 118px;
        padding: 16px 20px
    }

    .navigation {
        left: 335px
    }
}

@media (max-width:1020px) {
    .logo, .logo:hover {
        width: 250px;
        height: 124px;
        margin: 24px auto 12px
    }
}

@media (max-width:760px) {
    .logo, .logo:hover {
        width: 190px;
        height: 94px;
        margin: 12px 0 10px;
        padding: 11px 12px;
        border-radius: 16px;
        background: linear-gradient(145deg,var(--navy) 0%,var(--navy-deep) 100%);
        border: 1px solid rgba(255,255,255,.16);
        box-shadow: 0 12px 26px rgba(6,22,37,.14);
    }

        .logo img.officialCbaLogo {
            width: 146px;
            height: auto
        }

    .footer-logo {
        width: 200px;
        height: 98px
    }
}


/* Final cleanup: remove repeated menu-logo column and give the welcome area breathing room. */
.bottom-nav .dropdown:hover > .dropdown-menu.child-4,
.bottom-nav .dropdown.open > .dropdown-menu.child-4 {
    grid-template-columns: minmax(260px,1.35fr) minmax(150px,1fr) minmax(150px,1fr);
    gap: 28px;
}

.dropdown-menu.child-4 {
    width: min(720px,calc(100vw - 40px));
    min-height: 0;
}

    .dropdown-menu.child-4 > li:first-child {
        border-right: 1px solid var(--line);
        padding-right: 22px;
    }

    .dropdown-menu.child-4 > li:nth-child(2) {
        border-right: 0;
        padding-right: 0;
    }

.menuLogoBadge {
    display: none !important
}

.homeHero {
    padding: 34px 0 30px;
    background: #fff;
}

.heroRibbon {
    background: var(--stone);
}

    .heroRibbon .container {
        display: grid;
        grid-template-columns: minmax(330px,470px) minmax(0,1fr);
        gap: 58px;
        align-items: center;
        min-height: 0;
        padding-top: 38px;
        padding-bottom: 38px;
    }

.heroTitleCard {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    min-height: 0;
    height: auto;
    margin: 0;
}

    .heroTitleCard:after {
        display: none
    }

.heroIntro {
    margin-left: 0;
    padding: 0;
    max-width: 640px;
}

    .heroIntro h2 {
        margin-bottom: 14px
    }

    .heroIntro p {
        margin-bottom: 20px
    }

.heroActions {
    gap: 12px 14px
}

.quickBand {
    margin-top: 0
}

.section {
    padding: 58px 0
}

    .section.stone {
        padding-top: 58px;
        padding-bottom: 58px
    }

@media (max-width:1020px) {
    .bottom-nav .dropdown:hover > .dropdown-menu.child-4,
    .bottom-nav .dropdown.open > .dropdown-menu.child-4 {
        grid-template-columns: minmax(230px,1.25fr) minmax(140px,1fr) minmax(140px,1fr);
    }

    .heroRibbon .container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .heroIntro {
        max-width: none
    }
}

@media (max-width:760px) {
    .homeHero {
        padding: 20px 0 24px
    }

    .heroRibbon .container {
        display: block;
        padding-top: 22px;
        padding-bottom: 22px;
    }

    .heroTitleCard {
        margin-bottom: 22px
    }

    .heroIntro {
        padding: 0
    }

    .dropdown-menu.child-4 > li:first-child {
        border-right: 0;
        padding-right: 0;
    }

    .section, .section.stone {
        padding: 38px 0
    }
}


/* Dynamic homepage polish: keeps the approved navy theme, removes footer-logo box, and adds scroll motion. */
.footer-logo,
.footer-logo:hover {
    width: 190px;
    height: auto;
    min-height: 0;
    padding: 0;
    margin: 0 0 18px;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    justify-content: flex-start;
}

    .footer-logo .officialCbaLogo {
        width: 170px;
        max-width: 100%;
        height: auto
    }

.footerBottom .span3:first-child p:first-of-type {
    margin-bottom: 6px
}

@media (min-width:761px) {
    body.is-scrolled .header {
        position: sticky;
        top: 0;
        height: 112px;
        min-height: 112px;
        z-index: 500;
        box-shadow: 0 16px 34px rgba(6,22,37,.18);
        transition: height .28s ease,min-height .28s ease,box-shadow .28s ease;
    }

        body.is-scrolled .header:before {
            left: 0;
            opacity: .98
        }

        body.is-scrolled .header:after {
            opacity: 0;
            transform: translateY(-24px) rotate(-6deg);
            transition: opacity .22s ease,transform .28s ease
        }

        body.is-scrolled .navbar-inner,
        body.is-scrolled .navMain,
        body.is-scrolled .header .container {
            height: 112px;
            min-height: 112px;
            transition: height .28s ease,min-height .28s ease;
        }

    body.is-scrolled .logo,
    body.is-scrolled .logo:hover {
        width: 174px;
        height: 86px;
        margin-top: 13px;
        padding: 10px 12px;
        box-shadow: 0 10px 24px rgba(6,22,37,.18);
    }

        body.is-scrolled .logo img.officialCbaLogo {
            width: 138px
        }

    body.is-scrolled .navigation {
        left: 250px;
        top: 0
    }

    body.is-scrolled .top-nav {
        height: 28px
    }

    body.is-scrolled .bottom-nav {
        margin-top: 18px
    }

        body.is-scrolled .bottom-nav > ul > li > a {
            min-height: 38px;
            height: 38px
        }

        body.is-scrolled .dropdown-menu.child-4,
        body.is-scrolled .bottom-nav .nav-search .dropdown-menu.child-1 {
            top: 39px
        }
}

.header,
.header:before,
.navbar-inner,
.navMain,
.header .container,
.logo,
.logo img.officialCbaLogo,
.navigation,
.bottom-nav,
.bottom-nav > ul > li > a {
    transition: all .28s ease;
}

.js-enabled .revealOnScroll {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .55s ease,transform .55s ease;
}

    .js-enabled .revealOnScroll.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.js-enabled .resourceCard,
.js-enabled .featureCard,
.js-enabled .promoCard,
.js-enabled .eventCard {
    transition: opacity .55s ease,transform .55s ease,box-shadow .22s ease,border-color .22s ease;
}

.heroRibbon .container {
    gap: 70px;
    align-items: stretch
}

.heroTitleCard {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.heroIntro {
    align-self: center;
    padding: 10px 0
}

.quickBand {
    padding: 34px 0;
    margin-top: 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.section + .section {
    border-top: 0
}

.resourceGrid, .featureGrid, .promoGrid, .eventsList {
    row-gap: 24px
}

@media (max-width:1020px) {
    .heroRibbon .container {
        gap: 28px
    }
}

@media (max-width:760px) {
    .footer-logo {
        width: 180px;
        height: auto;
        padding: 0;
        margin-bottom: 16px
    }

        .footer-logo .officialCbaLogo {
            width: 160px
        }
}


/* Performance + TBA-style outline pass.
   - Removes scroll-triggered motion/sticky shrink behavior.
   - Makes the header logo seamless on the navy masthead.
   - Keeps the original navy/stone palette while moving content away from heavy cards. */
html {
    scroll-behavior: auto
}

body {
    background: #fff;
    color: var(--ink)
}

.wrapper {
    overflow: visible
}

/* Keep interaction feedback light: no layout-shifting hover lifts. */
a, button, .btn, .customBtn1, .customBtn2, .logo, .dropdown-menu, .featureCard, .resourceCard, .promoCard, .eventCard, .alertBox, .socialLinks a {
    transition: background-color .16s ease,border-color .16s ease,color .16s ease,opacity .16s ease;
}

    .featureCard:hover, .resourceCard:hover, .promoCard:hover, .eventCard:hover, .btn:hover, .logo:hover, .socialLinks a:hover {
        transform: none !important;
        box-shadow: none !important;
    }

/* Disable the laggy reveal/sticky state even if old JS/classes remain cached. */
.js-enabled .revealOnScroll, .js-enabled .revealOnScroll.is-visible {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
}

body.is-scrolled .header {
    position: relative !important;
    top: auto !important;
    height: 236px !important;
    min-height: 236px !important;
}

    body.is-scrolled .navbar-inner, body.is-scrolled .navMain, body.is-scrolled .header .container {
        height: 236px !important;
        min-height: 236px !important;
    }

/* Seamless navy masthead. */
.header {
    height: 150px;
    min-height: 150px;
    overflow: visible;
    background: var(--navy);
    box-shadow: none;
    border-bottom: 6px solid var(--stone);
}

    .header:before {
        left: 0;
        background: linear-gradient(135deg,var(--navy-mid) 0%,var(--navy) 52%,var(--navy-deep) 100%);
    }

    .header:after {
        display: none
    }

    .navbar-inner, .navMain, .header .container {
        height: 150px;
        min-height: 150px
    }

.logo, .logo:hover {
    width: 214px;
    height: 118px;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

    .logo .officialCbaLogo {
        width: 170px;
        height: auto
    }

.navigation {
    left: 278px;
    right: 0;
    top: 0
}

.top-nav {
    text-align: right;
    height: 34px
}

.customBtn1, .customBtn2 {
    height: 34px;
    min-height: 34px;
    line-height: 34px;
    border-radius: 0;
    box-shadow: none;
}

.customBtn1 {
    border: 1px solid rgba(255,255,255,.32);
    border-top: 0;
    background: rgba(255,255,255,.06)
}

.customBtn2 {
    background: var(--navy-mid)
}

    .customBtn1:hover, .customBtn2:hover {
        transform: none;
        box-shadow: none
    }

.bottom-nav {
    margin-top: 34px
}

    .bottom-nav > ul {
        justify-content: flex-end;
        gap: 0
    }

        .bottom-nav > ul > li {
            margin: 0 0 0 28px
        }

            .bottom-nav > ul > li > a {
                font-size: 15px;
                line-height: 18px;
                height: 48px;
                min-height: 48px;
                padding-bottom: 14px
            }

                .bottom-nav > ul > li > a:before {
                    display: none
                }

.dropdown-menu {
    border-radius: 0;
    box-shadow: 0 14px 34px rgba(6,22,37,.18)
}

/* Open homepage outline: strong headings, horizontal rules, fewer boxes. */
.homeHero {
    padding: 0;
    background: #fff
}

.heroRibbon {
    background: #fff;
    border-top: 0;
    border-bottom: 1px solid var(--line)
}

    .heroRibbon .container {
        display: grid;
        grid-template-columns: minmax(260px,390px) minmax(0,1fr);
        gap: 58px;
        align-items: center;
        padding-top: 54px;
        padding-bottom: 54px;
        border-left: 8px solid var(--navy-mid);
        padding-left: 30px;
    }

.heroTitleCard {
    position: static;
    width: auto;
    min-height: 0;
    margin: 0;
    padding: 0;
    color: var(--ink);
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

    .heroTitleCard:after {
        display: none
    }

.eyebrow {
    color: var(--navy-mid);
    letter-spacing: .16em;
    margin-bottom: 12px
}

.heroTitleCard h1 {
    color: var(--navy);
    font-size: 42px;
    line-height: 46px;
    margin-bottom: 14px
}

.heroTitleCard p {
    color: #4b4b4b;
    font-size: 17px;
    line-height: 26px
}

.heroIntro {
    margin: 0;
    padding: 0;
    max-width: 720px
}

    .heroIntro h2 {
        font-size: 31px;
        line-height: 37px;
        color: var(--blue);
        margin-bottom: 13px
    }

    .heroIntro p {
        font-size: 17px;
        line-height: 28px;
        color: #444
    }

.heroActions {
    gap: 12px
}

.btn {
    border-radius: 0;
    box-shadow: none;
    padding: 10px 18px
}

    .btn.alt {
        background: #fff;
        color: var(--navy-mid) !important
    }

.quickBand {
    background: var(--stone);
    color: var(--ink);
    padding: 26px 0;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    box-shadow: none;
}

    .quickBand h2 {
        color: var(--navy);
        font-size: 27px;
        line-height: 32px
    }

    .quickBand p {
        color: #474747;
        font-size: 16px;
        line-height: 24px
    }

    .quickBand .btn {
        float: right;
        background: var(--navy-mid);
        border-color: var(--navy-mid);
        color: #fff !important
    }

.section, .section.stone {
    padding: 50px 0;
    background: #fff;
    border: 0
}

    .section.stone {
        background: var(--stone)
    }

.sectionTitle {
    margin-bottom: 22px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 12px
}

    .sectionTitle h2 {
        font-size: 30px;
        line-height: 35px;
        color: var(--navy);
        font-weight: 400;
        text-transform: none
    }

.headingIcon .fakeHeadingIcon {
    display: none
}

.RedUnderline {
    border-bottom: 0;
    padding-bottom: 0
}

.sectionTitle .viewLink {
    top: 8px;
    color: var(--navy-mid)
}

.resourceGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
}

.resourceCard {
    min-height: 0;
    padding: 20px 18px 18px;
    background: #fff;
    border: 0;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    border-top: 4px solid var(--navy-mid);
    border-radius: 0;
    box-shadow: none;
}

    .resourceCard h3 {
        font-size: 17px;
        line-height: 22px;
        text-transform: none;
        color: var(--navy);
        margin-bottom: 7px
    }

    .resourceCard p {
        font-size: 14px;
        line-height: 21px;
        color: #505050;
        margin-bottom: 9px
    }

    .resourceCard a {
        color: var(--navy-mid)
    }

.featureGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 56px;
}

.featureCard {
    min-height: 0;
    padding: 22px 0;
    background: transparent;
    border: 0;
    border-top: 1px solid rgba(211,208,200,.9);
    border-radius: 0;
    box-shadow: none;
}

    .featureCard h3 {
        font-size: 24px;
        line-height: 28px;
        color: var(--navy);
        font-weight: 400;
        margin-bottom: 8px
    }

    .featureCard p {
        font-size: 15px;
        line-height: 24px;
        color: #464646;
        margin-bottom: 8px
    }

    .featureCard a {
        color: var(--navy-mid)
    }

.promoGrid {
    display: block;
    border-top: 1px solid var(--line);
}

.promoCard {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(180px,260px) minmax(0,1fr) auto;
    gap: 22px;
    align-items: center;
    padding: 22px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}

    .promoCard h3 {
        font-size: 23px;
        line-height: 28px;
        color: var(--navy);
        margin: 0
    }

    .promoCard p {
        font-size: 15px;
        line-height: 24px;
        color: #474747;
        margin: 0
    }

    .promoCard a {
        white-space: nowrap;
        color: var(--navy-mid)
    }

    .promoCard.primary {
        background: var(--navy);
        margin: 0 0 1px;
        padding: 24px 22px;
        border: 0;
    }

        .promoCard.primary h3, .promoCard.primary p, .promoCard.primary a {
            color: #fff
        }

    .promoCard.notice {
        background: transparent;
        border-top: 0
    }

.eventsList {
    display: block;
    border-top: 1px solid var(--line);
}

.eventCard {
    min-height: 0;
    display: grid;
    grid-template-columns: 100px minmax(0,1fr);
    gap: 22px;
    align-items: start;
    padding: 18px 0;
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}

    .eventCard h6 {
        font-size: 20px;
        line-height: 24px;
        color: var(--navy-mid);
        font-weight: 700;
        margin: 0
    }

    .eventCard hr {
        display: none
    }

    .eventCard p {
        font-size: 15px;
        line-height: 23px;
        color: #333;
        margin: 0
    }

.alertBox {
    border-radius: 0;
    box-shadow: none;
    border-left: 8px solid var(--navy-mid);
    border-top: 1px solid var(--line);
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: var(--stone);
}

.footerTop, .footerBottom, .footerLastRow {
    box-shadow: none
}

@media (max-width:1120px) {
    .navigation {
        left: 244px
    }

    .bottom-nav > ul > li {
        margin-left: 18px
    }

    .resourceGrid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:1020px) {
    .header {
        height: auto;
        min-height: 0;
        background: var(--navy);
        border-bottom: 6px solid var(--stone)
    }

        .header:before {
            top: 0
        }

        .navbar-inner, .navMain, .header .container {
            height: auto;
            min-height: 0
        }

    .logo, .logo:hover {
        width: 190px;
        height: auto;
        margin: 24px auto 18px;
        justify-content: center
    }

    .navigation {
        position: relative;
        left: auto;
        padding-bottom: 12px
    }

    .top-nav {
        text-align: center
    }

    .bottom-nav {
        margin-top: 16px
    }

        .bottom-nav > ul {
            justify-content: center;
            flex-wrap: wrap;
            row-gap: 0
        }

            .bottom-nav > ul > li {
                margin: 0 10px 8px
            }

        /* Search icon: pull it onto the same flex row as the last nav items
           rather than orphaning on a line of its own */
        .bottom-nav .nav-search {
            flex-basis: 100%;
            text-align: center;
            margin: 0 0 10px
        }

            .bottom-nav .nav-search > a {
                width: auto;
                display: inline-block
            }

    .heroRibbon .container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 38px 0 38px 24px
    }

    .featureGrid {
        grid-template-columns: 1fr;
        gap: 0
    }

    .promoCard {
        grid-template-columns: 1fr;
        gap: 8px
    }
}

@media (max-width:760px) {
    .header {
        background: #fff;
        border-bottom: 1px solid var(--line)
    }

    .logo, .logo:hover {
        width: 160px;
        height: auto;
        margin: 10px 0 10px;
        padding: 0;
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        justify-content: flex-start;
    }

        .logo .officialCbaLogo {
            width: 140px;
            /* invert the white logo to navy so it's visible on white bg */
            filter: brightness(0) saturate(100%) invert(13%) sepia(40%) saturate(1200%) hue-rotate(178deg) brightness(85%)
        }

    .navIcon {
        top: 18px
    }

    .navigation {
        background: var(--navy);
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0
    }

    .customBtn1, .customBtn2 {
        border-radius: 0
    }

    .heroRibbon .container {
        display: block;
        border-left: 6px solid var(--navy-mid);
        padding: 28px 0 30px 20px
    }

    .heroTitleCard {
        margin-bottom: 20px
    }

        .heroTitleCard h1 {
            font-size: 34px;
            line-height: 39px
        }

    .heroIntro h2 {
        font-size: 26px;
        line-height: 32px
    }

    .quickBand .btn {
        float: none;
        margin-top: 13px
    }

    .section, .section.stone {
        padding: 38px 0
    }

    .sectionTitle .viewLink {
        position: static;
        display: block;
        margin-top: 8px
    }

    .resourceGrid {
        grid-template-columns: 1fr
    }

    .promoCard.primary {
        margin-left: -14px;
        margin-right: -14px;
        padding-left: 14px;
        padding-right: 14px
    }

    .eventCard {
        grid-template-columns: 1fr;
        gap: 6px
    }
}



/* Hero banner carousel and events wheel */
.heroIntro {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.heroMedia {
    margin-bottom: 2px
}

.heroCarousel {
    position: relative;
    border: 1px solid var(--line);
    background: #edf2f6;
    overflow: hidden;
}

.heroCarouselViewport {
    overflow: hidden;
    min-height: 320px;
}

.heroCarouselTrack {
    display: flex;
    transition: transform .45s ease;
    will-change: transform;
}

.heroSlide {
    min-width: 100%;
    min-height: 320px;
    position: relative;
    display: flex;
    align-items: flex-end;
    background-size: cover;
    background-position: center;
    padding: 26px;
}

    .heroSlide:before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg,rgba(6,22,37,.70) 0%,rgba(6,22,37,.38) 52%,rgba(6,22,37,.16) 100%);
    }

.heroSlideCopy {
    position: relative;
    z-index: 1;
    max-width: 360px;
    background: rgba(10,34,57,.80);
    color: #fff;
    padding: 16px 18px;
    border-left: 4px solid rgba(255,255,255,.7);
}

    .heroSlideCopy strong {
        display: block;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .12em;
        text-transform: uppercase;
        color: rgba(255,255,255,.82);
        margin-bottom: 8px;
    }

    .heroSlideCopy h3 {
        margin: 0 0 8px;
        color: #fff;
        font-size: 28px;
        line-height: 32px;
        font-weight: 400;
    }

    .heroSlideCopy p {
        margin: 0;
        color: rgba(255,255,255,.94);
        font-size: 14px;
        line-height: 22px;
    }

.carouselControls {
    position: absolute;
    right: 14px;
    bottom: 14px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 8px;
}

.carouselBtn {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.55);
    background: rgba(10,34,57,.78);
    color: #fff;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
}

    .carouselBtn:hover {
        background: var(--navy)
    }

.carouselDots {
    display: flex;
    align-items: center;
    gap: 8px;
}

.carouselDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background: rgba(255,255,255,.45);
    cursor: pointer;
}

    .carouselDot.is-active {
        background: #fff
    }

.eventsWheel {
    position: relative;
    padding: 0 56px;
}

.eventsWheelViewport {
    overflow: hidden;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.eventsWheelTrack {
    display: flex;
    transition: transform .42s ease;
    will-change: transform;
}

.eventCard {
    min-height: 0;
    flex: 0 0 33.333333%;
    padding: 22px 18px 24px;
    background: transparent;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    box-shadow: none;
}

    .eventCard:last-child {
        border-right: 0
    }

.eventDate {
    display: block;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--navy-mid);
    font-weight: 700;
    margin-bottom: 10px;
}

.eventCard h6 {
    font-size: 22px;
    line-height: 26px;
    color: var(--navy);
    font-weight: 400;
    margin: 0 0 10px;
}

.eventCard p {
    font-size: 15px;
    line-height: 24px;
    color: #383838;
    margin: 0;
}

.eventsWheel .carouselBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    color: var(--navy);
    border: 1px solid var(--line);
}

    .eventsWheel .carouselBtn:hover {
        background: var(--stone)
    }

    .eventsWheel .carouselBtn.prev {
        left: 0
    }

    .eventsWheel .carouselBtn.next {
        right: 0
    }

.eventsWheelFooter {
    display: flex;
    justify-content: center;
    margin-top: 14px;
}

    .eventsWheelFooter .carouselDot {
        background: rgba(18,58,90,.28)
    }

        .eventsWheelFooter .carouselDot.is-active {
            background: var(--navy-mid)
        }

@media (max-width:1120px) {
    .heroCarouselViewport, .heroSlide {
        min-height: 290px
    }
}

@media (max-width:1020px) {
    .heroCarouselViewport, .heroSlide {
        min-height: 280px
    }

    .eventCard {
        flex-basis: 50%
    }

    .eventsWheel {
        padding: 0 50px
    }
}

@media (max-width:760px) {
    .heroCarouselViewport, .heroSlide {
        min-height: 230px
    }

    .heroSlide {
        padding: 18px
    }

    .heroSlideCopy {
        max-width: 100%;
        padding: 14px 15px
    }

        .heroSlideCopy h3 {
            font-size: 22px;
            line-height: 26px
        }

    .eventsWheel {
        padding: 0 42px
    }

    .eventCard {
        flex-basis: 100%;
        border-right: 0
    }
}



/* Requested refinement: shorter welcome area and a cleaner bottom section. */
.heroRibbon .container {
    grid-template-columns: minmax(240px,330px) minmax(0,1fr);
    gap: 34px;
    padding-top: 26px;
    padding-bottom: 26px;
}

.heroTitleCard h1 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 10px
}

.heroTitleCard p {
    font-size: 15px;
    line-height: 23px
}

.heroIntro h2 {
    font-size: 25px;
    line-height: 31px;
    margin-bottom: 10px
}

.heroIntro p {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 14px
}

.heroActions {
    gap: 10px
}

.heroCarouselViewport, .heroSlide {
    min-height: 228px
}

.heroSlide {
    padding: 18px
}

.heroSlideCopy {
    max-width: 320px;
    padding: 13px 15px
}

    .heroSlideCopy h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 6px
    }

    .heroSlideCopy p {
        font-size: 13px;
        line-height: 20px
    }

/* Important dates section styled more like the provided reference, using existing colors. */
.eventsSection {
    background: #f6f6f4;
}

    .eventsSection .sectionTitle {
        text-align: center;
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 28px;
    }

        .eventsSection .sectionTitle h2 {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 14px;
            font-size: 31px;
            line-height: 35px;
            letter-spacing: .02em;
            text-transform: uppercase;
        }

            .eventsSection .sectionTitle h2:before {
                content: "📅";
                font-size: 24px;
                line-height: 1;
            }

        .eventsSection .sectionTitle .viewLink {
            right: 0;
            top: 8px;
        }

.eventsWheel {
    padding: 0 46px;
}

.eventsWheelViewport {
    overflow: hidden;
    border: 0;
}

.eventsWheelTrack {
    display: flex;
}

.eventCard {
    flex: 0 0 20%;
    padding: 12px;
    background: transparent;
    border-right: 0;
}

.eventCardInner,
.eventCard {
    box-sizing: border-box;
}

.eventCard {
    display: block;
}

    .eventCard:before {
        display: none
    }

    .eventCard .eventDate,
    .eventCard h6,
    .eventCard p {
        position: relative;
        z-index: 1
    }

.eventCard {
    background: transparent;
}

.eventCard {
    border-radius: 0;
}

    .eventCard .eventDate {
        display: block;
        color: var(--navy-mid);
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .13em;
        text-align: center;
        margin-bottom: 14px;
    }

    .eventCard h6 {
        color: #5a5a5a;
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
        text-align: center;
        margin: 0;
    }

    .eventCard p {
        display: none
    }

.eventCard {
    position: relative;
}

    .eventCard::after {
        content: "";
        position: absolute;
        inset: 0 12px;
        background: #fff;
        border: 1px solid #eceae5;
        box-shadow: 0 4px 14px rgba(6,22,37,.05);
        z-index: 0;
    }

    .eventCard .eventDate {
        padding-top: 18px
    }

        .eventCard .eventDate:after {
            content: "";
            display: block;
            width: 64px;
            height: 3px;
            background: #c7c7c4;
            margin: 12px auto 0;
        }

    .eventCard h6 {
        padding: 14px 18px 24px
    }

.eventsWheel .carouselBtn {
    width: 34px;
    height: 34px;
    background: transparent;
    border: 0;
    color: #8f8f8f;
    font-size: 30px;
}

    .eventsWheel .carouselBtn:hover {
        background: transparent;
        color: var(--navy-mid)
    }

    .eventsWheel .carouselBtn.prev {
        left: -10px
    }

    .eventsWheel .carouselBtn.next {
        right: -10px
    }

.eventsWheelFooter {
    display: none
}

/* Connect section like the reference, but in the existing palette. */
.connectSection {
    background: #fff;
    padding-top: 26px;
    padding-bottom: 40px;
}

    .connectSection .sectionTitle {
        border-bottom: 0;
        margin-bottom: 22px;
        padding-bottom: 0;
    }

        .connectSection .sectionTitle h2 {
            font-size: 32px;
            line-height: 36px;
            text-transform: uppercase;
            letter-spacing: .02em;
        }

.connectGrid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 28px;
}

.connectCard {
    display: block;
    text-decoration: none !important;
}

.connectVisual {
    position: relative;
    min-height: 146px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg,var(--navy) 0%,#0e2c47 100%);
}

.connectVisual--facebook,
.connectVisual--linkedin {
    background: linear-gradient(135deg,var(--navy-mid) 0%,var(--navy) 100%)
}

.connectVisual--instagram {
    background: linear-gradient(135deg,#0a2239 0%,var(--navy-mid) 100%)
}

.connectMiniBrand {
    position: absolute;
    left: 16px;
    top: 12px;
    color: rgba(255,255,255,.78);
    font-size: 12px;
    line-height: 14px;
    font-weight: 700;
    letter-spacing: .16em;
}

.connectIcon {
    color: #fff;
    font-size: 54px;
    line-height: 1;
    font-weight: 700;
}

.connectIcon--letter {
    font-family: Arial,Helvetica,sans-serif
}

.connectVisualLabel {
    position: absolute;
    left: 18px;
    bottom: 14px;
    color: #fff;
    font-size: 27px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .01em;
    opacity: .92;
}

.connectLabel {
    display: block;
    margin-top: 12px;
    color: var(--navy);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .14em;
    text-transform: uppercase;
}

/* Simplified footer so the lower area reads more like the reference. */
.footerTop {
    background: var(--navy-mid);
    padding: 10px 0;
}

.socialLinks ul {
    text-align: center
}

.socialLinks li {
    margin: 0 9px
}

.socialLinks a {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #fff;
    font-size: 18px;
    line-height: 1;
}

    .socialLinks a:hover {
        transform: none;
        box-shadow: none;
        text-decoration: none;
        color: #fff
    }

.footerBottom {
    display: none
}

.footerLastRow {
    padding: 10px 0;
    background: var(--navy-deep);
    color: #d7e0e7
}

@media (max-width:1120px) {
    .connectGrid {
        grid-template-columns: repeat(2,1fr)
    }
}

@media (max-width:1020px) {
    .heroRibbon .container {
        grid-template-columns: 1fr;
        gap: 18px;
        padding-top: 22px;
        padding-bottom: 22px
    }

    .heroCarouselViewport, .heroSlide {
        min-height: 208px
    }

    .eventCard {
        flex-basis: 33.3333%
    }
}

@media (max-width:760px) {
    .heroTitleCard h1 {
        font-size: 28px;
        line-height: 32px
    }

    .heroIntro h2 {
        font-size: 22px;
        line-height: 27px
    }

    .heroCarouselViewport, .heroSlide {
        min-height: 188px
    }

    .eventsSection .sectionTitle h2 {
        font-size: 24px;
        line-height: 28px
    }

    .eventsWheel {
        padding: 0 34px
    }

    .eventCard {
        flex-basis: 100%
    }

    .connectGrid {
        grid-template-columns: 1fr;
        gap: 20px
    }

    .connectSection .sectionTitle h2 {
        font-size: 26px;
        line-height: 30px
    }
}



/* Member resources as a side menu + recent news section. */
.memberResourcesSection {
    background: #fff;
}

.memberResourcesWrap {
    display: grid;
    grid-template-columns: 280px minmax(0,1fr);
    gap: 42px;
    align-items: start;
}

.resourceSideMenu .sectionTitle {
    margin-bottom: 16px;
}

.resourceMenuList {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

    .resourceMenuList li {
        margin: 0;
        border-bottom: 1px solid var(--line);
    }

    .resourceMenuList a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        padding: 16px 0;
        color: var(--navy);
        font-size: 15px;
        line-height: 20px;
        font-weight: 700;
        text-decoration: none;
    }

        .resourceMenuList a:after {
            content: "›";
            color: var(--navy-mid);
            font-size: 22px;
            line-height: 1;
        }

        .resourceMenuList a:hover {
            color: var(--navy-mid);
            text-decoration: none;
        }

        .resourceMenuList a.is-active {
            color: var(--navy-mid);
        }

            .resourceMenuList a.is-active:before {
                content: "";
                display: block;
                width: 6px;
                height: 22px;
                background: var(--navy-mid);
                margin-right: 12px;
                flex: 0 0 auto;
            }

.resourceDetailPanel {
    border-top: 4px solid var(--navy-mid);
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg,#fff 0%,#fbfbf9 100%);
    padding: 28px 30px 30px;
}

    .resourceDetailPanel .eyebrowSmall {
        display: block;
        color: var(--navy-mid);
        font-size: 12px;
        line-height: 16px;
        letter-spacing: .14em;
        text-transform: uppercase;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .resourceDetailPanel h3 {
        margin: 0 0 10px;
        font-size: 31px;
        line-height: 35px;
        color: var(--navy);
        font-weight: 400;
    }

    .resourceDetailPanel p {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 27px;
        color: #474747;
        max-width: 720px;
    }

.resourceFeatureList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 12px 24px;
}

    .resourceFeatureList li {
        position: relative;
        padding-left: 18px;
        color: #444;
        font-size: 15px;
        line-height: 23px;
    }

        .resourceFeatureList li:before {
            content: "";
            position: absolute;
            left: 0;
            top: 10px;
            width: 7px;
            height: 7px;
            background: var(--navy-mid);
        }

.resourcePanelActions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

.recentNewsSection {
    background: var(--stone);
}

.recentNewsLayout {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(300px,.85fr);
    gap: 34px;
    align-items: start;
}

.newsFeatureCard {
    background: #fff;
    border-top: 4px solid var(--navy-mid);
    box-shadow: 0 4px 14px rgba(6,22,37,.05);
}

.newsFeatureImage {
    min-height: 260px;
    background: linear-gradient(135deg,#123a5a 0%,#0a2239 48%,#061625 100%);
    position: relative;
    overflow: hidden;
}

    .newsFeatureImage:before {
        content: "";
        position: absolute;
        inset: 0;
        background: radial-gradient(circle at 78% 25%,rgba(255,255,255,.18),transparent 14%), linear-gradient(125deg,rgba(255,255,255,.06) 0 2px,transparent 2px 26px);
    }

    .newsFeatureImage:after {
        content: "NEWS";
        position: absolute;
        left: 24px;
        bottom: 20px;
        color: rgba(255,255,255,.9);
        font-size: 44px;
        line-height: 1;
        letter-spacing: .04em;
        font-weight: 700;
    }

.newsFeatureBody {
    padding: 22px 24px 24px;
}

.newsMeta {
    display: block;
    color: var(--navy-mid);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}

.newsFeatureBody h3 {
    margin: 0 0 10px;
    font-size: 28px;
    line-height: 34px;
    color: var(--navy);
    font-weight: 400;
}

.newsFeatureBody p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 25px;
    color: #4c4c4c;
}

.newsFeatureBody a,
.newsListItem a {
    color: var(--navy-mid);
    font-size: 12px;
    line-height: 16px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
}

.newsList {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--line);
}

.newsListItem {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 18px 20px 18px;
}

    .newsListItem h4 {
        margin: 0 0 8px;
        font-size: 21px;
        line-height: 27px;
        color: var(--navy);
        font-weight: 400;
    }

    .newsListItem p {
        margin: 0 0 10px;
        font-size: 14px;
        line-height: 23px;
        color: #4d4d4d;
    }

@media (max-width:1020px) {
    .memberResourcesWrap,
    .recentNewsLayout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .resourceFeatureList {
        grid-template-columns: 1fr;
    }
}

@media (max-width:760px) {
    .resourceDetailPanel {
        padding: 22px 20px 24px;
    }

        .resourceDetailPanel h3 {
            font-size: 26px;
            line-height: 31px;
        }

    .newsFeatureImage {
        min-height: 190px;
    }

    .newsFeatureBody h3,
    .newsListItem h4 {
        font-size: 22px;
        line-height: 28px;
    }
}
