/* =========================================================
   SBRWA ABOUT PAGE
   ========================================================= */

.sbrwa-about-page {
    overflow: hidden;

    background: #ffffff;
}


/* =========================================================
   INNER PAGE BANNER
   ========================================================= */

.sbrwa-inner-banner {
    position: relative;

    overflow: hidden;

    padding: 30px 0 50px;

    background:
        linear-gradient(
            110deg,
            #08253f 0%,
            #0d3154 55%,
            #165477 100%
        );
}


.sbrwa-inner-banner::before {
    content: "";

    position: absolute;

    width: 360px;
    height: 360px;

    right: -140px;
    top: -190px;

    border: 70px solid rgba(255,255,255,0.035);

    border-radius: 50%;
}


.sbrwa-inner-banner::after {
    content: "";

    position: absolute;

    width: 220px;
    height: 220px;

    left: -120px;
    bottom: -150px;

    border: 45px solid rgba(255,255,255,0.025);

    border-radius: 50%;
}


.sbrwa-inner-banner-content {
    position: relative;

    z-index: 2;

    max-width: 780px;
}


.sbrwa-inner-eyebrow {
    display: block;

    color: #f4bd4f;

    font-size: 10px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.3px;

    margin-bottom: 8px;
}


.sbrwa-inner-banner h1 {
    color: #ffffff;

    font-size: 48px;
    line-height: 1.2;

    font-weight: 850;

    margin-bottom: 12px;
}


.sbrwa-inner-banner p {
    max-width: 650px;

    color: rgba(255,255,255,0.72);

    font-size: 15px;
    line-height: 25px;

    margin-bottom: 20px;
}


/* BREADCRUMB */

.sbrwa-breadcrumb {
    display: flex;

    align-items: center;

    gap: 9px;
}


.sbrwa-breadcrumb a,
.sbrwa-breadcrumb span {
    font-size: 14px;

    font-weight: 650;
}


.sbrwa-breadcrumb a {
    color: #ffffff;

    text-decoration: none;
}


.sbrwa-breadcrumb a:hover {
    color: #f4bd4f;
}


.sbrwa-breadcrumb span {
    color: #f4bd4f;
}


.sbrwa-breadcrumb i {
    color: rgba(255,255,255,0.40);

    font-size: 8px;
}


/* =========================================================
   ABOUT INTRO
   ========================================================= */

.sbrwa-about-intro {
    position: relative;

    padding: 30px 0;

    background: #ffffff;
}


/* =========================================================
   LEFT VISUAL
   ========================================================= */

.sbrwa-about-intro-visual {
    position: relative;

    min-height: 430px;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    overflow: hidden;

    padding: 45px;

    border-radius: 18px;

    text-align: center;

    background:
        linear-gradient(
            145deg,
            #0d3154,
            #165477
        );
}


.sbrwa-about-intro-visual::before {
    content: "";

    position: absolute;

    width: 290px;
    height: 290px;

    right: -120px;
    top: -130px;

    border: 55px solid rgba(255,255,255,0.035);

    border-radius: 50%;
}


/* LOGO */

.sbrwa-about-logo-circle {
    position: relative;

    z-index: 2;

    width: 155px;
    height: 155px;

    display: flex;

    align-items: center;
    justify-content: center;

    padding: 13px;

    margin-bottom: 23px;

    border-radius: 50%;

    background: #ffffff;

    box-shadow: 0 17px 40px rgba(0,0,0,0.20);
}


.sbrwa-about-logo-circle img {
    width: 100%;
    height: 100%;

    object-fit: contain;
}


/* VISUAL TEXT */

.sbrwa-about-visual-content {
    position: relative;

    z-index: 2;
}


.sbrwa-about-visual-content > span {
    display: block;

    color: #f4bd4f;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 5px;
}


.sbrwa-about-visual-content h2 {
    color: #ffffff;

    font-size: 27px;
    font-weight: 800;

    margin-bottom: 6px;
}


.sbrwa-about-visual-content p {
    color: rgba(255,255,255,0.65);

    font-size: 10px;

    margin: 0;
}


/* FLOATING CARD */

.sbrwa-about-floating-card {
    position: absolute;

    z-index: 4;

    left: 22px;
    right: 22px;
    bottom: 20px;

    display: flex;

    align-items: center;

    gap: 11px;

    padding: 6px 15px;

    text-align: left;

    border-radius: 11px;

    background: #ffffff;

    box-shadow: 0 12px 30px rgba(0,0,0,0.17);
}


.sbrwa-about-floating-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #fff2e8;

    color: #e97824;

    font-size: 16px;
}


.sbrwa-about-floating-card strong {
    display: block;

    color: #0d3154;

    font-size: 11px;

    margin-bottom: 2px;
}


