﻿body {
    padding-top: 0;
    color: var(--dsb-text);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}

:root {
    --dsb-blue: #245094;
    --dsb-blue-dark: #193c70;
    --dsb-blue-soft: #edf3fb;
    --dsb-text: #172235;
    --dsb-muted: #5f6b7b;
    --dsb-border: #dce4ee;
}

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

a, a:focus, a:active, a:hover {
    text-decoration: none !important;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}
.body-content {
    margin-top: 0;
}
/*********** NAVBAR************/
.rendbody {
    margin-top: 0;
    padding-top: 100px;
}

.navbar-dark {
    width: 100%;
    height: 100px;
    padding: 10px 24px;
    color: white;
    text-transform: uppercase;
    transition: height .25s ease, padding .25s ease, box-shadow .25s ease;
    box-shadow: 0 2px 14px rgba(14, 37, 70, .12);
}

.navbar-brand {
    min-width: 0;
    margin-right: 28px;
    padding: 0;
}

.navbar-dark #logo {
    display: block;
    width: 240px;
    height: 80px;
    object-fit: contain;
    transition: width .25s ease, height .25s ease;
}

.navbar-dark.navbar-scrolled {
    height: 68px;
    padding-top: 4px;
    padding-bottom: 4px;
}

.navbar-dark.navbar-scrolled #logo {
    width: 180px;
    height: 60px;
}

.navbar-blue a{
    color: white;
    text-transform: uppercase;
}
.navbar-nav .nav-link {
    padding-right: .8rem !important;
    padding-left: .8rem !important;
    color: #fff !important;
    font-size: .98rem;
    font-weight: 600;
    letter-spacing: .015em;
}

.navbar-nav .dropdown-menu {
    padding: .55rem;
    border: 0;
    border-radius: .55rem;
    box-shadow: 0 12px 30px rgba(12, 36, 70, .18);
}

.navbar-nav .dropdown-item {
    border-radius: .35rem;
    padding: .55rem .75rem;
    color: var(--dsb-text);
    text-transform: none;
}

.navbar-nav .dropdown-item:hover,
.navbar-nav .dropdown-item:focus {
    color: var(--dsb-blue);
    background: var(--dsb-blue-soft);
}

.search-toggle {
    font-size: 1.35rem !important;
}

.search-menu {
    min-width: 310px;
}


.bg-blue {
    background-color: var(--dsb-blue);
}
/*******HEADER*******/
header.masthead {
    display: flex;
    min-height: 500px;
    align-items: center;
    overflow: hidden;
    text-align: center;
    color: white;
    background-image: url("../images/main-bgrd.png");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}

header.masthead .intro-text {
    padding: 150px 0 115px;
}

header.masthead .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 1.2;
}

header.masthead .intro-text .intro-heading {
    max-width: 1100px;
    margin: 0 auto;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: clamp(2rem, 4vw, 3.125rem);
    font-weight: 750;
    line-height: 1.08;
    letter-spacing: -.025em;
}

/**********FOOTER*********/
.site-footer {
    padding: 64px 0 0;
    color: white;
    background: var(--dsb-blue);
}

.site-footer a {
    color: white !important;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.7fr) minmax(180px, .8fr) minmax(240px, 1fr);
    gap: 64px;
    padding-bottom: 54px;
}

.footer-logo {
    display: block;
    width: 220px;
    height: auto;
    margin-bottom: 22px;
}

.footer-intro p {
    max-width: 500px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, .82);
    font-size: 1rem;
    line-height: 1.7;
}

.footer-social-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.footer-social-link i {
    display: inline-flex;
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .38);
    border-radius: 50%;
    transition: background-color .2s ease, color .2s ease;
}

.footer-social-link:hover i,
.footer-social-link:focus i {
    color: var(--dsb-blue);
    background: #fff;
}

.footer-column h2 {
    position: relative;
    margin: 4px 0 28px;
    padding-bottom: 13px;
    color: white;
    font-size: .95rem;
    font-weight: 750;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.footer-column h2::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 42px;
    height: 2px;
    background: rgba(255, 255, 255, .72);
    content: "";
}

