/* =======================
   COMMON CSS / RESET
======================= */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html,
body {
    scroll-behavior: smooth;
}
body {
    font-size: 16px !important;
    font-family: "Rubik", sans-serif, Arial;
    font-weight: 400 !important;
    color: var(--text-color);
    background-color: #fff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
/* =======================
   FONT FACES
======================= */
@font-face {
    font-family: "Archivo_Black";
    src: url("../../fonts/Archivo_Black/ArchivoBlack-Regular.woff2") format("woff2"), url("../../fonts/Archivo_Black/ArchivoBlack-Regular.woff") format("woff"), url("../../fonts/Archivo_Black/ArchivoBlack-Regular.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
}
@font-face {
    font-family: "Bungee";
    src: url("../../fonts/Bungee/Bungee-Regular.woff2") format("woff2"), url("../../fonts/Bungee/Bungee-Regular.woff") format("woff"), url("../../fonts/Bungee/Bungee-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik/static/Rubik-Regular.woff2") format("woff2"), url("../../fonts/Rubik/static/Rubik-Regular.woff") format("woff"), url("../../fonts/Rubik/static/Rubik-Regular.ttf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik/static/Rubik-Medium.woff2") format("woff2"), url("../../fonts/Rubik/static/Rubik-Medium.woff") format("woff"), url("../../fonts/Rubik/static/Rubik-Medium.ttf") format("truetype");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik/static/Rubik-SemiBold.woff2") format("woff2"), url("../../fonts/Rubik/static/Rubik-SemiBold.woff") format("woff"), url("../../fonts/Rubik/static/Rubik-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "Rubik";
    src: url("../../fonts/Rubik/static/Rubik-Bold.woff2") format("woff2"), url("../../fonts/Rubik/static/Rubik-Bold.woff") format("woff"), url("../../fonts/Rubik/static/Rubik-Bold.ttf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "RubikDirt";
    src: url("../../fonts/Rubik/static/RubikDirt-Regular.woff2") format("woff2"), url("../../fonts/Rubik/static/RubikDirt-Regular.woff") format("woff"), url("../../fonts/Rubik/static/RubikDirt-Regular.ttf") format("truetype");
    font-weight: 900;
    font-display: swap;
}
/* ===== FONT LOADING STATES ===== */
/* Hide FOUT (Flash of Unstyled Text) */
.fonts-loading .RubikDirt,
.fonts-loading .Archivo_Black,
.fonts-loading .Bungee,
.fonts-loading .Rubik {
    /* Text will be invisible until font loads */
    opacity: 0;
    transition: opacity 0.2s ease;
}
/* Show text when fonts are loaded */
.fonts-loaded .RubikDirt,
.fonts-loaded .Archivo_Black,
.fonts-loaded .Bungee,
.fonts-loaded .Rubik,
.fonts-ready .RubikDirt,
.fonts-ready .Archivo_Black,
.fonts-ready .Bungee,
.fonts-ready .Rubik {
    opacity: 1;
}
/* Fallback: If fonts don't load, text should be visible */
.RubikDirt,
.Archivo_Black,
.Bungee,
.Rubik {
    opacity: 1;
}
/* Ensure LCP heading is always visible */
.banner-heading .RubikDirt,
.banner-heading .page-heading {
    opacity: 1 !important;
    visibility: visible !important;
}
/* =======================
   FONT FAMILY CLASSES
======================= */
.Bungee {
    font-family: "Bungee", sans-serif, Arial;
}
.RubikDirt {
    font-family: "RubikDirt", sans-serif, Arial;
}
.Archivo_Black {
    font-family: "Archivo_Black", sans-serif, Arial;
}
/* =======================
   FONT WEIGHT CLASSES
======================= */
.rb {
    font-weight: 700;
}
.rm {
    font-weight: 500;
}
.rs {
    font-weight: 600;
}
/* =======================
   CSS focus
======================= */
a:focus-visible,
button:focus-visible,
.tabs-section.banner-img-left a:focus-visible {
    outline: 2px solid #000000 !important;
    outline-offset: 2px !important;
}
footer *:focus-visible,
.navbar .nav-link:focus-visible,
.navbar .tab-links a:focus-visible,
.DLP-banner .carousel-control-next:focus-visible,
.DLP-banner .carousel-control-prev:focus-visible,
.banner .carousel-control-next:focus-visible,
.banner .carousel-control-prev:focus-visible,
.banner a:focus-visible,
.user-dropdown a:focus-visible,
.user-dropdown ul button:focus-visible,
.menu-slider button:focus-visible,
.card-section .site-btn-primary:focus-visible,
.tabs-section a:focus-visible,
.card-detail .nav-link:focus-visible,
.fire-station-section button:focus-visible,
.fire-station-section a:focus-visible{
    outline-color: #fff !important;
}
a:focus,
button:focus {
  outline: none;
  box-shadow:0 0 0;
}
.skip-link {
    position: absolute;
    top: -40px;
    background: var(--color-primary) !important;
    color: #fff;
    padding: 8px 16px;
    z-index: 1031;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: top 0.3s ease;
    left: 0;
    right: 0;
    margin: auto;
    max-width: max-content;
}
.skip-link:focus-visible {
  top: 10px;
  outline: 3px solid #000; 
  outline-offset: 2px;
}
/* =======================
   CSS VARIABLES
======================= */
/*:root {
    --color-primary: #2F517C;
    --color-primary-dark: #1A3859;
    --color-primary-light: #4977B3;
    --color-secondary: #E0BD5F;
    --text-color: #000000;
    --transition: 0.3s ease-in-out;
    --border-radius: 6px;
}*/
.slick-prev i, .slick-next i {
    width: fit-content !important;
}
.navbar .nav-link, .navbar .tab-links a {
    color: var(--MenuLinkColor) !important;
}
    .navbar .nav-link:hover,
    .navbar .tab-links a:hover {
        color: var(--MenuLinkHoverColor) !important;
    }
header.header {
    background-color: var(--MenuBackgroundColor) !important;
}
.footer-section {
    background-color: var(--FooterColor) !important;
}
.footer-heading {
    color: var(--FooterLinkColor) !important;
}
.footer-section a {
    color: var(--FooterLinkColor) !important;
}
    .footer-section a:hover {
        color: var(--FooterLinkHoverColor) !important;
    }
a {
    color: var( --SiteLinkColor);
}
a:hover {
    color: var(--SiteLinkHoverColor);
}
/* =======================
   COLOR UTILITY CLASSES
======================= */
.primary-color {
    color: var(--color-primary) !important;
}
.primary-bg-color {
    background-color: var(--color-primary) !important;
}
.primary-border-color {
    border-color: var(--color-primary) !important;
}
.primary-dark-color {
    color: var(--color-primary-dark) !important;
}
.primary-dark-bg-color {
    background-color: var(--color-primary-dark) !important;
}
.primary-dark-border-color {
    border-color: var(--color-primary-dark) !important;
}
.primary-light-color {
    color: var(--color-primary-light) !important;
}
.primary-light-bg-color {
    background-color: var(--color-primary-light) !important;
}
.primary-light-border-color {
    border-color: var(--color-primary-light) !important;
}
.secondary-color {
    color: var(--color-secondary) !important;
}
.secondary-bg-color {
    background-color: var(--color-secondary) !important;
}
.secondary-border-color {
    border-color: var(--color-secondary) !important;
}
/* =======================
   TYPOGRAPHY / FONT SIZES
======================= */
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6 {
    text-transform: uppercase;
}
.section h1,
.section h2,
.section h3,
.section h4,
.section h5,
.section h6,
.section p {
    margin-bottom: 0.6em !important;
}
body .section .m-0 {
    margin-bottom: 0em !important;
}
.section .heading-wrapper h2 {
    margin-bottom: 0em !important;
}
.aspect-16-9, .banner-column {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.aspect-4-3 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
img {
    object-fit: cover;
    object-position: center;
}
.f-20,
.calendar-event-col .event-day {
    font-size: 20px;
}
.f-24 {
    font-size: 24px;
}
.f-28,
.event-time i {
    font-size: 28px;
}
.f-36,
.event-heading,
.section-heading,
.calendar-month-heading,
.events #eventsDiv > a .col-10 h3 {
    font-size: 36px !important;
}
.f-52 {
    font-size: 52px;
    text-transform: uppercase;
}
.f-70 {
    font-size: 80px;
}
.section-sub-heading {
    line-height: 1;
    text-transform: uppercase;
}
.section-heading {
    text-transform: uppercase;
}
.page-heading,
.event-date {
    font-size: clamp(22px, 4vw, 56px);
    line-height: 1;
}
    .page-heading sub {
        font-size: clamp(16px, 2.4vw, 30px);
        bottom: 0;
        display: inline-block;
    }
.text-shadow {
    text-shadow: 2px 2px 2px #000;
}
.text-shadow-blue {
    text-shadow: 1px 1px 0px #000;
}
.tab-content {
    scroll-margin-top: 150px;
}
/* =======================
   LAYOUT UTILITIES
======================= */
div.body-container-size {
    max-width: 1800px;
    margin: auto;
    padding: 0 80px;
}
iframe {
    max-width: 100%;
}
div.container-size {
    max-width: 1900px;
    padding: 0 80px;
}
.inner-container {
    padding: 40px 0 0;
    max-width: 1465px;
    margin: auto;
}
.pt-40 {
    padding: 40px 0 0;
}
.section-space {
    padding: 60px 0;
}
.gap-65 {
    gap: 65px;
}
.gap-8 {
    gap: 80px;
}
.p-25 {
    padding: 35px 0;
}
/* =======================
   ASPECT RATIOS
======================= */
.aspect-16-9 {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.aspect-4-3 {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
/* =======================
   BORDER RADIUS UTILITIES
======================= */
.br-6,
.website-calendar,
.calendar-event-col {
    border-radius: var(--border-radius);
}
.radius-20 {
    border-radius: 20px;
}
.radius-16 {
    border-radius: 16px;
}
.img-blue {
    border-radius: 20px;
    border: 3px solid var(--color-primary-dark);
}
.img-yellow {
    border-radius: 20px;
    border: 3px solid var(--color-secondary);
}
/* =======================
   MISCELLANEOUS UTILITIES
======================= */
.section-branding-logo {
    width: 70px;
    height: 70px;
}
.position-unset {
    POSITION: UNSET;
}
/* =======================
   BACKGROUND IMAGE OVERLAY
======================= */
.bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
    opacity: .8;
    object-position: top;
}
/* =======================
   BUTTONS
======================= */
.secondary-btn .btn-style {
    min-width: 36px;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 34px;
    border: 1px solid var(--color-primary-dark);
    border-radius: 100%;
    font-size: 15px;
}
.site-btn-primary {
    transition: all 0.3s ease-in-out;
    text-align: left;
    max-width: max-content !important;
}
    .site-btn-primary:hover {
        background-color: var(--color-primary-dark) !important;
        color: #fff !important;
        border-color: #fff;
    }
.section.banner .site-btn-primary:hover,
.card-row.row .bs-col:nth-child(3) .card .site-btn-primary:hover,
.card-row.row .bs-col:nth-child(6) .card .site-btn-primary:hover,
.service-container .service-row:nth-of-type(4n+4) .site-btn-primary:hover {
    background-color: var(--color-secondary) !important;
    color: #000 !important;
}
/* =======================
   HEADER & NAVIGATION
======================= */
.header .social-icons a,
.banner-slider .carousel-controls {
    transition: all 0.3s ease-in-out;
}
    .header .social-icons a:hover,
    .banner-slider .carousel-controls:hover {
        color: var(--color-primary-dark) !important;
    }
header.header {
    position: sticky;
    top: -1px;
    z-index: 5;
    min-height: 90px;
    display: flex;
}
header.header .navbar,
header.header .container{
    width:100%;
}
.logo-wrapper,
.site-logo {
    width: 130px;
    z-index: 5;
}
.site-logo {
    position: absolute;
    top: 10px;
}
/* Hamburger Menu */
.bar1,
.bar2,
.bar3 {
    width: 64px;
    height: 5px;
    margin: 6px 0;
    display: block;
    border-radius: 100px;
    transition: 0.3s;
}
.bar1,
.bar3 {
    width: 48px;
}
.show .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}
.show .bar2 {
    opacity: 0;
}
.show .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}
/* Search Box */
.search-box {
    position: relative;
    max-width: 250px;
    width: 250px;
}
    .search-box input {
        border-radius: 30px;
        padding-right: 45px !important;
        border: 3px solid var(--color-primary-dark) !important;
        padding: 12px;
        height: auto;
    }
.search-btn {
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
    width: 39px;
    height: 39px;
    line-height: 37px;
}
/* Icon Buttons */
.icon-btn,
.icon-btn:hover {
    width: 74px;
    height: 74px;
    border-radius: 50% !important;
    border: 3px solid var(--color-primary-dark) !important;
    font-size: 56px !important;
    line-height: 87px !important; 
}
/* =======================
   MEGA MENU
======================= */
.megamenu-row .slick-disabled{
    opacity:0.5;
}
.megamenu-row .slick-prev i,
.megamenu-row .slick-next i,
.megamenu-row .slick-prev svg,
.megamenu-row .slick-next svg {
    font-size: 36px;
    color: var(--color-secondary);
}
.megamenu-row .slick-prev:before, .megamenu-row .slick-next:before {
    display: none;
}
.megamenu-row .slick-prev, .megamenu-row .slick-next {
    z-index: 1;
    width: fit-content;
    height: fit-content;
}
.megamenu-row .slick-dots {
    text-align: center;
    margin-top: 25px;
}
    .megamenu-row .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }
        .megamenu-row .slick-dots li button {
            width: 12px;
            height: 12px;
            background: #ccc;
            border: none;
            border-radius: 50%;
            text-indent: -9999px;
            cursor: pointer;
            margin: auto;
        }
            .megamenu-row .slick-dots li button:before {
                display: none;
            }
        .megamenu-row .slick-dots li.slick-active button {
            background: var(--color-secondary);
        }
.megamenu-row .slick-slide {
    margin: 0 32.5px;
}
.megamenu-row .slick-list {
    margin: 0 -32.5px;
}
.tab-content-col {
    flex: 1;
    width: 500px;
    padding:0 20px !important;
}
.menu-image img {
    object-fit: cover;
}
.megamenu-row .tab-pane .gap-65 {
    gap: 0 65px;
}
.tab-links {
    flex-basis: calc(50% - 32.5px);
}
.megamenu .accordion-button::after {
    display: none;
}
.megamenu .dropdown-menu {
    right: 0;
    left: 0;
    width: 100%;
    z-index: 0;
}
.megamenu-row {
    padding: 130px 0 20px !important;
    overflow: auto;
    height: calc(100vh - 83px);
}
    .megamenu-row::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: var(--color-primary-dark);
    }
    .megamenu-row::-webkit-scrollbar {
        width: 8px;
        background-color: var(--color-primary-dark);
    }
    .megamenu-row::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--color-secondary);
    }
