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

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    background-color: #005696;
    color: #555;
    margin: 0;
    padding: 0;
}

a {
    color: #585231;
    text-decoration: underline;
}

a:hover {
    color: #893e0a;
}

.site-wrapper {
    max-width: 940px;
    margin: 0 auto;
    background-color: #fff;
}

.top-bar {
    background: #fff;
    padding: 5px 0;
}

.top-bar-content {
    max-width: 940px;
    margin: 0 auto;
    padding: 0 15px;
    text-align: right;
    font-size: 11px;
    color: #737373;
}

.top-bar-content a {
    color: #005696;
    text-decoration: none;
    margin-left: 5px;
}

.top-bar-content a:hover {
    color: #003060;
    text-decoration: underline;
}

.masthead {
    background: url('/MasterPages/_1/i/masthead.png') no-repeat center center;
    background-size: cover;
    height: 110px;
    text-align: center;
    overflow: hidden;
}

.top-menu {
    background-color: #005696;
    height: 40px;
    position: relative;
}

.top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.top-menu li {
    flex: 0 0 auto;
}

.top-menu a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.top-menu a:hover {
    color: #91B6D2;
}

.content-wrapper {
    background-color: #fff;
    padding: 20px 15px;
    min-height: 400px;
}

.breadcrumb {
    font-size: 11px;
    padding: 10px 0;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

.breadcrumb a {
    color: #005696;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #003060;
    text-decoration: underline;
}

h1 {
    font-size: 28px;
    font-weight: normal;
    color: #014E5F;
    margin: 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #ececec;
}

h2 {
    font-size: 22px;
    font-weight: bold;
    color: #036;
    margin: 20px 0 10px 0;
}

h3 {
    font-size: 18px;
    font-weight: bold;
    color: #036;
    margin: 15px 0 10px 0;
}

article {
    margin-bottom: 30px;
}

article p {
    margin-bottom: 15px;
    line-height: 1.7;
}

article h2 {
    margin-top: 25px;
}

article img {
    max-width: 100%;
    height: auto;
}

.transition-section {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #ececec;
}

.transition-section p {
    margin-bottom: 15px;
    line-height: 1.7;
}

.links-section {
    background-color: #f9f9f9;
    padding: 30px 20px;
    margin: 30px 0;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.links-section h3 {
    color: #1F4361;
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3d3d3;
}

.links-section h3:first-child {
    margin-top: 0;
}

.links-section ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 10px 20px;
}

.links-section li {
    padding-left: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12"><circle cx="6" cy="6" r="2" fill="%23005696"/></svg>') no-repeat left 5px;
}

.links-section a {
    color: #1F4361;
    text-decoration: none;
    font-size: 14px;
}

.links-section a:hover {
    color: #005696;
    text-decoration: underline;
}

.footer {
    background: #F1E4C2 url('/assets/img/footerbsa.gif') no-repeat 1% 50%;
    border-top: 1px solid #8E877F;
    padding: 15px 20px;
    margin-top: 30px;
    font-size: 11px;
    color: #8E877F;
}

.footer-content {
    margin-left: 30px;
}

.footer a {
    color: #8E877F;
    text-decoration: none;
}

.footer a:hover {
    color: #91B6D2;
}

@media (max-width: 768px) {
    .top-menu {
        height: auto;
    }
    
    .top-menu ul {
        flex-direction: column;
    }
    
    .top-menu li {
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .masthead {
        height: 80px;
    }
    
    h1 {
        font-size: 24px;
    }
    
    h2 {
        font-size: 20px;
    }
    
    h3 {
        font-size: 16px;
    }
    
    .links-section ul {
        grid-template-columns: 1fr;
    }
    
    .content-wrapper {
        padding: 15px 10px;
    }
}

@media (max-width: 480px) {
    body {
        font-size: 14px;
    }
    
    h1 {
        font-size: 20px;
    }
    
    h2 {
        font-size: 18px;
    }
    
    .top-bar-content {
        font-size: 10px;
    }
    
    .links-section {
        padding: 20px 15px;
    }
}