.footer-column li + li {
    margin-top: 11px;
}

.footer-column li a,
.footer-contact a {
    color: rgba(255, 255, 255, .82) !important;
    transition: color .2s ease;
}

.footer-column li a:hover,
.footer-column li a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
    color: #fff !important;
}

.footer-contact address {
    margin: 0;
    font-style: normal;
}

.footer-contact p {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    margin-bottom: 15px;
}

.footer-contact-icon {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    background: rgba(255, 255, 255, .12);
}

.footer-bottom {
    display: flex;
    min-height: 72px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .18);
    color: rgba(255, 255, 255, .72);
    font-size: .92rem;
}

.footer-bottom nav {
    display: flex;
    gap: 24px;
}

.footer-bottom a {
    color: rgba(255, 255, 255, .78) !important;
}

/*******************Articles ****************/
.post-modern-media::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(41, 41, 58, 0.1);
    transition: .22s ease-in-out;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.post-modern a {
    color: black ;
    text-decoration: none ;
    background-color: transparent ;
}

.post-modern-media img {
    width: 100%;
    height:auto;
}
.post-modern-title{

}

.article-info{
    color:  darkgray !important;
}

.article-fm img {
    display: block;
    max-width: 100%;
    height: auto !important;
    margin: 0 auto;
}

.article-readable-txt {
    color: #333;
    font-weight: 100 !important;
    font-size: 1.2rem !important;
    line-height: 1.6 !important;
    font-family: 'Open Sans',sans-serif !important;
    list-style: inside !important;
}

div#article-content ol, div#article-content ul {
    list-style-type: disc !important;
    padding: 10px;
    margin: 10px;
}

div#article-content b, div#article-content strong {
    font-weight: bold;
}


.section-divider {
    display: block;
    border: none;
    color: white;
    height: 2px;
    background: black;
    background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 250, from(#245094), to(#fff));
    margin-top: 3px;
}

post-modern a:hover {
    color: #cd972d;
}

.post-modern-meta > * {
    margin-top: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

   .post-modern-meta li {
        position: relative;
        display: inline-block;
        line-height: 34px;
    }

    .post-modern-meta > li:not(:last-child)::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        width: 1px;
        height: 1.5em;
        background: #e8e9ee;
        transform: translate3d(0, -50%, 0);
    }



/*********Donate**********/
.donate-cta {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: var(--dsb-blue);
}

.donate-cta::before,
.donate-cta::after {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.donate-cta::before {
    top: -180px;
    right: -80px;
    width: 430px;
    height: 430px;
}

.donate-cta::after {
    right: 230px;
    bottom: -220px;
    width: 360px;
    height: 360px;
}

.donate-cta-content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: 300px;
    align-items: center;
    justify-content: space-between;
    gap: 56px;
    padding: 56px 0;
}

.donate-cta-copy {
    max-width: 780px;
}

.donate-kicker {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, .76);
    font-size: .82rem;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.donate-cta h2 {
    margin-bottom: 14px;
    color: #fff;
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 750;
    line-height: 1.12;
    letter-spacing: -.025em;
}

.donate-cta p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, .82);
    font-size: 1.08rem;
    line-height: 1.6;
}

.donate-cta-button {
    flex: 0 0 auto;
    padding: .9rem 1.35rem;
    border: 2px solid #fff;
    border-radius: .5rem;
    color: var(--dsb-blue) !important;
    background: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(12, 36, 70, .16);
    transition: transform .2s ease, box-shadow .2s ease;
}

.donate-cta-button:hover,
.donate-cta-button:focus {
    color: var(--dsb-blue) !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(12, 36, 70, .24);
}

.bg-gray-100 {
    background-color: #f6f6f6;
}

/*********Our Goals************/
#goals {
    padding: 44px 0 36px;
}

#goals h1,
#about h1 {
    font-weight: 700;
    letter-spacing: -.025em;
}

.goals-statement {
    color: var(--dsb-text);
    font-size: 2rem;
    line-height: 1.3;
}