.megamenu-logo {
    position: absolute;
    right: 0;
    z-index: -1;
    opacity: 0.15;
    height: 156vh;
    top: -130px;
}
.megamenu .left-tabs {
    flex-basis: 531px;
    min-width: 531px;
}
.megamenu.tab-content {
    flex-grow: 1;
    max-width: 1220px;
}
.megamenu .img-rounded {
    border-radius: 20px;
    border: 3px solid #e0bd5f;
}
.megamenu .tab-links a {
    padding: 13px 10px;
    border-bottom: 3px solid var(--color-secondary);
    transition: all 0.3s ease-in-out;
}
    .megamenu .tab-links a:hover,
    .megamenu .left-tabs .nav-link.active,
    .megamenu .nav-pills .nav-link.active,
    .megamenu .nav-pills .show > .nav-link {
        color: var(--color-secondary) !important;
    }
/* =======================
   BANNER / CAROUSEL SECTION
======================= */
.video-wrapper {
    position: relative;
    width: 100%;
    max-width: unset;
    max-height: calc(100vh - 218px);
    height: calc(100vh - 218px);
    overflow: hidden;
    margin: 0 auto;
}
    .video-wrapper iframe {
        width: 100%;
        aspect-ratio: 1.333 / 1;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        border: 0;
        pointer-events: none;
    }