.sbrwa-about-floating-card span {
    display: block;

    color: #000000;

    font-size: 14px;
}


/* =========================================================
   RIGHT ABOUT CONTENT
   ========================================================= */

.sbrwa-about-intro-content {
    padding-left: 15px;
}


.sbrwa-about-label {
    display: block;

    color: #e97824;

    font-size: 10px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 8px;
}


.sbrwa-about-intro-content h2 {
    max-width: 650px;

    color: #0d3154;

    font-size: 40px;
    line-height: 1.25;

    font-weight: 850;

    margin-bottom: 20px;
}


.sbrwa-about-intro-content h2 span {
    color: #e97824;
}


.sbrwa-about-intro-content > p {
    color: #74808a;

    font-size: 15px;
    line-height: 25px;

    margin-bottom: 13px;
}


.sbrwa-about-intro-content
.sbrwa-about-lead {
    color: #3d4d5b;

    font-size: 15px;
}


/* =========================================================
   SMALL HIGHLIGHTS
   ========================================================= */

.sbrwa-about-highlights {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 12px;

    margin-top: 25px;
}


.sbrwa-about-highlight {
    display: flex;

    align-items: center;

    gap: 11px;

    padding: 13px;

    border: 1px solid #e6ebef;

    border-radius: 10px;

    background: #fafbfc;
}


.sbrwa-about-highlight-icon {
    flex: 0 0 40px;

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 8px;

    background: #fff2e8;

    color: #e97824;

    font-size: 14px;
}


.sbrwa-about-highlight strong {
    display: block;

    color: #0d3154;

    font-size: 14px;

    margin-bottom: 2px;
}


.sbrwa-about-highlight span {
    display: block;

    color: #88949d;

    font-size: 8px;
}


/* =========================================================
   VISION / MISSION
   ========================================================= */

.sbrwa-about-vision-section {
    padding: 0 0 85px;

    background: #ffffff;
}


.sbrwa-about-purpose-card {
    height: 100%;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 30px;

    border: 1px solid #e6ebef;

    border-radius: 14px;

    background: #f8fafb;

    transition: all 0.3s ease;
}


.sbrwa-about-purpose-card:hover {
    transform: translateY(-4px);

    background: #ffffff;

    box-shadow: 0 14px 35px rgba(13,49,84,0.08);
}


.sbrwa-about-purpose-icon {
    flex: 0 0 58px;

    width: 58px;
    height: 58px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #0d3154;

    color: #f4bd4f;

    font-size: 21px;
}


.sbrwa-about-purpose-content > span {
    display: block;

    color: #e97824;

    font-size: 9px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 4px;
}


.sbrwa-about-purpose-content h3 {
    color: #0d3154;

    font-size: 19px;

    font-weight: 800;

    margin-bottom: 8px;
}