.goals-lead {
    max-width: 880px;
    margin-right: auto;
    margin-left: auto;
    color: var(--dsb-muted);
    line-height: 1.7;
}

.goal-card {
    padding: 34px 28px;
    border: 1px solid var(--dsb-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 26px rgba(16, 45, 83, .06);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.goal-card:hover {
    border-color: #c9d7e9;
    transform: translateY(-3px);
    box-shadow: 0 14px 34px rgba(16, 45, 83, .11);
}

.goal-card-icon {
    display: inline-flex;
    width: 68px;
    height: 68px;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: var(--dsb-blue);
    background: var(--dsb-blue-soft);
    font-size: 32px;
}

.goal-card h3 {
    color: var(--dsb-text);
    font-size: 1.38rem;
    font-weight: 700;
}

.goal-card p {
    color: var(--dsb-muted);
    line-height: 1.6;
}

/**********ABOUT************/
.history-section {
    padding: 64px 0 56px;
    background: #f5f7fa;
}

#about img {
    width: 100%;
    height: auto;
}

.history-image {
    border-radius: 16px;
    box-shadow: 0 18px 42px rgba(16, 45, 83, .16);
}

.history-copy {
    padding-left: 44px;
    color: #384457;
    font-size: 1.02rem;
    line-height: 1.75;
}

.history-link {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    color: var(--dsb-blue);
    font-weight: 700;
}

.history-link:hover,
.history-link:focus {
    color: var(--dsb-blue-dark);
}



/* QR code generator */
#qrCode {
    margin: 15px;
}


/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 480px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .navbar-dark {
        padding: 0 10px;
        color: white;
        text-transform: uppercase;
        transition: all .5s linear;
        height: 60px;
        width: 480px;
    }

    .intro-heading {
        font-size: 30px !important;
    }

    .navbar-dark img {
        transition: all .5s linear;
        height: 50px;
    }

    /*.navbar-dark a {
            color: white;
            text-transform: uppercase;
        }*/

    .bg-blue {
        background-color: #245094;
    }

    .navbar-blue.navbar-toggler {
        border-color: rgb(255,102,203);
    }

    .navbar-collapse {
        align-items: center;
        background-color: #245094 !important;
        padding: 10px !important;
        border: 2px solid #245094 !important;
        color: black !important;
    }


        .navbar-collapse a {
            color: black !important;
        }

    .navbar-toggler {
        border: 2px solid white !important;
        padding: 3px 6px 3px 6px !important;
        border-radius: 3px !important;
    }

    .container-hamburger {
        display: inline-block;
        cursor: pointer;
        color: white;
    }

    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 4px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -4px);
        transform: rotate(45deg) translate(-4px, -4px);
    }

    .btn-dsb {
        color: #fff;
        background-color: #245094 !important;
        border-color: #245094 !important;
    }

        .btn-dsb:hover {
            color: #fff;
            background-color: #1b3d70;
            border-color: #1b3d70;
        }

    .dsb {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
}
/* Hide/rearrange for smaller screens */
@media screen and (max-width: 361px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
    .navbar-dark {
        padding: 0 10px;
        color: white;
        text-transform: uppercase;
        transition: all .5s linear;
        height: 60px;
        width: 360px;
    }
    .intro-heading {
        font-size: 28px !important;
    }
    .navbar-dark img {
        transition: all .5s linear;
        height: 50px;
    }

        /*.navbar-dark a {
            color: white;
            text-transform: uppercase;
        }*/

    .bg-blue {
        background-color: #245094;
    }
    .navbar-blue.navbar-toggler {
        border-color: rgb(255,102,203);
    }

    .navbar-collapse {
        align-items: center;
        background-color: #245094 !important;
        padding: 10px !important;
        border: 2px solid #245094 !important;
        color: black !important;
    }


        .navbar-collapse a {
            color: black !important;
        }
    .navbar-toggler {
        border: 2px solid white !important;
        padding: 3px 6px 3px 6px !important;
        border-radius: 3px !important;
    }

    .container-hamburger {
        display: inline-block;
        cursor: pointer;
        color: white;
    }

    .bar1, .bar2, .bar3 {
        width: 25px;
        height: 3px;
        background-color: white;
        margin: 4px 0;
        transition: 0.4s;
    }

    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px, 6px);
        transform: rotate(-45deg) translate(-6px, 6px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-4px, -4px);
        transform: rotate(45deg) translate(-4px, -4px);
    }

    .btn-dsb {
        color: #fff;
        background-color: #245094 !important;
        border-color: #245094 !important;
    }

        .btn-dsb:hover {
            color: #fff;
            background-color: #1b3d70;
            border-color: #1b3d70;
        }

    .dsb {
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }

  
}