.video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    cursor: pointer;
}
.play-pause-btn {
    position: absolute;
    top: auto;
    left: auto;
    right: 25px;
    bottom: 25px;
    width: 70px;
    height: 70px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid white;
    border-radius: 50%;
    cursor: pointer;
    z-index: 3;
    transition: 0.3s;
    transform: translate(0%, 0%);
}
    .play-pause-btn::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        border-left: 24px solid white;
        border-top: 14px solid transparent;
        border-bottom: 14px solid transparent;
    }
    .play-pause-btn.playing::before {
        border: none;
        width: 6px;
        height: 24px;
        background: white;
        box-shadow: 14px 0 0 white;
        left: 40%;
    }
    .play-pause-btn.hidden, .play-pause-btn.playing {
        opacity: 1;
    }
.video-wrapper .play-pause-btn {
    opacity: 1 !important;
}
.banner-slider .carousel-item {
    min-height: 300px;
    max-height: 80vh;
    height: 600px;
    overflow: hidden;
}
    .banner-slider .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        margin: auto;
    }
.banner-slider .carousel-controls {
    font-size: 80px;
    opacity: 1;
    color: var(--color-secondary);
}
    .banner-slider .carousel-controls:hover,
    .banner-slider .carousel-controls:focus {
        color: var(--color-secondary);
    }
/* =======================
   SERVICES SECTION
======================= */
.service-row {
    gap: 30px 0;
}
.bg-color-gray {
    background-image: url(../../image/bg-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-image {
    flex-basis: 47%;
    position: relative;
}
.second-row-card .site-btn-primary {
    margin-left: auto;
    text-align: right;
}
.services-content-wrapper.second-row-card {
    text-align: right;
    padding: 30px 30px 30px 30px;
    flex-basis: 47%;
}
    .services-content-wrapper.second-row-card .bg-shape {
        transform: rotate(180deg);
        width: 113%;
        right: 0;
        left: auto;
    }
    .services-content-wrapper.second-row-card .service-heading {
        margin-left: auto;
    }
.services-content-wrapper {
    padding: 30px 150px 30px 30px;
}
.second-row-card .service-content {
    margin-left: auto;
}
.service-content {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    min-height: 135px;
}
.feature-description {
    line-height: 1.5;
}
.services-content-wrapper {
    flex-basis: 53%;
}
.services-img-wrapper {
    padding: 30px 30px 30px 140px;
    width: 113%;
    left: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-image: url('https://images.pexels.com/photos/803105/pexels-photo-803105.jpeg?auto=compress&cs=tinysrgb&w=901&h=334&fit=crop');
    background-size: cover;
    background-position: center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 901 334' preserveAspectRatio='none'%3E%3Cpath d='M161.926 325.492C164.7 330.727 170.14 334 176.064 334H884.435C893.272 334 900.435 326.837 900.435 318V16C900.435 7.16345 893.272 0 884.435 0H16.022C3.96189 0 -3.76274 12.8358 1.88443 23.492L161.926 325.492Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 901 334' preserveAspectRatio='none'%3E%3Cpath d='M161.926 325.492C164.7 330.727 170.14 334 176.064 334H884.435C893.272 334 900.435 326.837 900.435 318V16C900.435 7.16345 893.272 0 884.435 0H16.022C3.96189 0 -3.76274 12.8358 1.88443 23.492L161.926 325.492Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
}
    .services-img-wrapper svg {
        width: 100%;
        height: 100%;
        display: block;
        border-radius: 20px;
    }
.services-content-wrapper .bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.service-container svg {
    width: 100%;
    height: 100%;
    display: block;
}
.service-container .service-row:nth-of-type(4n+2) .services-content-wrapper {
    color: #000 !important;
}
.service-container .service-row .services-content-wrapper .bg-shape svg {
    fill: var(--color-primary-light);
}
.service-container .service-row:nth-of-type(4n+2) .services-content-wrapper .bg-shape svg {
    fill: var(--color-secondary);
}
.service-container .service-row:nth-of-type(4n+3) .services-content-wrapper .bg-shape svg {
    fill: var(--color-primary);
}
.service-container .service-row:nth-of-type(4n+4) .services-content-wrapper .bg-shape svg {
    fill: var(--color-primary-dark);
}
.service-container .service-row .services-content-wrapper .content > * {
    background-color: transparent;
    max-width: unset;
}
.service-container .service-row:nth-of-type(4n+2) .services-content-wrapper .content > * {
    background-color: var(--color-secondary);
}
.service-container .service-row:nth-of-type(4n+3) .services-content-wrapper .content > * {
    background-color: var(--color-primary);
}
.service-container .service-row:nth-of-type(4n+4) .services-content-wrapper .content > * {
    background-color: var(--color-primary-dark);
}
.service-row + .service-row {
    margin-top: 30px;
}
/* =======================
   station section
======================= */
.asset-detail-card {
    min-width: 688px;
}
/* =======================
   CALENDAR SECTION
======================= */
.fit-content {
    width: fit-content;
}
.events #eventsDiv {
    gap: .5rem !important;
    display: flex;
    flex-wrap: wrap;
}
    .events #eventsDiv > a {
        border-radius: var(--border-radius);
        background-color: #fff;
        display: inline-block;
        overflow: hidden;
        width: 100%;
        color: inherit;
        text-decoration: none;
    }
    .events #eventsDiv > a .col-2{
        min-width: 130px;
        border-radius: var(--border-radius);
        background-color: var(--color-secondary) !important;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
        .events #eventsDiv > a.upcoming-event .col-2 {
            background-color: var(--color-primary) !important;
            color: #fff;
        }
            .events #eventsDiv > a.upcoming-event .col-2 span {
                color: #fff;
            }
        .events #eventsDiv > a .col-2 h1{
            font-size: 56px;
            line-height: 1;
            display: flex;
            margin: 0;
        }
        .events #eventsDiv > a .col-2 h1 span{
            background-color: transparent !important;
            padding: 0;
            height: fit-content !important;
            color: #000;
        }
        .events #eventsDiv > a .col-2 h2{
            font-size: 20px;
        }
        .events #eventsDiv > a .col-10 {
            padding: 1em 20px !important;
            flex: 1 !important;
        }
            .events #eventsDiv > a .col-10 h3 strong {
                font-weight: 500;
            }
            .events #eventsDiv > a .col-10 ul{
                margin:0 !important;
            }
            .website-full-calendar .fc-button-primary:focus,
            .website-full-calendar .fc-button-primary:active {
                box-shadow: 0 0 0 !important;
            }
