Mar 4, 2026
It started as a routine check-in between Umbrella Security and an anonymous office client. A few minor issues. A couple cosmetic questions. Some system confusion. Nothing urgent. But within 60 minutes, it became clear the office didn’t have a security system problem....
Jul 23, 2025
Chicago, IL — July 10, 2025 — Umbrella Security, a leading provider of commercial security system installation and end-to-end business security systems, today announced it has been awarded Illinois Private Alarm Contractor Agency License #127-001871 by the Illinois...
/* ============================================
UMBRELLA SECURITY — NAV CSS v5
WPCode > Footer
============================================ */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,400;9..40,500;9..40,600&display=swap');
/* === NAV TEXT — remove uppercase, apply DM Sans === */
html body #quadmenu .quadmenu-navbar-nav > li > a > .quadmenu-item-content {
text-transform: none !important;
letter-spacing: 0 !important;
font-family: 'DM Sans', sans-serif !important;
}
html body #quadmenu .quadmenu-navbar-nav > li > a > .quadmenu-item-content > .quadmenu-text {
text-transform: none !important;
font-size: 14px !important;
font-weight: 500 !important;
letter-spacing: 0 !important;
color: #2c3a5c !important;
font-family: 'DM Sans', sans-serif !important;
}
/* === NAV LINK HOVER === */
html body #quadmenu .quadmenu-navbar-nav > li > a:hover .quadmenu-text {
color: #1752c8 !important;
}
/* === PRESERVE LOGO SIZE === */
#main-header .logo_container img,
#main-header .et_pb_image_wrap img {
max-height: none !important;
width: auto !important;
}
/* === REQUEST ASSESSMENT BUTTON === */
html body #quadmenu .quadmenu-navbar-nav > li.request-assessment > a {
background: #1a2f5e !important;
border-radius: 6px !important;
padding: 9px 18px !important;
margin-left: 8px !important;
}
html body #quadmenu .quadmenu-navbar-nav > li.request-assessment > a .quadmenu-text,
html body #quadmenu .quadmenu-navbar-nav > li.request-assessment > a .quadmenu-item-content {
color: #ffffff !important;
font-weight: 600 !important;
text-transform: none !important;
}
html body #quadmenu .quadmenu-navbar-nav > li.request-assessment > a:hover {
background: #152548 !important;
}
/* === HIDE QUADMENU DEFAULT DROPDOWNS === */
html body #quadmenu .quadmenu-navbar-nav > li.umb-has-mega > .quadmenu-dropdown-menu {
display: none !important;
}