/* Responsive navigation and page layout */
@media screen and (min-width: 992px) {
    .navbar-nav .dropdown-menu {
        position: absolute;
    }
}

@media screen and (max-width: 991.98px) {
    .rendbody {
        padding-top: 72px;
    }

    .navbar-dark,
    .navbar-dark.navbar-scrolled {
        width: 100% !important;
        height: 72px;
        padding: 7px 16px;
    }

    .navbar-brand {
        margin-right: 12px;
    }

    .navbar-dark #logo,
    .navbar-dark.navbar-scrolled #logo {
        width: 174px;
        height: 58px;
    }

    .navbar-toggler {
        display: flex;
        width: 44px;
        height: 42px;
        align-items: center;
        justify-content: center;
        padding: 0 !important;
        border: 1px solid rgba(255, 255, 255, .72) !important;
        border-radius: 8px !important;
    }

    .container-hamburger {
        display: inline-block;
        cursor: pointer;
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 24px;
        height: 2px;
        margin: 5px 0;
        background-color: white;
        transition: transform .25s ease, opacity .25s ease;
    }

    .change .bar1 {
        transform: rotate(-45deg) translate(-5px, 5px);
    }

    .change .bar2 {
        opacity: 0;
    }

    .change .bar3 {
        transform: rotate(45deg) translate(-5px, -5px);
    }

    .navbar-collapse {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        max-height: calc(100vh - 72px);
        align-items: stretch;
        overflow-y: auto;
        padding: 14px 16px 18px !important;
        border: 0 !important;
        border-top: 1px solid rgba(36, 80, 148, .12) !important;
        color: var(--dsb-text) !important;
        background: #fff !important;
        box-shadow: 0 16px 30px rgba(13, 37, 72, .16);
    }

    .navbar-collapse .navbar-nav .nav-link {
        padding: .72rem .65rem !important;
        color: var(--dsb-text) !important;
    }

    .navbar-collapse .dropdown-menu {
        margin: 0 0 8px;
        padding: 5px;
        background: #f4f7fb;
        box-shadow: none;
    }

    .navbar-search {
        margin: 0 !important;
    }

    .navbar-search .dropdown-menu {
        position: static;
        width: 100%;
        min-width: 0;
    }

    .search-toggle {
        width: fit-content;
    }

    header.masthead {
        min-height: 410px;
    }

    header.masthead .intro-text {
        padding: 120px 0 90px;
    }

    header.masthead .intro-text .intro-heading {
        max-width: 100%;
        font-size: 2.15rem;
        line-height: 1.14;
        overflow-wrap: break-word;
    }

    .history-copy {
        padding-left: 15px;
    }

    .donate-cta-content {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
        padding: 52px 0;
    }

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

    .footer-intro {
        grid-column: 1 / -1;
    }
}