.sbrwa-about-purpose-content p {
    color: #000000;

    font-size: 15px;
    line-height: 25px;

    margin: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 991px) {

    .sbrwa-inner-banner {
        padding: 65px 0;
    }

    .sbrwa-inner-banner-content {
        text-align: center;

        margin: auto;
    }

    .sbrwa-inner-banner p {
        margin-left: auto;
        margin-right: auto;
    }

    .sbrwa-breadcrumb {
        justify-content: center;
    }

    .sbrwa-about-intro {
        padding: 70px 0;
    }

    .sbrwa-about-intro-visual {
        max-width: 600px;

        margin: auto;
    }

    .sbrwa-about-intro-content {
        padding-left: 0;

        text-align: center;
    }

    .sbrwa-about-intro-content h2 {
        margin-left: auto;
        margin-right: auto;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .sbrwa-inner-banner {
        padding: 95px 0px 15px 0px;
    }

    .sbrwa-inner-banner h1 {
        font-size: 35px;
    }

    .sbrwa-inner-banner p {
        font-size: 13px;
    }


    .sbrwa-about-intro {
        padding: 30px 0;
    }


    .sbrwa-about-intro-visual {
        min-height: 390px;

        padding: 0px 22px 90px;
    }


    .sbrwa-about-logo-circle {
        width: 130px;
        height: 130px;
    }


    .sbrwa-about-intro-content h2 {
        font-size: 30px;
    }


    .sbrwa-about-highlights {
        grid-template-columns: 1fr;

        text-align: left;
    }


    .sbrwa-about-vision-section {
        padding-bottom: 30px;
    }


    .sbrwa-about-purpose-card {
        padding: 23px;

        gap: 15px;
    }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .sbrwa-inner-banner h1 {
        font-size: 31px;
    }


    .sbrwa-about-visual-content h2 {
        font-size: 24px;
    }


    .sbrwa-about-floating-card {
        left: 15px;
        right: 15px;
    }


    .sbrwa-about-intro-content h2 {
        font-size: 28px;
    }


    .sbrwa-about-purpose-card {
        flex-direction: column;
    }

}




/* =========================================================
   ABOUT PAGE COMMON SECTION HEADING
   ========================================================= */

.sbrwa-about-section-heading {
    max-width: 760px;

    margin: 0 auto 42px;
}


.sbrwa-about-section-heading > span {
    display: block;

    color: #e97824;

    font-size: 10px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1.1px;

    margin-bottom: 7px;
}


.sbrwa-about-section-heading h2 {
    color: #0d3154;

    font-size: 36px;
    line-height: 1.3;

    font-weight: 850;

    margin-bottom: 12px;
}


.sbrwa-about-section-heading p {
    max-width: 680px;

    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;

    color: #75818a;

    font-size: 13px;
    line-height: 1.8;
}


/* =========================================================
   OUR OBJECTIVES
   ========================================================= */

.sbrwa-about-objectives {
    padding: 80px 0;

    background: #f7f9fb;
}


.sbrwa-about-objective-card {
    position: relative;

    height: 100%;

    overflow: hidden;

    padding: 26px 23px;

    border: 1px solid #e5eaee;

    border-radius: 13px;

    background: #ffffff;

    transition: all 0.3s ease;
}


.sbrwa-about-objective-card:hover {
    transform: translateY(-5px);

    box-shadow: 0 15px 36px rgba(13,49,84,0.08);
}


.sbrwa-about-objective-number {
    position: absolute;

    right: 15px;
    top: 11px;

    color: #edf1f4;

    font-size: 38px;
    font-weight: 900;

    line-height: 1;
}


.sbrwa-about-objective-icon {
    position: relative;

    z-index: 2;

    width: 48px;
    height: 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-bottom: 18px;

    border-radius: 10px;

    background: #0d3154;

    color: #f4bd4f;

    font-size: 17px;
}


.sbrwa-about-objective-card h3 {
    position: relative;

    z-index: 2;

    color: #0d3154;

    font-size: 16px;
    line-height: 1.4;

    font-weight: 800;

    margin-bottom: 8px;
}


.sbrwa-about-objective-card p {
    position: relative;

    z-index: 2;

    color: #78848d;

    font-size: 11px;
    line-height: 1.7;

    margin: 0;
}


/* =========================================================
   COMMUNITY PRIORITIES
   ========================================================= */

.sbrwa-about-priorities {
    padding: 80px 0;

    background: #ffffff;
}


.sbrwa-about-priority-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 16px;
}


.sbrwa-about-priority-card {
    display: flex;

    align-items: flex-start;

    gap: 15px;

    padding: 21px;

    border: 1px solid #e6ebef;

    border-radius: 12px;

    background: #fafbfc;

    transition: all 0.3s ease;
}


.sbrwa-about-priority-card:hover {
    background: #ffffff;

    transform: translateY(-4px);

    box-shadow: 0 13px 30px rgba(13,49,84,0.07);
}


.sbrwa-about-priority-icon {
    flex: 0 0 46px;

    width: 46px;
    height: 46px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #fff1e6;

    color: #e97824;

    font-size: 17px;
}


.sbrwa-about-priority-card h3 {
    color: #0d3154;

    font-size: 14px;
    line-height: 1.4;

    font-weight: 800;

    margin-bottom: 5px;
}


.sbrwa-about-priority-card p {
    color: #7a858e;

    font-size: 10px;
    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   ASSOCIATION FOCUS AREAS
   ========================================================= */

.sbrwa-about-responsibilities {
    padding: 80px 0;

    background:
        linear-gradient(
            135deg,
            #0b2d4c,
            #0f426a
        );
}


.sbrwa-about-responsibility-intro > span {
    display: block;

    color: #f4bd4f;

    font-size: 10px;
    font-weight: 800;

    text-transform: uppercase;

    letter-spacing: 1px;

    margin-bottom: 7px;
}


.sbrwa-about-responsibility-intro h2 {
    color: #ffffff;

    font-size: 35px;
    line-height: 1.3;

    font-weight: 850;

    margin-bottom: 17px;
}


.sbrwa-about-responsibility-intro p {
    color: rgba(255,255,255,0.70);

    font-size: 12px;
    line-height: 1.8;

    margin-bottom: 11px;
}


/* RESPONSIBILITY LIST */

.sbrwa-about-responsibility-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 13px;
}


.sbrwa-about-responsibility-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding: 18px;

    border: 1px solid rgba(255,255,255,0.10);

    border-radius: 11px;

    background: rgba(255,255,255,0.07);
}