.events #eventsDiv > a .col-10 ul i {
    color: var(--color-secondary) !important;
}
.website-full-calendar .hasEvent{
    position:relative;
}
    .website-full-calendar .hasEvent::after {
        background: var(--color-primary-dark);
        width: 45%;
        height: 4px;
        border-radius: 0;
        position: absolute;
        bottom: 10px;
        z-index: 1000;
        content: "_";
        left: 0;
        font-size: 0;
        right: 0;
        margin: auto;
    }
.website-full-calendar {
    max-width: 550px;
    min-width: 550px;
}
.site-calendar a {
    color: #000;
    text-decoration: none;
    text-align: center;
}
.site-calendar .fc-daygrid-day-events {
    display: none;
}
.site-calendar td,
.site-calendar th {
    border: 2px solid var(--color-primary-light) !important;
    font-size: 22px;
    background-color: transparent !important;
}
.fr-view .site-calendar th {
    background-color: transparent !important;
}
.site-calendar td {
    height: 60px;
    line-height: 60px;
}
.site-calendar th {
    height: 40px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: 400;
}
.site-calendar .fc-daygrid-day-top {
    flex-direction: column-reverse !important;
}
.site-calendar thead td,
.site-calendar thead th,
.site-calendar table,
.site-calendar table tbody > tr,
.site-calendar table tbody > tr.fc-scrollgrid-section > td {
    border: 0 !important;
}
.site-calendar .fc-toolbar.fc-header-toolbar {
    display: none;
}
.site-calendar .fc-daygrid-day.fc-day-today {
    background-color: var(--color-secondary) !important;
}
.site-calendar .fc-day-other a {
    display: none;
}
    .events .alert-primary {
        border: 0;
        max-width: 100%;
        margin: auto;
        background-color: #fff;
        font-size: 20px;
        width: 100%;
    }
/* =======================
   EVENT CARDS
======================= */
.event-day-date {
    min-width: 130px;
}
.holiday .event-day {
    color: var(--color-secondary) !important;
}
.holiday .event-date {
    color: #fff;
}
.holiday .event-day-date {
    background-color: var(--color-primary-dark) !important;
}
/* =======================
   DEPARTMENT LANDING PAGE –
   BANNER SECTION
======================= */
.description-toggle {
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}
.tabs-section.banner-img-right .primary-bg-color {
    background-color: var(--color-primary-light) !important;
}
.tabs-section.banner-img-left .primary-bg-color {
    background-color: var(--color-secondary) !important;
}
.tabs-section.no-img .primary-bg-color {
    display: none;
}
.tabs-section.banner-img-left .nav-link + .nav-link::before, .tabs-section.banner-img-left .nav-link.active span::before {
    background-color: var(--color-primary-dark) !important;
}
.tabs-section.banner-img-left .nav-link {
    color: var(--color-primary-dark) !important;
    text-transform: uppercase;
}
.DLP-banner .carousel-control-next,
.DLP-banner .carousel-control-prev {
    opacity: 1 !important;
}
    .DLP-banner .carousel-control-next .fa-solid,
    .DLP-banner .carousel-control-prev .fa-solid {
        text-shadow: 2px 2px 5px #000;
    }
.DLP-banner .visually-hidden {
    color: #fff !important;
}
.banner-img {
    max-width: 98%;
    height: 100%;
}
.department-page-heading {
    font-size: 3vw;
    word-wrap: normal;
}
.page-sub-heading {
    font-size: 3vw;
}
.banner-heading-wrapper {
    width: 500px;
    min-width: 500px;
}
.banner-img-right .banner-row {
    flex-direction: row-reverse;
}
.banner-img-left {
    padding: 0 !important;
}
    .banner-img-left div.body-container-size {
        padding: 0 !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    .banner-img-left .banner-img {
        border-radius: 0 !important;
    }
    .banner-img-left .banner-heading-wrapper {
        width: 550px;
        min-width: 550px;
        padding: 30px 30px 30px 0;
    }
.no-img .banner-column {
    display: none;
}
.no-img .banner-heading-wrapper {
    width: 100%;
    min-width: 100%;
    padding: 30px 0 0;
}
/* =======================
   DEPARTMENT LANDING PAGE –
   TABS SECTION
======================= */
.tabs-section .nav-link {
    max-width: 20%;
    width: 20%;
    padding: 0 35px;
    line-height: 1.3;
    text-transform: uppercase;
}
.tabs-section .nav-tabs {
    gap: 35px 0;
}
    .tabs-section .nav-link + .nav-link::before {
        position: absolute;
        content: '';
        width: 4px;
        height: 100%;
        background-color: var(--color-secondary);
        left: -2px;
        top: 0;
        margin: auto;
    }
    .tabs-section .nav-link.active span::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 8px;
        background-color: var(--color-secondary);
        bottom: -16px;
        left: 0;
        right: 0;
        margin: auto;
    }
.tabs-section .nav-link:nth-child(6n)::before {
    display: none;
}
/* =======================
   DEPARTMENT LANDING PAGE –
   CARD SECTION (Commissioners)
======================= */
.card-row.row .card {
    border-radius: 20px;
    max-width: 97%;
    height: 100%;
}
.card-row.row .bs-col:nth-child(3n+1) .card {
    background-color: var(--color-primary);
}
.card-row.row .bs-col:nth-child(3n+2) .card {
    background-color: var(--color-primary-light);
}
.card-row.row .bs-col:nth-child(3n+3) .card {
    background-color: var(--color-primary-dark);
}
.card-size {
    max-width: 566px;
    width: 566px;
}
.station-tabs .nav-link.active {
    color: var(--color-secondary) !important;
}
.station-tabs img {
    position: unset;
    width: auto !important;
}
.card-row {
    gap: 30px 0;
}
.card-section .aspect-4-3 {
    aspect-ratio: 1 / 1;
    object-position: center 30%;
}
.staff-bio, .page-description {
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}
.staff-bio {
    min-height: auto;
}
    .staff-bio *{
        color:#fff !important;
        font-size:20px !important;
    }
    /* =======================
   DEPARTMENT LANDING PAGE –
   FIRE STATION SECTION
======================= */
    .w-33 {
        width: 42%;
        transition: all 0.3s ease-in-out;
        overflow: hidden;
    }