@media screen and (max-width: 767.98px) {
    .carousel-caption {
        display: none;
    }

    #goals {
        padding: 34px 0 24px;
    }

    .goals-statement {
        font-size: 1.6rem;
        line-height: 1.35;
    }

    .goals-lead {
        font-size: 1rem;
        line-height: 1.65;
    }

    .goal-card {
        padding: 28px 24px;
    }

    .goal-card-icon {
        width: 60px;
        height: 60px;
        border-radius: 15px;
        font-size: 28px;
    }

    .goal-card h3 {
        font-size: 1.28rem;
    }

    .history-section {
        padding: 56px 0;
    }

    .history-copy {
        padding-left: 15px;
        font-size: 1rem;
        line-height: 1.7;
    }

    .donate-cta h2 {
        font-size: 2rem;
    }

    .donate-cta p {
        font-size: 1rem;
    }

    .site-footer {
        padding-top: 48px;
    }

    .footer-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 38px;
        padding-bottom: 42px;
    }

    .footer-intro {
        grid-column: auto;
    }

    .footer-column h2 {
        margin-bottom: 22px;
    }

    .footer-bottom {
        min-height: 0;
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
        padding: 22px 0;
    }
}

@media screen and (max-width: 575.98px) {
    .navbar-dark,
    .navbar-dark.navbar-scrolled {
        padding-right: 12px;
        padding-left: 12px;
    }

    .navbar-dark #logo,
    .navbar-dark.navbar-scrolled #logo {
        width: 165px;
        height: 55px;
    }

    header.masthead {
        min-height: 350px;
        background-position: center center;
    }

    header.masthead .intro-text {
        padding: 96px 0 72px;
    }

    header.masthead .intro-text .intro-heading {
        font-size: 1.85rem !important;
        line-height: 1.16;
        letter-spacing: -.02em;
    }

    #goals h1,
    #about h1 {
        font-size: 2rem;
    }

    .goals-statement {
        font-size: 1.42rem;
    }

    .donate-cta-content {
        padding: 44px 0;
    }

    .donate-cta h2 {
        font-size: 1.75rem;
    }

    .donate-cta-button {
        width: 100%;
        text-align: center;
    }

    .footer-logo {
        width: 190px;
    }

    .footer-bottom nav {
        flex-wrap: wrap;
        gap: 10px 20px;
    }
}

@media screen and (min-width: 480px) and (max-width: 767.98px) {
    .footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 28px;
    }

    .footer-intro {
        grid-column: 1 / -1;
    }
}