.sbrwa-about-responsibility-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 9px;

    background: #ffffff;

    color: #e97824;

    font-size: 15px;
}


.sbrwa-about-responsibility-item h3 {
    color: #ffffff;

    font-size: 13px;
    font-weight: 750;

    margin-bottom: 5px;
}


.sbrwa-about-responsibility-item p {
    color: rgba(255,255,255,0.62);

    font-size: 9px;
    line-height: 1.6;

    margin: 0;
}


/* =========================================================
   STEP 2 TABLET
   ========================================================= */

@media (max-width: 991px) {

    .sbrwa-about-objectives,
    .sbrwa-about-priorities,
    .sbrwa-about-responsibilities {
        padding: 65px 0;
    }


    .sbrwa-about-priority-grid {
        grid-template-columns: repeat(2, 1fr);
    }


    .sbrwa-about-responsibility-intro {
        text-align: center;

        max-width: 650px;

        margin: 0 auto 25px;
    }

}


/* =========================================================
   STEP 2 MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .sbrwa-about-objectives,
    .sbrwa-about-priorities,
    .sbrwa-about-responsibilities {
        padding: 55px 0;
    }


    .sbrwa-about-section-heading {
        margin-bottom: 30px;
    }


    .sbrwa-about-section-heading h2 {
        font-size: 29px;
    }


    .sbrwa-about-priority-grid {
        grid-template-columns: 1fr;
    }


    .sbrwa-about-responsibility-intro h2 {
        font-size: 29px;
    }


    .sbrwa-about-responsibility-list {
        grid-template-columns: 1fr;
    }

}


/* =========================================================
   STEP 2 SMALL MOBILE
   ========================================================= */

@media (max-width: 480px) {

    .sbrwa-about-section-heading h2 {
        font-size: 27px;
    }


    .sbrwa-about-objective-card {
        padding: 23px 20px;
    }


    .sbrwa-about-priority-card {
        padding: 18px;
    }


    .sbrwa-about-responsibility-intro h2 {
        font-size: 27px;
    }

}


/* =========================================================
   SHORT ABOUT FOCUS
   ========================================================= */

.sbrwa-about-focus {
    padding: 15px 0;
    background: #f7f9fb;
}


.sbrwa-about-section-heading {
    max-width: 700px;
    margin: -20px auto 35px;
}


.sbrwa-about-section-heading > span {
    display: block;
    color: #e97824;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}


.sbrwa-about-section-heading h2 {
    color: #0d3154;
    font-size: 34px;
    font-weight: 850;
    margin-bottom: 10px;
}


.sbrwa-about-section-heading p {
    color: #75818a;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}


.sbrwa-about-focus-card {
    height: 100%;
    padding: 24px 20px;
    text-align: center;

    background: #ffffff;
    border: 1px solid #e6ebef;
    border-radius: 12px;
}


.sbrwa-about-focus-card i {
    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 14px;

    border-radius: 10px;

    background: #fff2e8;
    color: #e97824;

    font-size: 18px;
}


.sbrwa-about-focus-card h3 {
    color: #0d3154;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 6px;
}


.sbrwa-about-focus-card p {
    color: #000000;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}


/* MEMBER CTA */

.sbrwa-about-member-cta {
    padding: 20px 0;
    background: #ffffff;
}


.sbrwa-about-member-box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 30px;

    padding: 32px 36px;

    border-radius: 15px;

    background:
        linear-gradient(
            110deg,
            #0b2e4e,
            #165477
        );
}


.sbrwa-about-member-box span {
    color: #f4bd4f;
    font-size: 9px;
    font-weight: 800;
    text-transform: uppercase;
}


.sbrwa-about-member-box h2 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 800;
    margin: 4px 0 6px;
}


.sbrwa-about-member-box p {
    color: rgba(255,255,255,0.70);
    font-size: 15px;
    margin: 0;
    line-height: 25px;
}


.sbrwa-about-member-actions {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}


.sbrwa-about-member-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 10px 17px;

    border: 1px solid rgba(255,255,255,0.40);
    border-radius: 6px;

    color: #ffffff;
    text-decoration: none;

    font-size: 12px;
    font-weight: 700;
}


.sbrwa-about-member-login:hover {
    background: #ffffff;
    color: #0d3154;
}


/* MOBILE */

@media (max-width: 767px) {

    .sbrwa-about-focus {
        padding: 14px 0;
    }

    .sbrwa-about-section-heading h2 {
        font-size: 28px;
                line-height: 32px;
    }

    .sbrwa-about-member-box {
        flex-direction: column;
        text-align: center;
        padding: 28px 22px;
    }

    .sbrwa-about-member-actions {
        width: 100%;
        flex-direction: column;
    }

    .sbrwa-about-member-actions a {
        width: 100%;
    }

}