What are you looking for?
Home
MySZV
EMPLOYER PORTAL
CUSTOMER SERVICE
NEWS
SZV RADIO
ABOUT US
CMS Login
Username
Password
Sign In
Site Settings (Assets)
custom.css
/* ============================================= SZV Exact Replica Theme - Social & Health Insurances Brand: #0067B1 (Blue), #F29202 (Orange) ============================================= */ @import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap'); :root { --szv-blue: #0067B1; --szv-orange: #F29202; --szv-grey: #A7A9AC; --szv-dark-footer: #0056A0; } * { box-sizing: border-box; } body { font-family: 'Open Sans', Arial, sans-serif; background-color: #f0f4f8; color: #333; margin: 0; padding: 0; } /* ===== OVERRIDE main container ===== */ main.container { padding: 0 !important; } /* ===== HIDE default page title/meta shown by Index ===== */ .page-title-area { display: none; } h2.page-heading { display: none; } /* ===== TOP BAR with Logo + Search ===== */ .szv-top-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 30px; background: #fff; border-bottom: 1px solid #e0e0e0; } .szv-logo img { height: 70px; } .szv-top-right { display: flex; flex-direction: column; align-items: flex-end; gap: 6px; } .szv-search-btn { background-color: var(--szv-orange); color: white; border: none; padding: 8px 18px; font-weight: 700; font-size: 0.9rem; border-radius: 4px; cursor: pointer; } .szv-search-input { padding: 6px 12px; border: 1px solid #ccc; border-radius: 4px; font-size: 0.9rem; width: 200px; } /* ===== MAIN NAVBAR ===== */ .navbar { background-color: var(--szv-blue) !important; border-radius: 0 !important; padding: 0 !important; margin-bottom: 0 !important; box-shadow: none !important; } .navbar .container { padding: 0; max-width: 100% !important; } .navbar-nav { flex-wrap: wrap; } .nav-item .nav-link { color: white !important; font-weight: 600; font-size: 0.92rem; text-transform: uppercase; padding: 14px 20px !important; border-right: 1px solid rgba(255,255,255,0.15); border-radius: 0 !important; transition: background 0.2s; } .nav-item .nav-link:hover, .nav-item .nav-link.active { background-color: var(--szv-grey) !important; color: white !important; } .navbar-brand { display: none; } /* Logo is in top bar now */ .navbar-toggler { border-color: rgba(255,255,255,0.5); } .navbar-toggler-icon { filter: invert(1); } /* ===== ACCORDIONS QUICKLINK GRID ===== */ .szv-accordion { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 20px 20px 10px 20px; background: #eef4fb; align-items: start; } .szv-acc-item { display: flex; flex-direction: column; } .szv-quicklink-btn { display: flex; align-items: center; gap: 18px; background-color: var(--szv-blue); color: white; border: none; border-radius: 50px; padding: 16px 24px; font-weight: 700; font-size: 0.95rem; text-transform: uppercase; letter-spacing: 0.3px; outline: 3px solid rgba(255,255,255,0.25); cursor: pointer; width: 100%; text-align: left; min-height: 78px; transition: background 0.2s; } .szv-quicklink-btn:hover, .szv-quicklink-btn[aria-expanded="true"] { background-color: #005494; outline-color: rgba(255,255,255,0.5); } .szv-chevron { transition: transform 0.25s ease; font-size: 0.75rem; opacity: 0.75; } .szv-quicklink-btn[aria-expanded="true"] .szv-chevron { transform: rotate(180deg); } .szv-quicklink-icon { width: 50px; height: 50px; border-radius: 50%; border: 2.5px solid rgba(255,255,255,0.6); background: rgba(255,255,255,0.1); display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 1.4rem; } .szv-acc-content { overflow: hidden; } .szv-acc-body { background: white; border-left: 4px solid var(--szv-blue); border-radius: 0 0 12px 12px; padding: 20px 24px; font-size: 0.92rem; line-height: 1.7; color: #333; box-shadow: 0 4px 12px rgba(0,75,135,0.08); } .szv-acc-body ol, .szv-acc-body ul { padding-left: 20px; margin-bottom: 10px; } .szv-acc-body li { margin-bottom: 8px; } .szv-acc-body .btn-primary { background-color: var(--szv-blue); border-color: var(--szv-blue); font-size: 0.9rem; } /* ===== NEWS + BANNER SECTION ===== */ .szv-lower-section { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 10px; } .szv-news-list { padding: 10px 20px; background: #eef4fb; } .szv-news-item { display: flex; justify-content: space-between; align-items: center; background: var(--szv-blue); color: white; padding: 13px 18px; margin-bottom: 6px; font-weight: 700; font-size: 0.88rem; text-transform: uppercase; border-radius: 3px; text-decoration: none; transition: background 0.2s; } .szv-news-item:hover { background: #005494; color: white; text-decoration: none; } .szv-news-item .chevron { font-size: 1.1rem; flex-shrink: 0; margin-left: 12px; } .szv-banner-side { background: #eef4fb; padding: 10px 20px; } .szv-banner-side img { width: 100%; border-radius: 4px; object-fit: cover; max-height: 380px; } /* ===== FOOTER ===== */ .szv-footer { background-color: #006ec7; color: white; padding: 40px 30px 20px 30px; } .footer-curved { height: 130px; background: #006ec7; position: relative; overflow: hidden; } .footer-curved:before { position: absolute; top: -14px; left: -7vw; content: ""; height: 145px; width: 105vw; background-color: #fff; border-bottom-right-radius: 75%; transform: translateX(2%); } .szv-footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 30px; margin-bottom: 30px; } .szv-footer a { color: white; text-decoration: none; display: block; margin-bottom: 6px; font-size: 0.95rem; } .szv-footer a:hover { text-decoration: underline; } .szv-footer h5 { font-weight: 700; margin-bottom: 14px; font-size: 1.05rem; } .szv-footer p { font-size: 0.9rem; margin: 2px 0; } .szv-footer-bottom { border-top: 1px solid rgba(255,255,255,0.2); padding-top: 15px; font-size: 0.85rem; color: rgba(255,255,255,0.7); } .szv-social-icons a { display: inline-flex; align-items: center; justify-content: center; width: 36px; height: 36px; background: rgba(255,255,255,0.15); border-radius: 4px; margin-right: 6px; font-size: 1.1rem; margin-bottom: 0; } /* ===== ADMIN OVERLAY (edit mode) ===== */ .edit-overlay { display: none; position: absolute; top: 0; right: 0; background: rgba(0,0,0,0.5); padding: 5px; border-radius: 0 0 0 5px; z-index: 10; } .admin-mode .component-container { position: relative; border: 1px dashed transparent; transition: 0.3s; } .admin-mode .component-container:hover { border-color: #0d6efd; border-style: dashed; } .admin-mode .component-container:hover .edit-overlay { display: block; } .insert-btn-wrapper { text-align: center; margin: -10px 0; position: relative; z-index: 20; opacity: 0; transition: 0.3s; } .admin-mode .insert-btn-wrapper:hover, .admin-mode .component-container:hover + .insert-btn-wrapper { opacity: 1; } /* ===== Code Editor in settings modal ===== */ .code-editor { font-family: monospace; height: 300px; } /* ===== Admin Bar (top strip for editor) ===== */ .szv-admin-bar { background: #1a1a2e; color: white; padding: 6px 20px; display: flex; justify-content: flex-end; align-items: center; gap: 10px; font-size: 0.85rem; } /* ===== ABOUT HERO BANNER ===== */ .szv-about-hero { position: relative; background-size: cover; background-position: center top; min-height: 420px; display: flex; flex-direction: column; justify-content: flex-start; overflow: hidden; } .szv-about-hero-title { align-self: flex-end; background: var(--szv-blue); color: white; font-size: 2rem; font-weight: 700; padding: 18px 30px; margin-right: 0; margin-top: 30px; border-top-right-radius: 15px; border-top-left-radius: 15px; min-width: 387px; text-align: right; } .szv-about-hero-content { /*background: rgba(0,72,146,0.82);*/ margin: 20px 30px; padding: 20px 24px; } .szv-about-subtitle { color: #fff; font-size: 1.3rem; font-weight: 700; margin-bottom: 10px; text-underline-offset: 4px; } .szv-about-bodytxt { color: white; font-size: 0.92rem; line-height: 1.7; border: solid 1px #ffffff61; background: #ffffff61; padding: 1rem; border-radius: 3px; margin-bottom: 2rem; margin-left: -6px !important; margin-top: -6px; } .szv-about-bodytxt p { margin: 0; background: #006ec7; color: #fff; text-align: left; padding: 10px; } /* ===== TAB SLIDER (Purpose/Vision/Mission/Values) ===== */ .szv-tabs-section { background: #f0f4f8; padding: 30px 30px 40px 30px; } .szv-tabs-buttons { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; justify-content: center; } .szv-tab-btn { flex: 1; min-width: 140px; background: #adc8e8; color: white; font-weight: 700; font-size: 0.92rem; padding: 14px 10px; border: none; cursor: pointer; transition: background 0.2s; border-radius:5px; } .szv-tab-btn.active, .szv-tab-btn:hover { background: var(--szv-blue); } .szv-tab-panel { display: none; background: white; padding: 28px 32px; font-size: 0.93rem; line-height: 1.7; position: relative; max-width: 740px; margin: 0 auto; border: 11px solid #aec9e9; border-style: outset; border-width: 5px 12px 12px 5px; padding: 20px; border-image: linear-gradient(45deg, #FFFFFF, rgb(0, 110, 199)) 10; } .szv-tab-panel.active { display: block; } .szv-tab-panel h3 { color: var(--szv-blue); font-size: 1.25rem; font-weight: 700; margin-bottom: 14px; } .szv-tab-panel ul { column-count: 2; padding-left: 18px; } .szv-tab-panel li { margin-bottom: 6px; } .szv-tab-nav-arrow { position: absolute; top: 50%; transform: translateY(-50%); background: white; border: 1px solid #ccc; padding: 8px 14px; font-size: 1.2rem; cursor: pointer; user-select: none; color: #555; } .szv-tab-nav-arrow.prev { left: -60px; } .szv-tab-nav-arrow.next { right: -60px; } .szv-tab-nav-arrow:hover { background: var(--szv-blue); color: white; } /* ===== CALL TO ACTION SECTION ===== */ .szv-cta-section { display: flex; justify-content: center; gap: 20px; padding: 30px 20px; flex-wrap: wrap; } .szv-cta-btn { display: inline-block; min-width: 280px; text-align: center; padding: 18px 30px; font-size: 1rem; font-weight: 700; text-decoration: none; transition: opacity 0.2s, background 0.2s; border-radius: 5px; } .szv-cta-primary { background: var(--szv-blue); color: white; } .szv-cta-secondary { background: #b0b8c4; color: white; } .szv-cta-primary:hover { background: #005494; color: white; } .szv-cta-secondary:hover { background: #8a929c; color: white; } /* ===== EXECUTIVE TEAM GRID ===== */ .szv-team-section { padding: 20px 30px 40px 30px; background: #f0f4f8; } .szv-section-heading { text-align: center; font-size: 1.3rem; font-weight: 700; color: var(--szv-blue); border: 1.5px solid var(--szv-blue); display: inline-block; padding: 6px 24px; margin: 0 auto 28px auto; display: flex; align-items: center; } .szv-section-heading::before, .szv-section-heading::after { content: ''; flex: 1; border-top: 1.5px solid var(--szv-blue); margin: 0 16px; } .szv-team-grid { /*display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 0;*/ display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 20px; justify-content: center; } .szv-team-card { background: white; border: 1px solid #e0e0e0; } .szv-team-photo { width: 100%; height: 280px; object-fit: cover; object-position: top; display: block; } .szv-team-info { padding: 14px 16px; display: flex; flex-direction: column; gap: 4px; } .szv-team-info strong { font-size: 0.95rem; color: #222; } .szv-team-info span { font-size: 0.82rem; color: #666; } .szv-about-hero{height:690px;} h1.mb-3 { font-family: 'Raleway', sans-serif; font-weight: 900; /* margin: 0; */ text-transform: uppercase; margin-top: 20px;
custom.js
/* Add your custom scripts here */
Header HTML
<div class="szv-top-bar"> <div class="szv-logo"><a href="/"><img src="/uploads/szv_logo.png" alt="SZV Social & Health Insurances" /></a></div> <div class="szv-top-right"> <button class="szv-search-btn">What are you looking for?</button> <input type="text" class="szv-search-input" placeholder="search" /> </div> </div>
Footer HTML
<div class="szv-footer-grid"> <div> <a href="/wage-limits">Wage limits & Premiums</a> <a href="/laws">Laws</a> <a href="/faq">F.A.Q.</a> <br/> <a href="/login" style="margin-top:20px; display:block;">Login</a> </div> <div> <a href="/office-locations">Office locations</a> <a href="/jobs">Job vacancies</a> <a href="/press">Press center</a> <a href="/disclaimer">Disclaimer</a> <br/> <div class="szv-social-icons" style="margin-top:16px;"> <a href="#" title="Facebook">🐦</a> <a href="#" title="Twitter">𝕏</a> <a href="#" title="LinkedIn">in</a> <a href="#" title="YouTube">▶</a> </div> </div> <div> <h5>SZV Office</h5> <p>Harbour View Building, Sparrow Road #4,</p> <p>Philipsburg, Sint Maarten</p> <p>E-mail: <a href="mailto:info@szv.sx">info@szv.sx</a></p> <p>Phone: +1721-546-6782</p> <p>Phone lines open: Monday - Friday 7:30 am - 2:00 pm</p> </div> </div> <div class="szv-footer-bottom"> Social & Health Insurances SZV © 2026 </div>
Create New Page
Page Title
URL Slug
For nested pages, include the full relative path.
Meta Description / Article Intro
Parent Page
-- None (Top-Level Page) --
Home
About us
News
Contactus
MySZV
Employer Portal
Customer Service
About Us
Home
SZV RADIO
This is a News Article
Feature on Homepage
Featured Image (For slider)
📁 File Manager
☁️
Drop files here or click to upload
Images, PDFs, documents — any file type
Uploading...
Loading files...