.text-center {
text-align:center;
}

.mtop0{margin-top: 0px;}
.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop40{margin-top: 40px;}
.mtop50{margin-top: 50px;}
.mtop60{margin-top: 60px;}
.mtop60{margin-top: 70px;}
.mtop60{margin-top: 80px;}
.mtop60{margin-top: 90px;}
.mtop100{margin-top: 100px;}

.mbot0{margin-bottom: 0px;}
.mbot5{margin-bottom: 5px;}
.mbot10{margin-bottom: 10px;}
.mbot20{margin-bottom: 20px;}
.mbot30{margin-bottom: 30px;}
.mbot40{margin-bottom: 40px;}
.mbot50{margin-bottom: 50px;}
.mbot60{margin-bottom: 60px;}
.mbot60{margin-bottom: 70px;}
.mbot60{margin-bottom: 80px;}
.mbot60{margin-bottom: 90px;}
.mbot100{margin-bottom: 100px;}

.logoimg {
width:100%;
max-width:400px;
padding-right:15px;
}

        /* general contact form related */
        .ucf {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            max-width: 600px;
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            line-height: 1.5;
            color: #333;
            background: none;
        }

        .ucf * {
            box-sizing: border-box;
        }

        .ucf .form-container {
            background: #ffffff;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            border: 1px solid #e1e5e9;
        }

        .ucf .form-title {
            margin: 0 0 20px 0;
            font-size: 24px;
            font-weight: 600;
            color: #2c3e50;
            text-align: center;
        }

        .ucf .form-description {
            margin: 0 0 25px 0;
            font-size: 14px;
            color: #666;
            text-align: center;
        }

        .ucf .form-group {
            margin-bottom: 20px;
        }

        .ucf .form-label {
            display: block;
            margin-bottom: 6px;
            font-weight: 600;
            color: #2c3e50;
            font-size: 14px;
        }

        .ucf .required {
            color: #e74c3c;
            margin-left: 2px;
        }

        .ucf .form-input {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e1e5e9;
            border-radius: 5px;
            font-size: 14px;
            font-family: inherit;
            transition: all 0.3s ease;
            background-color: #ffffff;
            color: #333;
        }

        .ucf .form-input:focus {
            outline: none;
            border-color: #3498db;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        .ucf .form-input:hover {
            border-color: #bdc3c7;
        }

        .ucf .form-textarea {
            min-height: 100px;
            resize: vertical;
            font-family: inherit;
        }

        .ucf .submit-btn {
            width: 100%;
            padding: 14px 20px;
            background-color: #405A93;
            color: white;
            border: none;
            border-radius: 5px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: inherit;
            margin-top: 10px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
        }

        .ucf .submit-btn:hover {
            background-color: #1e3a8a;
            transform: translateY(-1px);
            box-shadow: 0 4px 8px rgba(52, 152, 219, 0.3);
        }

        .ucf .submit-btn:active {
            transform: translateY(0);
            box-shadow: 0 2px 4px rgba(52, 152, 219, 0.3);
        }

        .ucf .submit-btn:focus {
            outline: none;
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.3);
        }

        /* Responsive design */
        @media (max-width: 600px) {
            .ucf .form-container {
                padding: 20px;
                margin: 10px;
            }

            .ucf .form-title {
                font-size: 20px;
            }
        }

        /* Remove red outlines and invalid states */
        .ucf .form-input:invalid {
            border-color: #e1e5e9; /* Keep normal border color */
            box-shadow: none;
        }

        .ucf .form-input:invalid:focus {
            border-color: #3498db; /* Normal focus color */
            box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.1);
        }

        /* Success state for valid inputs */
        .ucf .form-input.valid {
            border-color: #27ae60;
        }

        /* Loading state */
        .ucf .submit-btn:disabled {
            background-color: #bdc3c7;
            cursor: not-allowed;
            transform: none;
        }

        .ucf .submit-btn:disabled:hover {
            background-color: #bdc3c7;
            transform: none;
            box-shadow: none;
        }

        /* Hide browser validation messages */
        .ucf .form-input::-webkit-validation-bubble-message,
        .ucf .form-input::-webkit-validation-bubble-top-outer-arrow,
        .ucf .form-input::-webkit-validation-bubble-top-inner-arrow {
            display: none;
        }

        /* OGMC Slider Section Styles */
        .ogmc-focusable:focus {
            outline: 3px solid #273d80;
            outline-offset: 2px;
        }

        .ogmc-focusable:focus-visible {
            outline: 3px solid #273d80;
            outline-offset: 2px;
        }

        /* OGMC Hero Image Section Styles */
        .ogmc-hero-section {
            background: linear-gradient(135deg, #f8fafc 0%, #e8efff 100%);
            padding: 80px 0;
            position: relative;
            overflow: hidden;
        }

        .ogmc-hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="60" height="60" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23273d80" fill-opacity="0.08"><circle cx="30" cy="30" r="1"/></g></svg>') repeat;
            z-index: 1;
        }

        .ogmc-hero-section > * {
            position: relative;
            z-index: 2;
        }

        /* Hero Image: Static image with 4:5 aspect ratio (e.g., 800x1000px or 1200x1500px) */
        .ogmc-hero-image-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
            box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
            background: white;
            /* No hover effects - this is a static display image only */
        }

        .ogmc-hero-image-container {
            position: relative;
            width: 100%;
            aspect-ratio: 4/5; /* Portrait ratio: 4:5 (width:height) */
            overflow: hidden;
        }

        .ogmc-hero-image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .ogmc-welcome-content {
            padding: 60px 40px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: linear-gradient(135deg, #273d80 0%, #1e2f66 50%, #162147 100%);
            color: white;
            border-radius: 20px;
            position: relative;
            overflow: hidden;
        }

        .ogmc-welcome-content::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -50%;
            width: 200%;
            height: 200%;
            background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
            animation: ogmcFloat 6s ease-in-out infinite;
        }

        /* Disable animations for users who prefer reduced motion */
        @media (prefers-reduced-motion: reduce) {
            .ogmc-welcome-content::before {
                animation: none;
            }
        }

        @keyframes ogmcFloat {
            0%, 100% { transform: translateY(0px) rotate(0deg); }
            50% { transform: translateY(-20px) rotate(180deg); }
        }

        .ogmc-welcome-content > * {
            position: relative;
            z-index: 2;
        }

        .ogmc-welcome-title {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 30px;
            line-height: 1.2;
            background: linear-gradient(45deg, #fff, #c7d2fe);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .ogmc-welcome-text {
            font-size: 1.2rem;
            line-height: 1.8;
            margin-bottom: 40px;
            opacity: 0.95;
            font-weight: 400;
        }

        .ogmc-welcome-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(255, 255, 255, 0.15);
            color: white;
            padding: 18px 36px;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
            align-self: flex-start;
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-welcome-cta {
                transition: none;
            }
        }

        .ogmc-welcome-cta:hover {
            background: rgba(255, 255, 255, 0.25);
            transform: translateY(-2px);
            box-shadow: 0 10px 25px rgba(39, 61, 128, 0.2);
            color: white;
            text-decoration: none;
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-welcome-cta:hover {
                transform: none;
            }
        }

        .ogmc-welcome-cta::after {
            content: '→';
            transition: transform 0.3s ease;
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-welcome-cta::after {
                transition: none;
            }
        }

        .ogmc-welcome-cta:hover::after {
            transform: translateX(5px);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-welcome-cta:hover::after {
                transform: none;
            }
        }

        /* OGMC Full Width Slider Section Styles */
        .ogmc-slider-section {
            background: linear-gradient(135deg, #1e2f66 0%, #273d80 50%, #162147 100%);
            padding: 0;
            position: relative;
            overflow: hidden;
        }

        .ogmc-slider-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg width="80" height="80" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><g fill="%23ffffff" fill-opacity="0.05"><circle cx="40" cy="40" r="1"/></g></svg>') repeat;
            z-index: 1;
        }

        .ogmc-slider-section > * {
            position: relative;
            z-index: 2;
        }

        /* Full Width Slider: 16:9 aspect ratio images (e.g., 1920x1080px or 1600x900px) */
        .ogmc-full-slider-container {
            position: relative;
            width: 100%;
            aspect-ratio: 16/9; /* Widescreen ratio: 16:9 (width:height) */
            overflow: hidden;
        }

        .ogmc-full-slider-track {
            display: flex;
            width: 100%;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-track {
                transition: none;
            }
        }

        .ogmc-full-slide {
            min-width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            transition: opacity 0.6s ease-in-out;
            z-index: 1;
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slide {
                transition: none;
            }
        }

        .ogmc-full-slide.ogmc-active {
            opacity: 1;
            z-index: 2;
        }

        .ogmc-full-slide img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .ogmc-full-slider-nav {
            position: absolute;
            bottom: 30px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 15px;
            z-index: 10;
        }

        .ogmc-full-slider-dot {
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.4);
            cursor: pointer;
            transition: all 0.3s ease;
            backdrop-filter: blur(10px);
            border: 2px solid rgba(255, 255, 255, 0.3);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-dot {
                transition: none;
            }
        }

        .ogmc-full-slider-dot:hover {
            background: rgba(255, 255, 255, 0.7);
            transform: scale(1.2);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-dot:hover {
                transform: none;
            }
        }

        .ogmc-full-slider-dot.ogmc-active {
            background: #273d80;
            box-shadow: 0 0 25px rgba(39, 61, 128, 0.8);
            transform: scale(1.4);
            border-color: white;
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-dot.ogmc-active {
                transform: none;
                box-shadow: none;
            }
        }

        .ogmc-full-slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.9);
            border: none;
            width: 60px;
            height: 60px;
            border-radius: 50%;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 24px;
            color: #273d80;
            transition: all 0.3s ease;
            z-index: 10;
            backdrop-filter: blur(10px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-arrow {
                transition: none;
            }
        }

        .ogmc-full-slider-arrow:hover {
            background: white;
            color: #273d80;
            transform: translateY(-50%) scale(1.1);
            box-shadow: 0 8px 30px rgba(39, 61, 128, 0.3);
        }

        @media (prefers-reduced-motion: reduce) {
            .ogmc-full-slider-arrow:hover {
                transform: translateY(-50%);
                box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            }
        }

        .ogmc-full-slider-arrow.ogmc-prev {
            left: 30px;
        }

        .ogmc-full-slider-arrow.ogmc-next {
            right: 30px;
        }

        /* Screen reader only content */
        .ogmc-sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0;
        }

        /* Live region for announcements */
        .ogmc-live-region {
            position: absolute;
            left: -10000px;
            width: 1px;
            height: 1px;
            overflow: hidden;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .ogmc-hero-section {
                padding: 60px 0;
            }

            .ogmc-welcome-content {
                padding: 40px 30px;
                margin-top: 30px;
                border-radius: 20px 20px 0 0;
            }

            .ogmc-welcome-title {
                font-size: 1.8rem;
                margin-bottom: 20px;
            }

            .ogmc-welcome-text {
                font-size: 1.1rem;
                margin-bottom: 30px;
            }

            .ogmc-full-slider-arrow {
                width: 50px;
                height: 50px;
                font-size: 20px;
            }

            .ogmc-full-slider-arrow.ogmc-prev {
                left: 20px;
            }

            .ogmc-full-slider-arrow.ogmc-next {
                right: 20px;
            }
        }

        @media (max-width: 480px) {
            .ogmc-welcome-content {
                padding: 30px 20px;
            }

            .ogmc-welcome-title {
                font-size: 1.8rem;
            }

            .ogmc-welcome-text {
                font-size: 1rem;
            }

            .ogmc-welcome-cta {
                padding: 15px 30px;
                font-size: 1rem;
            }
        }