.card-detail {
    flex: 0;
    opacity: 0;
    max-width: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.card.active {
    width: 100%;
}
.detail-card a {
    color: #fff;
}
    .card.active .card-detail .d-none {
        display: block !important;
    }
    .card.active .card-detail {
        flex: 1;
        opacity: 1;
        max-width: 100%;
        overflow: visible;
    }
.collapse-btn i {
    transition: transform 0.3s ease;
    width: auto;
}
.card.active .collapse-btn i {
    transform: rotate(180deg);
}
/* =======================
   DEPARTMENT LANDING PAGE –
   RESOURCE LIBRARY SECTION
======================= */
.resource-library-section .DLP-banner .visually-hidden {
    color: #000 !important;
}
.resource-library-section .left-tabs {
    flex-basis: 570px;
    width: 570px;
    max-width: 570px;
    min-width: 570px;
}
.card-description {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resource-library-section button.nav-link {
    padding: 12px 10px;
    border-bottom: 4px solid var(--color-primary-dark);
}
    .resource-library-section button.nav-link.active {
        background-color: var(--color-secondary) !important;
    }
.resource-library-section .accordion-item {
    border-bottom: 4px solid var(--color-secondary) !important;
}
    .resource-library-section .accordion-item:first-child {
        border-top: 4px solid var(--color-secondary) !important;
    }
.resource-library-section .accordion-button {
    padding: 18px 40px 18px 0 !important;
}
    /* Remove default chevron */
    .resource-library-section .accordion-button::after {
        display: none !important;
    }
    /* Custom plus icon in circle */
    .resource-library-section .accordion-button::before {
        content: "\f067";
        /* Font Awesome plus icon */
        font-family: "Font Awesome 7 Pro", "Font Awesome 6 Pro";
        font-weight: 900;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        transition: all 0.3s ease-in-out;
        border: 2px solid var(--color-primary-dark) !important;
        line-height: 36px;
        position: absolute;
        right: 0;
        font-size: 18px;
        color: var(--color-primary-dark);
    }
.resource-library-image {
    max-width: 50%;
}
/* Custom minus icon in circle when open */
.resource-library-section .accordion-button:not(.collapsed)::before {
    content: "\f068";
    transform: rotate(0deg);
}
.resource-library-section .accordion-button::before {
    text-align: center;
}
.resource-library-section .accordion-button:not(.collapsed),
.resource-library-section .accordion-button:focus {
    box-shadow: 0 0 0 !important;
}
.media-item {
    width: 100%;
    color: var(--color-primary-dark) !important;
}
.media-inner-wrapper {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    font-size: 20px;
    gap: 6px;
    justify-content: start !important;
    margin-top: 1rem;
}
.gallery-widget .media-item {
    margin: 0;
    word-break: break-word;
    text-align: left;
}
.gallery-widget img {
    display:none;
}
.media-inner-wrapper i,
.media-inner-wrapper svg {
    font-size: 28px;
    width: fit-content;
}
    .media-inner-wrapper a {
        text-decoration: none;
        color: var(--color-primary-dark) !important;
    }
/* =======================
   DEPARTMENT LANDING PAGE –
   DEPARTMENT TABS SECTION
======================= */
.department-tabs-section .resource-library-image {
    max-width: 100%;
    min-height: 369px;
}
div .section .card-text {
    text-transform: capitalize;
}
.card-content-detail.position-absolute {
    bottom: 0;
    max-width: 53%;
    width: 520px;
}
/* =======================
   DEPARTMENT LANDING PAGE –
   PARAGRAPH SECTIONS
======================= */
.paragraph-img {
    max-width: 640px;
}
.paragraph-section:nth-of-type(4n+1) {
    background-image: url(../../image/bg-img.png), linear-gradient(to bottom, var(--color-primary) 18%, #d9d9d9 18%);
    background-size: cover, auto;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-color: #d9d9d9;
}
.paragraph-section:nth-of-type(4n+2) {
    background-color: var(--color-primary-light);
    color: #fff;
}
.paragraph-section:nth-of-type(4n+3) {
    background-color: var(--color-primary);
    color: #fff;
}
.paragraph-section:nth-of-type(4n+4) {
    background-color: var(--color-primary-dark);
    color: #fff;
}
/* =======================
   FOOTER SECTION
======================= */
footer a {
    transition: all 0.3s ease-in-out;
}
.footer-section {
    margin-top: auto;
}
.Footer-links a {
    padding: 4px 0;
    display: inline-block;
}
footer a:hover {
    text-decoration: underline !important;
    color: var(--color-secondary) !important;
}
.footer-column-flex {
    gap: 0;
    justify-content: space-between;
}
.Footer-internal-links {
    width: 100%;
    max-width: 12.9em;
}
    .Footer-internal-links:last-child {
        max-width: max-content;
    }
.footer-iframe *{
    max-width:100% !important;
}
/* ===============================================================
   RESPONSIVE / MEDIA QUERIES
=============================================================== */
@media screen and (min-width: 991.98px) {
    .flex-grow-1.events::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }
    .flex-grow-1.events::-webkit-scrollbar {
        width: 8px;
        background-color: #fff;
    }
    .flex-grow-1.events::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: var(--color-secondary);
    }
    .flex-grow-1.events {
        max-height: 625px;
        overflow: auto;
    }
}
    /* =======================
   @media max-width: 1600px
======================= */
    @media screen and (max-width: 1600px) {
        /* =======================
   station section
======================= */
        .asset-detail-card {
            min-width: 575px;
        }
        /* Tabs Section */
        .tabs-section .nav-link {
            padding: 0 15px;
        }
        /* Font Sizes */
        .f-70 {
            font-size: 60px;
        }
        /* Calendar Section */
        .gap-8 {
            gap: 60px;
        }
        .website-full-calendar {
            max-width: 500px;
            min-width: 500px;
        }
        /* Card Section */
        .card-size {
            max-width: 471px;
        }
    }
    /* =======================
   @media max-width: 1440px
======================= */
    @media screen and (max-width: 1440px) {
        /* =======================
   station section
======================= */
        .asset-detail-card {
            min-width: 525px;
        }
        /* Banner Section */
        .department-page-heading {
            font-size: 4vw;
        }
        /* Card Section */
        .card-size {
            max-width: 422px;
        }
        /* Fire Station Section */
        .w-33 {
            width: 43%;
        }
    }
    /* =======================
   @media max-width: 1366px
======================= */
    @media screen and (max-width: 1366px) {
        /* =======================
   station section
======================= */
        .asset-detail-card {
            min-width: 455px;
        }
        .page-content-wrapper .advancedforms-row {
            padding: 40px !important;
        }
        /* Mega Menu */
        .megamenu-row .slick-slide {
            margin: 0 20px;
        }
        .megamenu-row .slick-list {
            margin: 0 -20px;
        }
        .megamenu-row .tab-pane .gap-65 {
            gap: 0 40px;
        }
        .tab-links {
            flex-basis: calc(50% - 20px);
        }
        .megamenu div.container-size {
            padding: 0 20px;
        }
        /* Font Sizes */
        .f-52 {
            font-size: 46.8px;
        }
        .f-70 {
            font-size: 60px;
        }
        .f-20,
        .calendar-event-col .event-day,
        .site-calendar td,
        .site-calendar th {
            font-size: 18px !important;
        }
        .f-28,
        .event-time i {
            font-size: 25.2px !important;
        }
        .f-36,
        .event-heading,
        .section-heading,
        .calendar-month-heading,
        .events #eventsDiv > a .col-10 h3 {
            font-size: 32.4px !important;
        }
        .f-24 {
            font-size: 20px;
        }
        /* Resource Library Section */
        .resource-library-section .left-tabs {
            flex-basis: 470px;
            max-width: 470px;
            min-width: 470px;
        }
        /* Layout Utilities */
        .gap-65 {
            gap: 40px;
        }
        div.container-size,
        div.body-container-size {
            padding: 0 40px;
        }
        /* Card Section */
        .card-size {
            max-width: 466px;
        }
        /* Fire Station Section */
        .w-33 {
            width: fit-content;
        }
        /* Tabs Section */
        .tabs-section .nav-link {
            padding: 0 15px;
        }
    }
    /* =======================
   @media max-width: 1280px
======================= */
    @media screen and (max-width: 1280px) {
        .page-content-wrapper .advancedforms-row {
            padding: 40px 12px !important;
        }
        /* Card Section */
        .card-row.row .card {
            max-width: 100%;
        }
        .card-row {
            gap: 24px 0;
        }
        .card-size {
            max-width: 350px;
        }
        /* Paragraph Section */
        .paragraph-img {
            max-width: 100%;
        }
        /* Fire Station Section */
        .fire-station-section .card {
            height: auto;
        }
        .collapse-card-img {
            width: 50%;
        }
        /* Layout Utilities */
        div.body-container-size,
        div.container-size {
            padding: 0 12px;
        }
        /* Banner Section */
        .video-wrapper {
            max-width: unset;
            max-height: unset;
            height: unset;
            aspect-ratio: 16 / 9;
        }
        /* Mega Menu */
        .megamenu-row .slick-slide {
            margin: 0 10px;
        }
        .megamenu-row .slick-list {
            margin: 0 -10px;
        }
        .megamenu-row .tab-pane .gap-65 {
            gap: 0 20px;
        }
        .tab-links {
            flex-basis: calc(50% - 10px);
        }
        .left-tabs {
            flex-basis: 340px;
            min-width: 340px;
        }
        .megamenu .left-tabs {
            flex-basis: 400px;
            min-width: 400px;
        }
        .megamenu-row {
            padding: 100px 0 20px !important;
        }
        /* Calendar Section */
        .gap-8 {
            gap: 20px;
        }
        .website-full-calendar {
            max-width: 400px;
            min-width: 400px;
        }
        .site-calendar td {
            height: 50px;
            line-height: 50px;
        }
        .gap-65 {
            gap: 20px;
        }
    }
    /* =======================
   @media max-width: 1024px
   (All Tablets)
======================= */
    @media (max-width: 1024px) {
        /* =======================
   station section
======================= */
        .asset-detail-card {
            min-width: 440px;
        }
        /* Banner Section */
        .banner-img-left .banner-heading-wrapper {
            width: 450px;
            min-width: 450px;
        }
        .banner-img {
            max-width: 100%;
        }
        .banner-heading-wrapper {
            min-width: 370px;
            word-break: break-word;
        }
        .department-page-heading {
            font-size: 4vw;
            line-height: 1;
        }
        .page-sub-heading {
            font-size: 4vw;
        }
        /* Footer Section */
        .footer-heading.f-24 {
            font-size: 20px !important;
        }
        /* Font Sizes */
        .f-52 {
            font-size: 42.12px;
        }
        .f-70 {
            font-size: 40px;
        }
        .f-20,
        .calendar-event-col .event-day,
        .site-calendar td,
        .site-calendar th {
            font-size: 16px !important;
        }
        .f-28,
        .event-time i {
            font-size: 22.68px !important;
        }
        .f-36,
        .event-heading,
        .section-heading,
        .calendar-month-heading,
        .events #eventsDiv > a .col-10 h3 {
            font-size: 29.16px !important;
        }
        /* Event Cards */
        .event-date {
            font-size: 46px !important;
        }
    }
    /* =======================
   @media max-width: 991px
======================= */
    @media screen and (max-width: 991px) {
        .login-btn {
            width: 40px;
            height: 40px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50px;
            font-size: 20px !important;
            color: var(--color-secondary) !important;
        }
        body div .btn-primary.login-btn {
            color: var(--color-secondary) !important;
        }
        header.header {
            min-height: 56px;
        }
        .station-tabs .nav-item {
            flex-basis: 100%;
        }
        .tabs-section .nav-tabs {
            gap: 0px 0;
        }
        .play-pause-btn {
            width: 50px;
            height: 50px;
        }
            .play-pause-btn::before {
                border-left: 16px solid white;
                border-top: 8px solid transparent;
                border-bottom: 8px solid transparent;
            }
            .play-pause-btn.playing::before {
                width: 3px;
                height: 14px;
                box-shadow: 10px 0 0 white;
                left: 40%;
            }
        /*calendar css*/
        .events #eventsDiv > a .col-2 h1 {
            font-size: 46px;
        }
        .events #eventsDiv > a .col-2 {
            min-width: 100px;
            width: 100px;
            padding: 0 0 0 12px !important;
        }
            .events #eventsDiv > a .col-2 h2 {
                font-size: 16px;
            }
        /* Banner Section */
        .department-page-heading {
            font-size: 6vw;
        }
        /* =======================
   SERVICES SECTION
======================= */
        .services-content-wrapper.second-row-card .service-heading {
            max-width: 88%;
        }
        .services-content-wrapper.second-row-card .bg-shape {
            width: 100%;
        }
        .services-img-wrapper .service-heading {
            padding: 0 0 0 90px;
        }
        .service-content {
            line-height: 1.5;
            min-height: auto;
        }
        .services-content-wrapper {
            padding: 15px 15px 90px;
            min-height: 334.19px;
        }
            .services-img-wrapper, .services-content-wrapper.second-row-card {
                padding: 90px 15px 15px;
                margin-top: -105px;
            }
        .service-row {
            flex-wrap: wrap;
        }
        .services-img-wrapper {
            width: 100%;
            position: relative;
            height: 300px;
            mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 285' preserveAspectRatio='none'%3E%3Cpath d='M395.058 285H4.94193C2.21264 285 0 283.458 0 281.555V82.1117C0 80.11 2.03066 78.3877 4.84845 78L395.152 0.0534476C396.344 -0.11033 397.578 0.106683 398.517 0.64405C399.456 1.18173 400 1.98434 400 2.8311V281.555C400 283.458 397.788 285 395.058 285Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
            -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 285' preserveAspectRatio='none'%3E%3Cpath d='M395.058 285H4.94193C2.21264 285 0 283.458 0 281.555V82.1117C0 80.11 2.03066 78.3877 4.84845 78L395.152 0.0534476C396.344 -0.18033 578 0.106683 398.517 0.64405C399.456 1.18173 400 1.98434 400 2.8311V281.555C400 283.458 397.788 285 395.058 285Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
        }
        .services-content-wrapper, .services-image, .services-content-wrapper.second-row-card {
            flex-basis: 100%;
        }
        /* Resource Library Section */
        .resource-library-image {
            max-width: 100%;
        }
        .resource-library-section .accordion-button::before {
            width: 28px;
            height: 28px;
            line-height: 24px;
            font-size: 16px;
        }
        .resource-library-section .accordion-button {
            padding: 16px 30px 16px 0 !important;
        }
        .resource-library-section .resource-library-image {
            margin: 0 0 15px !important;
        }
        .resource-library-section .left-tabs {
            flex-basis: 370px;
            max-width: 370px;
            min-width: 370px;
        }
        /* Department Tabs Section */
        .department-tabs-section .resource-library-image {
            margin: 0 0 0px !important;
        }
        /* Layout Utilities */
        .gap-row-4 {
            gap: 15px 0;
        }
        .pt-40 {
            padding: 30px 0 0;
        }
        .section-space {
            padding: 50px 0;
        }
        /* Banner Section */
        .no-img .banner-heading-wrapper {
            padding: 0px 0 0;
        }
        .banner-img-left .banner-heading-wrapper {
            width: 100%;
            min-width: 100%;
            padding: 50px 12px 0;
        }
        .banner-img-right .banner-row {
            flex-direction: column-reverse;
        }
        .banner-row {
            flex-wrap: wrap;
            flex-direction: column-reverse;
        }
        .banner-heading-wrapper {
            min-width: 100%;
            width: 100%;
        }
        /* Header & Navigation */
        .search-box {
            max-width: fit-content;
            width: fit-content;
        }
            .search-box input {
                display: none;
            }
        .search-btn {
            position: unset;
            transform: translateY(0%);
            border: 2px solid var(--color-primary-dark);
            width: 40px;
            background-color: transparent;
            height: 40px;
            color: var(--color-primary-dark);
            font-size: 18px;
            line-height: 38px;
        }
        .icon-btn, .icon-btn:hover {
            width: 40px;
            height: 40px;
            font-size: 28px !important;
            line-height: 47px !important;
            border: 2px solid var(--color-primary-dark);
        }
        .bar1,
        .bar2,
        .bar3 {
            width: 35px;
            height: 3px;
            margin: 5px 0;
            display: block;
            border-radius: 100px;
        }
        .bar1,
        .bar3 {
            width: 28px;
        }
        .show .bar3 {
            transform: translate(0, -8px) rotate(45deg);
        }
        .show .bar1 {
            transform: translate(0, 8px) rotate(-45deg);
        }
        .navbar-items {
            gap: 10px !important;
        }
        .site-logo {
            top: 0;
        }
        .logo-wrapper,
        .site-logo {
            width: 80px;
            min-width: 80px;
        }
        .section-branding-logo {
            width: 60px;
            height: 60px;
        }
        /* Tabs Section */
        .p-25 {
            padding: 20px 0;
        }
        .tabs-section .nav-link + .nav-link::before {
            display: none;
        }
        .tabs-section .nav-link {
            max-width: 33.33%;
            padding: 15px 10px;
            width: 33.33%;
        }
            .tabs-section .nav-link.active span::before {
                height: 4px;
                bottom: -10px;
            }
        /* Fire Station Section */
        .fire-station-section .card {
            padding: 20px 15px !important;
            min-width: 100%;
        }
        .card.active .card-detail {
            flex-basis: 100%;
            max-height: 100%;
        }
        .card-size,
        .w-33 {
            max-width: 100%;
            width: 100%;
        }
        button.collapse-btn {
            transform: rotate(90deg);
            margin: 0px 0 0 8px !important;
        }
        .card-detail {
            max-width: 100%;
            max-height: 0;
            flex-basis: 100%;
        }
            .card-detail > .p-4 {
                padding: 20px 0 0 !important;
            }
        .collapse-card-img {
            position: relative;
            width: 90%;
            margin-left: auto;
            display: block;
        }
        /* Card Section */
        .card-row {
            gap: 12px 0;
        }
        /* Mega Menu */
        .menu-slider-mobile {
            max-width: 92%;
            margin: auto;
        }
        .megamenu-row .accordion-body .gap-65 {
            gap: 0 20px;
        }
        .megamenu .tab-links a {
            padding: 13px 0px;
        }
        .megamenu-row .nav-link-item > img {
            display: none;
        }
        .megamenu-logo {
            height: auto;
            top: 0;
            bottom: 0;
            top: auto;
            opacity: 0.1;
        }
        .megamenu .accordion-button i {
            transform: rotate(90deg);
        }
        .megamenu .accordion-button.collapsed i {
            transform: rotate(0deg);
        }
        .megamenu-row {
            padding: 60px 0 50px !important;
            height: calc(100vh - 47px);
        }
        .megamenu .accordion-button {
            box-shadow: 0 0 0 !important;
        }
        .img-rounded {
            margin: 0 0 6px !important;
        }
        .tab-links a {
            padding: 10px 0;
        }
        /* Event Cards */
        .event-time {
            gap: 2px !important;
        }
        .event-heading {
            margin: 0 0 10px !important;
        }
        .event-detail {
            padding: 10px 0 !important;
        }
        .event-day-date {
            min-width: 80px;
        }
        /* Typography */
        .text-shadow {
            text-shadow: 1px 1px 1px #000;
        }
        /* Banner / Carousel Section */
        .banner-slider .carousel-controls {
            font-size: 40px;
        }
        .banner-slider .carousel-item img {
            object-fit: cover;
        }
        .banner-slider .carousel-item {
            max-height: 60vh;
        }
        /* Layout Utilities */
        div.container-size {
            padding: 0 12px;
        }
        /* Calendar Section */
        .inner-container {
            flex-wrap: wrap;
        }
        .events,
        .website-full-calendar {
            flex-basis: 100%;
            max-width: 100%;
            min-width: 100%;
        }
        .calendar-section-month {
            margin-bottom: 5px !important;
        }
        /* Buttons */
        .secondary-btn .btn-style {
            width: 30px;
            height: 30px;
            line-height: 28px;
            font-size: 14px;
            min-width: 30px;
        }
        .secondary-btn {
            gap: 10px !important;
        }
        /* Miscellaneous */
        .gap-sm-4 {
            gap: 12px !important;
        }
        .card-row {
            gap: 15px 0;
        }
    }
    /* =======================
   @media max-width: 767px
======================= */
    @media screen and (max-width: 767px) {
        .video-wrapper iframe {
            aspect-ratio: 1 / 1;
        }
        .site-btn-primary {
            max-width: 88% !important;
        }
        .staff-bio * {
            font-size: 16px !important;
        }
        .card-detail .nav-link i {
            transform: rotate(90deg);
        }
        .site-btn-primary {
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 1.9;
            width: fit-content;
        }
        /* MegaMenu CSS */
        .megamenu-row .nav-link-item {
            flex-basis: 100%;
        }
        .megamenu-row .gap-65 {
            gap: 0;
        }
        /* Banner section */
        .department-page-heading {
            font-size: 10vw;
        }
        .page-sub-heading {
            font-size: 8vw;
        }
        /* Font Sizes */
        .f-36,
        .event-heading,
        .section-heading,
        .calendar-month-heading,
        .events #eventsDiv > a .col-10 h3 {
            font-size: 26.244px !important;
        }
        .f-52 {
            font-size: 37.908px;
        }
        .f-24 {
            font-size: 16px !important;
        }
        /* Department Tabs Section */
        .card-content-detail.position-absolute {
            max-width: 90%;
            position: relative !important;
            width: 100%;
            margin: -45px auto 20px;
        }
        .resource-library-section button.accordion-button {
            max-width: 100%;
            width: 100%;
        }
        .media-inner-wrapper {
            font-size: 16px;
        }
        .department-tabs-section .resource-library-image {
            min-height: auto;
        }
        /* Resource Library Section */
        .resource-library-section .tab-content {
            scroll-behavior: smooth;
        }
        .resource-library-section button.nav-link {
            max-width: 50%;
            width: 50%;
        }
        .resource-library-section button.accordion-button.nav-link {
            max-width: 100%;
            width: 100%;
        }
        .resource-library-section .left-tabs .fa-arrow-right-long {
            transform: rotate(90deg);
        }
        .resource-library-section .left-tabs {
            flex-basis: 100%;
            max-width: 100%;
            width: 100%;
            min-width: 100%;
        }
        .resource-library-section .flex-column {
            flex-direction: row !important;
        }
        .resource-library-section .gap-65 {
            gap: 25px;
        }
        /* Layout Utilities */
        .flex-mobile-wrap {
            flex-wrap: wrap;
        }
        .gap-mb-4 {
            gap: 20px;
        }
        .gap-65 {
            gap: 30px;
        }
        /* Mega Menu */
        .megamenu .accordion-body > .d-flex {
            flex-wrap: wrap;
        }
        .megamenu .accordion-button {
            gap: 1rem !important;
        }
    }
    /* =======================
   @media max-width: 575px
======================= */
    @media screen and (max-width: 575px) {
        /*navbar css*/
        .navbar-items {
            gap: 6px !important;
        }
        .social-icons {
            font-size: 18px !important;
        }
        /* Mega menu */
        .tab-links {
            flex-basis: 100%;
        }
        /* Font Sizes */
        .f-52 {
            font-size: 34.1172px;
        }
        .f-36,
        .event-heading,
        .section-heading,
        .calendar-month-heading,
        .events #eventsDiv > a .col-10 h3 {
            font-size: 24px !important;
        }
        /* Layout Utilities */
        .pt-40 {
            padding: 20px 0 0;
        }
        .section-space {
            padding: 40px 0;
        }
        /* Tabs & Resource Library Section */
        .tabs-section .nav-link, .resource-library-section button.nav-link {
            max-width: 100%;
            width: 100%;
        }
    }
    @media screen and (max-width: 400px) {
        .events #eventsDiv > a .col-10 {
            padding: 1em 10px !important;
        }
        .events #eventsDiv > a .col-2 {
            min-width: 90px;
            width: 90px;
        }
    }
    /*codebase css*/
    .staffdirectoryFEClass-wrapper .table_row > .table_small > .table_cell:nth-child(odd) {
        background: #5d5d5d;
    }
    /*  Alert Style Start */
    .alertbar-content-wrapper div {
        font-size: 14px;
        padding: 0 0 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0;
        line-height: 1.5;
    }
    .alertbar-close-btn {
        color: #fff;
    }
    .alertbar-close-wrapper {
        cursor: pointer;
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .alertbar-content-wrapper h2 {
        font-weight: 700;
        letter-spacing: 0.04em;
        font-size: 16px;
        margin: 0;
    }
    .alertbar-content-wrapper {
        padding: 3px 12px 0;
        text-decoration: none;
        word-break: break-word;
        overflow-wrap: break-word;
        white-space: normal;
        color: #fff;
    }
    .alertbar-icon-wrapper {
        font-size: 20px;
        position: relative;
        top: -2px;
    }
    .d-flex.alertbar-flex-wrapper {
        position: relative;
    }
    .alertbar-wrapper {
        background: #ae0606;
        position: relative;
        z-index: 2 !important;
        color: #fff;
        padding: 12px 0;
        display: block;
        width: 100%;
    }
    .alertbar-view-btn {
        white-space: nowrap;
        margin-left: auto;
        margin: 0 12px 0 auto;
        color: #fff;
        text-decoration: underline;
        font-size: 16px;
    }
        .alertbar-view-btn:hover {
            color: #fff;
        }
    /*  Alert Style End */
    .formio-component-radio.formio-component-label-hidden.required .radio.form-check .label-position-right.form-check-label:before {
        right: 8px;
    }
    .advanced-form .field-required:after, .field-required:after, .btn.signature-pad-refresh {
        z-index: 1;
    }
    .page-content-wrapper .advancedforms-row {
        max-width: 1900px;
        padding: 40px 80px !important;
        margin: auto;
    }
    #autocomplete-list {
        z-index: 6;
        position: absolute;
        background: #fff;
        top: 69px;
        border-radius: 8px;
        box-shadow: 0 10px 20px #00000026;
        overflow: auto;
        max-height: calc(100vh - 140px);
        min-height: auto;
        color: var(--text-color);
        right: 0;
        font-size: 16px;
        width: 3800px;
        max-width: 380px;
        margin: 0;
        left: auto;
    }
        #autocomplete-list::-webkit-scrollbar-track {
            border-radius: 10px;
            background-color: #f5f5f5
        }
        #autocomplete-list::-webkit-scrollbar {
            width: 6px;
            background-color: #f5f5f5
        }
        #autocomplete-list::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: var(--color-secondary)
        }
        #autocomplete-list .hint h1, #autocomplete-list .hint h2, #autocomplete-list .hint h3, #autocomplete-list .hint h4, #autocomplete-list .hint h5, #autocomplete-list .hint h6 {
            font-weight: bold;
        }
        #autocomplete-list h1 {
            color: var(--text-color);
            padding: 0;
            font-size: 34px
        }
    .view-result-btn {
        padding: 8px 26px;
        gap: 12px;
        border: 2px solid var(--SiteLinkColor);
        border-radius: var(--border-radius) !important;
        color: #fff;
        text-decoration: none;
        transition: ease-in-out .2s;
        background: var(--SiteLinkColor);
        display: inline-block;
    }
        .view-result-btn:hover {
            background-color: var(--SiteLinkHoverColor);
            color: #fff;
            border: 2px solid var(--SiteLinkHoverColor)
        }
    .autocomplete-items li {
        border: 0;
        padding: .6em 1em;
        transition: .3s;
        cursor: pointer;
        background-color: #fff;
        border-bottom: 1px solid #d4d4d4;
        text-align: left
    }
    .search-input[type=search]::-webkit-search-cancel-button {
        -webkit-appearance: none;
        appearance: none
    }
    .autocomplete-items > li:last-child {
        position: sticky;
        bottom: 0;
        background-color: #fff;
        text-align: center;
    }
    .autocomplete-items .hint {
        display: block;
    }
    .page-heading {
        color: var(--color-primary-dark);
    }
    .staff-detail-table .table_row .table_small:last-child .table_cell:last-child {
        white-space: normal !important;
    }
    #divSubmitButton .dropdown-menu {
        z-index: 0;
    }
    #main-div {
        padding: 60px 12px;
    }
    div#main-div {
        margin-top: 0 !important;
        min-height: auto;
    }
    .img-widget img {
        width: 100% !important;
    }
    .widget-block {
        float: left;
    }
    .flow-paragraph {
        background-image: url(../../image/bg-img.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #d9d9d9;
    }
    .img-widget {
        background-color: var(--color-primary-light);
        color: #fff;
    }
        .img-widget .services-img-wrapper.position-relative {
            background-image: unset;
            background-color: var(--color-primary);
            width: 80%;
            transform: rotate(180deg);
            margin-top: -35px;
            padding: 20px 20px 20px 45px;
        }
        .img-widget .services-img-wrapper .image-caption {
            transform: rotate(180deg);
        }
    /*codebase css end*/
    /*Page css*/
    .page-content-wrapper .flow:first-of-type {
        display: flex;
        flex-wrap: wrap;
    }
    .page-content-wrapper .flow:not(:first-of-type) {
        display: none;
    }
    /*Page css end*/
    @media screen and (max-width: 991px) {
        .img-widget, .flow-paragraph {
            flex-basis: 100% !important;
        }
            .img-widget .services-img-wrapper.position-relative {
                mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 901 334' preserveAspectRatio='none'%3E%3Cpath d='M161.926 325.492C164.7 330.727 170.14 334 176.064 334H884.435C893.272 334 900.435 326.837 900.435 318V16C900.435 7.16345 893.272 0 884.435 0H16.022C3.96189 0 -3.76274 12.8358 1.88443 23.492L161.926 325.492Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
                -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 901 334' preserveAspectRatio='none'%3E%3Cpath d='M161.926 325.492C164.7 330.727 170.14 334 176.064 334H884.435C893.272 334 900.435 326.837 900.435 318V16C900.435 7.16345 893.272 0 884.435 0H16.022C3.96189 0 -3.76274 12.8358 1.88443 23.492L161.926 325.492Z' fill='black' /%3E%3C/svg%3E") no-repeat center/100% 100%;
                height: auto;
            }
    }