/* Editorial content */
.content-page-hero {
    position: relative;
    overflow: hidden;
    padding: 82px 0 76px;
    color: #fff;
    background: linear-gradient(135deg, #173f73 0%, #245094 68%, #3163aa 100%);
}

.content-page-hero::after {
    position: absolute;
    top: -150px;
    right: -90px;
    width: 440px;
    height: 440px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 50%;
    content: "";
}

.content-page-hero.compact { padding: 62px 0 56px; }
.content-page-hero .container { position: relative; z-index: 1; }
.content-page-kicker { display: inline-block; margin-bottom: 12px; color: #83a8dc; font-size: .78rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.content-page-hero .content-page-kicker { color: rgba(255,255,255,.7); }
.content-page-hero h1 { max-width: 820px; margin: 0 0 14px; color: #fff; font-size: clamp(2.5rem, 5vw, 4.25rem); font-weight: 800; line-height: 1.04; letter-spacing: -.04em; }
.content-page-hero p { max-width: 700px; margin: 0; color: rgba(255,255,255,.8); font-size: 1.14rem; line-height: 1.65; }

.content-list-section { padding: 70px 0 78px; background: #f6f8fb; }
.content-card-column { display: flex; margin-bottom: 28px; }
.content-card { display: flex; width: 100%; overflow: hidden; flex-direction: column; border: 1px solid #dfe6ef; border-radius: 16px; background: #fff; box-shadow: 0 10px 34px rgba(16,45,83,.07); transition: transform .22s ease, box-shadow .22s ease; }
.content-card:hover { transform: translateY(-4px); box-shadow: 0 18px 42px rgba(16,45,83,.13); }
.content-card-media { position: relative; display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #e8edf4; }
.content-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.content-card:hover .content-card-media img { transform: scale(1.025); }
.content-card-type { position: absolute; bottom: 14px; left: 14px; padding: 6px 10px; border-radius: 7px; color: #fff; background: rgba(16,45,83,.9); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(5px); }
.content-card-body { display: flex; flex: 1; flex-direction: column; padding: 25px 26px 27px; }
.content-card-meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 13px; color: #718096; font-size: .79rem; }
.content-card-meta span, .content-card-meta time { display: inline-flex; align-items: center; gap: 6px; }
.content-card-title { margin: 0 0 11px; font-size: clamp(1.28rem, 2vw, 1.55rem); font-weight: 760; line-height: 1.26; letter-spacing: -.02em; }
.content-card-title a { color: #18253a; text-decoration: none; }
.content-card-title a:hover, .content-card-title a:focus { color: var(--dsb-blue); }
.content-card-summary { margin: 0 0 17px; color: #5f6c7f; line-height: 1.65; }
.content-card-tags { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 20px; }
.content-card-tags a, .article-tags a { padding: 5px 9px; border: 1px solid #dce5f0; border-radius: 20px; color: #48617f; background: #f7f9fc; font-size: .76rem; font-weight: 650; text-decoration: none; }
.content-card-tags a:hover, .article-tags a:hover { border-color: #b7cae2; color: var(--dsb-blue); background: #edf3fb; }
.content-card-link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; color: var(--dsb-blue); font-weight: 750; text-decoration: none; }
.content-card-link:hover { color: #173f73; text-decoration: none; }
.content-card-link svg { transition: transform .18s ease; }
.content-card-link:hover svg { transform: translateX(3px); }

.content-empty { max-width: 720px; margin: 20px auto; padding: 64px 24px; border: 1px solid #e0e7ef; border-radius: 16px; background: #fff; text-align: center; }
.content-empty > svg { margin-bottom: 17px; color: var(--dsb-blue); font-size: 2rem; }
.content-empty h2 { color: #18253a; font-size: 1.5rem; }
.content-empty p { margin-bottom: 0; color: #6a778a; }
.public-pager { display: flex; justify-content: center; margin-top: 28px; }
.public-pager .pagination { margin: 0; }
.public-pager .pagination > li > a, .public-pager .pagination > li > span { border-color: #dce4ee; color: var(--dsb-blue); }

.about-overview-section, .contact-page-section { padding: 74px 0 82px; background: #f6f8fb; }
.about-overview-section h2 { margin: 0 0 19px; color: #18253a; font-size: clamp(1.9rem, 3vw, 2.55rem); font-weight: 780; letter-spacing: -.03em; }
.about-overview-section p { color: #536177; font-size: 1.04rem; line-height: 1.78; }
.about-overview-lead { color: #29384e !important; font-size: 1.16rem !important; }
.about-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 24px; margin-top: 30px; }
.about-actions .btn { padding: 11px 20px; border-radius: 8px; font-weight: 700; }
.about-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--dsb-blue); font-weight: 750; text-decoration: none; }
.about-text-link:hover { color: #173f73; text-decoration: none; }
.about-principles-card { padding: 34px; border: 1px solid #dce5f0; border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(16,45,83,.08); }
.about-principles-card h2 { margin-bottom: 24px; font-size: 1.55rem; }
.about-principles-card ul { display: grid; gap: 20px; margin: 0; padding: 0; list-style: none; }
.about-principles-card li { display: grid; grid-template-columns: 30px 1fr; gap: 12px; color: #536177; line-height: 1.6; }
.about-principles-card li > svg { margin-top: 3px; color: var(--dsb-blue); }
.about-principles-card strong { color: #24344a; }

.contact-card-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.contact-page-card { min-width: 0; padding: 30px 26px; border: 1px solid #dce5f0; border-radius: 16px; background: #fff; box-shadow: 0 10px 34px rgba(16,45,83,.07); }
.contact-page-icon { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 13px; color: var(--dsb-blue); background: #edf3fb; font-size: 1.1rem; }
.contact-page-card h2 { margin: 0 0 10px; color: #18253a; font-size: 1.17rem; font-weight: 760; }
.contact-page-card address, .contact-page-card a { margin: 0; color: #59677a; line-height: 1.65; overflow-wrap: anywhere; }
.contact-page-card a:hover { color: var(--dsb-blue); }

.documents-page-section, .donation-page-section { padding: 70px 0 82px; background: #f6f8fb; }
.document-card-list { display: grid; max-width: 880px; gap: 16px; margin: 0 auto; }
.document-card { display: grid; grid-template-columns: 52px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 22px 24px; border: 1px solid #dce5f0; border-radius: 14px; color: #5d6b7e; background: #fff; box-shadow: 0 8px 28px rgba(16,45,83,.06); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.document-card:hover { color: var(--dsb-blue); box-shadow: 0 15px 36px rgba(16,45,83,.11); text-decoration: none; transform: translateY(-2px); }
.document-card-icon { display: inline-flex; width: 52px; height: 52px; align-items: center; justify-content: center; border-radius: 12px; color: #b33030; background: #fbefef; font-size: 1.28rem; }
.document-card-copy { display: grid; gap: 5px; min-width: 0; }
.document-card-copy strong { color: #1f3047; font-size: 1.08rem; }
.document-card-copy small { color: #748196; }

.donation-card { max-width: 780px; margin: 0 auto; padding: 38px; border: 1px solid #dce5f0; border-radius: 18px; background: #fff; box-shadow: 0 16px 44px rgba(16,45,83,.08); }
.donation-card-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 28px; }
.donation-card-heading .contact-page-icon { flex: 0 0 auto; margin: 0; }
.donation-card-heading .content-page-kicker { margin-bottom: 4px; }
.donation-card-heading h2 { margin: 0; color: #18253a; font-size: 1.65rem; font-weight: 780; }
.donation-details { display: grid; grid-template-columns: 2fr 1fr; gap: 14px; margin: 0 0 24px; }
.donation-details > div { min-width: 0; padding: 18px 20px; border-radius: 12px; background: #f4f7fb; }
.donation-details dt { margin-bottom: 7px; color: #728096; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.donation-details dd { margin: 0; color: #1e3048; font-size: 1.06rem; font-weight: 750; letter-spacing: .035em; overflow-wrap: anywhere; }
.donation-notice { display: grid; grid-template-columns: 22px 1fr; gap: 12px; padding: 17px 18px; border: 1px solid #d8e4f2; border-radius: 11px; color: #51647b; background: #f1f6fc; }
.donation-notice > svg { margin-top: 4px; color: var(--dsb-blue); }
.donation-notice p { margin: 0; line-height: 1.65; }
.donation-contact-links { display: flex; flex-wrap: wrap; gap: 15px 25px; margin-top: 25px; }
.donation-contact-links a { display: inline-flex; align-items: center; gap: 8px; color: var(--dsb-blue); font-weight: 700; }

.home-content-section { padding: 72px 0 50px; background: #fff; }
.home-content-section-alt { background: #f5f7fa; }
.home-section-heading { margin-bottom: 30px; text-align: center; }
.home-section-heading h1 { margin-bottom: 9px; color: #18253a; font-weight: 780; letter-spacing: -.03em; }
.home-section-heading a { color: var(--dsb-blue); font-weight: 700; }

.article-page { padding-bottom: 76px; background: #fff; }
.article-container { max-width: 940px; }
.article-header { padding: 62px 0 34px; background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%); }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 36px; color: #758298; font-size: .82rem; }
.article-breadcrumb a { color: #63748b; }
.article-breadcrumb svg { font-size: .58rem; }
.article-header h1 { margin: 0 0 20px; color: #15243a; font-size: clamp(2.25rem, 5vw, 4rem); font-weight: 800; line-height: 1.08; letter-spacing: -.045em; overflow-wrap: break-word; }
.article-lead { margin: 0 0 23px; color: #536177; font-size: clamp(1.1rem, 2vw, 1.32rem); line-height: 1.65; }
.article-meta { display: flex; flex-wrap: wrap; gap: 12px 25px; color: #718096; font-size: .87rem; }
.article-meta > * { display: inline-flex; align-items: center; gap: 7px; }
.article-cover { margin: 18px 0 43px; overflow: hidden; border-radius: 18px; background: #e8edf4; box-shadow: 0 18px 48px rgba(16,45,83,.12); }
.article-cover img { display: block; width: 100%; max-height: 560px; object-fit: cover; }
.article-cover figcaption { padding: 9px 14px; color: #738096; background: #f7f9fc; font-size: .76rem; text-align: right; }
.article-prose { color: #29364a; font-family: Georgia, "Times New Roman", serif; font-size: 1.16rem; line-height: 1.82; overflow-wrap: break-word; }
.article-prose > :first-child { margin-top: 0; }
.article-prose h2, .article-prose h3, .article-prose h4 { margin: 1.7em 0 .7em; color: #18253a; font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-weight: 760; line-height: 1.25; }
.article-prose p { margin-bottom: 1.28em; }
.article-prose img { display: block; max-width: 100%; height: auto !important; margin: 2em auto; border-radius: 10px; }
.article-prose ul, .article-prose ol { margin: 1.2em 0; padding-left: 1.55em; }
.article-prose blockquote { margin: 1.7em 0; padding: 18px 24px; border-left: 4px solid var(--dsb-blue); color: #43536a; background: #f4f7fb; font-style: italic; }
.article-prose a { color: var(--dsb-blue); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.article-footer { margin-top: 44px; padding-top: 25px; border-top: 1px solid #dfe6ef; }
.article-footer > span { display: block; margin-bottom: 10px; color: #6b7789; font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.article-back { margin-top: 36px; }
.article-back a { display: inline-flex; align-items: center; gap: 9px; color: var(--dsb-blue); font-weight: 700; }

.team-section { padding: 72px 0 84px; background: #f6f8fb; }
.team-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.team-card { overflow: hidden; border: 1px solid #dfe6ef; border-radius: 16px; background: #fff; box-shadow: 0 10px 34px rgba(16,45,83,.07); }
.team-card > img { display: block; width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center top; background: #e8edf4; }
.team-card-body { padding: 25px; }
.team-card h2 { margin: 0 0 13px; color: #18253a; font-size: 1.45rem; font-weight: 760; letter-spacing: -.02em; }
.team-card-copy { color: #59677a; line-height: 1.66; }
.team-card-copy > :last-child { margin-bottom: 0; }
.team-card-copy img { max-width: 100%; height: auto !important; }
.search-results-group + .search-results-group { margin-top: 54px; padding-top: 48px; border-top: 1px solid #dfe6ef; }
.search-results-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.search-results-heading h2 { margin: 0; color: #18253a; font-size: 1.8rem; font-weight: 760; }
.search-results-heading span { color: #6d798c; font-size: .85rem; }

@media (max-width: 991.98px) {
    .content-page-hero { padding: 65px 0 60px; }
    .content-list-section { padding: 54px 0 60px; }
    .team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .article-header { padding-top: 45px; }
    .contact-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767.98px) {
    .content-page-hero { padding: 52px 0 48px; }
    .content-page-hero p { font-size: 1rem; }
    .content-card-body { padding: 21px; }
    .home-content-section { padding: 55px 0 34px; }
    .article-header { padding: 34px 0 24px; }
    .article-breadcrumb { margin-bottom: 27px; }
    .article-cover { margin: 12px 0 31px; border-radius: 12px; }
    .article-prose { font-size: 1.06rem; line-height: 1.75; }
    .team-section { padding: 54px 0 62px; }
    .team-grid { grid-template-columns: 1fr; max-width: 520px; margin: 0 auto; }
    .about-overview-section, .contact-page-section, .documents-page-section, .donation-page-section { padding: 54px 0 62px; }
    .donation-card { padding: 28px 24px; }
    .donation-details { grid-template-columns: 1fr; }
}

@media (max-width: 479.98px) {
    .contact-card-grid { grid-template-columns: 1fr; }
    .about-principles-card { padding: 26px 22px; }
    .document-card { grid-template-columns: 44px minmax(0, 1fr); gap: 14px; padding: 18px; }
    .document-card-icon { width: 44px; height: 44px; }
    .document-card > svg:last-child { display: none; }
}