.ogmc2-event-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    background-color: var(--primary-color, #007bff);
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.ogmc2-event-icon i {
    display: block;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

        .bulletin-container {
            max-width: 800px;
            margin: 20px auto;
            padding: 20px;
            font-family: Arial, sans-serif;
        }
        
        .bulletin-header {
            text-align: center;
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 2px solid #2D3C6D;
        }
        
        .bulletin-header h1 {
            color: #2D3C6D;
            margin: 0;
            font-size: 2.2em;
            font-weight: bold;
        }
        
        .bulletin-header p {
            color: #666;
            margin: 10px 0 0 0;
            font-style: italic;
        }
        
        .bulletin-list {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
            gap: 20px;
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .bulletin-item {
            background: #fff;
            border: 2px solid #e0e0e0;
            border-radius: 8px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
        }
        
        .bulletin-item:hover {
            border-color: #2D3C6D;
            box-shadow: 0 4px 12px rgba(45, 60, 109, 0.2);
            transform: translateY(-2px);
        }
        
        .bulletin-link {
            display: flex;
            align-items: center;
            text-decoration: none;
            color: #333;
            font-weight: 500;
            font-size: 1.1em;
            padding: 20px;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            min-height: 80px;
        }
        
        .bulletin-link:hover {
            color: #2D3C6D;
        }
        
        .bulletin-icon {
            color: #2D3C6D;
            margin-right: 12px;
            font-size: 1.5em;
            flex-shrink: 0;
        }
        
        .bulletin-text {
            flex: 1;
            line-height: 1.4;
        }
        
        .bulletin-date {
            display: block;
            font-size: 0.85em;
            color: #888;
            margin-top: 8px;
            font-weight: normal;
        }
        
        .bulletin-empty {
            text-align: center;
            padding: 40px;
            color: #666;
            font-style: italic;
        }
        
        .bulletin-empty i {
            font-size: 3em;
            color: #ddd;
            margin-bottom: 15px;
            display: block;
        }
        
        /* Responsive design */
        @media (max-width: 768px) {
            .bulletin-container {
                margin: 10px;
                padding: 15px;
            }
            
            .bulletin-list {
                grid-template-columns: 1fr;
                gap: 15px;
            }
            
            .bulletin-item {
                padding: 0;
            }
            
            .bulletin-link {
                padding: 15px;
                min-height: 70px;
            }
            
            .bulletin-header h1 {
                font-size: 1.8em;
            }
        }
        
        /* Print styles */
        @media print {
            .bulletin-item {
                break-inside: avoid;
                box-shadow: none;
                border: 1px solid #ccc;
            }
            
            .bulletin-link {
                color: #000 !important;
            }
        }

/* Namespaced calendar styles */
.cal-widget {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    width: 100%;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    overflow: hidden;
}

.cal-header {
    background: #182877;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cal-header h2 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff !important;
}

.cal-nav {
    display: flex;
    gap: 10px;
}

.cal-nav-btn {
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.cal-nav-btn:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.cal-agenda {
    padding: 20px;
}

.cal-day-group {
    margin-bottom: 24px;
}

.cal-day-header {
    font-size: 14px;
    font-weight: 600;
    color: #182877;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid #182877;
}

.cal-event {
    background: #f8f9fa;
    border-left: 4px solid #182877;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 4px;
    transition: transform 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.cal-event:hover {
    transform: translateX(4px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.cal-event-time {
    font-size: 12px;
    color: #666;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.cal-event-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 4px;
}

.cal-event-description {
    font-size: 14px;
    color: #666;
}

.cal-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0 10px 0;
    margin-top: 20px;
}

.cal-page-btn {
    background: #182877;
    color: #fff;
    padding: 10px 20px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cal-page-btn:hover {
    background: #0f1a4d;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(24, 40, 119, 0.3);
}

.cal-page-info {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

/* Modal styles */
.cal-modal {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    animation: calFadeIn 0.2s;
}

@keyframes calFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.cal-modal-content {
    background: #fff;
    margin: 80px auto;
    padding: 40px;
    border-radius: 16px;
    width: 90%;
    max-width: 650px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    animation: calSlideUp 0.3s ease-out;
}

@keyframes calSlideUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.cal-modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    color: #666;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    font-weight: 300;
}

.cal-modal-close:hover {
    background: #182877;
    color: #fff;
    transform: rotate(90deg);
}

.cal-modal-content h3 {
    margin: 0 40px 20px 0;
    color: #182877;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
}

.cal-modal-date {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #182877;
    color: #fff;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 12px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
}

.cal-modal-date i {
    font-size: 16px;
}

.cal-modal-time {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f8f9fa;
    color: #182877;
    padding: 8px 16px;
    border-radius: 20px;
    margin-bottom: 24px;
    font-size: 15px;
    font-weight: 500;
}

.cal-modal-time i {
    font-size: 16px;
}

.cal-modal-description {
    color: #333;
    line-height: 1.8;
    font-size: 16px;
    white-space: pre-wrap;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 4px solid #182877;
}

.cal-empty {
    text-align: center;
    color: #999;
    padding: 40px 20px;
}

.cal-loading {
    text-align: center;
    padding: 40px 20px;
    color: #182877;
}