/** Bootstrap Color Utility Overrides Override Bootstrap's CSS custom properties with brand colors This automatically updates ALL Bootstrap utilities that use these colors */
:root { --bs-primary: #003399; --bs-primary-rgb: 0, 51, 153; /* RGB values for #003399 */ --bs-secondary: #FF0000; --bs-secondary-rgb: 255, 0, 0; /* RGB values for #FF0000 */ }

/* Button overrides to use brand colors */
.btn-primary { background-color: #003399; border-color: #003399; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background-color: #002266; border-color: #002266; }

.btn-secondary { background-color: #FF0000; border-color: #FF0000; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { background-color: #cc0000; border-color: #cc0000; }

/** Public Website Content Styles Custom styles for public website single page content */
/* TinyMCE Alignment Classes - applied to p, div, h1-h6 elements */
.intro, .additional-info, .description { /* Clearfix to contain floated images */ /* Image alignment classes - backup for inline styles */ /* TinyMCE Column Classes - for multi-column lists */ }

.intro::after, .additional-info::after, .description::after { content: ""; display: table; clear: both; }

.intro p.text-left, .intro div.text-left, .intro h1.text-left, .intro h2.text-left, .intro h3.text-left, .intro h4.text-left, .intro h5.text-left, .intro h6.text-left, .additional-info p.text-left, .additional-info div.text-left, .additional-info h1.text-left, .additional-info h2.text-left, .additional-info h3.text-left, .additional-info h4.text-left, .additional-info h5.text-left, .additional-info h6.text-left, .description p.text-left, .description div.text-left, .description h1.text-left, .description h2.text-left, .description h3.text-left, .description h4.text-left, .description h5.text-left, .description h6.text-left { text-align: left !important; }

.intro p.text-center, .intro div.text-center, .intro h1.text-center, .intro h2.text-center, .intro h3.text-center, .intro h4.text-center, .intro h5.text-center, .intro h6.text-center, .additional-info p.text-center, .additional-info div.text-center, .additional-info h1.text-center, .additional-info h2.text-center, .additional-info h3.text-center, .additional-info h4.text-center, .additional-info h5.text-center, .additional-info h6.text-center, .description p.text-center, .description div.text-center, .description h1.text-center, .description h2.text-center, .description h3.text-center, .description h4.text-center, .description h5.text-center, .description h6.text-center { text-align: center !important; }

.intro p.text-right, .intro div.text-right, .intro h1.text-right, .intro h2.text-right, .intro h3.text-right, .intro h4.text-right, .intro h5.text-right, .intro h6.text-right, .additional-info p.text-right, .additional-info div.text-right, .additional-info h1.text-right, .additional-info h2.text-right, .additional-info h3.text-right, .additional-info h4.text-right, .additional-info h5.text-right, .additional-info h6.text-right, .description p.text-right, .description div.text-right, .description h1.text-right, .description h2.text-right, .description h3.text-right, .description h4.text-right, .description h5.text-right, .description h6.text-right { text-align: right !important; }

.intro img.text-left, .additional-info img.text-left, .description img.text-left { float: left !important; margin-right: 25px !important; margin-bottom: 10px !important; }

.intro img.text-center, .additional-info img.text-center, .description img.text-center { display: block !important; margin-left: auto !important; margin-right: auto !important; float: none !important; }

.intro img.text-right, .additional-info img.text-right, .description img.text-right { float: right !important; margin-left: 25px !important; margin-bottom: 10px !important; }

.intro ul.cols-2, .intro ol.cols-2, .additional-info ul.cols-2, .additional-info ol.cols-2, .description ul.cols-2, .description ol.cols-2 { column-count: 2; column-gap: 2rem; }

.intro ul.cols-3, .intro ol.cols-3, .additional-info ul.cols-3, .additional-info ol.cols-3, .description ul.cols-3, .description ol.cols-3 { column-count: 3; column-gap: 2rem; }

/* Match WordPress container max-width for preview consistency */
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl { max-width: 1280px; }

/* Rich Text Editor Content Styling */
/* Auto-style headings and content from Trix editor */
.description h1, .intro h1, .txt-wrap h1, .text-muted h1, .believe-item h1, .year-content .description h1, .donate-item .description h1, .thrift-item .description h1, .volunteer-item .description h1, .about-item .description h1 { color: #003399; margin-bottom: 1rem; font-size: 2.5rem; text-transform: none !important; }

.description h2, .intro h2, .txt-wrap h2, .text-muted h2, .believe-item h2, .year-content .description h2, .donate-item .description h2, .thrift-item .description h2, .volunteer-item .description h2, .about-item .description h2 { color: #003399; margin-bottom: 0.75rem; font-size: 2rem; text-transform: none !important; }

.description h3, .intro h3, .txt-wrap h3, .text-muted h3, .believe-item h3, .year-content .description h3, .donate-item .description h3, .thrift-item .description h3, .volunteer-item .description h3, .about-item .description h3 { color: #003399; margin-bottom: 0.5rem; font-size: 1.75rem; text-transform: none !important; }

.description h4, .intro h4, .txt-wrap h4, .text-muted h4, .believe-item h4, .year-content .description h4, .donate-item .description h4, .thrift-item .description h4, .volunteer-item .description h4, .about-item .description h4 { color: #003399; margin-bottom: 0.5rem; font-size: 1.5rem; text-transform: none !important; }

.description h5, .intro h5, .txt-wrap h5, .text-muted h5, .believe-item h5, .year-content .description h5, .donate-item .description h5, .thrift-item .description h5, .volunteer-item .description h5, .about-item .description h5 { color: #003399; margin-bottom: 0.5rem; font-size: 1.25rem; text-transform: none !important; }

.description h6, .intro h6, .txt-wrap h6, .text-muted h6, .believe-item h6, .year-content .description h6, .donate-item .description h6, .thrift-item .description h6, .volunteer-item .description h6, .about-item .description h6 { color: #003399; margin-bottom: 0.5rem; font-size: 1rem; text-transform: none !important; }

.description strong, .description b, .intro strong, .intro b, .txt-wrap strong, .txt-wrap b, .text-muted strong, .text-muted b, .believe-item strong, .believe-item b, .year-content .description strong, .year-content .description b, .donate-item .description strong, .donate-item .description b, .thrift-item .description strong, .thrift-item .description b, .volunteer-item .description strong, .volunteer-item .description b, .about-item .description strong, .about-item .description b { font-weight: bold; }

.description em, .description i, .intro em, .intro i, .txt-wrap em, .txt-wrap i, .text-muted em, .text-muted i, .believe-item em, .believe-item i, .year-content .description em, .year-content .description i, .donate-item .description em, .donate-item .description i, .thrift-item .description em, .thrift-item .description i, .volunteer-item .description em, .volunteer-item .description i, .about-item .description em, .about-item .description i { font-style: italic; }

.description i.fa, .intro i.fa, .txt-wrap i.fa, .text-muted i.fa, .believe-item i.fa, .year-content .description i.fa, .donate-item .description i.fa, .thrift-item .description i.fa, .volunteer-item .description i.fa, .about-item .description i.fa { font-style: normal; }

.description ul, .description ol, .intro ul, .intro ol, .txt-wrap ul, .txt-wrap ol, .text-muted ul, .text-muted ol, .believe-item ul, .believe-item ol, .year-content .description ul, .year-content .description ol, .donate-item .description ul, .donate-item .description ol, .thrift-item .description ul, .thrift-item .description ol, .volunteer-item .description ul, .volunteer-item .description ol, .about-item .description ul, .about-item .description ol { margin-bottom: 1rem; padding-left: 1.5rem; }

.description a, .intro a, .txt-wrap a, .text-muted a, .believe-item a, .year-content .description a, .donate-item .description a, .thrift-item .description a, .volunteer-item .description a, .about-item .description a { color: #003399; text-decoration: underline; }

/* Base Styles */
/* Pre-header Styles */
.vms-pre-header { background-color: #333333; padding: 0.5rem 0; position: sticky; top: 0; z-index: 1001; box-sizing: border-box; min-height: 40px; }

.vms-pre-header .pre-header-tools { display: flex; justify-content: flex-end; align-items: center; padding: 0 1rem; gap: 1rem; box-sizing: border-box; }

.vms-pre-header .sup-nav { display: flex; align-items: center; }

.vms-pre-header .sup-nav .cta-link { color: rgba(255, 255, 255, 0.5); text-decoration: none; font-size: 0.875rem; text-transform: uppercase; margin-left: 0.5em; line-height: 1; transition: color 0.2s, text-decoration 0.2s; }

.vms-pre-header .sup-nav .cta-link:hover { color: rgba(255, 255, 255, 0.5); text-decoration: underline; }

.vms-pre-header .social-list { display: flex; list-style: none; margin: 0; padding: 0; gap: 0.75rem; align-items: center; }

.vms-pre-header .social-list li a { color: rgba(255, 255, 255, 0.5); font-size: 1rem; transition: color 0.2s ease; display: inline-block; text-decoration: none; }

.vms-pre-header .social-list li a:hover { text-decoration: none; }

.vms-pre-header .social-list li a.soc-facebook:hover { color: #1877F2; }

.vms-pre-header .social-list li a.soc-x:hover { color: #fff; background-color: #000; border-radius: 3px; padding: 2px 4px; }

.vms-pre-header .social-list li a.soc-pinterest:hover { color: #E60023; }

.vms-pre-header .social-list li a.soc-instagram:hover { background: linear-gradient(45deg, #ffdf9e, #ffc273, #e56969, #c1558b, #8a49a1); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.vms-pre-header .social-list li a.soc-youtube:hover { color: #FF0000; }

.vms-pre-header .social-list li a.soc-linkedin:hover { color: #0A66C2; }

.vms-pre-header .social-list li a.soc-rss:hover { color: #FFA500; }

/* Header Styles */
.vms-site-header { background-color: #fff; position: sticky; top: var(--pre-header-height, 0px); z-index: 1000; transition: all 0.3s ease-in-out; overflow: visible; max-height: 7rem; }

.vms-site-header .logo { position: relative; z-index: 1010; }

.vms-site-header .logo .logo-image-wrapper { transition: all 0.3s ease-in-out; margin-bottom: -40px; }

.vms-site-header .logo .logo-image-wrapper .header-logo { height: auto; max-width: 8rem; transition: all 0.3s ease-in-out; display: block; margin: 0 auto; }

.vms-site-header.scrolled .logo .logo-image-wrapper { margin-bottom: 0; }

.vms-site-header.scrolled .logo .logo-image-wrapper .header-logo { max-width: 5rem; }

.vms-site-header .navbar-nav { align-items: center; justify-content: space-evenly; gap: 1rem; margin-left: 2rem; }

.vms-site-header .navbar-nav .nav-item { text-align: center; max-width: 180px; }

.vms-site-header .navbar-nav .nav-item .nav-link { white-space: normal; line-height: 1.2; }

.vms-site-header .navbar-nav .nav-item .dropdown-menu { z-index: 1050; }

.vms-site-header.nav-overflow nav.d-lg-block { display: none !important; }

.vms-site-header.nav-overflow .menu-toggle { display: flex !important; }

.public-website-single-page > section:first-of-type { padding-top: 50px; }

/* Banner Image Section */
.banner-image-section { background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; width: 100%; min-height: 30vh; max-height: 40vh; }

/* Section Spacing */
section { margin-bottom: 3rem; scroll-margin-top: var(--scroll-margin, 100px); }

/* Section Titles - Make them bolder */
.section-title { font-weight: 700 !important; }

/* Believe Section */
.believe-section .believe-items { list-style: none; padding: 0; margin: 0; column-count: 2; column-gap: 2rem; }

@media (max-width: 768px) { .believe-section .believe-items { column-count: 1; } }

.believe-section .believe-item { margin-bottom: 1rem; break-inside: avoid; page-break-inside: avoid; }

/* Year Section */
.year-section .year-item { background-size: contain; background-repeat: no-repeat; background-position: center; min-height: 250px; }

.year-section .year-content { z-index: 1; }

.year-section .year-number { white-space: nowrap; }

.year-section .year-number .prefix, .year-section .year-number .number { color: #003399; font-weight: bold; }

@media (min-width: 1201px) { .year-section .year-number { font-size: 3.25rem !important; } }

@media (min-width: 992px) and (max-width: 1200px) { .year-section .year-number { font-size: calc(1.575rem + 1.5vw) !important; } }

@media (max-width: 991px) { .year-section .year-number { font-size: 3.25rem !important; } }

.year-section .description { font-size: 1.0rem !important; }

@media (max-width: 991px) { .year-section .description { padding-left: 10%; padding-right: 10%; } }

/* Programs Section */
.programs-section .program-card { display: flex; flex-direction: column; }

.programs-section .program-card .p-4 { display: flex; flex-direction: column; flex: 1; }

.programs-section .program-card h4 { min-height: 2.4em; display: flex; align-items: center; justify-content: center; }

.programs-section .program-card-img { width: 100%; height: 200px; object-fit: cover; object-position: center; margin: 0 auto !important; display: block; }

.programs-section .program-grid-img { width: 100%; height: 130px; object-fit: cover; object-position: center; display: block; }

.programs-section .program-grid-content .program-grid-title { font-size: 0.95rem; min-height: 2.4em; }

.programs-section .program-grid-content .program-grid-description { line-height: 1.4; text-align: center !important; }

.programs-section .program-grid-content .program-grid-description p, .programs-section .program-grid-content .program-grid-description div, .programs-section .program-grid-content .program-grid-description span { text-align: center !important; }

@media (min-width: 768px) { .programs-section .program-grid-5-item { flex: 0 0 20%; max-width: 20%; } }

.programs-section .program-list-item .col-md-3, .programs-section .program-list-item .col-md-9 { align-self: center !important; }

.programs-section .program-list-img { width: 100%; height: 200px; object-fit: cover; }

@media (max-width: 768px) { .programs-section .program-list-item .col-md-3, .programs-section .program-list-item .col-md-9 { text-align: center; } .programs-section .program-list-item .program-list-img { height: 200px; margin-bottom: 1rem; } .programs-section .program-list-item h4, .programs-section .program-list-item h5 { text-align: center; } }

/* Our History Section */
.history-section .history-item img { max-width: 300px; max-height: 250px; object-fit: contain; width: 100%; }

/* Image Gallery Section */
.gallery-section { /* Square layout styles */ }

.gallery-section .gallery-image { width: 100%; height: auto; display: block; border-radius: 0.5rem; }

.gallery-section .gallery-item.img-txt-overlay { position: relative; overflow: hidden; border-radius: 0.5rem; cursor: pointer; }

.gallery-section .gallery-item.img-txt-overlay .inner { position: relative; }

.gallery-section .gallery-item.img-txt-overlay .img-wrap img { width: 100%; object-fit: cover; display: block; }

.gallery-section .gallery-item.img-txt-overlay::after { content: ''; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; opacity: 0.8; transition: opacity 0.3s ease; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(85, 95, 105, 0.95); color: #fff; padding: 1.5rem 1rem; transform: translateY(100%); transition: transform 0.3s ease; overflow-y: auto; display: flex; flex-direction: column; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay::before, .gallery-section .gallery-item.img-txt-overlay .txt-overlay::after { content: ''; flex: 1; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay .txt-wrap { font-size: 0.9rem; flex-shrink: 0; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay .txt-wrap a { color: #fff !important; text-decoration: underline; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay .txt-wrap a:hover { color: var(--link-hover-color, #fff) !important; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay a { color: #fff !important; text-decoration: underline; }

.gallery-section .gallery-item.img-txt-overlay .txt-overlay a:hover { color: var(--link-hover-color, #fff) !important; }

.gallery-section .gallery-item.img-txt-overlay:hover::after { opacity: 0; }

.gallery-section .gallery-item.img-txt-overlay:hover .txt-overlay { transform: translateY(0); }

.gallery-section .gallery-item-square { max-width: 350px; margin: 0 auto; /* When square has overlay text */ }

.gallery-section .gallery-item-square .square-image-wrap { position: relative; width: 100%; padding-bottom: 100%; /* 1:1 aspect ratio */ overflow: hidden; border-radius: 0.5rem; }

.gallery-section .gallery-item-square .square-image-wrap img.gallery-image-square { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }

.gallery-section .gallery-item-square.img-txt-overlay { position: relative; overflow: hidden; cursor: pointer; }

.gallery-section .gallery-item-square.img-txt-overlay .inner { position: relative; }

.gallery-section .gallery-item-square.img-txt-overlay::after { content: ''; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; opacity: 0.8; transition: opacity 0.3s ease; z-index: 1; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(85, 95, 105, 0.95); color: #fff; padding: 1.5rem 1rem; transform: translateY(100%); transition: transform 0.3s ease; overflow-y: auto; display: flex; flex-direction: column; border-radius: 0.5rem; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay::before, .gallery-section .gallery-item-square.img-txt-overlay .txt-overlay::after { content: ''; flex: 1; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay .txt-wrap { font-size: 0.9rem; flex-shrink: 0; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay .txt-wrap a { color: #fff !important; text-decoration: underline; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay .txt-wrap a:hover { color: var(--link-hover-color, #fff) !important; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay a { color: #fff !important; text-decoration: underline; }

.gallery-section .gallery-item-square.img-txt-overlay .txt-overlay a:hover { color: var(--link-hover-color, #fff) !important; }

.gallery-section .gallery-item-square.img-txt-overlay:hover::after { opacity: 0; }

.gallery-section .gallery-item-square.img-txt-overlay:hover .txt-overlay { transform: translateY(0); }

/* Events Section */
.events-section .events-items { justify-content: center; }

.events-section .event-item.img-txt-overlay { position: relative; overflow: hidden; border-radius: 0.5rem; cursor: pointer; }

.events-section .event-item.img-txt-overlay .inner { position: relative; }

.events-section .event-item.img-txt-overlay .img-wrap img { width: 100%; object-fit: cover; display: block; }

.events-section .event-item.img-txt-overlay::after { content: ''; position: absolute; bottom: 10px; left: 50%; transform: translateX(-50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 8px solid #fff; opacity: 0.8; transition: opacity 0.3s ease; }

.events-section .event-item.img-txt-overlay .txt-overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(85, 95, 105, 0.95); color: #fff; padding: 1.5rem 1rem; transform: translateY(100%); transition: transform 0.3s ease; overflow-y: auto; display: flex; flex-direction: column; }

.events-section .event-item.img-txt-overlay .txt-overlay::before, .events-section .event-item.img-txt-overlay .txt-overlay::after { content: ''; flex: 1; }

.events-section .event-item.img-txt-overlay .txt-overlay h3 { margin: 0 0 0.5rem; font-size: 1.25rem; font-weight: bold; flex-shrink: 0; }

.events-section .event-item.img-txt-overlay .txt-overlay .txt-wrap { font-size: 0.9rem; flex-shrink: 0; }

.events-section .event-item.img-txt-overlay .txt-overlay .txt-wrap a { color: #fff !important; text-decoration: underline; }

.events-section .event-item.img-txt-overlay .txt-overlay .txt-wrap a:hover { color: var(--link-hover-color, #fff) !important; }

.events-section .event-item.img-txt-overlay .txt-overlay a { color: #fff !important; text-decoration: underline; }

.events-section .event-item.img-txt-overlay .txt-overlay a:hover { color: var(--link-hover-color, #fff) !important; }

.events-section .event-item.img-txt-overlay:hover::after { opacity: 0; }

.events-section .event-item.img-txt-overlay:hover .txt-overlay { transform: translateY(0); }

/* Our Supporters Section */
.supporters-section .supporter-logo { max-height: 120px; width: auto; height: auto; object-fit: contain; }

@media (max-width: 768px) { .supporters-section .supporter-logo { max-height: 90px; } }

/* Media Rows (Cropped) Section - formerly "Making a Difference" */
.making-difference-section .making-difference-image { width: 100%; max-height: 350px; object-fit: cover; display: block; margin: 0 auto; }

.making-difference-section .ratio { margin: 0 auto; }

/* Media Rows (Full Image) Section - formerly "Shops" */
.shops-section .shops-image { width: 100%; max-height: 400px; object-fit: contain; display: block; margin: 0 auto; }

.shops-section .ratio { margin: 0 auto; }

/* Scholarships Section - Collapsible */
.scholarships-section .collapsible-section .section-head { cursor: pointer; transition: all 0.2s ease; padding-right: 3rem; }

.scholarships-section .collapsible-section .section-head::after { font-family: 'FontAwesome'; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); font-size: 1.25rem; color: var(--caret-color, #003399); }

.scholarships-section .collapsible-section.closed .section-head::after { content: '\f0da'; }

.scholarships-section .collapsible-section.open .section-head::after { content: '\f0d7'; }

.scholarships-section .collapsible-section .section-body { overflow: visible; max-height: none; }

/* Quotes Section - Custom Rotator (WordPress-compatible) */
.quotes-section .vms-quotes-rotator { max-width: 800px; margin: 0 auto; }

.quotes-section .vms-quotes-container { position: relative; min-height: 300px; }

.quotes-section .vms-quote-slide { display: none; opacity: 0; transition: opacity 0.5s ease-in-out; }

.quotes-section .vms-quote-slide.vms-quote-visible { display: block; opacity: 1; }

.quotes-section .vms-quote-box { min-height: 300px; display: flex; flex-direction: column; justify-content: center; position: relative; padding-bottom: 3rem; }

.quotes-section .vms-quote-dots { display: flex; justify-content: center; align-items: center; gap: 0.5rem; position: absolute; bottom: 1rem; left: 0; right: 0; }

.quotes-section .vms-quote-dot { width: 12px; height: 12px; border-radius: 50%; border: none; background-color: var(--dot-color, #fff); opacity: 0.4; cursor: pointer; padding: 0; transition: all 0.3s ease; }

.quotes-section .vms-quote-dot:hover { opacity: 0.6; }

.quotes-section .vms-quote-dot.vms-dot-active { opacity: 0.9; transform: scale(1.2); }

/* Donate Section */
.donate-section .donate-item { border: none; border-radius: 0.5rem; }

.donate-section .donate-item .donate-title { color: #003399; margin-bottom: 1rem; }

.donate-section .donate-item .description { text-align: left; }

/* Thrift Shop Section */
.thrift-section .thrift-item img { width: 100%; max-height: 250px; object-fit: contain; }

/* Content Full Width Section */
.custom-content-full-section .custom-content-full-item:last-child { margin-bottom: 0 !important; }

/* Membership Options Section */
.membership-options-section .membership-options-items::after { content: ""; display: table; clear: both; }

.membership-options-section .membership-option-item:last-child { margin-bottom: 0 !important; }

.membership-options-section .membership-option-item::after { content: ""; display: table; clear: both; }

.membership-options-section .membership-option-item .membership-option-content { line-height: 1.6; }

.membership-options-section .membership-option-item .membership-option-content img { max-width: 100%; height: auto; border-radius: 0.25rem; }

.membership-options-section .membership-option-item .membership-option-content img.text-left { float: left; margin-right: 1rem; margin-bottom: 1rem; }

.membership-options-section .membership-option-item .membership-option-content img.text-right { float: right; margin-left: 1rem; margin-bottom: 1rem; }

.membership-options-section .membership-option-item .membership-option-content p { margin-bottom: 1rem; }

.membership-options-section .membership-option-item .membership-option-content h1, .membership-options-section .membership-option-item .membership-option-content h2, .membership-options-section .membership-option-item .membership-option-content h3, .membership-options-section .membership-option-item .membership-option-content h4, .membership-options-section .membership-option-item .membership-option-content h5, .membership-options-section .membership-option-item .membership-option-content h6 { margin-top: 1.5rem; margin-bottom: 1rem; }

.membership-options-section .membership-option-item .membership-option-content ul, .membership-options-section .membership-option-item .membership-option-content ol { margin-bottom: 1rem; padding-left: 2rem; }

.membership-options-section .membership-option-item .membership-option-content a { color: #003399; text-decoration: underline; }

.membership-options-section .membership-option-item .membership-option-content a:hover { color: #002266; }

/* Make an Impact Section */
.make-impact-section .make-impact-items { justify-content: center; }

.make-impact-section .make-impact-item { display: flex; flex-direction: column; align-items: center; padding: 2rem 1rem; }

.make-impact-section .make-impact-item .impact-icon i { transition: transform 0.3s ease; }

.make-impact-section .make-impact-item:hover .impact-icon i { transform: scale(1.1); }

.make-impact-section .make-impact-item .impact-title { color: #003399; font-weight: bold; }

.make-impact-section .make-impact-item .impact-subtitle { font-size: 1rem; }

.make-impact-section .make-impact-item .impact-description { text-align: center; }

.make-impact-section .make-impact-item .impact-link .btn { text-decoration: none; transition: all 0.3s ease; }

.make-impact-section .make-impact-item .impact-link .btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); }

/* Volunteer Section */
.volunteer-section .volunteer-item { border: none; border-radius: 0.5rem; }

.volunteer-section .volunteer-item .volunteer-img { width: 100%; height: 200px; object-fit: cover; object-position: center; display: block; margin: 0 auto; }

/* Videos Section */
.videos-section .video-item { margin-bottom: 2rem; }

.videos-section .video-item .ratio { border-radius: 0.5rem; overflow: hidden; }

/* News Section */
.news-section .news-image { width: 100%; max-height: 350px; object-fit: cover; display: block; margin: 0 auto; }

.news-section .ratio { margin: 0 auto; }

.news-section .news-source-title { color: #333; }

.news-section .news-source-text, .news-section .news-source-text p { color: #595858; }

/* Our Board Section */
.board-section .board-items { max-width: 900px; text-align: center; }

.board-section .board-list-item { width: 33.33%; }

@media (max-width: 768px) { .board-section .board-list-item { width: 50%; } }

/* Our Advisory Council Section */
.council-section .council-items { max-width: 1000px; }

.council-section .council-list-item { width: 25%; }

@media (max-width: 768px) { .council-section .council-list-item { width: 50%; } }

/* Financials & Reports Section */
.reports-section .report-item { max-width: 400px; width: 100%; }

.reports-section .report-item:hover .report-icon i { color: #FF0000 !important; }

.reports-section .report-icon { width: 60px; min-width: 60px; }

.reports-section .report-icon i { transition: color 0.2s; }

/* Responsive */
@media (max-width: 768px) { .program-item, .event-item { margin-bottom: 1.5rem; } }

/* Side Navigation */
.side-nav-widget { position: sticky !important; top: var(--side-nav-top, 80px) !important; z-index: 100; background-color: #fff; max-height: calc(100vh - var(--side-nav-top, 80px)); overflow-y: auto; scrollbar-width: none; -ms-overflow-style: none; }

.side-nav-widget::-webkit-scrollbar { display: none; }

.side-nav-widget .nav-link { padding-top: 0.4rem; padding-bottom: 0.4rem; }

.side-nav-widget .nav-link-sub { color: #212529; transition: color 0.2s ease; }

.side-nav-widget .nav-link-sub.active { font-weight: 600; }

.side-nav-widget .nav-link-subsub { color: #000; font-size: 0.9rem; transition: color 0.2s ease; }

.side-nav-widget .nav-link-subsub.active { font-weight: 600; }

/* Header Tools */
.header-tools { align-self: flex-start; }

.header-tools .menu-toggle { display: none; align-items: center; color: #003399; text-decoration: none; font-weight: 500; padding: 0.5rem 1rem; border: 1px solid #003399; border-radius: 0.25rem; transition: all 0.2s ease; }

@media (max-width: 991px) { .header-tools .menu-toggle { display: flex; } }

.header-tools .menu-toggle:hover { background-color: #003399; color: #fff; }

.header-tools .menu-toggle span { margin-right: 0.5rem; }

/* Menu Overlay */
.menu-overlay { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(85, 95, 105, 0.95); z-index: 9999; display: none; align-items: center; justify-content: center; }

.menu-overlay.active { display: flex; }

.menu-overlay .menu-overlay-content { background-color: transparent; padding: 3rem; max-width: 500px; width: 90%; max-height: 90vh; overflow-y: auto; position: relative; scrollbar-width: none; -ms-overflow-style: none; }

.menu-overlay .menu-overlay-content::-webkit-scrollbar { display: none; }

.menu-overlay .menu-overlay-close { position: absolute; top: 1rem; right: 1rem; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #fff; padding: 0.5rem; line-height: 1; }

.menu-overlay .menu-overlay-close:hover { color: rgba(255, 255, 255, 0.7); }

.menu-overlay .menu-overlay-nav .menu-caret { cursor: pointer; display: inline-block; width: 20px; text-align: center; transition: transform 0.2s ease; color: #fff; }

.menu-overlay .menu-overlay-nav .menu-caret:hover { opacity: 0.8; }

.menu-overlay .menu-overlay-nav .menu-caret i { font-size: 1.2em; color: #fff; }

.menu-overlay .menu-overlay-nav .menu-caret-spacer { display: inline-block; width: 20px; }

.menu-overlay .menu-overlay-nav .menu-children, .menu-overlay .menu-overlay-nav .menu-sections { list-style: none; padding-left: 2rem; margin: 0; }

.menu-overlay .menu-overlay-nav .menu-children .nav-item, .menu-overlay .menu-overlay-nav .menu-sections .nav-item { margin-bottom: 0; }

.menu-overlay .menu-overlay-nav .menu-sections { padding-left: 3rem; }

.menu-overlay .menu-overlay-nav .menu-section-items { list-style: none; padding-left: 2rem; margin: 0; }

.menu-overlay .menu-overlay-nav .menu-section-items .nav-item { margin-bottom: 0; }

.menu-overlay .menu-overlay-nav .menu-section-items .nav-link-subsub { color: #fff; transition: color 0.2s ease; padding: 0.4rem 0; text-decoration: none; display: inline-block; }

.menu-overlay .menu-overlay-nav .menu-section-items .nav-link-subsub:hover { color: var(--menu-link-hover-color); }

.menu-overlay .menu-overlay-nav .nav-link-sub { color: #fff; transition: color 0.2s ease; padding: 0.5rem 0; text-decoration: none; display: inline-block; }

.menu-overlay .menu-overlay-nav .nav-link-sub:hover { color: var(--menu-link-hover-color); }

.menu-overlay .menu-overlay-nav .nav-link-parent { color: #fff; padding: 0.5rem 0; text-decoration: none; display: inline-block; }

.menu-overlay .menu-overlay-nav .nav-link-parent:hover { color: var(--menu-link-hover-color); }

.menu-overlay .menu-overlay-nav .nav-link-section { color: rgba(255, 255, 255, 0.8); transition: color 0.2s ease; padding: 0.4rem 0; text-decoration: none; display: inline-block; font-size: 0.9rem; }

.menu-overlay .menu-overlay-nav .nav-link-section:hover { color: var(--menu-link-hover-color); }

.menu-overlay .menu-overlay-nav .menu-parent-item, .menu-overlay .menu-overlay-nav .menu-child-item { margin-bottom: 0.5rem; }

/* Footer Styles */
.vms-site-footer { border-top: 1px solid #dee2e6; }

.vms-site-footer .footer-logo { width: auto; height: 100px; }

.vms-site-footer h5 { color: #003399; }

.vms-site-footer a { color: inherit; text-decoration: none; }

.vms-site-footer a:hover { color: #003399; text-decoration: underline; }

.vms-site-footer .social-links li { display: inline-block; list-style: none; margin: 0; padding: 0; margin-right: 0.75rem; }

.vms-site-footer .social-links a { color: #6c757d; font-size: 1.25rem; }

.vms-site-footer .social-links a:hover { text-decoration: none; }

.vms-site-footer .social-links a.soc-facebook:hover { color: #1877F2; }

.vms-site-footer .social-links a.soc-x:hover { color: #000; }

.vms-site-footer .social-links a.soc-pinterest:hover { color: #E60023; }

.vms-site-footer .social-links a.soc-instagram:hover { background: linear-gradient(45deg, #ffdf9e, #ffc273, #e56969, #c1558b, #8a49a1); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

.vms-site-footer .social-links a.soc-youtube:hover { color: #FF0000; }

.vms-site-footer .social-links a.soc-linkedin:hover { color: #0A66C2; }

.vms-site-footer .social-links a.soc-rss:hover { color: #FFA500; }

@media (max-width: 991px) { .vms-site-footer .container { max-width: 97%; } }

@media (max-width: 767px) { .vms-site-footer .container { max-width: 94%; } }

@media (max-width: 575px) { .vms-site-footer .container { max-width: 94%; } }

@media (max-width: 767px) { .vms-site-footer .d-flex { flex-direction: column; } .vms-site-footer .col-6 { flex: 0 0 100%; max-width: 100%; text-align: left !important; padding-left: 1.5rem; } }

/* ================================ Multipage Navigation Dropdown ================================ */
/* Show dropdown on hover */
.dropdown-hover:hover .dropdown-menu { display: block; }

/* Keep dropdown visible when hovering over the dropdown itself */
.dropdown-hover .dropdown-menu:hover { display: block; }

/* Remove caret/arrow from dropdown toggle */
.dropdown-hover .nav-link::after { display: none; }

/* Position dropdown absolutely so it doesn't push other items */
.dropdown-hover { position: relative; }

.dropdown-hover .dropdown-menu { position: absolute; top: 100%; left: 0; margin-top: 0; }

/*# sourceMappingURL=vms_public_website_content_comp.css.map */